Pull request #42226 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at d7a5abe6bd9b027d21b7f7a8703f38ad62913aff rather than 3e34db6f864fe642ccab92105fed60d20fc25859 Obtained Jenkinsfile from d7a5abe6bd9b027d21b7f7a8703f38ad62913aff 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 The recommended git tool is: NONE 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 [2021-03-30T18:00:57.810Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-03-30T18:00:57.813Z] Trying to pass milestone 1 [Pipeline] milestone [2021-03-30T18:00:57.871Z] Trying to pass milestone 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-03-30T18:00:58.083Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-04dd12a50cc086951) in /home/ubuntu/workspace/moby_PR-42226 [Pipeline] { [Pipeline] checkout [2021-03-30T18:00:58.151Z] The recommended git tool is: git [2021-03-30T18:00:59.544Z] using credential docker-jenkins-github-credentials [2021-03-30T18:00:59.551Z] Cloning the remote Git repository [2021-03-30T18:00:59.551Z] Cloning with configured refspecs honoured and without tags [2021-03-30T18:00:59.610Z] Cloning repository https://github.com/moby/moby.git [2021-03-30T18:00:59.653Z] > git init /home/ubuntu/workspace/moby_PR-42226 # timeout=10 [2021-03-30T18:01:00.121Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-30T18:01:00.121Z] > git --version # timeout=10 [2021-03-30T18:01:00.124Z] > git --version # 'git version 2.17.1' [2021-03-30T18:01:00.125Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:01:00.126Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42226/head:refs/remotes/origin/PR-42226 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:01:11.637Z] Fetching without tags [2021-03-30T18:01:11.888Z] Merging remotes/origin/master commit d7a5abe6bd9b027d21b7f7a8703f38ad62913aff into PR head commit 3e34db6f864fe642ccab92105fed60d20fc25859 [2021-03-30T18:01:11.627Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-30T18:01:11.630Z] > git config --add remote.origin.fetch +refs/pull/42226/head:refs/remotes/origin/PR-42226 # timeout=10 [2021-03-30T18:01:11.634Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:01:11.639Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-30T18:01:11.644Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-30T18:01:11.644Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:01:11.645Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42226/head:refs/remotes/origin/PR-42226 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:01:11.898Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:01:11.901Z] > git checkout -f 3e34db6f864fe642ccab92105fed60d20fc25859 # timeout=10 [2021-03-30T18:01:13.164Z] Merge succeeded, producing 1a8237e65734ace8abbb27ce346848e30a27c2e8 [2021-03-30T18:01:13.165Z] Checking out Revision 1a8237e65734ace8abbb27ce346848e30a27c2e8 (PR-42226) [2021-03-30T18:01:12.582Z] > git remote # timeout=10 [2021-03-30T18:01:12.586Z] > git config --get remote.origin.url # timeout=10 [2021-03-30T18:01:12.588Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:01:12.589Z] > git merge d7a5abe6bd9b027d21b7f7a8703f38ad62913aff # timeout=10 [2021-03-30T18:01:13.165Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-30T18:01:13.171Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:01:13.173Z] > git checkout -f 1a8237e65734ace8abbb27ce346848e30a27c2e8 # timeout=10 [2021-03-30T18:01:16.498Z] Commit message: "Merge commit 'd7a5abe6bd9b027d21b7f7a8703f38ad62913aff' into HEAD" [2021-03-30T18:01:16.504Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-30T18:01:17.287Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42226:/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 [2021-03-30T18:01:16.505Z] > git rev-list --no-walk 292d4e3b99dbe01a553ca0608f817366c059e4be # timeout=10 [2021-03-30T18:01:23.819Z] Unable to find image 'alpine:latest' locally [2021-03-30T18:01:24.380Z] latest: Pulling from library/alpine [2021-03-30T18:01:24.380Z] 9aae54b2144e: Pulling fs layer [2021-03-30T18:01:24.380Z] 9aae54b2144e: Verifying Checksum [2021-03-30T18:01:24.380Z] 9aae54b2144e: Download complete [2021-03-30T18:01:24.942Z] 9aae54b2144e: Pull complete [2021-03-30T18:01:24.942Z] Digest: sha256:826f70e0ac33e99a72cf20fb0571245a8fee52d68cb26d8bc58e53bfa65dcdfa [2021-03-30T18:01:24.942Z] Status: Downloaded newer image for alpine:latest [2021-03-30T18:01:29.106Z] 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: cgroup2) [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] { (cgroup2) [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 [2021-03-30T18:01:29.624Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-04dd12a50cc086951) in /home/ubuntu/workspace/moby_PR-42226 [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [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 [2021-03-30T18:01:29.699Z] The recommended git tool is: git [2021-03-30T18:01:29.706Z] using credential docker-jenkins-github-credentials [2021-03-30T18:01:29.715Z] Fetching changes from the remote Git repository [2021-03-30T18:01:29.716Z] Running on s390x-ubuntu-30 in /home/jenkins/workspace/moby_PR-42226 [Pipeline] // stage [2021-03-30T18:01:29.720Z] Fetching without tags [2021-03-30T18:01:29.723Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-mem (i-0da7ac4bdc056be4a) in /home/ubuntu/workspace/moby_PR-42226 [Pipeline] // stage [2021-03-30T18:01:29.736Z] Running on ppc64le-ubuntu-13 in /home/docker/workspace/moby_PR-42226 [Pipeline] // stage [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] } [Pipeline] { Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] checkout [2021-03-30T18:01:29.856Z] The recommended git tool is: git [Pipeline] checkout [Pipeline] checkout [2021-03-30T18:01:29.889Z] using credential docker-jenkins-github-credentials [2021-03-30T18:01:29.898Z] The recommended git tool is: git [Pipeline] // stage [2021-03-30T18:01:29.904Z] Cloning the remote Git repository [2021-03-30T18:01:29.904Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [2021-03-30T18:01:29.935Z] using credential docker-jenkins-github-credentials [2021-03-30T18:01:29.938Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] } [2021-03-30T18:01:29.950Z] Cloning the remote Git repository [2021-03-30T18:01:29.950Z] Cloning with configured refspecs honoured and without tags 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 [2021-03-30T18:01:30.000Z] Merging remotes/origin/master commit d7a5abe6bd9b027d21b7f7a8703f38ad62913aff into PR head commit 3e34db6f864fe642ccab92105fed60d20fc25859 [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-03-30T18:01:30.155Z] Merge succeeded, producing 9c9ae9442a29af1976615119c457dddcf9a1c749 [2021-03-30T18:01:30.155Z] Checking out Revision 9c9ae9442a29af1976615119c457dddcf9a1c749 (PR-42226) [2021-03-30T18:01:30.207Z] Commit message: "Merge commit 'd7a5abe6bd9b027d21b7f7a8703f38ad62913aff' into HEAD" [2021-03-30T18:01:30.211Z] First time build. Skipping changelog. [2021-03-30T18:01:29.913Z] Cloning repository https://github.com/moby/moby.git [2021-03-30T18:01:29.914Z] > git init /home/jenkins/workspace/moby_PR-42226 # timeout=10 [2021-03-30T18:01:29.947Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-30T18:01:29.947Z] > git --version # timeout=10 [2021-03-30T18:01:29.952Z] > git --version # 'git version 2.17.1' [2021-03-30T18:01:29.952Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:01:29.952Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42226/head:refs/remotes/origin/PR-42226 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-30T18:01:29.717Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-03-30T18:01:29.722Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-30T18:01:29.730Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-30T18:01:29.731Z] > git --version # timeout=10 [2021-03-30T18:01:29.733Z] > git --version # 'git version 2.17.1' [2021-03-30T18:01:29.733Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:01:29.734Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42226/head:refs/remotes/origin/PR-42226 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:01:30.007Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:01:30.010Z] > git checkout -f 3e34db6f864fe642ccab92105fed60d20fc25859 # timeout=10 [2021-03-30T18:01:30.090Z] > git remote # timeout=10 [2021-03-30T18:01:30.093Z] > git config --get remote.origin.url # timeout=10 [2021-03-30T18:01:30.095Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:01:30.096Z] > git merge d7a5abe6bd9b027d21b7f7a8703f38ad62913aff # timeout=10 [2021-03-30T18:01:30.156Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-30T18:01:30.161Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:01:30.163Z] > git checkout -f 9c9ae9442a29af1976615119c457dddcf9a1c749 # timeout=10 [2021-03-30T18:01:30.213Z] > git rev-list --no-walk 292d4e3b99dbe01a553ca0608f817366c059e4be # timeout=10 [2021-03-30T18:01:30.847Z] + [ PR != PR ] [2021-03-30T18:01:30.848Z] + [ master != master ] [2021-03-30T18:01:30.848Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-30T18:01:29.959Z] Cloning repository https://github.com/moby/moby.git [2021-03-30T18:01:29.959Z] > git init /home/docker/workspace/moby_PR-42226 # timeout=10 [2021-03-30T18:01:29.967Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-30T18:01:29.967Z] > git --version # timeout=10 [2021-03-30T18:01:29.970Z] > git --version # 'git version 2.7.4' [2021-03-30T18:01:29.970Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:01:29.971Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42226/head:refs/remotes/origin/PR-42226 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:01:31.163Z] + docker version [2021-03-30T18:01:31.163Z] Client: Docker Engine - Community [2021-03-30T18:01:31.163Z] Version: 20.10.5 [2021-03-30T18:01:31.163Z] API version: 1.41 [2021-03-30T18:01:31.163Z] Go version: go1.13.15 [2021-03-30T18:01:31.163Z] Git commit: 55c4c88 [2021-03-30T18:01:31.163Z] Built: Tue Mar 2 20:18:05 2021 [2021-03-30T18:01:31.164Z] OS/Arch: linux/amd64 [2021-03-30T18:01:31.164Z] Context: default [2021-03-30T18:01:31.164Z] Experimental: true [2021-03-30T18:01:31.164Z] [2021-03-30T18:01:31.164Z] Server: Docker Engine - Community [2021-03-30T18:01:31.164Z] Engine: [2021-03-30T18:01:31.164Z] Version: 20.10.5 [2021-03-30T18:01:31.164Z] API version: 1.41 (minimum version 1.12) [2021-03-30T18:01:31.164Z] Go version: go1.13.15 [2021-03-30T18:01:31.164Z] Git commit: 363e9a8 [2021-03-30T18:01:31.164Z] Built: Tue Mar 2 20:16:00 2021 [2021-03-30T18:01:31.164Z] OS/Arch: linux/amd64 [2021-03-30T18:01:31.164Z] Experimental: true [2021-03-30T18:01:31.164Z] containerd: [2021-03-30T18:01:31.164Z] Version: 1.4.4 [2021-03-30T18:01:31.164Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:01:31.164Z] runc: [2021-03-30T18:01:31.164Z] Version: 1.0.0-rc93 [2021-03-30T18:01:31.164Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:01:31.164Z] docker-init: [2021-03-30T18:01:31.164Z] Version: 0.19.0 [2021-03-30T18:01:31.164Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-30T18:01:31.479Z] + docker info [2021-03-30T18:01:31.856Z] using credential docker-jenkins-github-credentials [2021-03-30T18:01:31.863Z] Cloning the remote Git repository [2021-03-30T18:01:31.863Z] Cloning with configured refspecs honoured and without tags [2021-03-30T18:01:31.931Z] Cloning repository https://github.com/moby/moby.git [2021-03-30T18:01:31.980Z] > git init /home/ubuntu/workspace/moby_PR-42226 # timeout=10 [2021-03-30T18:01:32.249Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-30T18:01:32.249Z] > git --version # timeout=10 [2021-03-30T18:01:32.266Z] > git --version # 'git version 2.17.1' [2021-03-30T18:01:32.266Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:01:32.268Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42226/head:refs/remotes/origin/PR-42226 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:01:40.292Z] Fetching without tags [2021-03-30T18:01:40.600Z] Merging remotes/origin/master commit d7a5abe6bd9b027d21b7f7a8703f38ad62913aff into PR head commit 3e34db6f864fe642ccab92105fed60d20fc25859 [2021-03-30T18:01:40.273Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-30T18:01:40.274Z] > git config --add remote.origin.fetch +refs/pull/42226/head:refs/remotes/origin/PR-42226 # timeout=10 [2021-03-30T18:01:40.276Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:01:40.288Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-30T18:01:40.300Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-30T18:01:40.300Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:01:40.301Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42226/head:refs/remotes/origin/PR-42226 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:01:40.609Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:01:40.612Z] > git checkout -f 3e34db6f864fe642ccab92105fed60d20fc25859 # timeout=10 [2021-03-30T18:01:41.586Z] Merge succeeded, producing 2003739c09e8988eb6bb419df730e6ebcb3a8fd4 [2021-03-30T18:01:41.586Z] Checking out Revision 2003739c09e8988eb6bb419df730e6ebcb3a8fd4 (PR-42226) [2021-03-30T18:01:41.660Z] Commit message: "Merge commit 'd7a5abe6bd9b027d21b7f7a8703f38ad62913aff' into HEAD" [2021-03-30T18:01:41.685Z] First time build. Skipping changelog. [2021-03-30T18:01:41.043Z] > git remote # timeout=10 [2021-03-30T18:01:41.055Z] > git config --get remote.origin.url # timeout=10 [2021-03-30T18:01:41.056Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:01:41.057Z] > git merge d7a5abe6bd9b027d21b7f7a8703f38ad62913aff # timeout=10 [2021-03-30T18:01:41.578Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-30T18:01:41.595Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:01:41.597Z] > git checkout -f 2003739c09e8988eb6bb419df730e6ebcb3a8fd4 # timeout=10 [2021-03-30T18:01:41.668Z] > git rev-list --no-walk 292d4e3b99dbe01a553ca0608f817366c059e4be # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-30T18:01:42.992Z] + docker version [2021-03-30T18:01:42.992Z] Client: Docker Engine - Community [2021-03-30T18:01:42.992Z] Version: 19.03.7 [2021-03-30T18:01:42.992Z] API version: 1.40 [2021-03-30T18:01:42.992Z] Go version: go1.12.17 [2021-03-30T18:01:42.992Z] Git commit: 7141c199a2 [2021-03-30T18:01:42.992Z] Built: Sat Mar 7 16:48:47 2020 [2021-03-30T18:01:42.992Z] OS/Arch: linux/s390x [2021-03-30T18:01:42.992Z] Experimental: false [2021-03-30T18:01:42.992Z] [2021-03-30T18:01:42.992Z] Server: Docker Engine - Community [2021-03-30T18:01:42.992Z] Engine: [2021-03-30T18:01:42.992Z] Version: 19.03.7 [2021-03-30T18:01:42.992Z] API version: 1.40 (minimum version 1.12) [2021-03-30T18:01:42.992Z] Go version: go1.12.17 [2021-03-30T18:01:42.992Z] Git commit: 7141c199a2 [2021-03-30T18:01:42.992Z] Built: Sat Mar 7 16:47:46 2020 [2021-03-30T18:01:42.992Z] OS/Arch: linux/s390x [2021-03-30T18:01:42.992Z] Experimental: true [2021-03-30T18:01:42.992Z] containerd: [2021-03-30T18:01:42.992Z] Version: 1.2.13 [2021-03-30T18:01:42.992Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2021-03-30T18:01:42.992Z] runc: [2021-03-30T18:01:42.992Z] Version: 1.0.0-rc10 [2021-03-30T18:01:42.992Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2021-03-30T18:01:42.992Z] docker-init: [2021-03-30T18:01:42.992Z] Version: 0.18.0 [2021-03-30T18:01:42.992Z] GitCommit: fec3683 [Pipeline] sh [2021-03-30T18:01:43.369Z] + docker info [2021-03-30T18:01:43.640Z] Client: [2021-03-30T18:01:43.640Z] Context: default [2021-03-30T18:01:43.640Z] Debug Mode: false [2021-03-30T18:01:43.640Z] Plugins: [2021-03-30T18:01:43.640Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-30T18:01:43.640Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-30T18:01:43.640Z] [2021-03-30T18:01:43.640Z] Server: [2021-03-30T18:01:43.640Z] Containers: 0 [2021-03-30T18:01:43.640Z] Running: 0 [2021-03-30T18:01:43.640Z] Paused: 0 [2021-03-30T18:01:43.640Z] Stopped: 0 [2021-03-30T18:01:43.640Z] Images: 1 [2021-03-30T18:01:43.640Z] Server Version: 20.10.5 [2021-03-30T18:01:43.640Z] Storage Driver: overlay2 [2021-03-30T18:01:43.640Z] Backing Filesystem: extfs [2021-03-30T18:01:43.640Z] Supports d_type: true [2021-03-30T18:01:43.640Z] Native Overlay Diff: true [2021-03-30T18:01:43.640Z] Logging Driver: json-file [2021-03-30T18:01:43.640Z] Cgroup Driver: cgroupfs [2021-03-30T18:01:43.640Z] Cgroup Version: 1 [2021-03-30T18:01:43.640Z] Plugins: [2021-03-30T18:01:43.640Z] Volume: local [2021-03-30T18:01:43.640Z] Network: bridge host ipvlan macvlan null overlay [2021-03-30T18:01:43.640Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-30T18:01:43.640Z] Swarm: inactive [2021-03-30T18:01:43.640Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-03-30T18:01:43.640Z] Default Runtime: runc [2021-03-30T18:01:43.640Z] Init Binary: docker-init [2021-03-30T18:01:43.640Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:01:43.640Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:01:43.640Z] init version: de40ad0 [2021-03-30T18:01:43.640Z] Security Options: [2021-03-30T18:01:43.640Z] apparmor [2021-03-30T18:01:43.640Z] seccomp [2021-03-30T18:01:43.640Z] Profile: default [2021-03-30T18:01:43.640Z] Kernel Version: 5.4.0-1041-aws [2021-03-30T18:01:43.640Z] Operating System: Ubuntu 18.04.5 LTS [2021-03-30T18:01:43.640Z] OSType: linux [2021-03-30T18:01:43.640Z] Architecture: x86_64 [2021-03-30T18:01:43.640Z] CPUs: 8 [2021-03-30T18:01:43.640Z] Total Memory: 30.91GiB [2021-03-30T18:01:43.640Z] Name: ip-10-100-81-95 [2021-03-30T18:01:43.640Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-03-30T18:01:43.640Z] Docker Root Dir: /var/lib/docker [2021-03-30T18:01:43.640Z] Debug Mode: false [2021-03-30T18:01:43.640Z] Registry: https://index.docker.io/v1/ [2021-03-30T18:01:43.640Z] Labels: [2021-03-30T18:01:43.640Z] Experimental: true [2021-03-30T18:01:43.640Z] Insecure Registries: [2021-03-30T18:01:43.640Z] 127.0.0.0/8 [2021-03-30T18:01:43.640Z] Live Restore Enabled: true [2021-03-30T18:01:43.640Z] [2021-03-30T18:01:43.640Z] WARNING: No swap limit support [Pipeline] sh [2021-03-30T18:01:43.965Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-30T18:01:43.965Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-30T18:01:43.965Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42226/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-30T18:01:43.965Z] + bash /home/ubuntu/workspace/moby_PR-42226/check-config.sh [2021-03-30T18:01:43.965Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-30T18:01:43.965Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-03-30T18:01:43.965Z] [2021-03-30T18:01:43.965Z] Generally Necessary: [2021-03-30T18:01:43.965Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-30T18:01:43.965Z] - apparmor: enabled and tools installed [2021-03-30T18:01:43.965Z] - CONFIG_NAMESPACES: enabled [2021-03-30T18:01:43.965Z] - CONFIG_NET_NS: enabled [2021-03-30T18:01:43.965Z] - CONFIG_PID_NS: enabled [2021-03-30T18:01:43.965Z] - CONFIG_IPC_NS: enabled [2021-03-30T18:01:43.965Z] - CONFIG_UTS_NS: enabled [2021-03-30T18:01:43.965Z] - CONFIG_CGROUPS: enabled [2021-03-30T18:01:43.965Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-30T18:01:43.965Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-30T18:01:43.965Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-30T18:01:43.965Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-30T18:01:43.965Z] - CONFIG_CPUSETS: enabled [2021-03-30T18:01:43.965Z] - CONFIG_MEMCG: enabled [2021-03-30T18:01:43.965Z] - CONFIG_KEYS: enabled [2021-03-30T18:01:43.965Z] - CONFIG_VETH: enabled (as module) [2021-03-30T18:01:43.965Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-30T18:01:43.965Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-30T18:01:43.965Z] - CONFIG_NF_NAT_IPV4: missing [2021-03-30T18:01:43.965Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-30T18:01:43.965Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-30T18:01:43.965Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-30T18:01:43.965Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-30T18:01:43.965Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-30T18:01:43.965Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-30T18:01:43.965Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-30T18:01:43.965Z] - CONFIG_NF_NAT_NEEDED: missing [2021-03-30T18:01:43.965Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-30T18:01:43.965Z] [2021-03-30T18:01:43.965Z] Optional Features: [2021-03-30T18:01:43.965Z] - CONFIG_USER_NS: enabled [2021-03-30T18:01:43.965Z] - CONFIG_SECCOMP: enabled [2021-03-30T18:01:43.965Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-30T18:01:43.965Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-30T18:01:43.965Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-30T18:01:44.001Z] Client: [2021-03-30T18:01:44.001Z] Debug Mode: false [2021-03-30T18:01:44.001Z] [2021-03-30T18:01:44.001Z] Server: [2021-03-30T18:01:44.001Z] Containers: 0 [2021-03-30T18:01:44.001Z] Running: 0 [2021-03-30T18:01:44.001Z] Paused: 0 [2021-03-30T18:01:44.001Z] Stopped: 0 [2021-03-30T18:01:44.001Z] Images: 0 [2021-03-30T18:01:44.001Z] Server Version: 19.03.7 [2021-03-30T18:01:44.001Z] Storage Driver: overlay2 [2021-03-30T18:01:44.001Z] Backing Filesystem: [2021-03-30T18:01:44.001Z] Supports d_type: true [2021-03-30T18:01:44.001Z] Native Overlay Diff: true [2021-03-30T18:01:44.001Z] Logging Driver: json-file [2021-03-30T18:01:44.001Z] Cgroup Driver: cgroupfs [2021-03-30T18:01:44.001Z] Plugins: [2021-03-30T18:01:44.001Z] Volume: local [2021-03-30T18:01:44.001Z] Network: bridge host ipvlan macvlan null overlay [2021-03-30T18:01:44.001Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-30T18:01:44.001Z] Swarm: inactive [2021-03-30T18:01:44.001Z] Runtimes: runc [2021-03-30T18:01:44.001Z] Default Runtime: runc [2021-03-30T18:01:44.001Z] Init Binary: docker-init [2021-03-30T18:01:44.001Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2021-03-30T18:01:44.001Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2021-03-30T18:01:44.001Z] init version: fec3683 [2021-03-30T18:01:44.001Z] Security Options: [2021-03-30T18:01:44.001Z] apparmor [2021-03-30T18:01:44.001Z] seccomp [2021-03-30T18:01:44.001Z] Profile: default [2021-03-30T18:01:44.001Z] Kernel Version: 4.15.0-88-generic [2021-03-30T18:01:44.001Z] Operating System: Ubuntu 18.04.4 LTS [2021-03-30T18:01:44.001Z] OSType: linux [2021-03-30T18:01:44.001Z] Architecture: s390x [2021-03-30T18:01:44.001Z] CPUs: 2 [2021-03-30T18:01:44.001Z] Total Memory: 7.861GiB [2021-03-30T18:01:44.001Z] Name: s390x-ubuntu-30 [2021-03-30T18:01:44.001Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2021-03-30T18:01:44.001Z] Docker Root Dir: /var/lib/docker [2021-03-30T18:01:44.001Z] Debug Mode: false [2021-03-30T18:01:44.001Z] Registry: https://index.docker.io/v1/ [2021-03-30T18:01:44.001Z] Labels: [2021-03-30T18:01:44.001Z] Experimental: true [2021-03-30T18:01:44.001Z] Insecure Registries: [2021-03-30T18:01:44.001Z] 127.0.0.0/8 [2021-03-30T18:01:44.001Z] Live Restore Enabled: false [2021-03-30T18:01:44.001Z] [2021-03-30T18:01:44.001Z] WARNING: No swap limit support [Pipeline] sh [2021-03-30T18:01:44.222Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-30T18:01:44.222Z] - CONFIG_BLK_CGROUP: enabled [2021-03-30T18:01:44.222Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-30T18:01:44.222Z] - CONFIG_IOSCHED_CFQ: missing [2021-03-30T18:01:44.222Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-03-30T18:01:44.222Z] - CONFIG_CGROUP_PERF: enabled [2021-03-30T18:01:44.222Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-30T18:01:44.222Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-30T18:01:44.222Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-30T18:01:44.222Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-30T18:01:44.222Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-30T18:01:44.222Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-30T18:01:44.222Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-30T18:01:44.222Z] - CONFIG_IP_VS: enabled (as module) [2021-03-30T18:01:44.222Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-30T18:01:44.222Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-30T18:01:44.222Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-30T18:01:44.222Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-30T18:01:44.222Z] - CONFIG_EXT4_FS: enabled [2021-03-30T18:01:44.222Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-30T18:01:44.222Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-30T18:01:44.222Z] - Network Drivers: [2021-03-30T18:01:44.222Z] - "overlay": [2021-03-30T18:01:44.222Z] - CONFIG_VXLAN: enabled (as module) [2021-03-30T18:01:44.222Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-30T18:01:44.222Z] Optional (for encrypted networks): [2021-03-30T18:01:44.222Z] - CONFIG_CRYPTO: enabled [2021-03-30T18:01:44.222Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-30T18:01:44.222Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-30T18:01:44.222Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-30T18:01:44.222Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-30T18:01:44.222Z] - CONFIG_XFRM: enabled [2021-03-30T18:01:44.222Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-30T18:01:44.222Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-30T18:01:44.222Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-30T18:01:44.222Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-03-30T18:01:44.222Z] - "ipvlan": [2021-03-30T18:01:44.222Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-30T18:01:44.222Z] - "macvlan": [2021-03-30T18:01:44.222Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-30T18:01:44.222Z] - CONFIG_DUMMY: enabled (as module) [2021-03-30T18:01:44.222Z] - "ftp,tftp client in container": [2021-03-30T18:01:44.222Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-30T18:01:44.222Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-30T18:01:44.222Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-30T18:01:44.222Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-30T18:01:44.222Z] - Storage Drivers: [2021-03-30T18:01:44.222Z] - "aufs": [2021-03-30T18:01:44.222Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-30T18:01:44.222Z] - "btrfs": [2021-03-30T18:01:44.222Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-30T18:01:44.222Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-30T18:01:44.222Z] - "devicemapper": [2021-03-30T18:01:44.377Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-30T18:01:44.377Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-30T18:01:44.377Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-42226/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-30T18:01:44.377Z] + bash /home/jenkins/workspace/moby_PR-42226/check-config.sh [2021-03-30T18:01:44.377Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-30T18:01:44.377Z] info: reading kernel config from /boot/config-4.15.0-88-generic ... [2021-03-30T18:01:44.377Z] [2021-03-30T18:01:44.377Z] Generally Necessary: [2021-03-30T18:01:44.377Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-30T18:01:44.377Z] - apparmor: enabled and tools installed [2021-03-30T18:01:44.377Z] - CONFIG_NAMESPACES: enabled [2021-03-30T18:01:44.377Z] - CONFIG_NET_NS: enabled [2021-03-30T18:01:44.377Z] - CONFIG_PID_NS: enabled [2021-03-30T18:01:44.377Z] - CONFIG_IPC_NS: enabled [2021-03-30T18:01:44.377Z] - CONFIG_UTS_NS: enabled [2021-03-30T18:01:44.377Z] - CONFIG_CGROUPS: enabled [2021-03-30T18:01:44.377Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-30T18:01:44.377Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-30T18:01:44.377Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-30T18:01:44.377Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-30T18:01:44.377Z] - CONFIG_CPUSETS: enabled [2021-03-30T18:01:44.377Z] - CONFIG_MEMCG: enabled [2021-03-30T18:01:44.377Z] - CONFIG_KEYS: enabled [2021-03-30T18:01:44.377Z] - CONFIG_VETH: enabled (as module) [2021-03-30T18:01:44.377Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-30T18:01:44.377Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-30T18:01:44.377Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-03-30T18:01:44.377Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-30T18:01:44.377Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-30T18:01:44.377Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-30T18:01:44.377Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-30T18:01:44.377Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-30T18:01:44.377Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-30T18:01:44.377Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-30T18:01:44.377Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-03-30T18:01:44.377Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-30T18:01:44.377Z] [2021-03-30T18:01:44.377Z] Optional Features: [2021-03-30T18:01:44.377Z] - CONFIG_USER_NS: enabled [2021-03-30T18:01:44.377Z] - CONFIG_SECCOMP: enabled [2021-03-30T18:01:44.377Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-30T18:01:44.377Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-30T18:01:44.377Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-30T18:01:44.377Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-30T18:01:44.377Z] - CONFIG_BLK_CGROUP: enabled [2021-03-30T18:01:44.377Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-30T18:01:44.377Z] - CONFIG_IOSCHED_CFQ: enabled [2021-03-30T18:01:44.377Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-03-30T18:01:44.377Z] - CONFIG_CGROUP_PERF: enabled [2021-03-30T18:01:44.377Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-30T18:01:44.377Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-30T18:01:44.377Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-30T18:01:44.377Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-30T18:01:44.377Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-30T18:01:44.377Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-30T18:01:44.377Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-30T18:01:44.377Z] - CONFIG_IP_VS: enabled (as module) [2021-03-30T18:01:44.377Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-30T18:01:44.377Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-30T18:01:44.377Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-30T18:01:44.377Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-30T18:01:44.377Z] - CONFIG_EXT4_FS: enabled [2021-03-30T18:01:44.377Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-30T18:01:44.377Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-30T18:01:44.377Z] - Network Drivers: [2021-03-30T18:01:44.377Z] - "overlay": [2021-03-30T18:01:44.494Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-30T18:01:44.494Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-30T18:01:44.494Z] - "overlay": [2021-03-30T18:01:44.494Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-30T18:01:44.494Z] - "zfs": [2021-03-30T18:01:44.494Z] - /dev/zfs: present [2021-03-30T18:01:44.494Z] - zfs command: missing [2021-03-30T18:01:44.494Z] - zpool command: missing [2021-03-30T18:01:44.494Z] [2021-03-30T18:01:44.494Z] Limits: [2021-03-30T18:01:44.494Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-30T18:01:44.494Z] [2021-03-30T18:01:44.494Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-30T18:01:44.625Z] Still waiting to schedule task [2021-03-30T18:01:44.625Z] Waiting for next available executor on ‘amd64&&ubuntu-1804&&overlay2’ [2021-03-30T18:01:44.626Z] Still waiting to schedule task [2021-03-30T18:01:44.626Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0c797b053a8fba465)’ [2021-03-30T18:01:44.637Z] Still waiting to schedule task [2021-03-30T18:01:44.638Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0067470ed7a636311)’ [2021-03-30T18:01:44.639Z] Still waiting to schedule task [2021-03-30T18:01:44.639Z] Waiting for next available executor on ‘windows-2019’ [2021-03-30T18:01:44.668Z] - CONFIG_VXLAN: enabled (as module) [2021-03-30T18:01:44.669Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-30T18:01:44.669Z] Optional (for encrypted networks): [2021-03-30T18:01:44.669Z] - CONFIG_CRYPTO: enabled [2021-03-30T18:01:44.669Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-30T18:01:44.669Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-30T18:01:44.669Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-30T18:01:44.669Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-30T18:01:44.669Z] - CONFIG_XFRM: enabled [2021-03-30T18:01:44.669Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-30T18:01:44.669Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-30T18:01:44.669Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-30T18:01:44.669Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-03-30T18:01:44.669Z] - "ipvlan": [2021-03-30T18:01:44.669Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-30T18:01:44.669Z] - "macvlan": [2021-03-30T18:01:44.669Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-30T18:01:44.669Z] - CONFIG_DUMMY: enabled (as module) [2021-03-30T18:01:44.669Z] - "ftp,tftp client in container": [2021-03-30T18:01:44.669Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-30T18:01:44.669Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-30T18:01:44.669Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-30T18:01:44.669Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-30T18:01:44.669Z] - Storage Drivers: [2021-03-30T18:01:44.669Z] - "aufs": [2021-03-30T18:01:44.669Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-30T18:01:44.669Z] - "btrfs": [2021-03-30T18:01:44.669Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-30T18:01:44.669Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-30T18:01:44.669Z] - "devicemapper": [2021-03-30T18:01:44.669Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-30T18:01:44.669Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-30T18:01:44.669Z] - "overlay": [2021-03-30T18:01:44.669Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-30T18:01:44.669Z] - "zfs": [2021-03-30T18:01:44.669Z] - /dev/zfs: missing [2021-03-30T18:01:44.669Z] - zfs command: missing [2021-03-30T18:01:44.669Z] - zpool command: missing [2021-03-30T18:01:44.669Z] [2021-03-30T18:01:44.669Z] Limits: [2021-03-30T18:01:44.669Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-30T18:01:44.669Z] [2021-03-30T18:01:44.669Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-30T18:01:44.815Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 . [2021-03-30T18:01:44.815Z] #1 [internal] load build definition from Dockerfile [2021-03-30T18:01:44.815Z] #1 sha256:f8919ca418d852302f407675f1dde029f8ad264d541227f9632f97fc6e6c5255 [2021-03-30T18:01:45.070Z] #1 transferring dockerfile: 17.02kB done [2021-03-30T18:01:45.070Z] #1 DONE 0.2s [2021-03-30T18:01:45.070Z] [2021-03-30T18:01:45.070Z] #2 [internal] load .dockerignore [2021-03-30T18:01:45.070Z] #2 sha256:35208c8f9e0c4d2f24414b588c9c859c5087c90b24b4adcb89cbb335c04dd79f [2021-03-30T18:01:45.070Z] #2 transferring context: 87B done [2021-03-30T18:01:45.070Z] #2 DONE 0.1s [2021-03-30T18:01:45.070Z] [2021-03-30T18:01:45.070Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-30T18:01:45.070Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-03-30T18:01:45.095Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 . [2021-03-30T18:01:45.095Z] #2 [internal] load .dockerignore [2021-03-30T18:01:45.095Z] #2 transferring context: 87B 0.0s done [2021-03-30T18:01:45.095Z] #2 DONE 0.0s [2021-03-30T18:01:45.095Z] [2021-03-30T18:01:45.095Z] #1 [internal] load build definition from Dockerfile [2021-03-30T18:01:45.095Z] #1 transferring dockerfile: 17.02kB 0.0s done [2021-03-30T18:01:45.095Z] #1 DONE 0.0s [2021-03-30T18:01:45.095Z] [2021-03-30T18:01:45.095Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-30T18:01:45.386Z] #3 DONE 0.2s [2021-03-30T18:01:45.386Z] [2021-03-30T18:01:45.386Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b... [2021-03-30T18:01:45.386Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-30T18:01:45.677Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-30T18:01:45.677Z] #4 sha256:6ce32b7af840de740a21ba297f7d1c31e0f1eb0d6b03c0efc03ae0cca9c8fd2a 528B / 528B done [2021-03-30T18:01:45.677Z] #4 sha256:86c932e21798e5a8d71bfc2953075f408c771ba1e111cf08762f5fe4f681358e 1.20kB / 1.20kB done [2021-03-30T18:01:45.677Z] #4 sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 0B / 9.68MB 0.0s [2021-03-30T18:01:45.968Z] #4 sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 4.23MB / 9.68MB 0.3s [2021-03-30T18:01:45.968Z] #4 sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 9.68MB / 9.68MB 0.4s done [2021-03-30T18:01:45.968Z] #4 extracting sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd [2021-03-30T18:01:45.996Z] #3 DONE 0.6s [2021-03-30T18:01:45.996Z] [2021-03-30T18:01:45.996Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-30T18:01:45.996Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-03-30T18:01:45.996Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-30T18:01:45.996Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-03-30T18:01:45.996Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-03-30T18:01:45.996Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-30T18:01:45.996Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-03-30T18:01:46.252Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.4s done [2021-03-30T18:01:46.252Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s [2021-03-30T18:01:46.252Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-03-30T18:01:46.252Z] #4 DONE 0.6s [2021-03-30T18:01:46.507Z] [2021-03-30T18:01:46.507Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-03-30T18:01:46.507Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-30T18:01:46.600Z] #4 extracting sha256:c0f387010e18ffd9042a715d26134a644169c9a60ef25c869f2e22d6d5f236bd 0.2s done [2021-03-30T18:01:46.600Z] #4 DONE 1.0s [2021-03-30T18:01:46.890Z] [2021-03-30T18:01:46.890Z] #5 [internal] load build definition from Dockerfile [2021-03-30T18:01:46.890Z] #5 transferring dockerfile: 17.02kB done [2021-03-30T18:01:46.890Z] #5 DONE 0.0s [2021-03-30T18:01:46.890Z] [2021-03-30T18:01:46.890Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-03-30T18:01:47.067Z] #5 DONE 0.5s [2021-03-30T18:01:47.068Z] [2021-03-30T18:01:47.068Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:01:47.068Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-03-30T18:01:47.181Z] #7 DONE 0.2s [2021-03-30T18:01:47.181Z] [2021-03-30T18:01:47.181Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:01:47.181Z] #9 ... [2021-03-30T18:01:47.181Z] [2021-03-30T18:01:47.181Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-30T18:01:47.181Z] #6 DONE 0.3s [2021-03-30T18:01:47.472Z] [2021-03-30T18:01:47.472Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:01:48.056Z] Fetching without tags [2021-03-30T18:01:48.431Z] #8 ... [2021-03-30T18:01:48.431Z] [2021-03-30T18:01:48.431Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:01:48.431Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-03-30T18:01:48.431Z] #7 DONE 1.8s [2021-03-30T18:01:48.431Z] [2021-03-30T18:01:48.431Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-30T18:01:48.431Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-30T18:01:48.431Z] #6 DONE 2.0s [2021-03-30T18:01:48.431Z] [2021-03-30T18:01:48.431Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:01:48.431Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-03-30T18:01:48.431Z] #8 DONE 2.1s [2021-03-30T18:01:48.463Z] Merging remotes/origin/master commit d7a5abe6bd9b027d21b7f7a8703f38ad62913aff into PR head commit 3e34db6f864fe642ccab92105fed60d20fc25859 [2021-03-30T18:01:48.466Z] Fetching without tags [2021-03-30T18:01:48.510Z] #8 DONE 1.6s [2021-03-30T18:01:48.510Z] [2021-03-30T18:01:48.510Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:01:48.510Z] #9 DONE 1.6s [2021-03-30T18:01:48.510Z] [2021-03-30T18:01:48.510Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-03-30T18:01:48.510Z] #10 DONE 0.0s [2021-03-30T18:01:48.510Z] [2021-03-30T18:01:48.510Z] #11 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2021-03-30T18:01:48.510Z] #11 CACHED [2021-03-30T18:01:48.510Z] [2021-03-30T18:01:48.510Z] #12 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2021-03-30T18:01:48.510Z] #12 CACHED [2021-03-30T18:01:48.510Z] [2021-03-30T18:01:48.510Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57ed... [2021-03-30T18:01:48.510Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-03-30T18:01:48.510Z] #65 DONE 0.0s [2021-03-30T18:01:48.510Z] [2021-03-30T18:01:48.510Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57ed... [2021-03-30T18:01:48.738Z] Merging remotes/origin/master commit d7a5abe6bd9b027d21b7f7a8703f38ad62913aff into PR head commit 3e34db6f864fe642ccab92105fed60d20fc25859 [2021-03-30T18:01:48.804Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-03-30T18:01:48.804Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-03-30T18:01:48.804Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-03-30T18:01:48.804Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.64MB / 9.86MB 0.1s [2021-03-30T18:01:48.804Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 8.19MB / 9.86MB 0.2s [2021-03-30T18:01:48.804Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.3s done [2021-03-30T18:01:49.100Z] #63 ... [2021-03-30T18:01:49.100Z] [2021-03-30T18:01:49.100Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-30T18:01:49.100Z] #32 DONE 0.6s [2021-03-30T18:01:49.100Z] [2021-03-30T18:01:49.100Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-30T18:01:49.100Z] #40 DONE 0.6s [2021-03-30T18:01:49.100Z] [2021-03-30T18:01:49.100Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ed28974b... [2021-03-30T18:01:49.100Z] #27 resolve docker.io/library/debian:buster@sha256:ed28974b37a2ee07bc8d43249c7396eee05a210d92aa784871e3bed715671d4f done [2021-03-30T18:01:49.100Z] #27 sha256:44acbef13f08afa5f2ac9a6ae5d6f5d79a35fd8a4672283cc3c371792452a8f8 1.46kB / 1.46kB done [2021-03-30T18:01:49.100Z] #27 sha256:c1b0086a5cca01c7491d8c2f15dbad8cb1c1829a7d6d1edd7f8c3dd02be85f2b 21.43MB / 48.97MB 0.7s [2021-03-30T18:01:49.100Z] #27 sha256:ed28974b37a2ee07bc8d43249c7396eee05a210d92aa784871e3bed715671d4f 1.85kB / 1.85kB done [2021-03-30T18:01:49.100Z] #27 sha256:b26b4f416d7d9d31b449538a30785a65021d784b6c387e05d7a3e3f1fdcc8e8f 529B / 529B done [2021-03-30T18:01:49.395Z] #27 sha256:c1b0086a5cca01c7491d8c2f15dbad8cb1c1829a7d6d1edd7f8c3dd02be85f2b 27.46MB / 48.97MB 0.8s [2021-03-30T18:01:49.395Z] #27 sha256:c1b0086a5cca01c7491d8c2f15dbad8cb1c1829a7d6d1edd7f8c3dd02be85f2b 31.56MB / 48.97MB 0.9s [2021-03-30T18:01:49.406Z] [2021-03-30T18:01:49.406Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-30T18:01:49.406Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-03-30T18:01:49.406Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-03-30T18:01:49.406Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-03-30T18:01:49.406Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-03-30T18:01:49.406Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-03-30T18:01:49.406Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0B / 9.86MB 0.2s [2021-03-30T18:01:48.028Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-30T18:01:48.031Z] > git config --add remote.origin.fetch +refs/pull/42226/head:refs/remotes/origin/PR-42226 # timeout=10 [2021-03-30T18:01:48.034Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:01:48.049Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-30T18:01:48.064Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-30T18:01:48.064Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:01:48.065Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42226/head:refs/remotes/origin/PR-42226 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:01:48.471Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:01:48.474Z] > git checkout -f 3e34db6f864fe642ccab92105fed60d20fc25859 # timeout=10 [2021-03-30T18:01:49.243Z] > git remote # timeout=10 [2021-03-30T18:01:49.246Z] > git config --get remote.origin.url # timeout=10 [2021-03-30T18:01:49.248Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:01:49.249Z] > git merge d7a5abe6bd9b027d21b7f7a8703f38ad62913aff # timeout=10 [2021-03-30T18:01:49.662Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.4s [2021-03-30T18:01:49.704Z] #27 sha256:c1b0086a5cca01c7491d8c2f15dbad8cb1c1829a7d6d1edd7f8c3dd02be85f2b 37.17MB / 48.97MB 1.1s [2021-03-30T18:01:49.704Z] #27 sha256:c1b0086a5cca01c7491d8c2f15dbad8cb1c1829a7d6d1edd7f8c3dd02be85f2b 46.57MB / 48.97MB 1.3s [2021-03-30T18:01:48.405Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-30T18:01:48.423Z] > git config --add remote.origin.fetch +refs/pull/42226/head:refs/remotes/origin/PR-42226 # timeout=10 [2021-03-30T18:01:48.434Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:01:48.451Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-30T18:01:48.469Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-30T18:01:48.470Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:01:48.471Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42226/head:refs/remotes/origin/PR-42226 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:01:48.752Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:01:48.769Z] > git checkout -f 3e34db6f864fe642ccab92105fed60d20fc25859 # timeout=10 [2021-03-30T18:01:49.292Z] > git remote # timeout=10 [2021-03-30T18:01:49.307Z] > git config --get remote.origin.url # timeout=10 [2021-03-30T18:01:49.321Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:01:49.324Z] > git merge d7a5abe6bd9b027d21b7f7a8703f38ad62913aff # timeout=10 [2021-03-30T18:01:49.790Z] Merge succeeded, producing 71a321f22c2636390716b9701314bf509ee91da6 [2021-03-30T18:01:49.790Z] Checking out Revision 71a321f22c2636390716b9701314bf509ee91da6 (PR-42226) [2021-03-30T18:01:49.876Z] Merge succeeded, producing 71a321f22c2636390716b9701314bf509ee91da6 [2021-03-30T18:01:49.876Z] Checking out Revision 71a321f22c2636390716b9701314bf509ee91da6 (PR-42226) [2021-03-30T18:01:49.920Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2021-03-30T18:01:49.920Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 [2021-03-30T18:01:50.015Z] #27 sha256:c1b0086a5cca01c7491d8c2f15dbad8cb1c1829a7d6d1edd7f8c3dd02be85f2b 48.97MB / 48.97MB 1.4s done [2021-03-30T18:01:50.169Z] Commit message: "Merge commit 'd7a5abe6bd9b027d21b7f7a8703f38ad62913aff' into HEAD" [2021-03-30T18:01:50.176Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 0.3s done [2021-03-30T18:01:50.183Z] First time build. Skipping changelog. [2021-03-30T18:01:50.662Z] #27 extracting sha256:c1b0086a5cca01c7491d8c2f15dbad8cb1c1829a7d6d1edd7f8c3dd02be85f2b [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-30T18:01:50.963Z] #27 ... [2021-03-30T18:01:50.963Z] [2021-03-30T18:01:50.963Z] #13 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian... [2021-03-30T18:01:50.963Z] #13 DONE 2.6s [2021-03-30T18:01:50.963Z] [2021-03-30T18:01:50.963Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ed28974b... [2021-03-30T18:01:51.104Z] #62 DONE 1.9s [2021-03-30T18:01:51.104Z] [2021-03-30T18:01:51.104Z] #23 [internal] load build context [2021-03-30T18:01:51.104Z] #23 sha256:51b716dbef260d7a4ebef531ccde83a4126bb8ad346af216059f61ee92c90b52 [2021-03-30T18:01:51.104Z] #23 transferring context: 53.44MB 1.1s done [2021-03-30T18:01:51.104Z] #23 DONE 1.9s [2021-03-30T18:01:51.104Z] [2021-03-30T18:01:51.104Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:01:51.104Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-30T18:01:51.104Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-03-30T18:01:51.104Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-03-30T18:01:51.104Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-30T18:01:51.104Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-03-30T18:01:51.104Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.5s done [2021-03-30T18:01:51.104Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 1.6s done [2021-03-30T18:01:51.104Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 1.7s [2021-03-30T18:01:51.104Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0.1s [2021-03-30T18:01:51.104Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 1.05MB / 120.17MB 1.8s [2021-03-30T18:01:51.104Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.90MB / 51.83MB 1.8s [2021-03-30T18:01:51.104Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 5.24MB / 68.67MB 1.8s [2021-03-30T18:01:51.233Z] + docker version [2021-03-30T18:01:51.233Z] Client: [2021-03-30T18:01:51.233Z] Version: 18.06.1-ce [2021-03-30T18:01:51.233Z] API version: 1.38 [2021-03-30T18:01:51.233Z] Go version: go1.10.3 [2021-03-30T18:01:51.233Z] Git commit: e68fc7a [2021-03-30T18:01:51.233Z] Built: Tue Aug 21 17:26:10 2018 [2021-03-30T18:01:51.233Z] OS/Arch: linux/ppc64le [2021-03-30T18:01:51.233Z] Experimental: false [2021-03-30T18:01:51.233Z] [2021-03-30T18:01:51.233Z] Server: [2021-03-30T18:01:51.233Z] Engine: [2021-03-30T18:01:51.233Z] Version: 18.06.1-ce [2021-03-30T18:01:51.233Z] API version: 1.38 (minimum version 1.12) [2021-03-30T18:01:51.233Z] Go version: go1.10.3 [2021-03-30T18:01:51.233Z] Git commit: e68fc7a [2021-03-30T18:01:51.233Z] Built: Tue Aug 21 17:24:20 2018 [2021-03-30T18:01:51.233Z] OS/Arch: linux/ppc64le [2021-03-30T18:01:51.233Z] Experimental: true [Pipeline] sh [2021-03-30T18:01:51.361Z] #9 ... [2021-03-30T18:01:51.361Z] [2021-03-30T18:01:51.361Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-30T18:01:51.361Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-03-30T18:01:51.361Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-03-30T18:01:51.361Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-03-30T18:01:51.361Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-03-30T18:01:51.361Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-03-30T18:01:51.361Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.0s done [2021-03-30T18:01:51.361Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 0.3s done [2021-03-30T18:01:51.361Z] #64 DONE 2.0s [2021-03-30T18:01:51.361Z] [2021-03-30T18:01:51.361Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:01:51.361Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-30T18:01:51.361Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 11.53MB / 120.17MB 1.9s [2021-03-30T18:01:51.361Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 15.73MB / 51.83MB 1.9s [2021-03-30T18:01:51.361Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 14.68MB / 68.67MB 1.9s [2021-03-30T18:01:51.361Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 24.12MB / 120.17MB 2.0s [2021-03-30T18:01:51.361Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 26.21MB / 51.83MB 2.0s [2021-03-30T18:01:51.361Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 25.17MB / 68.67MB 2.0s [2021-03-30T18:01:51.361Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 33.55MB / 120.17MB 2.1s [2021-03-30T18:01:51.361Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 35.65MB / 51.83MB 2.1s [2021-03-30T18:01:51.361Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 35.25MB / 68.67MB 2.1s [2021-03-30T18:01:49.783Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-30T18:01:49.799Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:01:49.801Z] > git checkout -f 71a321f22c2636390716b9701314bf509ee91da6 # timeout=10 [2021-03-30T18:01:50.177Z] > git rev-list --no-walk 292d4e3b99dbe01a553ca0608f817366c059e4be # timeout=10 [2021-03-30T18:01:51.617Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 44.04MB / 120.17MB 2.2s [2021-03-30T18:01:51.617Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 46.14MB / 51.83MB 2.2s [2021-03-30T18:01:51.617Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 45.09MB / 68.67MB 2.2s [2021-03-30T18:01:51.617Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 54.42MB / 120.17MB 2.3s [2021-03-30T18:01:51.617Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.3s [2021-03-30T18:01:51.617Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 55.57MB / 68.67MB 2.3s [2021-03-30T18:01:51.624Z] + docker info [2021-03-30T18:01:51.624Z] Containers: 0 [2021-03-30T18:01:51.624Z] Running: 0 [2021-03-30T18:01:51.624Z] Paused: 0 [2021-03-30T18:01:51.624Z] Stopped: 0 [2021-03-30T18:01:51.624Z] Images: 0 [2021-03-30T18:01:51.624Z] Server Version: 18.06.1-ce [2021-03-30T18:01:51.624Z] Storage Driver: overlay2 [2021-03-30T18:01:51.624Z] Backing Filesystem: extfs [2021-03-30T18:01:51.624Z] Supports d_type: true [2021-03-30T18:01:51.624Z] Native Overlay Diff: true [2021-03-30T18:01:51.624Z] Logging Driver: json-file [2021-03-30T18:01:51.624Z] Cgroup Driver: cgroupfs [2021-03-30T18:01:51.624Z] Plugins: [2021-03-30T18:01:51.624Z] Volume: local [2021-03-30T18:01:51.624Z] Network: bridge host ipvlan macvlan null overlay [2021-03-30T18:01:51.624Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2021-03-30T18:01:51.624Z] Swarm: inactive [2021-03-30T18:01:51.624Z] Runtimes: runc [2021-03-30T18:01:51.624Z] Default Runtime: runc [2021-03-30T18:01:51.624Z] Init Binary: docker-init [2021-03-30T18:01:51.624Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2021-03-30T18:01:51.624Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2021-03-30T18:01:51.624Z] init version: fec3683 [2021-03-30T18:01:51.624Z] Security Options: [2021-03-30T18:01:51.624Z] apparmor [2021-03-30T18:01:51.624Z] seccomp [2021-03-30T18:01:51.624Z] Profile: default [2021-03-30T18:01:51.624Z] Kernel Version: 4.4.0-139-generic [2021-03-30T18:01:51.624Z] Operating System: Ubuntu 16.04.3 LTS [2021-03-30T18:01:51.624Z] OSType: linux [2021-03-30T18:01:51.624Z] Architecture: ppc64le [2021-03-30T18:01:51.624Z] CPUs: 4 [2021-03-30T18:01:51.624Z] Total Memory: 7.972GiB [2021-03-30T18:01:51.624Z] Name: ppc64le-ubuntu-13 [2021-03-30T18:01:51.624Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2021-03-30T18:01:51.624Z] Docker Root Dir: /var/lib/docker [2021-03-30T18:01:51.624Z] Debug Mode (client): false [2021-03-30T18:01:51.624Z] Debug Mode (server): false [2021-03-30T18:01:51.624Z] Registry: https://index.docker.io/v1/ [2021-03-30T18:01:51.624Z] Labels: [2021-03-30T18:01:51.624Z] Experimental: true [2021-03-30T18:01:51.624Z] Insecure Registries: [2021-03-30T18:01:51.624Z] 127.0.0.0/8 [2021-03-30T18:01:51.624Z] Live Restore Enabled: false [2021-03-30T18:01:51.624Z] [Pipeline] sh [2021-03-30T18:01:49.860Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-30T18:01:49.878Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:01:49.894Z] > git checkout -f 71a321f22c2636390716b9701314bf509ee91da6 # timeout=10 [2021-03-30T18:01:51.873Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 63.96MB / 120.17MB 2.4s [2021-03-30T18:01:51.873Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 65.01MB / 68.67MB 2.4s [2021-03-30T18:01:51.873Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 74.45MB / 120.17MB 2.5s [2021-03-30T18:01:51.873Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 2.5s [2021-03-30T18:01:51.873Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 83.89MB / 120.17MB 2.6s [2021-03-30T18:01:52.016Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-30T18:01:52.016Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-30T18:01:52.016Z] + curl -fsSL -o /home/docker/workspace/moby_PR-42226/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-30T18:01:52.016Z] + bash /home/docker/workspace/moby_PR-42226/check-config.sh [2021-03-30T18:01:52.016Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-30T18:01:52.016Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2021-03-30T18:01:52.016Z] [2021-03-30T18:01:52.016Z] Generally Necessary: [2021-03-30T18:01:52.016Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-30T18:01:52.016Z] - apparmor: enabled and tools installed [2021-03-30T18:01:52.016Z] - CONFIG_NAMESPACES: enabled [2021-03-30T18:01:52.016Z] - CONFIG_NET_NS: enabled [2021-03-30T18:01:52.016Z] - CONFIG_PID_NS: enabled [2021-03-30T18:01:52.016Z] - CONFIG_IPC_NS: enabled [2021-03-30T18:01:52.016Z] - CONFIG_UTS_NS: enabled [2021-03-30T18:01:52.016Z] - CONFIG_CGROUPS: enabled [2021-03-30T18:01:52.016Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-30T18:01:52.016Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-30T18:01:52.016Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-30T18:01:52.016Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-30T18:01:52.016Z] - CONFIG_CPUSETS: enabled [2021-03-30T18:01:52.016Z] - CONFIG_MEMCG: enabled [2021-03-30T18:01:52.016Z] - CONFIG_KEYS: enabled [2021-03-30T18:01:52.016Z] - CONFIG_VETH: enabled (as module) [2021-03-30T18:01:52.016Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-30T18:01:52.016Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-30T18:01:52.016Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-03-30T18:01:52.016Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-30T18:01:52.035Z] #27 ... [2021-03-30T18:01:52.035Z] [2021-03-30T18:01:52.035Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57ed... [2021-03-30T18:01:52.035Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.5s done [2021-03-30T18:01:52.035Z] #63 DONE 3.6s [2021-03-30T18:01:52.128Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 94.37MB / 120.17MB 2.7s [2021-03-30T18:01:52.128Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 114.29MB / 120.17MB 2.9s [2021-03-30T18:01:52.312Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-30T18:01:52.312Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-30T18:01:52.312Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-30T18:01:52.312Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-30T18:01:52.312Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-30T18:01:52.312Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-30T18:01:52.312Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-03-30T18:01:52.312Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-30T18:01:52.312Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2021-03-30T18:01:52.312Z] [2021-03-30T18:01:52.312Z] Optional Features: [2021-03-30T18:01:52.312Z] - CONFIG_USER_NS: enabled [2021-03-30T18:01:52.312Z] - CONFIG_SECCOMP: enabled [2021-03-30T18:01:52.312Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-30T18:01:52.312Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-30T18:01:52.312Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-30T18:01:52.312Z] (cgroup swap accounting is currently enabled) [2021-03-30T18:01:52.312Z] - CONFIG_MEMCG_KMEM: enabled [2021-03-30T18:01:52.312Z] - CONFIG_BLK_CGROUP: enabled [2021-03-30T18:01:52.312Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-30T18:01:52.312Z] - CONFIG_IOSCHED_CFQ: enabled [2021-03-30T18:01:52.312Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-03-30T18:01:52.312Z] - CONFIG_CGROUP_PERF: enabled [2021-03-30T18:01:52.312Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-30T18:01:52.312Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-30T18:01:52.312Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-30T18:01:52.312Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-30T18:01:52.312Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-30T18:01:52.312Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-30T18:01:52.312Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-30T18:01:52.312Z] - CONFIG_IP_VS: enabled (as module) [2021-03-30T18:01:52.312Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-30T18:01:52.312Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-30T18:01:52.312Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-30T18:01:52.312Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-30T18:01:52.312Z] - CONFIG_EXT4_FS: enabled [2021-03-30T18:01:52.312Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-30T18:01:52.312Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-30T18:01:52.312Z] - Network Drivers: [2021-03-30T18:01:52.312Z] - "overlay": [2021-03-30T18:01:52.312Z] - CONFIG_VXLAN: enabled (as module) [2021-03-30T18:01:52.312Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-30T18:01:52.312Z] Optional (for encrypted networks): [2021-03-30T18:01:52.348Z] [2021-03-30T18:01:52.348Z] #24 [internal] load build context [2021-03-30T18:01:52.348Z] #24 transferring context: 51.73MB 3.8s [2021-03-30T18:01:52.388Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 1.5s done [2021-03-30T18:01:52.607Z] - CONFIG_CRYPTO: enabled [2021-03-30T18:01:52.607Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2021-03-30T18:01:52.607Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2021-03-30T18:01:52.607Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2021-03-30T18:01:52.607Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2021-03-30T18:01:52.607Z] - CONFIG_XFRM: enabled [2021-03-30T18:01:52.607Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-30T18:01:52.607Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-30T18:01:52.607Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-30T18:01:52.607Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-03-30T18:01:52.607Z] - "ipvlan": [2021-03-30T18:01:52.607Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-30T18:01:52.607Z] - "macvlan": [2021-03-30T18:01:52.607Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-30T18:01:52.607Z] - CONFIG_DUMMY: enabled (as module) [2021-03-30T18:01:52.607Z] - "ftp,tftp client in container": [2021-03-30T18:01:52.607Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-30T18:01:52.607Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-30T18:01:52.607Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-30T18:01:52.607Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-30T18:01:52.607Z] - Storage Drivers: [2021-03-30T18:01:52.607Z] - "aufs": [2021-03-30T18:01:52.607Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-30T18:01:52.607Z] - "btrfs": [2021-03-30T18:01:52.607Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-30T18:01:52.607Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-30T18:01:52.607Z] - "devicemapper": [2021-03-30T18:01:52.607Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-30T18:01:52.607Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-30T18:01:52.607Z] - "overlay": [2021-03-30T18:01:52.607Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-30T18:01:52.607Z] - "zfs": [2021-03-30T18:01:52.607Z] - /dev/zfs: missing [2021-03-30T18:01:52.607Z] - zfs command: missing [2021-03-30T18:01:52.607Z] - zpool command: missing [2021-03-30T18:01:52.607Z] [2021-03-30T18:01:52.607Z] Limits: [2021-03-30T18:01:52.607Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-30T18:01:52.607Z] [2021-03-30T18:01:52.607Z] + true [Pipeline] } [2021-03-30T18:01:52.643Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 3.1s done [Pipeline] // stage [2021-03-30T18:01:52.655Z] #24 transferring context: 53.44MB 4.1s done [2021-03-30T18:01:52.655Z] #24 DONE 4.3s [2021-03-30T18:01:52.655Z] [2021-03-30T18:01:52.655Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-03-30T18:01:52.655Z] #64 DONE 0.5s [2021-03-30T18:01:52.655Z] [2021-03-30T18:01:52.655Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-30T18:01:53.048Z] + make bundles/buildx [2021-03-30T18:01:53.343Z] make: command: Command not found [2021-03-30T18:01:53.343Z] make: command: Command not found [2021-03-30T18:01:53.343Z] mkdir bundles [2021-03-30T18:01:53.343Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2021-03-30T18:01:53.343Z] --build-arg BUILDX_COMMIT \ [2021-03-30T18:01:53.343Z] --build-arg BUILDX_REPO \ [2021-03-30T18:01:53.343Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2021-03-30T18:01:53.343Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2021-03-30T18:01:53.343Z] . [2021-03-30T18:01:53.343Z] /bin/sh: 4: go: not found [2021-03-30T18:01:53.343Z] /bin/sh: 5: go: not found [2021-03-30T18:01:53.603Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-03-30T18:01:53.604Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 4.2s done [2021-03-30T18:01:53.638Z] Commit message: "Merge commit 'd7a5abe6bd9b027d21b7f7a8703f38ad62913aff' into HEAD" [2021-03-30T18:01:53.729Z] #66 DONE 0.7s [2021-03-30T18:01:53.729Z] [2021-03-30T18:01:53.729Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ed28974b... [2021-03-30T18:01:53.859Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.3s done [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-30T18:01:54.730Z] + docker version [2021-03-30T18:01:55.222Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 5.6s done [2021-03-30T18:01:55.222Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-03-30T18:01:55.222Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 0B / 126B 5.7s [2021-03-30T18:01:55.222Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 5.7s done [2021-03-30T18:01:55.222Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.2s done [2021-03-30T18:01:55.440Z] Sending build context to Docker daemon 58.35MB [2021-03-30T18:01:55.440Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2021-03-30T18:01:55.440Z] Step 2/15 : ARG BUILDX_COMMIT=v0.5.1 [2021-03-30T18:01:55.440Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2021-03-30T18:01:55.440Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2021-03-30T18:01:55.741Z] 1.13.15-buster: Pulling from library/golang [2021-03-30T18:01:55.741Z] db4e2d8d5901: Pulling fs layer [2021-03-30T18:01:55.741Z] dfe2d012519c: Pulling fs layer [2021-03-30T18:01:55.741Z] 5d8f1d1f9197: Pulling fs layer [2021-03-30T18:01:55.741Z] 1301750ffb48: Pulling fs layer [2021-03-30T18:01:55.741Z] dc5c6edc9cff: Pulling fs layer [2021-03-30T18:01:55.741Z] 3c370c2e2f82: Pulling fs layer [2021-03-30T18:01:55.741Z] 5ffb2f5886e2: Pulling fs layer [2021-03-30T18:01:55.741Z] dc5c6edc9cff: Waiting [2021-03-30T18:01:55.741Z] 3c370c2e2f82: Waiting [2021-03-30T18:01:55.741Z] 1301750ffb48: Waiting [2021-03-30T18:01:55.741Z] 5ffb2f5886e2: Waiting [2021-03-30T18:01:55.782Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-03-30T18:01:55.895Z] #27 extracting sha256:c1b0086a5cca01c7491d8c2f15dbad8cb1c1829a7d6d1edd7f8c3dd02be85f2b 5.4s [2021-03-30T18:01:56.349Z] #9 ... [2021-03-30T18:01:56.349Z] [2021-03-30T18:01:56.349Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-03-30T18:01:56.349Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-03-30T18:01:56.349Z] #63 DONE 0.7s [2021-03-30T18:01:56.349Z] [2021-03-30T18:01:56.349Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:01:56.349Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-30T18:01:56.349Z] #9 ... [2021-03-30T18:01:56.349Z] [2021-03-30T18:01:56.349Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-03-30T18:01:56.349Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-03-30T18:01:56.427Z] dfe2d012519c: Verifying Checksum [2021-03-30T18:01:56.427Z] dfe2d012519c: Download complete [2021-03-30T18:01:56.427Z] 5d8f1d1f9197: Verifying Checksum [2021-03-30T18:01:56.427Z] 5d8f1d1f9197: Download complete [2021-03-30T18:01:57.713Z] #65 ... [2021-03-30T18:01:57.713Z] [2021-03-30T18:01:57.713Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ed28974b37a2ee07bc8d43249c7396eee05a210d92aa784871e3bed715671d4f [2021-03-30T18:01:57.713Z] #26 sha256:0e6099c29c7919193893c3c080e2e0f82f3e7f1b4bd17c9e330a5cabd2212dbf [2021-03-30T18:01:57.713Z] #26 resolve docker.io/library/debian:buster@sha256:ed28974b37a2ee07bc8d43249c7396eee05a210d92aa784871e3bed715671d4f 0.0s done [2021-03-30T18:01:57.713Z] #26 sha256:ed28974b37a2ee07bc8d43249c7396eee05a210d92aa784871e3bed715671d4f 1.85kB / 1.85kB done [2021-03-30T18:01:57.713Z] #26 sha256:9c00c0c8ee8029803ec0a3e9e858cabaa8b63443d63c0738b5079fab61b4f429 529B / 529B done [2021-03-30T18:01:57.713Z] #26 sha256:463adba1ec3f41bf6cc96732dfa8065a66c528dbfddf494e31afff8755590536 1.46kB / 1.46kB done [2021-03-30T18:01:57.713Z] #26 sha256:8bf9c589d5f9475f1fcc050e02308d6b4eeb86eab7752ef948a13693e81a6aaa 50.40MB / 50.40MB 6.4s done [2021-03-30T18:01:57.713Z] #26 extracting sha256:8bf9c589d5f9475f1fcc050e02308d6b4eeb86eab7752ef948a13693e81a6aaa 1.5s done [2021-03-30T18:01:57.713Z] #26 DONE 8.5s [2021-03-30T18:01:57.969Z] [2021-03-30T18:01:57.969Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:01:57.969Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-30T18:01:57.969Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 1.8s done [2021-03-30T18:01:57.969Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-03-30T18:01:58.225Z] #9 ... [2021-03-30T18:01:58.225Z] [2021-03-30T18:01:58.225Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-03-30T18:01:58.225Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-03-30T18:01:58.225Z] #65 DONE 1.7s [2021-03-30T18:01:58.225Z] [2021-03-30T18:01:58.225Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:01:58.225Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-30T18:01:58.612Z] db4e2d8d5901: Verifying Checksum [2021-03-30T18:01:58.612Z] db4e2d8d5901: Download complete [2021-03-30T18:01:58.645Z] #27 ... [2021-03-30T18:01:58.645Z] [2021-03-30T18:01:58.645Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-30T18:01:58.645Z] #37 2.327 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:01:58.645Z] #37 2.366 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:01:58.645Z] #37 2.372 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:01:58.645Z] #37 2.840 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-03-30T18:01:58.645Z] #37 4.434 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [240 kB] [2021-03-30T18:01:58.645Z] #37 7.331 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-30T18:01:58.645Z] #37 ... [2021-03-30T18:01:58.645Z] [2021-03-30T18:01:58.645Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-03-30T18:01:58.645Z] #56 2.409 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:01:58.645Z] #56 2.524 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:01:58.645Z] #56 2.542 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:01:58.645Z] #56 2.851 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-03-30T18:01:58.645Z] #56 4.285 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [240 kB] [2021-03-30T18:01:58.645Z] #56 6.236 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-30T18:01:58.645Z] #56 ... [2021-03-30T18:01:58.645Z] [2021-03-30T18:01:58.645Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-30T18:01:58.645Z] #43 2.406 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:01:58.645Z] #43 2.529 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:01:58.645Z] #43 2.558 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:01:58.645Z] #43 2.898 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-03-30T18:01:58.645Z] #43 4.632 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [240 kB] [2021-03-30T18:01:58.645Z] #43 7.485 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-30T18:01:58.938Z] #43 ... [2021-03-30T18:01:58.938Z] [2021-03-30T18:01:58.938Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ed28974b... [2021-03-30T18:01:58.938Z] #27 extracting sha256:c1b0086a5cca01c7491d8c2f15dbad8cb1c1829a7d6d1edd7f8c3dd02be85f2b 8.0s done [2021-03-30T18:01:58.938Z] #27 DONE 10.3s [2021-03-30T18:01:58.938Z] [2021-03-30T18:01:58.938Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-30T18:01:58.938Z] #28 ... [2021-03-30T18:01:58.938Z] [2021-03-30T18:01:58.938Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-03-30T18:01:58.938Z] #33 3.135 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-30T18:01:58.938Z] #33 3.135 Cloning into '.'... [2021-03-30T18:01:59.230Z] #33 ... [2021-03-30T18:01:59.230Z] [2021-03-30T18:01:59.230Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-30T18:01:59.230Z] #41 1.926 + git clone https://github.com/docker/distribution.git . [2021-03-30T18:01:59.230Z] #41 2.010 Cloning into '.'... [2021-03-30T18:01:59.230Z] #41 ... [2021-03-30T18:01:59.230Z] [2021-03-30T18:01:59.230Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:01:59.230Z] #46 6.018 + RM_GOPATH=0 [2021-03-30T18:01:59.230Z] #46 6.020 + TMP_GOPATH= [2021-03-30T18:01:59.230Z] #46 6.021 + : /build [2021-03-30T18:01:59.230Z] #46 6.021 + '[' -z '' ']' [2021-03-30T18:01:59.230Z] #46 6.022 ++ mktemp -d [2021-03-30T18:01:59.230Z] #46 6.025 + export GOPATH=/tmp/tmp.ezHkX0oeER [2021-03-30T18:01:59.230Z] #46 6.025 + GOPATH=/tmp/tmp.ezHkX0oeER [2021-03-30T18:01:59.230Z] #46 6.025 + RM_GOPATH=1 [2021-03-30T18:01:59.230Z] #46 6.025 + case "$(go env GOARCH)" in [2021-03-30T18:01:59.230Z] #46 6.027 ++ go env GOARCH [2021-03-30T18:01:59.230Z] #46 6.063 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:01:59.230Z] #46 6.063 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:01:59.230Z] #46 6.063 ++ dirname /tmp/install/install.sh [2021-03-30T18:01:59.230Z] #46 6.068 + dir=/tmp/install [2021-03-30T18:01:59.230Z] #46 6.068 + bin=vndr [2021-03-30T18:01:59.230Z] #46 6.068 + shift [2021-03-30T18:01:59.230Z] #46 6.068 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-30T18:01:59.230Z] #46 6.068 + . /tmp/install/vndr.installer [2021-03-30T18:01:59.230Z] #46 6.069 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-30T18:01:59.230Z] #46 6.070 + install_vndr [2021-03-30T18:01:59.230Z] #46 6.070 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-30T18:01:59.230Z] #46 6.070 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-30T18:01:59.230Z] #46 6.070 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.ezHkX0oeER/src/github.com/LK4D4/vndr [2021-03-30T18:01:59.231Z] #46 6.092 Cloning into '/tmp/tmp.ezHkX0oeER/src/github.com/LK4D4/vndr'... [2021-03-30T18:01:59.509Z] 1301750ffb48: Verifying Checksum [2021-03-30T18:01:59.509Z] 1301750ffb48: Download complete [2021-03-30T18:01:59.509Z] 5ffb2f5886e2: Verifying Checksum [2021-03-30T18:01:59.509Z] 5ffb2f5886e2: Download complete [2021-03-30T18:01:59.590Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 1.4s done [2021-03-30T18:01:59.590Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0.1s [2021-03-30T18:01:59.981Z] Client: Docker Engine - Community [2021-03-30T18:01:59.981Z] Version: 20.10.5 [2021-03-30T18:01:59.981Z] API version: 1.41 [2021-03-30T18:01:59.981Z] Go version: go1.13.15 [2021-03-30T18:01:59.981Z] Git commit: 55c4c88 [2021-03-30T18:01:59.981Z] Built: Tue Mar 2 20:18:05 2021 [2021-03-30T18:01:59.981Z] OS/Arch: linux/amd64 [2021-03-30T18:01:59.981Z] Context: default [2021-03-30T18:01:59.981Z] Experimental: true [2021-03-30T18:01:59.981Z] [2021-03-30T18:01:59.981Z] Server: Docker Engine - Community [2021-03-30T18:01:59.981Z] Engine: [2021-03-30T18:01:59.981Z] Version: 20.10.5 [2021-03-30T18:01:59.981Z] API version: 1.41 (minimum version 1.12) [2021-03-30T18:01:59.981Z] Go version: go1.13.15 [2021-03-30T18:01:59.981Z] Git commit: 363e9a8 [2021-03-30T18:01:59.981Z] Built: Tue Mar 2 20:16:00 2021 [2021-03-30T18:01:59.981Z] OS/Arch: linux/amd64 [2021-03-30T18:01:59.981Z] Experimental: true [2021-03-30T18:01:59.981Z] containerd: [2021-03-30T18:01:59.981Z] Version: 1.4.4 [2021-03-30T18:01:59.981Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:01:59.981Z] runc: [2021-03-30T18:01:59.981Z] Version: 1.0.0-rc93 [2021-03-30T18:01:59.981Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:01:59.981Z] docker-init: [2021-03-30T18:01:59.981Z] Version: 0.19.0 [2021-03-30T18:01:59.981Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-30T18:02:00.167Z] dc5c6edc9cff: Verifying Checksum [2021-03-30T18:02:00.167Z] dc5c6edc9cff: Download complete [2021-03-30T18:02:00.264Z] #46 7.007 + cd /tmp/tmp.ezHkX0oeER/src/github.com/LK4D4/vndr [2021-03-30T18:02:00.264Z] #46 7.007 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-30T18:02:00.264Z] #46 7.039 + go build -buildmode=pie -v -o /build/vndr . [2021-03-30T18:02:00.330Z] + docker info [2021-03-30T18:02:00.896Z] #46 ... [2021-03-30T18:02:00.896Z] [2021-03-30T18:02:00.896Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-30T18:02:00.896Z] #28 2.129 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:02:00.896Z] #28 2.174 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:02:00.896Z] #28 2.200 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:02:00.896Z] #28 ... [2021-03-30T18:02:00.896Z] [2021-03-30T18:02:00.896Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-30T18:02:00.896Z] #14 3.471 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-30T18:02:00.896Z] #14 3.471 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:02:00.896Z] #14 3.471 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:02:00.896Z] #14 3.471 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:02:00.896Z] #14 4.527 Get:5 http://deb.debian.org/debian buster-backports/main s390x Packages [425 kB] [2021-03-30T18:02:00.896Z] #14 5.997 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-03-30T18:02:00.896Z] #14 8.739 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [240 kB] [2021-03-30T18:02:01.220Z] #14 ... [2021-03-30T18:02:01.220Z] [2021-03-30T18:02:01.220Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:02:01.220Z] #46 8.151 internal/race [2021-03-30T18:02:01.220Z] #46 8.252 runtime [2021-03-30T18:02:01.220Z] #46 8.264 sync/atomic [2021-03-30T18:02:01.536Z] #46 8.611 unicode [2021-03-30T18:02:02.105Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 2.7s done [2021-03-30T18:02:02.270Z] db4e2d8d5901: Pull complete [2021-03-30T18:02:02.270Z] dfe2d012519c: Pull complete [2021-03-30T18:02:02.567Z] 5d8f1d1f9197: Pull complete [2021-03-30T18:02:02.665Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-03-30T18:02:02.665Z] #9 DONE 13.4s [2021-03-30T18:02:02.665Z] [2021-03-30T18:02:02.665Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-30T18:02:02.665Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-30T18:02:03.044Z] #46 ... [2021-03-30T18:02:03.044Z] [2021-03-30T18:02:03.044Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:03.044Z] #50 5.540 + RM_GOPATH=0 [2021-03-30T18:02:03.044Z] #50 5.540 + TMP_GOPATH= [2021-03-30T18:02:03.044Z] #50 5.540 + : /build [2021-03-30T18:02:03.044Z] #50 5.540 + '[' -z '' ']' [2021-03-30T18:02:03.044Z] #50 5.540 ++ mktemp -d [2021-03-30T18:02:03.044Z] #50 5.540 + export GOPATH=/tmp/tmp.j7PSGBDvcl [2021-03-30T18:02:03.044Z] #50 5.540 + GOPATH=/tmp/tmp.j7PSGBDvcl [2021-03-30T18:02:03.044Z] #50 5.540 + RM_GOPATH=1 [2021-03-30T18:02:03.044Z] #50 5.540 + case "$(go env GOARCH)" in [2021-03-30T18:02:03.044Z] #50 5.540 ++ go env GOARCH [2021-03-30T18:02:03.044Z] #50 5.594 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:03.044Z] #50 5.594 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:03.044Z] #50 5.594 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:03.044Z] #50 5.594 + dir=/tmp/install [2021-03-30T18:02:03.044Z] #50 5.594 + bin=golangci_lint [2021-03-30T18:02:03.044Z] #50 5.594 + shift [2021-03-30T18:02:03.044Z] #50 5.594 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-30T18:02:03.044Z] #50 5.609 + . /tmp/install/golangci_lint.installer [2021-03-30T18:02:03.044Z] #50 5.615 ++ : v1.23.8 [2021-03-30T18:02:03.044Z] #50 5.615 + install_golangci_lint [2021-03-30T18:02:03.044Z] #50 5.615 + set -e [2021-03-30T18:02:03.044Z] #50 5.615 + export GO111MODULE=on [2021-03-30T18:02:03.044Z] #50 5.615 + GO111MODULE=on [2021-03-30T18:02:03.044Z] #50 5.615 + GOBIN=/build [2021-03-30T18:02:03.044Z] #50 5.615 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-30T18:02:03.044Z] #50 5.615 go: finding github.com v1.23.8 [2021-03-30T18:02:03.044Z] #50 5.615 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-30T18:02:03.044Z] #50 5.615 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-30T18:02:03.044Z] #50 5.615 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-30T18:02:03.044Z] #50 5.615 go: finding github.com/golangci v1.23.8 [2021-03-30T18:02:03.044Z] #50 6.596 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-30T18:02:03.044Z] #50 7.004 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-30T18:02:03.044Z] #50 ... [2021-03-30T18:02:03.044Z] [2021-03-30T18:02:03.044Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-30T18:02:03.044Z] #35 4.755 + RM_GOPATH=0 [2021-03-30T18:02:03.044Z] #35 4.755 + TMP_GOPATH= [2021-03-30T18:02:03.044Z] #35 4.755 + : /build [2021-03-30T18:02:03.044Z] #35 4.755 + '[' -z '' ']' [2021-03-30T18:02:03.044Z] #35 4.755 ++ mktemp -d [2021-03-30T18:02:03.044Z] #35 4.765 + export GOPATH=/tmp/tmp.GryTNKt3Xk [2021-03-30T18:02:03.044Z] #35 4.765 + GOPATH=/tmp/tmp.GryTNKt3Xk [2021-03-30T18:02:03.044Z] #35 4.765 + RM_GOPATH=1 [2021-03-30T18:02:03.044Z] #35 4.765 + case "$(go env GOARCH)" in [2021-03-30T18:02:03.044Z] #35 4.765 ++ go env GOARCH [2021-03-30T18:02:03.044Z] #35 4.788 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:03.044Z] #35 4.788 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:03.044Z] #35 4.807 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:03.044Z] #35 4.822 + dir=/tmp/install [2021-03-30T18:02:03.044Z] #35 4.822 + bin=tomlv [2021-03-30T18:02:03.044Z] #35 4.822 + shift [2021-03-30T18:02:03.044Z] #35 4.822 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-30T18:02:03.044Z] #35 4.822 + . /tmp/install/tomlv.installer [2021-03-30T18:02:03.044Z] #35 4.822 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-30T18:02:03.044Z] #35 4.824 + install_tomlv [2021-03-30T18:02:03.044Z] #35 4.826 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-30T18:02:03.044Z] #35 4.826 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.GryTNKt3Xk/src/github.com/BurntSushi/toml [2021-03-30T18:02:03.044Z] #35 4.826 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-30T18:02:03.044Z] #35 4.829 Cloning into '/tmp/tmp.GryTNKt3Xk/src/github.com/BurntSushi/toml'... [2021-03-30T18:02:03.044Z] #35 5.700 + cd /tmp/tmp.GryTNKt3Xk/src/github.com/BurntSushi/toml [2021-03-30T18:02:03.044Z] #35 5.700 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-30T18:02:03.044Z] #35 5.715 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-30T18:02:03.044Z] #35 6.534 internal/cpu [2021-03-30T18:02:03.044Z] #35 6.580 runtime/internal/atomic [2021-03-30T18:02:03.044Z] #35 6.742 runtime/internal/sys [2021-03-30T18:02:03.044Z] #35 6.838 runtime/internal/math [2021-03-30T18:02:03.044Z] #35 6.925 math/bits [2021-03-30T18:02:03.044Z] #35 6.974 internal/bytealg [2021-03-30T18:02:03.044Z] #35 7.538 runtime [2021-03-30T18:02:03.044Z] #35 7.542 math [2021-03-30T18:02:03.338Z] #35 ... [2021-03-30T18:02:03.338Z] [2021-03-30T18:02:03.338Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:03.338Z] #48 5.082 + RM_GOPATH=0 [2021-03-30T18:02:03.338Z] #48 5.082 + TMP_GOPATH= [2021-03-30T18:02:03.338Z] #48 5.082 + : /build [2021-03-30T18:02:03.338Z] #48 5.082 + '[' -z '' ']' [2021-03-30T18:02:03.338Z] #48 5.083 ++ mktemp -d [2021-03-30T18:02:03.338Z] #48 5.084 + export GOPATH=/tmp/tmp.P9xv8VxsdU [2021-03-30T18:02:03.338Z] #48 5.084 + GOPATH=/tmp/tmp.P9xv8VxsdU [2021-03-30T18:02:03.338Z] #48 5.084 + RM_GOPATH=1 [2021-03-30T18:02:03.338Z] #48 5.084 + case "$(go env GOARCH)" in [2021-03-30T18:02:03.338Z] #48 5.085 ++ go env GOARCH [2021-03-30T18:02:03.338Z] #48 5.172 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:03.338Z] #48 5.172 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:03.338Z] #48 5.181 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:03.338Z] #48 5.181 + dir=/tmp/install [2021-03-30T18:02:03.338Z] #48 5.181 + bin=gotestsum [2021-03-30T18:02:03.338Z] #48 5.181 + shift [2021-03-30T18:02:03.338Z] #48 5.181 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-30T18:02:03.338Z] #48 5.194 + . /tmp/install/gotestsum.installer [2021-03-30T18:02:03.338Z] #48 5.194 ++ : v0.5.3 [2021-03-30T18:02:03.338Z] #48 5.194 + install_gotestsum [2021-03-30T18:02:03.338Z] #48 5.197 + set -e [2021-03-30T18:02:03.338Z] #48 5.197 + export GO111MODULE=on [2021-03-30T18:02:03.338Z] #48 5.197 + GO111MODULE=on [2021-03-30T18:02:03.338Z] #48 5.197 + GOBIN=/build [2021-03-30T18:02:03.338Z] #48 5.201 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-30T18:02:03.338Z] #48 5.363 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-30T18:02:03.338Z] #48 5.363 go: finding gotest.tools v0.5.3 [2021-03-30T18:02:03.338Z] #48 6.714 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-30T18:02:03.338Z] #48 6.857 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-30T18:02:03.338Z] #48 7.549 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-30T18:02:03.338Z] #48 7.579 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-30T18:02:03.338Z] #48 7.584 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-30T18:02:03.338Z] #48 7.585 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-30T18:02:03.338Z] #48 7.681 go: downloading github.com/fatih/color v1.9.0 [2021-03-30T18:02:03.338Z] #48 7.711 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-30T18:02:03.338Z] #48 7.799 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-30T18:02:03.338Z] #48 7.802 go: downloading github.com/pkg/errors v0.9.1 [2021-03-30T18:02:03.338Z] #48 7.805 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-30T18:02:03.338Z] #48 7.837 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-30T18:02:03.338Z] #48 8.069 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-30T18:02:03.338Z] #48 8.117 go: extracting github.com/fatih/color v1.9.0 [2021-03-30T18:02:03.338Z] #48 8.230 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-30T18:02:03.338Z] #48 8.270 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-30T18:02:03.338Z] #48 8.734 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-30T18:02:03.338Z] #48 8.756 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-30T18:02:03.338Z] #48 8.975 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-30T18:02:03.338Z] #48 9.075 go: extracting github.com/pkg/errors v0.9.1 [2021-03-30T18:02:03.338Z] #48 9.404 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-30T18:02:03.338Z] #48 9.569 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-30T18:02:03.338Z] #48 ... [2021-03-30T18:02:03.338Z] [2021-03-30T18:02:03.338Z] #68 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-30T18:02:03.338Z] #68 5.988 + RM_GOPATH=0 [2021-03-30T18:02:03.338Z] #68 5.988 + TMP_GOPATH= [2021-03-30T18:02:03.338Z] #68 5.988 + : /build [2021-03-30T18:02:03.338Z] #68 5.988 + '[' -z '' ']' [2021-03-30T18:02:03.338Z] #68 5.988 ++ mktemp -d [2021-03-30T18:02:03.338Z] #68 5.991 + export GOPATH=/tmp/tmp.KvSxFGVNNz [2021-03-30T18:02:03.338Z] #68 5.991 + GOPATH=/tmp/tmp.KvSxFGVNNz [2021-03-30T18:02:03.338Z] #68 5.991 + RM_GOPATH=1 [2021-03-30T18:02:03.338Z] #68 5.991 + case "$(go env GOARCH)" in [2021-03-30T18:02:03.338Z] #68 5.996 ++ go env GOARCH [2021-03-30T18:02:03.338Z] #68 6.041 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:03.338Z] #68 6.041 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:03.338Z] #68 6.043 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:03.338Z] #68 6.046 + dir=/tmp/install [2021-03-30T18:02:03.338Z] #68 6.046 + bin=proxy [2021-03-30T18:02:03.338Z] #68 6.046 + shift [2021-03-30T18:02:03.338Z] #68 6.046 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-30T18:02:03.338Z] #68 6.046 + . /tmp/install/proxy.installer [2021-03-30T18:02:03.338Z] #68 6.047 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-03-30T18:02:03.338Z] #68 6.049 + install_proxy [2021-03-30T18:02:03.338Z] #68 6.049 + case "$1" in [2021-03-30T18:02:03.338Z] #68 6.049 + export CGO_ENABLED=0 [2021-03-30T18:02:03.338Z] #68 6.049 + CGO_ENABLED=0 [2021-03-30T18:02:03.338Z] #68 6.049 + _install_proxy [2021-03-30T18:02:03.338Z] #68 6.050 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-03-30T18:02:03.338Z] #68 6.052 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-03-30T18:02:03.338Z] #68 6.052 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.KvSxFGVNNz/src/github.com/docker/libnetwork [2021-03-30T18:02:03.338Z] #68 6.055 Cloning into '/tmp/tmp.KvSxFGVNNz/src/github.com/docker/libnetwork'... [2021-03-30T18:02:03.617Z] 3c370c2e2f82: Verifying Checksum [2021-03-30T18:02:03.617Z] 3c370c2e2f82: Download complete [2021-03-30T18:02:03.629Z] #68 ... [2021-03-30T18:02:03.629Z] [2021-03-30T18:02:03.629Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-30T18:02:03.629Z] #52 6.144 + RM_GOPATH=0 [2021-03-30T18:02:03.629Z] #52 6.146 + TMP_GOPATH= [2021-03-30T18:02:03.629Z] #52 6.147 + : /build [2021-03-30T18:02:03.629Z] #52 6.147 + '[' -z '' ']' [2021-03-30T18:02:03.629Z] #52 6.154 ++ mktemp -d [2021-03-30T18:02:03.629Z] #52 6.156 + export GOPATH=/tmp/tmp.PUg6AVR46t [2021-03-30T18:02:03.629Z] #52 6.156 + GOPATH=/tmp/tmp.PUg6AVR46t [2021-03-30T18:02:03.629Z] #52 6.156 + RM_GOPATH=1 [2021-03-30T18:02:03.629Z] #52 6.157 + case "$(go env GOARCH)" in [2021-03-30T18:02:03.629Z] #52 6.166 ++ go env GOARCH [2021-03-30T18:02:03.629Z] #52 6.254 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-30T18:02:03.629Z] #52 6.254 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:03.629Z] #52 6.254 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:03.629Z] #52 6.254 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:03.629Z] #52 6.254 + dir=/tmp/install [2021-03-30T18:02:03.629Z] #52 6.254 + bin=shfmt [2021-03-30T18:02:03.629Z] #52 6.254 + shift [2021-03-30T18:02:03.629Z] #52 6.254 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-30T18:02:03.629Z] #52 6.254 + . /tmp/install/shfmt.installer [2021-03-30T18:02:03.629Z] #52 6.254 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-30T18:02:03.629Z] #52 6.254 + install_shfmt [2021-03-30T18:02:03.629Z] #52 6.254 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-30T18:02:03.629Z] #52 6.254 + git clone https://github.com/mvdan/sh.git /tmp/tmp.PUg6AVR46t/src/github.com/mvdan/sh [2021-03-30T18:02:03.629Z] #52 6.254 Cloning into '/tmp/tmp.PUg6AVR46t/src/github.com/mvdan/sh'... [2021-03-30T18:02:03.629Z] #52 ... [2021-03-30T18:02:03.629Z] [2021-03-30T18:02:03.629Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:03.629Z] #59 5.265 + RM_GOPATH=0 [2021-03-30T18:02:03.629Z] #59 5.265 + TMP_GOPATH= [2021-03-30T18:02:03.629Z] #59 5.265 + : /build [2021-03-30T18:02:03.629Z] #59 5.265 + '[' -z '' ']' [2021-03-30T18:02:03.629Z] #59 5.265 ++ mktemp -d [2021-03-30T18:02:03.629Z] #59 5.278 + export GOPATH=/tmp/tmp.tvY7uGidp8 [2021-03-30T18:02:03.629Z] #59 5.278 + GOPATH=/tmp/tmp.tvY7uGidp8 [2021-03-30T18:02:03.629Z] #59 5.278 + RM_GOPATH=1 [2021-03-30T18:02:03.629Z] #59 5.278 + case "$(go env GOARCH)" in [2021-03-30T18:02:03.629Z] #59 5.278 ++ go env GOARCH [2021-03-30T18:02:03.629Z] #59 5.389 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:03.629Z] #59 5.389 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:03.629Z] #59 5.389 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:03.629Z] #59 5.399 Install rootlesskit version 81d7d047d09a5b93645817ec580181de7a984082 [2021-03-30T18:02:03.629Z] #59 5.399 + dir=/tmp/install [2021-03-30T18:02:03.629Z] #59 5.399 + bin=rootlesskit [2021-03-30T18:02:03.629Z] #59 5.399 + shift [2021-03-30T18:02:03.629Z] #59 5.399 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-30T18:02:03.629Z] #59 5.399 + . /tmp/install/rootlesskit.installer [2021-03-30T18:02:03.629Z] #59 5.399 ++ : 81d7d047d09a5b93645817ec580181de7a984082 [2021-03-30T18:02:03.629Z] #59 5.399 + install_rootlesskit [2021-03-30T18:02:03.629Z] #59 5.399 + case "$1" in [2021-03-30T18:02:03.629Z] #59 5.399 + export CGO_ENABLED=0 [2021-03-30T18:02:03.629Z] #59 5.399 + CGO_ENABLED=0 [2021-03-30T18:02:03.629Z] #59 5.399 + _install_rootlesskit [2021-03-30T18:02:03.629Z] #59 5.399 + echo 'Install rootlesskit version 81d7d047d09a5b93645817ec580181de7a984082' [2021-03-30T18:02:03.629Z] #59 5.399 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.tvY7uGidp8/src/github.com/rootless-containers/rootlesskit [2021-03-30T18:02:03.629Z] #59 5.410 Cloning into '/tmp/tmp.tvY7uGidp8/src/github.com/rootless-containers/rootlesskit'... [2021-03-30T18:02:03.629Z] #59 9.209 + cd /tmp/tmp.tvY7uGidp8/src/github.com/rootless-containers/rootlesskit [2021-03-30T18:02:03.629Z] #59 9.210 + git checkout -q 81d7d047d09a5b93645817ec580181de7a984082 [2021-03-30T18:02:03.629Z] #59 9.215 + export GO111MODULE=on [2021-03-30T18:02:03.629Z] #59 9.215 + GO111MODULE=on [2021-03-30T18:02:03.629Z] #59 9.215 + export GOPROXY=https://proxy.golang.org [2021-03-30T18:02:03.629Z] #59 9.215 + GOPROXY=https://proxy.golang.org [2021-03-30T18:02:03.629Z] #59 9.215 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-30T18:02:03.629Z] #59 9.215 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-30T18:02:03.629Z] #59 10.46 go: downloading github.com/pkg/errors v0.9.1 [2021-03-30T18:02:03.629Z] #59 10.47 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-30T18:02:03.629Z] #59 10.49 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-03-30T18:02:03.629Z] #59 10.55 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-30T18:02:03.629Z] #59 10.55 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-30T18:02:03.629Z] #59 10.61 go: extracting github.com/pkg/errors v0.9.1 [2021-03-30T18:02:03.629Z] #59 10.69 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-30T18:02:03.629Z] #59 10.72 go: downloading github.com/google/uuid v1.2.0 [2021-03-30T18:02:03.629Z] #59 10.83 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-30T18:02:03.920Z] #59 10.89 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-30T18:02:03.920Z] #59 10.89 go: downloading github.com/moby/vpnkit v0.5.0 [2021-03-30T18:02:03.920Z] #59 10.90 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-30T18:02:03.920Z] #59 10.91 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-30T18:02:03.920Z] #59 10.92 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-03-30T18:02:03.920Z] #59 10.92 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-03-30T18:02:03.920Z] #59 ... [2021-03-30T18:02:03.920Z] [2021-03-30T18:02:03.920Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:03.920Z] #25 5.278 + RM_GOPATH=0 [2021-03-30T18:02:03.920Z] #25 5.278 + TMP_GOPATH= [2021-03-30T18:02:03.920Z] #25 5.278 + : /build [2021-03-30T18:02:03.920Z] #25 5.278 + '[' -z '' ']' [2021-03-30T18:02:03.920Z] #25 5.288 ++ mktemp -d [2021-03-30T18:02:03.920Z] #25 5.288 + export GOPATH=/tmp/tmp.BONSTk74gk [2021-03-30T18:02:03.920Z] #25 5.288 + GOPATH=/tmp/tmp.BONSTk74gk [2021-03-30T18:02:03.920Z] #25 5.288 + RM_GOPATH=1 [2021-03-30T18:02:03.920Z] #25 5.288 + case "$(go env GOARCH)" in [2021-03-30T18:02:03.920Z] #25 5.298 ++ go env GOARCH [2021-03-30T18:02:03.920Z] #25 5.341 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:03.920Z] #25 5.341 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:03.920Z] #25 5.352 Install docker/cli version 17.06.2-ce from stable [2021-03-30T18:02:03.920Z] #25 5.353 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:03.920Z] #25 5.353 + dir=/tmp/install [2021-03-30T18:02:03.920Z] #25 5.353 + bin=dockercli [2021-03-30T18:02:03.920Z] #25 5.353 + shift [2021-03-30T18:02:03.920Z] #25 5.353 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-30T18:02:03.920Z] #25 5.353 + . /tmp/install/dockercli.installer [2021-03-30T18:02:03.920Z] #25 5.353 ++ : stable [2021-03-30T18:02:03.920Z] #25 5.353 ++ : 17.06.2-ce [2021-03-30T18:02:03.920Z] #25 5.353 + install_dockercli [2021-03-30T18:02:03.920Z] #25 5.353 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-30T18:02:03.920Z] #25 5.353 ++ uname -m [2021-03-30T18:02:03.920Z] #25 5.371 + arch=s390x [2021-03-30T18:02:03.920Z] #25 5.371 + '[' s390x '!=' x86_64 ']' [2021-03-30T18:02:03.920Z] #25 5.371 + '[' s390x '!=' s390x ']' [2021-03-30T18:02:03.920Z] #25 5.371 + url=https://download.docker.com/linux/static [2021-03-30T18:02:03.920Z] #25 5.371 + tar -xz docker/docker [2021-03-30T18:02:03.920Z] #25 5.384 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2021-03-30T18:02:03.920Z] #25 ... [2021-03-30T18:02:03.920Z] [2021-03-30T18:02:03.920Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-30T18:02:03.920Z] #41 14.87 Checking out files: 90% (1521/1684) Checking out files: 91% (1533/1684) Checking out files: 92% (1550/1684) Checking out files: 93% (1567/1684) Checking out files: 94% (1583/1684) Checking out files: 95% (1600/1684) Checking out files: 96% (1617/1684) Checking out files: 97% (1634/1684) Checking out files: 98% (1651/1684) Checking out files: 99% (1668/1684) Checking out files: 100% (1684/1684) Checking out files: 100% (1684/1684), done. [2021-03-30T18:02:04.212Z] #41 15.01 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-30T18:02:04.551Z] #10 DONE 1.8s [2021-03-30T18:02:04.551Z] [2021-03-30T18:02:04.551Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-30T18:02:04.551Z] #27 sha256:3459938b85e6c6c3864ee7a9c9d25fe87bc4edb40be53b244add29cc0120c068 [2021-03-30T18:02:04.551Z] #27 0.909 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:02:04.551Z] #27 0.909 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:02:04.551Z] #27 0.917 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:02:04.551Z] #27 1.025 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-30T18:02:04.551Z] #27 1.129 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-30T18:02:04.551Z] #27 1.264 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-30T18:02:04.551Z] #27 2.697 Fetched 8424 kB in 2s (4131 kB/s) [2021-03-30T18:02:04.551Z] #27 2.697 Reading package lists... [2021-03-30T18:02:04.551Z] #27 3.441 Reading package lists... [2021-03-30T18:02:04.551Z] #27 4.173 Building dependency tree... [2021-03-30T18:02:04.551Z] #27 4.462 The following additional packages will be installed: [2021-03-30T18:02:04.551Z] #27 4.462 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-30T18:02:04.551Z] #27 4.462 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-30T18:02:04.551Z] #27 4.463 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-30T18:02:04.551Z] #27 4.463 Suggested packages: [2021-03-30T18:02:04.551Z] #27 4.463 krb5-doc krb5-user [2021-03-30T18:02:04.551Z] #27 4.463 Recommended packages: [2021-03-30T18:02:04.551Z] #27 4.463 krb5-locales publicsuffix libsasl2-modules [2021-03-30T18:02:04.551Z] #27 4.612 The following NEW packages will be installed: [2021-03-30T18:02:04.551Z] #27 4.612 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-30T18:02:04.551Z] #27 4.612 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-30T18:02:04.551Z] #27 4.612 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-30T18:02:04.551Z] #27 4.613 libssh2-1 libssl1.1 openssl [2021-03-30T18:02:04.551Z] #27 4.883 0 upgraded, 21 newly installed, 0 to remove and 5 not upgraded. [2021-03-30T18:02:04.551Z] #27 4.883 Need to get 5057 kB of archives. [2021-03-30T18:02:04.551Z] #27 4.883 After this operation, 12.1 MB of additional disk space will be used. [2021-03-30T18:02:04.551Z] #27 4.883 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-30T18:02:04.551Z] #27 4.883 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-03-30T18:02:04.551Z] #27 4.887 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-03-30T18:02:04.551Z] #27 4.887 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-03-30T18:02:04.551Z] #27 4.888 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-03-30T18:02:04.551Z] #27 4.890 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-03-30T18:02:04.551Z] #27 4.894 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-03-30T18:02:04.551Z] #27 4.896 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-03-30T18:02:04.551Z] #27 4.897 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-03-30T18:02:04.551Z] #27 4.898 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-30T18:02:04.551Z] #27 4.899 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-03-30T18:02:04.551Z] #27 4.901 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-03-30T18:02:04.551Z] #27 4.902 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-03-30T18:02:04.551Z] #27 4.902 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-03-30T18:02:04.551Z] #27 4.903 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-03-30T18:02:04.551Z] #27 4.904 Get:16 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-03-30T18:02:04.551Z] #27 4.906 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-03-30T18:02:04.551Z] #27 4.907 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-03-30T18:02:04.551Z] #27 4.910 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-30T18:02:04.551Z] #27 4.911 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-30T18:02:04.551Z] #27 4.912 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-30T18:02:04.551Z] #27 5.032 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:02:04.551Z] #27 5.047 Fetched 5057 kB in 0s (17.7 MB/s) [2021-03-30T18:02:04.551Z] #27 5.076 Selecting previously unselected package libssl1.1:amd64. [2021-03-30T18:02:04.551Z] #27 5.076 (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.) [2021-03-30T18:02:04.551Z] #27 5.081 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-03-30T18:02:04.551Z] #27 5.086 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-03-30T18:02:04.551Z] #27 5.222 Selecting previously unselected package openssl. [2021-03-30T18:02:04.551Z] #27 5.223 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-03-30T18:02:04.552Z] #27 5.227 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-03-30T18:02:04.552Z] #27 5.766 Selecting previously unselected package ca-certificates. [2021-03-30T18:02:04.552Z] #27 5.767 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-30T18:02:04.552Z] #27 5.778 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-30T18:02:04.552Z] #27 5.897 Selecting previously unselected package libkeyutils1:amd64. [2021-03-30T18:02:04.552Z] #27 5.898 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-03-30T18:02:04.552Z] #27 5.910 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-03-30T18:02:04.552Z] #27 6.014 Selecting previously unselected package libkrb5support0:amd64. [2021-03-30T18:02:04.552Z] #27 6.015 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-03-30T18:02:04.552Z] #27 6.034 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-30T18:02:04.552Z] #27 6.291 Selecting previously unselected package libk5crypto3:amd64. [2021-03-30T18:02:04.552Z] #27 6.292 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-03-30T18:02:04.552Z] #27 6.309 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-30T18:02:04.552Z] #27 6.463 Selecting previously unselected package libkrb5-3:amd64. [2021-03-30T18:02:04.552Z] #27 6.464 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-03-30T18:02:04.552Z] #27 6.527 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-30T18:02:04.552Z] #27 6.642 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-30T18:02:04.552Z] #27 6.644 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-03-30T18:02:04.552Z] #27 6.647 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-30T18:02:04.552Z] #27 6.694 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-30T18:02:04.552Z] #27 6.695 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-30T18:02:04.552Z] #27 6.700 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-30T18:02:04.552Z] #27 6.735 Selecting previously unselected package libsasl2-2:amd64. [2021-03-30T18:02:04.552Z] #27 6.737 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-30T18:02:04.552Z] #27 6.740 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-30T18:02:04.552Z] #27 6.772 Selecting previously unselected package libldap-common. [2021-03-30T18:02:04.552Z] #27 6.774 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-30T18:02:04.552Z] #27 6.777 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-30T18:02:04.552Z] #27 6.814 Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-30T18:02:04.808Z] #27 6.815 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-03-30T18:02:04.808Z] #27 6.818 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-30T18:02:04.808Z] #27 6.865 Selecting previously unselected package libnghttp2-14:amd64. [2021-03-30T18:02:04.808Z] #27 6.866 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-03-30T18:02:04.808Z] #27 6.870 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-30T18:02:04.808Z] #27 6.906 Selecting previously unselected package libpsl5:amd64. [2021-03-30T18:02:04.808Z] #27 6.907 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-03-30T18:02:04.808Z] #27 6.910 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-03-30T18:02:04.808Z] #27 6.945 Selecting previously unselected package librtmp1:amd64. [2021-03-30T18:02:04.808Z] #27 6.946 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-03-30T18:02:04.808Z] #27 6.950 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-30T18:02:04.808Z] #27 6.986 Selecting previously unselected package libssh2-1:amd64. [2021-03-30T18:02:04.808Z] #27 6.988 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-03-30T18:02:04.808Z] #27 6.998 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-30T18:02:04.808Z] #27 7.040 Selecting previously unselected package libcurl4:amd64. [2021-03-30T18:02:04.808Z] #27 7.041 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-03-30T18:02:04.808Z] #27 7.044 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-30T18:02:05.063Z] #27 ... [2021-03-30T18:02:05.063Z] [2021-03-30T18:02:05.063Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-30T18:02:05.064Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-03-30T18:02:05.064Z] #11 DONE 0.6s [2021-03-30T18:02:05.064Z] [2021-03-30T18:02:05.064Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-30T18:02:05.064Z] #27 sha256:3459938b85e6c6c3864ee7a9c9d25fe87bc4edb40be53b244add29cc0120c068 [2021-03-30T18:02:05.064Z] #27 7.143 Selecting previously unselected package curl. [2021-03-30T18:02:05.064Z] #27 7.145 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-03-30T18:02:05.064Z] #27 7.148 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-30T18:02:05.064Z] #27 7.197 Selecting previously unselected package libonig5:amd64. [2021-03-30T18:02:05.064Z] #27 ... [2021-03-30T18:02:05.064Z] [2021-03-30T18:02:05.064Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-30T18:02:05.064Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-30T18:02:05.064Z] #55 ... [2021-03-30T18:02:05.064Z] [2021-03-30T18:02:05.064Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-30T18:02:05.064Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-30T18:02:05.064Z] #31 DONE 0.2s [2021-03-30T18:02:05.149Z] 1301750ffb48: Pull complete [2021-03-30T18:02:05.319Z] [2021-03-30T18:02:05.319Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-30T18:02:05.319Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-03-30T18:02:05.320Z] #39 DONE 0.2s [2021-03-30T18:02:05.320Z] [2021-03-30T18:02:05.320Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-30T18:02:05.320Z] #27 sha256:3459938b85e6c6c3864ee7a9c9d25fe87bc4edb40be53b244add29cc0120c068 [2021-03-30T18:02:05.320Z] #27 7.198 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-03-30T18:02:05.320Z] #27 7.201 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-30T18:02:05.320Z] #27 7.263 Selecting previously unselected package libjq1:amd64. [2021-03-30T18:02:05.320Z] #27 7.264 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-30T18:02:05.320Z] #27 7.268 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-30T18:02:05.320Z] #27 7.328 Selecting previously unselected package jq. [2021-03-30T18:02:05.320Z] #27 7.329 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-30T18:02:05.320Z] #27 7.332 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-30T18:02:05.320Z] #27 7.380 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-03-30T18:02:05.320Z] #27 7.392 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-03-30T18:02:05.320Z] #27 7.403 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-03-30T18:02:05.320Z] #27 7.488 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-30T18:02:05.320Z] #27 7.499 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-30T18:02:05.320Z] #27 7.513 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-30T18:02:05.320Z] #27 7.526 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-30T18:02:05.320Z] #27 7.541 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-30T18:02:05.320Z] #27 7.555 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-30T18:02:05.320Z] #27 7.574 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-30T18:02:05.320Z] #27 7.589 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-30T18:02:05.320Z] #27 7.601 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-30T18:02:05.320Z] #27 7.613 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-03-30T18:02:05.320Z] #27 7.636 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-30T18:02:05.320Z] #27 7.653 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-30T18:02:05.320Z] #27 7.665 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-30T18:02:05.320Z] #27 7.677 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-30T18:02:05.575Z] #27 ... [2021-03-30T18:02:05.575Z] [2021-03-30T18:02:05.575Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-30T18:02:05.575Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-03-30T18:02:05.575Z] #12 DONE 0.6s [2021-03-30T18:02:05.832Z] [2021-03-30T18:02:05.832Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:02:05.832Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:02:06.135Z] Running on azwin-2-b5ecb0 in d:\jenkins\workspace\moby_PR-42226 [Pipeline] { [Pipeline] ws [2021-03-30T18:02:06.150Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-03-30T18:02:06.256Z] The recommended git tool is: git [2021-03-30T18:02:06.283Z] #41 ... [2021-03-30T18:02:06.284Z] [2021-03-30T18:02:06.284Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:06.284Z] #25 12.34 + mkdir -p /build [2021-03-30T18:02:06.284Z] #25 12.35 + mv docker/docker /build/ [2021-03-30T18:02:06.284Z] #25 12.36 + rmdir docker [2021-03-30T18:02:06.284Z] #25 DONE 12.9s [2021-03-30T18:02:06.284Z] [2021-03-30T18:02:06.284Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:06.284Z] #50 10.84 go: downloading github.com/pkg/errors v0.8.1 [2021-03-30T18:02:06.284Z] #50 10.88 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-30T18:02:06.284Z] #50 10.91 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-30T18:02:06.284Z] #50 10.98 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-30T18:02:06.284Z] #50 11.06 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-30T18:02:06.284Z] #50 11.09 go: extracting github.com/pkg/errors v0.8.1 [2021-03-30T18:02:06.284Z] #50 11.15 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-30T18:02:06.284Z] #50 11.21 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-30T18:02:06.284Z] #50 11.28 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-30T18:02:06.284Z] #50 11.33 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-30T18:02:06.284Z] #50 11.39 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-30T18:02:06.284Z] #50 11.39 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-30T18:02:06.284Z] #50 11.41 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-30T18:02:06.284Z] #50 11.48 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-30T18:02:06.284Z] #50 11.55 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-30T18:02:06.284Z] #50 11.56 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-30T18:02:06.284Z] #50 11.56 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-30T18:02:06.284Z] #50 11.61 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-30T18:02:06.284Z] #50 11.70 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-30T18:02:06.284Z] #50 11.89 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-30T18:02:06.284Z] #50 12.78 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-30T18:02:06.485Z] using credential docker-jenkins-github-credentials [2021-03-30T18:02:06.667Z] Fetching changes from the remote Git repository [2021-03-30T18:02:06.531Z] > git rev-parse --is-inside-work-tree # timeout=10 [2021-03-30T18:02:06.709Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-30T18:02:06.864Z] Fetching without tags [2021-03-30T18:02:07.318Z] #50 14.06 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-30T18:02:06.907Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-30T18:02:06.908Z] > git --version # timeout=10 [2021-03-30T18:02:06.960Z] > git --version # 'git version 2.24.1.windows.2' [2021-03-30T18:02:06.961Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:02:06.964Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42226/head:refs/remotes/origin/PR-42226 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:02:07.729Z] #13 2.133 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-30T18:02:07.730Z] #13 2.151 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:02:07.730Z] #13 2.192 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:02:07.730Z] #13 2.223 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:02:07.912Z] dc5c6edc9cff: Pull complete [2021-03-30T18:02:08.299Z] #13 ... [2021-03-30T18:02:08.299Z] [2021-03-30T18:02:08.299Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-30T18:02:08.299Z] #24 sha256:c3e21617ec524f16449dcf20736ddd711eef79c0e2cf3488b3e45ba51f7f5dd8 [2021-03-30T18:02:08.299Z] #24 1.139 + RM_GOPATH=0 [2021-03-30T18:02:08.299Z] #24 1.139 + TMP_GOPATH= [2021-03-30T18:02:08.299Z] #24 1.139 + : /build [2021-03-30T18:02:08.299Z] #24 1.139 + '[' -z '' ']' [2021-03-30T18:02:08.299Z] #24 1.140 ++ mktemp -d [2021-03-30T18:02:08.299Z] #24 1.145 + export GOPATH=/tmp/tmp.fsnstlkvR9 [2021-03-30T18:02:08.299Z] #24 1.145 + GOPATH=/tmp/tmp.fsnstlkvR9 [2021-03-30T18:02:08.299Z] #24 1.145 + RM_GOPATH=1 [2021-03-30T18:02:08.299Z] #24 1.145 + case "$(go env GOARCH)" in [2021-03-30T18:02:08.299Z] #24 1.145 ++ go env GOARCH [2021-03-30T18:02:08.299Z] #24 1.155 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:08.299Z] #24 1.155 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:08.299Z] #24 1.158 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:08.299Z] #24 1.160 + dir=/tmp/install [2021-03-30T18:02:08.299Z] #24 1.160 + bin=dockercli [2021-03-30T18:02:08.299Z] #24 1.160 + shift [2021-03-30T18:02:08.299Z] #24 1.160 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-30T18:02:08.299Z] #24 1.160 + . /tmp/install/dockercli.installer [2021-03-30T18:02:08.299Z] #24 1.160 ++ : stable [2021-03-30T18:02:08.299Z] #24 1.160 ++ : 17.06.2-ce [2021-03-30T18:02:08.299Z] #24 1.160 + install_dockercli [2021-03-30T18:02:08.299Z] #24 1.160 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-30T18:02:08.299Z] #24 1.161 Install docker/cli version 17.06.2-ce from stable [2021-03-30T18:02:08.299Z] #24 1.161 ++ uname -m [2021-03-30T18:02:08.299Z] #24 1.162 + arch=x86_64 [2021-03-30T18:02:08.299Z] #24 1.162 + '[' x86_64 '!=' x86_64 ']' [2021-03-30T18:02:08.299Z] #24 1.162 + url=https://download.docker.com/linux/static [2021-03-30T18:02:08.299Z] #24 1.162 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-03-30T18:02:08.299Z] #24 1.170 + tar -xz docker/docker [2021-03-30T18:02:08.299Z] #24 3.008 + mkdir -p /build [2021-03-30T18:02:08.299Z] #24 3.015 + mv docker/docker /build/ [2021-03-30T18:02:08.299Z] #24 3.017 + rmdir docker [2021-03-30T18:02:08.299Z] #24 DONE 3.2s [2021-03-30T18:02:08.299Z] [2021-03-30T18:02:08.299Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:02:08.299Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:02:08.299Z] #13 2.568 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [458 kB] [2021-03-30T18:02:08.425Z] Client: [2021-03-30T18:02:08.425Z] Context: default [2021-03-30T18:02:08.425Z] Debug Mode: false [2021-03-30T18:02:08.425Z] Plugins: [2021-03-30T18:02:08.425Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-30T18:02:08.425Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-30T18:02:08.425Z] [2021-03-30T18:02:08.425Z] Server: [2021-03-30T18:02:08.425Z] Containers: 0 [2021-03-30T18:02:08.425Z] Running: 0 [2021-03-30T18:02:08.425Z] Paused: 0 [2021-03-30T18:02:08.425Z] Stopped: 0 [2021-03-30T18:02:08.425Z] Images: 0 [2021-03-30T18:02:08.425Z] Server Version: 20.10.5 [2021-03-30T18:02:08.425Z] Storage Driver: overlay2 [2021-03-30T18:02:08.425Z] Backing Filesystem: extfs [2021-03-30T18:02:08.425Z] Supports d_type: true [2021-03-30T18:02:08.425Z] Native Overlay Diff: true [2021-03-30T18:02:08.425Z] Logging Driver: json-file [2021-03-30T18:02:08.425Z] Cgroup Driver: cgroupfs [2021-03-30T18:02:08.425Z] Cgroup Version: 1 [2021-03-30T18:02:08.425Z] Plugins: [2021-03-30T18:02:08.425Z] Volume: local [2021-03-30T18:02:08.425Z] Network: bridge host ipvlan macvlan null overlay [2021-03-30T18:02:08.425Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-30T18:02:08.425Z] Swarm: inactive [2021-03-30T18:02:08.425Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-03-30T18:02:08.425Z] Default Runtime: runc [2021-03-30T18:02:08.425Z] Init Binary: docker-init [2021-03-30T18:02:08.425Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:02:08.425Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:02:08.425Z] init version: de40ad0 [2021-03-30T18:02:08.425Z] Security Options: [2021-03-30T18:02:08.425Z] apparmor [2021-03-30T18:02:08.425Z] seccomp [2021-03-30T18:02:08.425Z] Profile: default [2021-03-30T18:02:08.425Z] Kernel Version: 5.4.0-1041-aws [2021-03-30T18:02:08.425Z] Operating System: Ubuntu 18.04.5 LTS [2021-03-30T18:02:08.425Z] OSType: linux [2021-03-30T18:02:08.425Z] Architecture: x86_64 [2021-03-30T18:02:08.425Z] CPUs: 2 [2021-03-30T18:02:08.425Z] Total Memory: 15.35GiB [2021-03-30T18:02:08.425Z] Name: ip-10-100-76-68 [2021-03-30T18:02:08.425Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-03-30T18:02:08.425Z] Docker Root Dir: /var/lib/docker [2021-03-30T18:02:08.425Z] Debug Mode: false [2021-03-30T18:02:08.425Z] Registry: https://index.docker.io/v1/ [2021-03-30T18:02:08.425Z] Labels: [2021-03-30T18:02:08.425Z] Experimental: true [2021-03-30T18:02:08.425Z] Insecure Registries: [2021-03-30T18:02:08.425Z] 127.0.0.0/8 [2021-03-30T18:02:08.425Z] Live Restore Enabled: true [2021-03-30T18:02:08.425Z] [2021-03-30T18:02:08.425Z] WARNING: No swap limit support [Pipeline] sh [2021-03-30T18:02:08.756Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-30T18:02:08.756Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-30T18:02:08.756Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42226/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-30T18:02:08.756Z] + bash /home/ubuntu/workspace/moby_PR-42226/check-config.sh [2021-03-30T18:02:08.756Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-30T18:02:08.756Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-03-30T18:02:08.756Z] [2021-03-30T18:02:08.756Z] Generally Necessary: [2021-03-30T18:02:08.756Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-30T18:02:08.756Z] - apparmor: enabled and tools installed [2021-03-30T18:02:08.756Z] - CONFIG_NAMESPACES: enabled [2021-03-30T18:02:08.756Z] - CONFIG_NET_NS: enabled [2021-03-30T18:02:08.756Z] - CONFIG_PID_NS: enabled [2021-03-30T18:02:08.756Z] - CONFIG_IPC_NS: enabled [2021-03-30T18:02:08.756Z] - CONFIG_UTS_NS: enabled [2021-03-30T18:02:08.756Z] - CONFIG_CGROUPS: enabled [2021-03-30T18:02:08.756Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-30T18:02:08.756Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-30T18:02:08.756Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-30T18:02:08.756Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-30T18:02:08.756Z] - CONFIG_CPUSETS: enabled [2021-03-30T18:02:08.756Z] - CONFIG_MEMCG: enabled [2021-03-30T18:02:08.756Z] - CONFIG_KEYS: enabled [2021-03-30T18:02:08.756Z] - CONFIG_VETH: enabled (as module) [2021-03-30T18:02:08.756Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-30T18:02:08.756Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-30T18:02:08.756Z] - CONFIG_NF_NAT_IPV4: missing [2021-03-30T18:02:08.756Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-30T18:02:08.756Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-30T18:02:08.756Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-30T18:02:08.756Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-30T18:02:08.756Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-30T18:02:08.862Z] #13 3.202 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-30T18:02:09.017Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-30T18:02:09.017Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-30T18:02:09.017Z] - CONFIG_NF_NAT_NEEDED: missing [2021-03-30T18:02:09.017Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-30T18:02:09.017Z] [2021-03-30T18:02:09.017Z] Optional Features: [2021-03-30T18:02:09.017Z] - CONFIG_USER_NS: enabled [2021-03-30T18:02:09.017Z] - CONFIG_SECCOMP: enabled [2021-03-30T18:02:09.017Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-30T18:02:09.017Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-30T18:02:09.017Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-30T18:02:09.017Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-30T18:02:09.017Z] - CONFIG_BLK_CGROUP: enabled [2021-03-30T18:02:09.017Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-30T18:02:09.017Z] - CONFIG_IOSCHED_CFQ: missing [2021-03-30T18:02:09.017Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-03-30T18:02:09.017Z] - CONFIG_CGROUP_PERF: enabled [2021-03-30T18:02:09.017Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-30T18:02:09.017Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-30T18:02:09.017Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-30T18:02:09.017Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-30T18:02:09.017Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-30T18:02:09.017Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-30T18:02:09.017Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-30T18:02:09.017Z] - CONFIG_IP_VS: enabled (as module) [2021-03-30T18:02:09.017Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-30T18:02:09.017Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-30T18:02:09.017Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-30T18:02:09.017Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-30T18:02:09.017Z] - CONFIG_EXT4_FS: enabled [2021-03-30T18:02:09.017Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-30T18:02:09.017Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-30T18:02:09.017Z] - Network Drivers: [2021-03-30T18:02:09.017Z] - "overlay": [2021-03-30T18:02:09.017Z] - CONFIG_VXLAN: enabled (as module) [2021-03-30T18:02:09.017Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-30T18:02:09.017Z] Optional (for encrypted networks): [2021-03-30T18:02:09.017Z] - CONFIG_CRYPTO: enabled [2021-03-30T18:02:09.017Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-30T18:02:09.017Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-30T18:02:09.017Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-30T18:02:09.017Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-30T18:02:09.017Z] - CONFIG_XFRM: enabled [2021-03-30T18:02:09.017Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-30T18:02:09.017Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-30T18:02:09.017Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-30T18:02:09.017Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-03-30T18:02:09.017Z] - "ipvlan": [2021-03-30T18:02:09.017Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-30T18:02:09.017Z] - "macvlan": [2021-03-30T18:02:09.017Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-30T18:02:09.017Z] - CONFIG_DUMMY: enabled (as module) [2021-03-30T18:02:09.017Z] - "ftp,tftp client in container": [2021-03-30T18:02:09.274Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-30T18:02:09.274Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-30T18:02:09.274Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-30T18:02:09.274Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-30T18:02:09.274Z] - Storage Drivers: [2021-03-30T18:02:09.274Z] - "aufs": [2021-03-30T18:02:09.274Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-30T18:02:09.274Z] - "btrfs": [2021-03-30T18:02:09.274Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-30T18:02:09.274Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-30T18:02:09.274Z] - "devicemapper": [2021-03-30T18:02:09.274Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-30T18:02:09.274Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-30T18:02:09.274Z] - "overlay": [2021-03-30T18:02:09.274Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-30T18:02:09.274Z] - "zfs": [2021-03-30T18:02:09.274Z] - /dev/zfs: present [2021-03-30T18:02:09.274Z] - zfs command: missing [2021-03-30T18:02:09.275Z] - zpool command: missing [2021-03-30T18:02:09.275Z] [2021-03-30T18:02:09.275Z] Limits: [2021-03-30T18:02:09.275Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-30T18:02:09.275Z] [2021-03-30T18:02:09.275Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-30T18:02:09.381Z] #50 16.29 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-30T18:02:09.381Z] #50 16.29 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-30T18:02:09.381Z] #50 16.30 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-30T18:02:09.381Z] #50 16.31 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-30T18:02:09.381Z] #50 16.32 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-30T18:02:09.381Z] #50 16.32 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-30T18:02:09.381Z] #50 16.33 go: downloading github.com/spf13/viper v1.6.1 [2021-03-30T18:02:09.381Z] #50 16.34 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-30T18:02:09.381Z] #50 16.39 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-30T18:02:09.381Z] #50 16.39 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-30T18:02:09.381Z] #50 16.46 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-30T18:02:09.381Z] #50 16.46 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-30T18:02:09.381Z] #50 16.48 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-30T18:02:09.381Z] #50 16.49 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-30T18:02:09.429Z] #13 3.781 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-30T18:02:09.589Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0c6ffa97569d29714) in /home/ubuntu/workspace/moby_PR-42226 [Pipeline] { [Pipeline] checkout [2021-03-30T18:02:09.625Z] The recommended git tool is: git [2021-03-30T18:02:09.636Z] using credential docker-jenkins-github-credentials [2021-03-30T18:02:09.640Z] + sudo modprobe ip_vs [2021-03-30T18:02:09.640Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 . [2021-03-30T18:02:09.643Z] Cloning the remote Git repository [2021-03-30T18:02:09.643Z] Cloning with configured refspecs honoured and without tags [2021-03-30T18:02:09.672Z] #50 16.54 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-30T18:02:09.672Z] #50 16.56 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-30T18:02:09.672Z] #50 16.77 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-30T18:02:09.896Z] #2 [internal] load .dockerignore [2021-03-30T18:02:09.896Z] #2 sha256:2687d71840edb842f6eb1d90fa70a743bc1a24bae9ca5a2b398a38c4cd20ebeb [2021-03-30T18:02:09.963Z] #50 16.77 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-30T18:02:09.963Z] #50 16.77 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-30T18:02:09.963Z] #50 16.77 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-30T18:02:09.963Z] #50 16.81 go: extracting github.com/spf13/viper v1.6.1 [2021-03-30T18:02:09.963Z] #50 16.84 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-30T18:02:09.963Z] #50 16.86 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-30T18:02:09.963Z] #50 16.96 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-30T18:02:09.963Z] #50 16.98 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-30T18:02:09.992Z] #13 4.316 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-30T18:02:10.153Z] #2 transferring context: 87B done [2021-03-30T18:02:10.153Z] #2 DONE 0.3s [2021-03-30T18:02:10.153Z] [2021-03-30T18:02:10.153Z] #1 [internal] load build definition from Dockerfile [2021-03-30T18:02:10.153Z] #1 sha256:f7ab5f360d97b0dab4f985a828836da95f90c9d244671b754817137ee2d51ed0 [2021-03-30T18:02:10.153Z] #1 transferring dockerfile: 17.02kB done [2021-03-30T18:02:10.153Z] #1 DONE 0.3s [2021-03-30T18:02:10.153Z] [2021-03-30T18:02:10.153Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-30T18:02:10.153Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-03-30T18:02:10.253Z] #50 17.08 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-30T18:02:10.253Z] #50 17.23 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-30T18:02:10.253Z] #50 17.23 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-30T18:02:10.253Z] #50 17.23 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-30T18:02:10.253Z] #50 17.24 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-30T18:02:10.253Z] #50 17.24 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-30T18:02:10.253Z] #50 17.25 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-30T18:02:10.253Z] #50 17.32 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-30T18:02:10.544Z] #50 17.38 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-30T18:02:10.544Z] #50 17.38 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-30T18:02:10.544Z] #50 17.50 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-30T18:02:10.544Z] #50 17.56 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-30T18:02:10.544Z] #50 17.57 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-30T18:02:10.544Z] #50 17.57 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-30T18:02:10.544Z] #50 17.62 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-30T18:02:10.588Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0c797b053a8fba465) in /home/ubuntu/workspace/moby_PR-42226 [Pipeline] { [Pipeline] checkout [2021-03-30T18:02:10.624Z] The recommended git tool is: git [2021-03-30T18:02:09.820Z] Cloning repository https://github.com/moby/moby.git [2021-03-30T18:02:09.821Z] > git init /home/ubuntu/workspace/moby_PR-42226 # timeout=10 [2021-03-30T18:02:09.830Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-30T18:02:09.830Z] > git --version # timeout=10 [2021-03-30T18:02:09.835Z] > git --version # 'git version 2.17.1' [2021-03-30T18:02:09.836Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:02:09.836Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42226/head:refs/remotes/origin/PR-42226 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:02:10.631Z] using credential docker-jenkins-github-credentials [2021-03-30T18:02:10.638Z] Cloning the remote Git repository [2021-03-30T18:02:10.638Z] Cloning with configured refspecs honoured and without tags [2021-03-30T18:02:10.717Z] #3 DONE 0.6s [2021-03-30T18:02:10.717Z] [2021-03-30T18:02:10.717Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-30T18:02:10.717Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-03-30T18:02:10.717Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-30T18:02:10.717Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-03-30T18:02:10.717Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-03-30T18:02:10.717Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-03-30T18:02:10.717Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 5.24MB / 9.64MB 0.1s [2021-03-30T18:02:10.835Z] #50 17.70 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-30T18:02:10.835Z] #50 17.71 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-30T18:02:10.835Z] #50 17.71 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-30T18:02:10.835Z] #50 17.71 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-30T18:02:10.835Z] #50 17.79 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-30T18:02:10.835Z] #50 17.85 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-30T18:02:10.835Z] #50 17.95 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-30T18:02:10.835Z] #50 17.97 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-30T18:02:10.989Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-03-30T18:02:11.125Z] #50 18.26 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-30T18:02:11.248Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.5s done [2021-03-30T18:02:11.248Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 [2021-03-30T18:02:11.419Z] #50 18.36 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-30T18:02:11.419Z] #50 18.39 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-30T18:02:11.419Z] #50 18.46 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-30T18:02:11.419Z] #50 ... [2021-03-30T18:02:11.419Z] [2021-03-30T18:02:11.419Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-03-30T18:02:11.419Z] #56 12.92 Fetched 8112 kB in 11s (764 kB/s) [2021-03-30T18:02:11.419Z] #56 12.92 Reading package lists... [2021-03-30T18:02:11.419Z] #56 19.51 Reading package lists... [2021-03-30T18:02:11.419Z] #56 ... [2021-03-30T18:02:11.419Z] [2021-03-30T18:02:11.419Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:11.419Z] #50 18.48 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-30T18:02:11.419Z] #50 18.53 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-30T18:02:11.419Z] #50 18.53 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-30T18:02:11.419Z] #50 18.53 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-30T18:02:11.419Z] #50 18.53 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-30T18:02:11.485Z] 3c370c2e2f82: Pull complete [2021-03-30T18:02:11.485Z] 5ffb2f5886e2: Pull complete [2021-03-30T18:02:11.485Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:02:11.485Z] Status: Downloaded newer image for golang:1.13.15-buster [2021-03-30T18:02:11.485Z] ---> 805dc2d65d1c [2021-03-30T18:02:11.485Z] Step 5/15 : ARG BUILDX_REPO [2021-03-30T18:02:11.485Z] ---> Running in 4f039d9c3ae3 [2021-03-30T18:02:11.485Z] Removing intermediate container 4f039d9c3ae3 [2021-03-30T18:02:11.485Z] ---> e182fc80a414 [2021-03-30T18:02:11.485Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2021-03-30T18:02:11.485Z] ---> Running in 6e8426bb0faf [2021-03-30T18:02:11.520Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-03-30T18:02:11.520Z] #4 DONE 0.8s [2021-03-30T18:02:11.520Z] [2021-03-30T18:02:11.520Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:02:11.520Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-03-30T18:02:10.644Z] Cloning repository https://github.com/moby/moby.git [2021-03-30T18:02:10.645Z] > git init /home/ubuntu/workspace/moby_PR-42226 # timeout=10 [2021-03-30T18:02:10.652Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-30T18:02:10.652Z] > git --version # timeout=10 [2021-03-30T18:02:10.660Z] > git --version # 'git version 2.25.1' [2021-03-30T18:02:10.660Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:02:10.660Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42226/head:refs/remotes/origin/PR-42226 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:02:11.713Z] #50 18.68 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-30T18:02:11.713Z] #50 18.69 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-30T18:02:11.713Z] #50 18.80 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-30T18:02:11.713Z] #50 18.81 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-30T18:02:11.781Z] Cloning into '/buildx'... [2021-03-30T18:02:11.807Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-0067470ed7a636311) in /home/ubuntu/workspace/moby_PR-42226 [Pipeline] { [Pipeline] checkout [2021-03-30T18:02:11.855Z] The recommended git tool is: git [2021-03-30T18:02:11.866Z] using credential docker-jenkins-github-credentials [2021-03-30T18:02:11.873Z] Cloning the remote Git repository [2021-03-30T18:02:11.873Z] Cloning with configured refspecs honoured and without tags [2021-03-30T18:02:12.004Z] #50 18.87 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-30T18:02:12.004Z] #50 18.88 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-30T18:02:12.004Z] #50 18.88 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-30T18:02:12.004Z] #50 18.93 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-30T18:02:12.004Z] #50 18.93 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-30T18:02:12.004Z] #50 18.93 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-30T18:02:12.004Z] #50 ... [2021-03-30T18:02:12.004Z] [2021-03-30T18:02:12.004Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-30T18:02:12.004Z] #28 3.082 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [240 kB] [2021-03-30T18:02:12.004Z] #28 4.228 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-03-30T18:02:12.004Z] #28 6.478 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-30T18:02:12.004Z] #28 ... [2021-03-30T18:02:12.004Z] [2021-03-30T18:02:12.004Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-30T18:02:12.004Z] #14 10.90 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-30T18:02:12.004Z] #14 18.61 Fetched 8584 kB in 15s (559 kB/s) [2021-03-30T18:02:12.295Z] #14 18.61 Reading package lists... [2021-03-30T18:02:12.295Z] #14 ... [2021-03-30T18:02:12.295Z] [2021-03-30T18:02:12.295Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:12.295Z] #50 19.00 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-30T18:02:12.295Z] #50 19.06 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-30T18:02:12.295Z] #50 19.07 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-30T18:02:12.295Z] #50 19.18 go: downloading github.com/spf13/afero v1.1.2 [2021-03-30T18:02:12.295Z] #50 ... [2021-03-30T18:02:12.295Z] [2021-03-30T18:02:12.295Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-30T18:02:12.295Z] #37 13.94 Fetched 8112 kB in 12s (696 kB/s) [2021-03-30T18:02:12.295Z] #37 13.94 Reading package lists... [2021-03-30T18:02:12.449Z] #8 ... [2021-03-30T18:02:12.449Z] [2021-03-30T18:02:12.449Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-30T18:02:12.449Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-30T18:02:12.449Z] #6 DONE 0.8s [2021-03-30T18:02:12.586Z] #37 20.70 Reading package lists... [2021-03-30T18:02:12.586Z] #37 ... [2021-03-30T18:02:12.586Z] [2021-03-30T18:02:12.586Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:12.586Z] #50 19.50 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-30T18:02:12.586Z] #50 19.55 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-30T18:02:12.586Z] #50 19.55 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-30T18:02:12.586Z] #50 19.56 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-30T18:02:12.586Z] #50 19.56 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-30T18:02:12.586Z] #50 19.56 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-30T18:02:12.586Z] #50 19.57 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-30T18:02:12.586Z] #50 19.62 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-30T18:02:12.708Z] [2021-03-30T18:02:12.708Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:02:12.708Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-03-30T18:02:12.708Z] #7 DONE 0.9s [2021-03-30T18:02:12.708Z] [2021-03-30T18:02:12.708Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:02:12.708Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-03-30T18:02:12.708Z] #8 DONE 0.9s [2021-03-30T18:02:12.708Z] [2021-03-30T18:02:12.708Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-03-30T18:02:12.708Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-30T18:02:12.708Z] #5 DONE 1.0s [2021-03-30T18:02:11.897Z] Cloning repository https://github.com/moby/moby.git [2021-03-30T18:02:11.898Z] > git init /home/ubuntu/workspace/moby_PR-42226 # timeout=10 [2021-03-30T18:02:11.914Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-30T18:02:11.914Z] > git --version # timeout=10 [2021-03-30T18:02:11.921Z] > git --version # 'git version 2.7.4' [2021-03-30T18:02:11.921Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:02:11.922Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42226/head:refs/remotes/origin/PR-42226 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:02:12.876Z] #50 19.82 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-30T18:02:12.876Z] #50 19.85 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-30T18:02:12.876Z] #50 19.91 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-30T18:02:12.876Z] #50 19.97 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-30T18:02:12.876Z] #50 ... [2021-03-30T18:02:12.876Z] [2021-03-30T18:02:12.876Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-30T18:02:12.876Z] #43 14.48 Fetched 8112 kB in 12s (666 kB/s) [2021-03-30T18:02:12.876Z] #43 14.48 Reading package lists... [2021-03-30T18:02:12.876Z] #43 21.24 Reading package lists... [2021-03-30T18:02:12.876Z] #43 ... [2021-03-30T18:02:12.876Z] [2021-03-30T18:02:12.876Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:12.876Z] #50 20.00 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-30T18:02:12.876Z] #50 20.00 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-30T18:02:12.876Z] #50 20.09 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-30T18:02:13.168Z] #50 20.10 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-30T18:02:13.168Z] #50 20.13 go: downloading github.com/fatih/color v1.7.0 [2021-03-30T18:02:13.168Z] #50 20.28 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-30T18:02:13.168Z] #50 20.29 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-30T18:02:13.168Z] #50 20.30 go: extracting github.com/spf13/afero v1.1.2 [2021-03-30T18:02:13.168Z] #50 20.37 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-30T18:02:13.269Z] #13 7.145 Fetched 8929 kB in 5s (1697 kB/s) [2021-03-30T18:02:13.275Z] [2021-03-30T18:02:13.275Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:02:13.275Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-30T18:02:13.275Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-03-30T18:02:13.275Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-03-30T18:02:13.275Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-03-30T18:02:13.459Z] #50 20.39 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-30T18:02:13.459Z] #50 20.52 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-30T18:02:13.459Z] #50 20.53 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-30T18:02:13.532Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-03-30T18:02:13.533Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 0B / 50.40MB 0.2s [2021-03-30T18:02:13.533Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 1.05MB / 7.81MB 0.2s [2021-03-30T18:02:13.749Z] #50 20.72 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-30T18:02:13.749Z] #50 20.79 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-30T18:02:13.749Z] #50 20.87 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-30T18:02:13.749Z] #50 20.88 go: extracting github.com/fatih/color v1.7.0 [2021-03-30T18:02:13.749Z] #50 20.88 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-30T18:02:13.749Z] #50 ... [2021-03-30T18:02:13.749Z] [2021-03-30T18:02:13.749Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:13.749Z] #48 10.86 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-30T18:02:13.749Z] #48 11.59 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-30T18:02:13.749Z] #48 15.51 go: finding github.com/fatih/color v1.9.0 [2021-03-30T18:02:13.749Z] #48 15.52 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-30T18:02:13.749Z] #48 15.53 go: finding github.com/pkg/errors v0.9.1 [2021-03-30T18:02:13.749Z] #48 15.66 go: finding github.com/spf13/pflag v1.0.3 [2021-03-30T18:02:13.749Z] #48 15.66 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-30T18:02:13.749Z] #48 15.71 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-30T18:02:13.749Z] #48 15.79 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-30T18:02:13.749Z] #48 15.97 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-30T18:02:13.749Z] #48 16.01 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-30T18:02:13.749Z] #48 16.05 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-30T18:02:13.749Z] #48 16.13 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-30T18:02:13.790Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 17.83MB / 50.40MB 0.5s [2021-03-30T18:02:13.790Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.5s [2021-03-30T18:02:13.790Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 2.10MB / 10.00MB 0.5s [2021-03-30T18:02:13.790Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 23.22MB / 50.40MB 0.5s [2021-03-30T18:02:13.790Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.5s [2021-03-30T18:02:13.832Z] #13 7.145 Reading package lists... [2021-03-30T18:02:13.832Z] #13 ... [2021-03-30T18:02:13.832Z] [2021-03-30T18:02:13.832Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:02:13.832Z] #49 sha256:0d4fd015eadc5dfa7a8cc21a874e371fe11dca8ca6235bf4a61c0ba98e59d0e5 [2021-03-30T18:02:13.832Z] #49 1.130 + RM_GOPATH=0 [2021-03-30T18:02:13.832Z] #49 1.131 + TMP_GOPATH= [2021-03-30T18:02:13.832Z] #49 1.131 + : /build [2021-03-30T18:02:13.832Z] #49 1.131 + '[' -z '' ']' [2021-03-30T18:02:13.832Z] #49 1.131 ++ mktemp -d [2021-03-30T18:02:13.832Z] #49 1.132 + export GOPATH=/tmp/tmp.bEqJPSonRc [2021-03-30T18:02:13.832Z] #49 1.132 + GOPATH=/tmp/tmp.bEqJPSonRc [2021-03-30T18:02:13.832Z] #49 1.132 + RM_GOPATH=1 [2021-03-30T18:02:13.832Z] #49 1.132 + case "$(go env GOARCH)" in [2021-03-30T18:02:13.833Z] #49 1.133 ++ go env GOARCH [2021-03-30T18:02:13.833Z] #49 1.146 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:13.833Z] #49 1.146 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:13.833Z] #49 1.148 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:13.833Z] #49 1.150 + dir=/tmp/install [2021-03-30T18:02:13.833Z] #49 1.150 + bin=golangci_lint [2021-03-30T18:02:13.833Z] #49 1.150 + shift [2021-03-30T18:02:13.833Z] #49 1.150 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-30T18:02:13.833Z] #49 1.150 + . /tmp/install/golangci_lint.installer [2021-03-30T18:02:13.833Z] #49 1.150 ++ : v1.23.8 [2021-03-30T18:02:13.833Z] #49 1.150 + install_golangci_lint [2021-03-30T18:02:13.833Z] #49 1.150 + set -e [2021-03-30T18:02:13.833Z] #49 1.150 + export GO111MODULE=on [2021-03-30T18:02:13.833Z] #49 1.150 + GO111MODULE=on [2021-03-30T18:02:13.833Z] #49 1.150 + GOBIN=/build [2021-03-30T18:02:13.833Z] #49 1.150 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-30T18:02:13.833Z] #49 1.214 go: finding github.com v1.23.8 [2021-03-30T18:02:13.833Z] #49 1.215 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-30T18:02:13.833Z] #49 1.215 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-30T18:02:13.833Z] #49 1.215 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-30T18:02:13.833Z] #49 1.215 go: finding github.com/golangci v1.23.8 [2021-03-30T18:02:13.833Z] #49 1.380 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-30T18:02:13.833Z] #49 1.837 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-30T18:02:13.833Z] #49 4.071 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-30T18:02:13.833Z] #49 4.076 go: downloading github.com/pkg/errors v0.8.1 [2021-03-30T18:02:13.833Z] #49 4.085 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-30T18:02:13.833Z] #49 4.087 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-30T18:02:13.833Z] #49 4.101 go: downloading github.com/spf13/viper v1.6.1 [2021-03-30T18:02:13.833Z] #49 4.124 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-30T18:02:13.833Z] #49 4.130 go: extracting github.com/pkg/errors v0.8.1 [2021-03-30T18:02:13.833Z] #49 4.139 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-30T18:02:13.833Z] #49 4.147 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-30T18:02:13.833Z] #49 4.155 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-30T18:02:13.833Z] #49 4.175 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-30T18:02:13.833Z] #49 4.184 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-30T18:02:13.833Z] #49 4.226 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-30T18:02:13.833Z] #49 4.227 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-30T18:02:13.833Z] #49 4.279 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-30T18:02:13.833Z] #49 4.279 go: extracting github.com/spf13/viper v1.6.1 [2021-03-30T18:02:13.833Z] #49 4.336 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-30T18:02:13.833Z] #49 4.359 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-30T18:02:13.833Z] #49 4.369 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-30T18:02:13.833Z] #49 4.371 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-30T18:02:13.833Z] #49 4.388 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-30T18:02:13.833Z] #49 4.388 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-30T18:02:13.833Z] #49 4.388 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-30T18:02:13.833Z] #49 4.389 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-30T18:02:13.833Z] #49 4.415 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-30T18:02:13.833Z] #49 4.436 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-30T18:02:13.833Z] #49 4.445 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-30T18:02:13.833Z] #49 4.474 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-30T18:02:13.833Z] #49 4.477 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-30T18:02:13.833Z] #49 4.498 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-30T18:02:13.833Z] #49 4.514 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-30T18:02:13.833Z] #49 4.537 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-30T18:02:13.833Z] #49 4.547 go: downloading github.com/fatih/color v1.7.0 [2021-03-30T18:02:13.833Z] #49 4.578 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-30T18:02:13.833Z] #49 4.580 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-30T18:02:13.833Z] #49 4.596 go: downloading github.com/spf13/afero v1.1.2 [2021-03-30T18:02:13.833Z] #49 4.612 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-30T18:02:13.833Z] #49 4.627 go: extracting github.com/fatih/color v1.7.0 [2021-03-30T18:02:13.833Z] #49 4.631 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-30T18:02:13.833Z] #49 4.686 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-30T18:02:13.833Z] #49 4.687 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-30T18:02:13.833Z] #49 4.693 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-30T18:02:13.833Z] #49 4.724 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-30T18:02:13.833Z] #49 4.746 go: extracting github.com/spf13/afero v1.1.2 [2021-03-30T18:02:13.833Z] #49 4.801 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-30T18:02:13.833Z] #49 4.816 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-30T18:02:13.833Z] #49 4.886 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-30T18:02:13.833Z] #49 4.891 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-30T18:02:13.833Z] #49 4.964 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-30T18:02:13.833Z] #49 5.052 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-30T18:02:13.833Z] #49 5.091 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-30T18:02:13.833Z] #49 5.094 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-30T18:02:13.833Z] #49 5.311 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-30T18:02:13.833Z] #49 5.480 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-30T18:02:13.833Z] #49 6.379 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-30T18:02:13.833Z] #49 6.392 go: downloading github.com/spf13/cast v1.3.0 [2021-03-30T18:02:13.833Z] #49 6.392 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-30T18:02:13.833Z] #49 6.393 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-30T18:02:13.833Z] #49 6.401 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-30T18:02:13.833Z] #49 6.401 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-30T18:02:13.833Z] #49 6.436 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-30T18:02:13.833Z] #49 6.437 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-30T18:02:13.833Z] #49 6.438 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-30T18:02:13.833Z] #49 6.454 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-30T18:02:13.833Z] #49 6.454 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-30T18:02:13.833Z] #49 6.479 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-30T18:02:13.833Z] #49 6.495 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-30T18:02:13.833Z] #49 6.498 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-30T18:02:13.833Z] #49 6.499 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-30T18:02:13.833Z] #49 6.505 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-30T18:02:13.833Z] #49 6.509 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-30T18:02:13.833Z] #49 6.593 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-30T18:02:13.833Z] #49 6.596 go: downloading golang.org/x/text v0.3.2 [2021-03-30T18:02:13.833Z] #49 6.599 go: extracting github.com/spf13/cast v1.3.0 [2021-03-30T18:02:13.833Z] #49 6.602 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-30T18:02:13.833Z] #49 6.618 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-30T18:02:13.833Z] #49 6.621 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-30T18:02:13.833Z] #49 6.648 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-30T18:02:13.833Z] #49 6.651 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-30T18:02:13.833Z] #49 6.657 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-30T18:02:13.833Z] #49 6.660 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-30T18:02:13.833Z] #49 6.697 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-30T18:02:13.833Z] #49 6.705 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-30T18:02:13.833Z] #49 6.708 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-30T18:02:13.833Z] #49 6.728 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-30T18:02:13.833Z] #49 6.729 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-30T18:02:13.833Z] #49 6.730 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-30T18:02:13.833Z] #49 6.738 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-30T18:02:13.833Z] #49 6.754 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-30T18:02:13.833Z] #49 6.773 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-30T18:02:13.833Z] #49 6.774 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-30T18:02:13.833Z] #49 6.775 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-30T18:02:13.833Z] #49 6.779 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-30T18:02:13.833Z] #49 6.814 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-30T18:02:13.833Z] #49 6.814 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-30T18:02:13.833Z] #49 6.819 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-30T18:02:13.833Z] #49 6.820 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-30T18:02:13.833Z] #49 6.837 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-30T18:02:13.833Z] #49 6.857 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-30T18:02:13.833Z] #49 6.859 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-30T18:02:13.833Z] #49 6.863 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-30T18:02:13.833Z] #49 6.863 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-30T18:02:13.833Z] #49 6.868 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-30T18:02:13.833Z] #49 6.871 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-30T18:02:13.833Z] #49 6.873 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-30T18:02:13.833Z] #49 6.935 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-30T18:02:13.833Z] #49 6.940 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-30T18:02:13.833Z] #49 6.947 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-30T18:02:13.833Z] #49 6.979 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-30T18:02:13.833Z] #49 7.017 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-30T18:02:13.833Z] #49 7.032 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-30T18:02:13.833Z] #49 7.055 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-30T18:02:13.833Z] #49 7.058 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-30T18:02:13.833Z] #49 7.073 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-30T18:02:13.833Z] #49 7.075 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-30T18:02:13.833Z] #49 7.090 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-30T18:02:13.833Z] #49 7.091 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-30T18:02:13.833Z] #49 7.092 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-30T18:02:13.833Z] #49 7.109 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-30T18:02:13.833Z] #49 7.112 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-30T18:02:13.833Z] #49 7.115 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-30T18:02:13.833Z] #49 7.125 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-30T18:02:13.833Z] #49 7.138 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-30T18:02:13.833Z] #49 7.151 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-30T18:02:13.833Z] #49 7.152 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-30T18:02:13.833Z] #49 7.177 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-30T18:02:13.833Z] #49 7.181 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-30T18:02:13.833Z] #49 7.230 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-30T18:02:13.833Z] #49 7.255 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-30T18:02:13.833Z] #49 7.256 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-30T18:02:13.833Z] #49 7.267 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-30T18:02:13.833Z] #49 7.268 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-30T18:02:13.833Z] #49 7.287 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-30T18:02:13.833Z] #49 7.289 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-30T18:02:13.833Z] #49 7.298 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-30T18:02:13.833Z] #49 7.301 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-30T18:02:13.833Z] #49 7.390 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-30T18:02:13.833Z] #49 7.407 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-30T18:02:13.833Z] #49 7.418 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-30T18:02:13.833Z] #49 7.459 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-30T18:02:13.833Z] #49 7.481 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-30T18:02:13.833Z] #49 7.488 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-30T18:02:13.833Z] #49 7.517 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-30T18:02:13.833Z] #49 7.593 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-30T18:02:13.833Z] #49 7.639 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-30T18:02:13.833Z] #49 7.707 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-30T18:02:13.833Z] #49 7.712 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-30T18:02:13.833Z] #49 7.719 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-30T18:02:13.833Z] #49 7.780 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-30T18:02:13.833Z] #49 8.296 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-30T18:02:14.040Z] #48 ... [2021-03-30T18:02:14.040Z] [2021-03-30T18:02:14.040Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:14.040Z] #50 21.00 go: downloading golang.org/x/text v0.3.2 [2021-03-30T18:02:14.040Z] #50 21.00 go: downloading github.com/spf13/cast v1.3.0 [2021-03-30T18:02:14.040Z] #50 21.00 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-30T18:02:14.040Z] #50 21.00 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-30T18:02:14.040Z] #50 21.02 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-30T18:02:14.040Z] #50 21.05 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-30T18:02:14.040Z] #50 21.05 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-30T18:02:14.040Z] #50 21.12 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-30T18:02:14.040Z] #50 ... [2021-03-30T18:02:14.040Z] [2021-03-30T18:02:14.040Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:14.040Z] #59 11.03 go: extracting github.com/google/uuid v1.2.0 [2021-03-30T18:02:14.040Z] #59 11.09 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-30T18:02:14.040Z] #59 11.71 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-03-30T18:02:14.040Z] #59 12.18 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-30T18:02:14.040Z] #59 13.34 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-30T18:02:14.040Z] #59 13.35 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-30T18:02:14.040Z] #59 13.39 go: extracting github.com/moby/vpnkit v0.5.0 [2021-03-30T18:02:14.040Z] #59 13.81 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-30T18:02:14.040Z] #59 14.45 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-30T18:02:14.040Z] #59 17.57 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-30T18:02:14.040Z] #59 17.66 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-30T18:02:14.040Z] #59 17.80 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-30T18:02:14.040Z] #59 18.04 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-30T18:02:14.040Z] #59 18.48 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-30T18:02:14.040Z] #59 18.91 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-30T18:02:14.040Z] #59 ... [2021-03-30T18:02:14.040Z] [2021-03-30T18:02:14.040Z] #68 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-30T18:02:14.040Z] #68 20.91 Checking out files: 89% (1710/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. [2021-03-30T18:02:14.040Z] #68 21.16 + cd /tmp/tmp.KvSxFGVNNz/src/github.com/docker/libnetwork [2021-03-30T18:02:14.040Z] #68 21.16 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-03-30T18:02:14.050Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 45.28MB / 50.40MB 0.7s [2021-03-30T18:02:14.050Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 0.6s done [2021-03-30T18:02:14.050Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 6.29MB / 51.83MB 0.7s [2021-03-30T18:02:14.050Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 0.8s [2021-03-30T18:02:14.050Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 0.8s done [2021-03-30T18:02:14.050Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 11.69MB / 51.83MB 0.8s [2021-03-30T18:02:14.089Z] #49 9.117 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-30T18:02:14.315Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 18.87MB / 51.83MB 0.9s [2021-03-30T18:02:14.315Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 0B / 68.67MB 0.9s [2021-03-30T18:02:14.315Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 27.26MB / 51.83MB 1.0s [2021-03-30T18:02:14.315Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 7.34MB / 68.67MB 1.0s [2021-03-30T18:02:14.586Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 37.62MB / 51.83MB 1.2s [2021-03-30T18:02:14.586Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 16.96MB / 68.67MB 1.2s [2021-03-30T18:02:14.586Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 1.4s [2021-03-30T18:02:14.586Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 31.46MB / 68.67MB 1.4s [2021-03-30T18:02:14.656Z] #49 9.666 go: extracting golang.org/x/text v0.3.2 [2021-03-30T18:02:14.656Z] #49 ... [2021-03-30T18:02:14.656Z] [2021-03-30T18:02:14.656Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-30T18:02:14.656Z] #27 sha256:3459938b85e6c6c3864ee7a9c9d25fe87bc4edb40be53b244add29cc0120c068 [2021-03-30T18:02:14.656Z] #27 9.117 Updating certificates in /etc/ssl/certs... [2021-03-30T18:02:14.656Z] #27 12.74 137 added, 0 removed; done. [2021-03-30T18:02:14.656Z] #27 12.88 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-30T18:02:14.656Z] #27 12.92 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-30T18:02:14.656Z] #27 12.94 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-30T18:02:14.656Z] #27 12.96 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-30T18:02:14.656Z] #27 12.97 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:02:14.656Z] #27 13.04 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-30T18:02:14.656Z] #27 13.07 Updating certificates in /etc/ssl/certs... [2021-03-30T18:02:14.656Z] #27 16.23 0 added, 0 removed; done. [2021-03-30T18:02:14.656Z] #27 16.23 Running hooks in /etc/ca-certificates/update.d... [2021-03-30T18:02:14.656Z] #27 16.24 done. [2021-03-30T18:02:14.656Z] #27 DONE 16.9s [2021-03-30T18:02:14.656Z] [2021-03-30T18:02:14.656Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-30T18:02:14.656Z] #28 sha256:b9eb46864a01072420ea354f9cbfe191d1f09ab6d063ca092ed24be681e25bd7 [2021-03-30T18:02:14.656Z] #28 DONE 0.1s [2021-03-30T18:02:14.656Z] [2021-03-30T18:02:14.656Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:02:14.656Z] #58 sha256:99ea5bb6a1f6e29e0922a785d5a50bfafcdff95e939a5a37ed470e5ab11535be [2021-03-30T18:02:14.656Z] #58 1.747 + RM_GOPATH=0 [2021-03-30T18:02:14.656Z] #58 1.747 + TMP_GOPATH= [2021-03-30T18:02:14.656Z] #58 1.747 + : /build [2021-03-30T18:02:14.656Z] #58 1.747 + '[' -z '' ']' [2021-03-30T18:02:14.656Z] #58 1.749 ++ mktemp -d [2021-03-30T18:02:14.656Z] #58 1.750 + export GOPATH=/tmp/tmp.roBzTCMC3g [2021-03-30T18:02:14.656Z] #58 1.750 + GOPATH=/tmp/tmp.roBzTCMC3g [2021-03-30T18:02:14.656Z] #58 1.750 + RM_GOPATH=1 [2021-03-30T18:02:14.656Z] #58 1.750 + case "$(go env GOARCH)" in [2021-03-30T18:02:14.656Z] #58 1.751 ++ go env GOARCH [2021-03-30T18:02:14.656Z] #58 1.771 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:14.656Z] #58 1.771 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:14.656Z] #58 1.772 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:14.656Z] #58 1.775 + dir=/tmp/install [2021-03-30T18:02:14.656Z] #58 1.775 + bin=rootlesskit [2021-03-30T18:02:14.656Z] #58 1.775 + shift [2021-03-30T18:02:14.656Z] #58 1.775 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-30T18:02:14.656Z] #58 1.775 + . /tmp/install/rootlesskit.installer [2021-03-30T18:02:14.656Z] #58 1.775 ++ : 81d7d047d09a5b93645817ec580181de7a984082 [2021-03-30T18:02:14.656Z] #58 1.775 + install_rootlesskit [2021-03-30T18:02:14.656Z] #58 1.775 + case "$1" in [2021-03-30T18:02:14.656Z] #58 1.775 + export CGO_ENABLED=0 [2021-03-30T18:02:14.656Z] #58 1.775 + CGO_ENABLED=0 [2021-03-30T18:02:14.656Z] #58 1.775 + _install_rootlesskit [2021-03-30T18:02:14.656Z] #58 1.775 + echo 'Install rootlesskit version 81d7d047d09a5b93645817ec580181de7a984082' [2021-03-30T18:02:14.656Z] #58 1.775 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.roBzTCMC3g/src/github.com/rootless-containers/rootlesskit [2021-03-30T18:02:14.656Z] #58 1.775 Install rootlesskit version 81d7d047d09a5b93645817ec580181de7a984082 [2021-03-30T18:02:14.656Z] #58 1.779 Cloning into '/tmp/tmp.roBzTCMC3g/src/github.com/rootless-containers/rootlesskit'... [2021-03-30T18:02:14.656Z] #58 3.118 + cd /tmp/tmp.roBzTCMC3g/src/github.com/rootless-containers/rootlesskit [2021-03-30T18:02:14.656Z] #58 3.119 + git checkout -q 81d7d047d09a5b93645817ec580181de7a984082 [2021-03-30T18:02:14.656Z] #58 3.132 + export GO111MODULE=on [2021-03-30T18:02:14.656Z] #58 3.132 + GO111MODULE=on [2021-03-30T18:02:14.656Z] #58 3.132 + export GOPROXY=https://proxy.golang.org [2021-03-30T18:02:14.656Z] #58 3.132 + GOPROXY=https://proxy.golang.org [2021-03-30T18:02:14.656Z] #58 3.133 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-30T18:02:14.656Z] #58 3.133 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-30T18:02:14.656Z] #58 4.445 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-30T18:02:14.656Z] #58 4.455 go: downloading github.com/pkg/errors v0.9.1 [2021-03-30T18:02:14.656Z] #58 4.460 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-30T18:02:14.656Z] #58 4.465 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-03-30T18:02:14.656Z] #58 4.484 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-30T18:02:14.656Z] #58 4.503 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-03-30T18:02:14.656Z] #58 4.553 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-03-30T18:02:14.656Z] #58 4.553 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-03-30T18:02:14.656Z] #58 4.578 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-30T18:02:14.656Z] #58 4.599 go: downloading github.com/google/uuid v1.2.0 [2021-03-30T18:02:14.656Z] #58 4.612 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-30T18:02:14.656Z] #58 4.619 go: downloading github.com/moby/vpnkit v0.5.0 [2021-03-30T18:02:14.656Z] #58 4.713 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-30T18:02:14.656Z] #58 4.730 go: extracting github.com/pkg/errors v0.9.1 [2021-03-30T18:02:14.656Z] #58 4.813 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-30T18:02:14.656Z] #58 4.866 go: extracting github.com/google/uuid v1.2.0 [2021-03-30T18:02:14.656Z] #58 4.868 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-30T18:02:14.656Z] #58 4.904 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-30T18:02:14.656Z] #58 4.926 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-30T18:02:14.656Z] #58 5.155 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-30T18:02:14.656Z] #58 5.194 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-30T18:02:14.656Z] #58 5.320 go: extracting github.com/moby/vpnkit v0.5.0 [2021-03-30T18:02:14.656Z] #58 5.355 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-30T18:02:14.656Z] #58 5.387 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-30T18:02:14.656Z] #58 5.887 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-30T18:02:14.656Z] #58 6.252 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-30T18:02:14.656Z] #58 6.282 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-30T18:02:14.656Z] #58 6.285 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-30T18:02:14.656Z] #58 6.501 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-30T18:02:14.656Z] #58 6.658 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-30T18:02:14.656Z] #58 7.658 go: finding github.com/pkg/errors v0.9.1 [2021-03-30T18:02:14.656Z] #58 7.659 go: finding github.com/google/uuid v1.2.0 [2021-03-30T18:02:14.656Z] #58 7.660 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-30T18:02:14.656Z] #58 7.687 go: finding github.com/gofrs/flock v0.8.0 [2021-03-30T18:02:14.656Z] #58 7.713 go: finding github.com/moby/vpnkit v0.5.0 [2021-03-30T18:02:14.656Z] #58 7.735 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-03-30T18:02:14.656Z] #58 7.776 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-30T18:02:14.656Z] #58 7.777 go: finding github.com/sirupsen/logrus v1.8.1 [2021-03-30T18:02:14.656Z] #58 7.780 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-30T18:02:14.656Z] #58 7.781 go: finding github.com/gorilla/mux v1.8.0 [2021-03-30T18:02:14.656Z] #58 7.834 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-30T18:02:14.656Z] #58 7.877 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-30T18:02:14.656Z] #58 7.883 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-30T18:02:14.656Z] #58 7.910 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-30T18:02:14.656Z] #58 7.918 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-30T18:02:14.845Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 48.23MB / 68.67MB 1.5s [2021-03-30T18:02:14.845Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 55.57MB / 68.67MB 1.6s [2021-03-30T18:02:14.913Z] #58 ... [2021-03-30T18:02:14.913Z] [2021-03-30T18:02:14.913Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:02:14.913Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-30T18:02:14.913Z] #36 2.511 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:02:14.913Z] #36 2.534 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:02:14.913Z] #36 2.534 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:02:14.913Z] #36 2.936 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-30T18:02:14.913Z] #36 3.621 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-30T18:02:14.913Z] #36 4.149 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-30T18:02:14.913Z] #36 6.634 Fetched 8424 kB in 4s (1891 kB/s) [2021-03-30T18:02:14.913Z] #36 6.634 Reading package lists... [2021-03-30T18:02:14.913Z] #36 7.878 Reading package lists... [2021-03-30T18:02:14.913Z] #36 9.280 Building dependency tree... [2021-03-30T18:02:15.090Z] #68 21.89 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-30T18:02:15.103Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 65.01MB / 68.67MB 1.7s [2021-03-30T18:02:15.103Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 1.8s done [2021-03-30T18:02:15.103Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 1.9s [2021-03-30T18:02:15.169Z] #36 ... [2021-03-30T18:02:15.170Z] [2021-03-30T18:02:15.170Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:02:15.170Z] #51 sha256:5d9dedf7961dcbdbc80fa8bf74aa22b7e1747d093f2bd919275700b8e538e3e1 [2021-03-30T18:02:15.170Z] #51 1.384 + RM_GOPATH=0 [2021-03-30T18:02:15.170Z] #51 1.384 + TMP_GOPATH= [2021-03-30T18:02:15.170Z] #51 1.384 + : /build [2021-03-30T18:02:15.170Z] #51 1.384 + '[' -z '' ']' [2021-03-30T18:02:15.170Z] #51 1.385 ++ mktemp -d [2021-03-30T18:02:15.170Z] #51 1.388 + export GOPATH=/tmp/tmp.noGvI3zXWJ [2021-03-30T18:02:15.170Z] #51 1.388 + GOPATH=/tmp/tmp.noGvI3zXWJ [2021-03-30T18:02:15.170Z] #51 1.388 + RM_GOPATH=1 [2021-03-30T18:02:15.170Z] #51 1.388 + case "$(go env GOARCH)" in [2021-03-30T18:02:15.170Z] #51 1.389 ++ go env GOARCH [2021-03-30T18:02:15.170Z] #51 1.403 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:15.170Z] #51 1.403 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:15.170Z] #51 1.404 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-30T18:02:15.170Z] #51 1.405 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:15.170Z] #51 1.405 + dir=/tmp/install [2021-03-30T18:02:15.170Z] #51 1.405 + bin=shfmt [2021-03-30T18:02:15.170Z] #51 1.405 + shift [2021-03-30T18:02:15.170Z] #51 1.405 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-30T18:02:15.170Z] #51 1.405 + . /tmp/install/shfmt.installer [2021-03-30T18:02:15.170Z] #51 1.405 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-30T18:02:15.170Z] #51 1.405 + install_shfmt [2021-03-30T18:02:15.170Z] #51 1.405 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-30T18:02:15.170Z] #51 1.405 + git clone https://github.com/mvdan/sh.git /tmp/tmp.noGvI3zXWJ/src/github.com/mvdan/sh [2021-03-30T18:02:15.170Z] #51 1.406 Cloning into '/tmp/tmp.noGvI3zXWJ/src/github.com/mvdan/sh'... [2021-03-30T18:02:15.170Z] #51 3.423 + cd /tmp/tmp.noGvI3zXWJ/src/github.com/mvdan/sh [2021-03-30T18:02:15.170Z] #51 3.423 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-30T18:02:15.170Z] #51 3.469 + GO111MODULE=on [2021-03-30T18:02:15.170Z] #51 3.469 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-30T18:02:15.170Z] #51 4.126 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-30T18:02:15.170Z] #51 4.128 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-30T18:02:15.170Z] #51 4.141 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-30T18:02:15.170Z] #51 4.309 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-30T18:02:15.170Z] #51 4.314 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-30T18:02:15.170Z] #51 4.561 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-30T18:02:15.170Z] #51 4.709 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-30T18:02:15.170Z] #51 5.059 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-30T18:02:15.170Z] #51 5.351 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-30T18:02:15.170Z] #51 5.355 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-30T18:02:15.170Z] #51 5.356 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-30T18:02:15.170Z] #51 5.494 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-30T18:02:15.170Z] #51 5.814 runtime [2021-03-30T18:02:15.170Z] #51 ... [2021-03-30T18:02:15.170Z] [2021-03-30T18:02:15.170Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-30T18:02:15.170Z] #67 sha256:1471df0cc3652e2ef04869688e4dabf4c5b531053a91b5612db0039654c9810e [2021-03-30T18:02:15.170Z] #67 1.748 + RM_GOPATH=0 [2021-03-30T18:02:15.170Z] #67 1.748 + TMP_GOPATH= [2021-03-30T18:02:15.170Z] #67 1.748 + : /build [2021-03-30T18:02:15.170Z] #67 1.748 + '[' -z '' ']' [2021-03-30T18:02:15.170Z] #67 1.748 ++ mktemp -d [2021-03-30T18:02:15.170Z] #67 1.755 + export GOPATH=/tmp/tmp.PokYG1o9p6 [2021-03-30T18:02:15.170Z] #67 1.755 + GOPATH=/tmp/tmp.PokYG1o9p6 [2021-03-30T18:02:15.170Z] #67 1.755 + RM_GOPATH=1 [2021-03-30T18:02:15.170Z] #67 1.755 + case "$(go env GOARCH)" in [2021-03-30T18:02:15.170Z] #67 1.755 ++ go env GOARCH [2021-03-30T18:02:15.170Z] #67 1.759 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:15.170Z] #67 1.759 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:15.170Z] #67 1.759 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:15.170Z] #67 1.763 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-03-30T18:02:15.170Z] #67 1.763 + dir=/tmp/install [2021-03-30T18:02:15.170Z] #67 1.763 + bin=proxy [2021-03-30T18:02:15.170Z] #67 1.763 + shift [2021-03-30T18:02:15.170Z] #67 1.763 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-30T18:02:15.170Z] #67 1.763 + . /tmp/install/proxy.installer [2021-03-30T18:02:15.170Z] #67 1.763 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-03-30T18:02:15.170Z] #67 1.763 + install_proxy [2021-03-30T18:02:15.170Z] #67 1.763 + case "$1" in [2021-03-30T18:02:15.170Z] #67 1.763 + export CGO_ENABLED=0 [2021-03-30T18:02:15.170Z] #67 1.763 + CGO_ENABLED=0 [2021-03-30T18:02:15.170Z] #67 1.763 + _install_proxy [2021-03-30T18:02:15.170Z] #67 1.763 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-03-30T18:02:15.170Z] #67 1.763 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.PokYG1o9p6/src/github.com/docker/libnetwork [2021-03-30T18:02:15.170Z] #67 1.770 Cloning into '/tmp/tmp.PokYG1o9p6/src/github.com/docker/libnetwork'... [2021-03-30T18:02:15.170Z] #67 6.601 + cd /tmp/tmp.PokYG1o9p6/src/github.com/docker/libnetwork [2021-03-30T18:02:15.170Z] #67 6.602 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-03-30T18:02:15.170Z] #67 6.848 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-30T18:02:15.361Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 [2021-03-30T18:02:15.427Z] #67 ... [2021-03-30T18:02:15.427Z] [2021-03-30T18:02:15.427Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-30T18:02:15.427Z] #47 sha256:0bf470dc23c972c527b4c83528acc5c0a62e014a77c370d5759de5e4eaca3139 [2021-03-30T18:02:15.427Z] #47 1.142 + RM_GOPATH=0 [2021-03-30T18:02:15.427Z] #47 1.142 + TMP_GOPATH= [2021-03-30T18:02:15.427Z] #47 1.142 + : /build [2021-03-30T18:02:15.427Z] #47 1.142 + '[' -z '' ']' [2021-03-30T18:02:15.427Z] #47 1.142 ++ mktemp -d [2021-03-30T18:02:15.427Z] #47 1.145 + export GOPATH=/tmp/tmp.EoXr4ItB0f [2021-03-30T18:02:15.427Z] #47 1.145 + GOPATH=/tmp/tmp.EoXr4ItB0f [2021-03-30T18:02:15.427Z] #47 1.145 + RM_GOPATH=1 [2021-03-30T18:02:15.427Z] #47 1.145 + case "$(go env GOARCH)" in [2021-03-30T18:02:15.427Z] #47 1.145 ++ go env GOARCH [2021-03-30T18:02:15.427Z] #47 1.158 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:15.427Z] #47 1.158 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:15.427Z] #47 1.159 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:15.427Z] #47 1.165 + dir=/tmp/install [2021-03-30T18:02:15.427Z] #47 1.165 + bin=gotestsum [2021-03-30T18:02:15.427Z] #47 1.165 + shift [2021-03-30T18:02:15.427Z] #47 1.165 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-30T18:02:15.427Z] #47 1.165 + . /tmp/install/gotestsum.installer [2021-03-30T18:02:15.427Z] #47 1.165 ++ : v0.5.3 [2021-03-30T18:02:15.427Z] #47 1.165 + install_gotestsum [2021-03-30T18:02:15.427Z] #47 1.170 + set -e [2021-03-30T18:02:15.427Z] #47 1.170 + export GO111MODULE=on [2021-03-30T18:02:15.427Z] #47 1.170 + GO111MODULE=on [2021-03-30T18:02:15.427Z] #47 1.170 + GOBIN=/build [2021-03-30T18:02:15.427Z] #47 1.170 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-30T18:02:15.427Z] #47 1.218 go: finding gotest.tools v0.5.3 [2021-03-30T18:02:15.427Z] #47 1.219 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-30T18:02:15.427Z] #47 1.656 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-30T18:02:15.427Z] #47 2.073 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-30T18:02:15.427Z] #47 2.523 go: downloading github.com/pkg/errors v0.9.1 [2021-03-30T18:02:15.427Z] #47 2.536 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-30T18:02:15.427Z] #47 2.538 go: downloading github.com/fatih/color v1.9.0 [2021-03-30T18:02:15.427Z] #47 2.588 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-30T18:02:15.427Z] #47 2.598 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-30T18:02:15.427Z] #47 2.609 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-30T18:02:15.427Z] #47 2.617 go: extracting github.com/pkg/errors v0.9.1 [2021-03-30T18:02:15.427Z] #47 2.620 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-30T18:02:15.427Z] #47 2.633 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-30T18:02:15.427Z] #47 2.642 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-30T18:02:15.427Z] #47 2.654 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-30T18:02:15.427Z] #47 2.655 go: extracting github.com/fatih/color v1.9.0 [2021-03-30T18:02:15.427Z] #47 2.677 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-30T18:02:15.427Z] #47 2.696 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-30T18:02:15.427Z] #47 2.709 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-30T18:02:15.427Z] #47 2.759 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-30T18:02:15.427Z] #47 2.759 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-30T18:02:15.427Z] #47 2.767 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-30T18:02:15.427Z] #47 2.791 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-30T18:02:15.427Z] #47 3.179 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-30T18:02:15.427Z] #47 3.459 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-30T18:02:15.427Z] #47 3.903 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-30T18:02:15.427Z] #47 4.814 go: finding github.com/fatih/color v1.9.0 [2021-03-30T18:02:15.427Z] #47 4.818 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-30T18:02:15.427Z] #47 4.827 go: finding github.com/pkg/errors v0.9.1 [2021-03-30T18:02:15.427Z] #47 4.891 go: finding github.com/spf13/pflag v1.0.3 [2021-03-30T18:02:15.427Z] #47 4.919 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-30T18:02:15.427Z] #47 4.931 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-30T18:02:15.427Z] #47 4.952 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-30T18:02:15.427Z] #47 4.954 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-30T18:02:15.427Z] #47 4.959 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-30T18:02:15.427Z] #47 4.966 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-30T18:02:15.427Z] #47 5.057 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-30T18:02:15.427Z] #47 ... [2021-03-30T18:02:15.427Z] [2021-03-30T18:02:15.427Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:02:15.427Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-30T18:02:15.427Z] #40 2.110 + git clone https://github.com/docker/distribution.git . [2021-03-30T18:02:15.427Z] #40 2.110 Cloning into '.'... [2021-03-30T18:02:15.427Z] #40 5.548 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-30T18:02:15.427Z] #40 6.196 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-30T18:02:15.684Z] #40 ... [2021-03-30T18:02:15.684Z] [2021-03-30T18:02:15.684Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:02:15.684Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:02:15.684Z] #42 2.226 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:02:15.684Z] #42 2.243 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:02:15.684Z] #42 2.247 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:02:15.684Z] #42 2.710 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-30T18:02:15.684Z] #42 3.243 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-30T18:02:15.684Z] #42 3.841 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-30T18:02:15.684Z] #42 6.582 Fetched 8424 kB in 5s (1804 kB/s) [2021-03-30T18:02:15.684Z] #42 6.582 Reading package lists... [2021-03-30T18:02:15.684Z] #42 7.694 Reading package lists... [2021-03-30T18:02:15.684Z] #42 9.341 Building dependency tree... [2021-03-30T18:02:15.684Z] #42 10.38 The following additional packages will be installed: [2021-03-30T18:02:15.684Z] #42 10.38 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-30T18:02:15.684Z] #42 10.38 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-30T18:02:15.684Z] #42 10.39 Suggested packages: [2021-03-30T18:02:15.684Z] #42 10.39 manpages-dev python-setuptools [2021-03-30T18:02:15.684Z] #42 10.63 The following NEW packages will be installed: [2021-03-30T18:02:15.684Z] #42 10.63 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-30T18:02:15.684Z] #42 10.63 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-30T18:02:15.684Z] #42 10.64 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-30T18:02:15.684Z] #42 10.64 python-six zlib1g-dev [2021-03-30T18:02:15.684Z] #42 ... [2021-03-30T18:02:15.684Z] [2021-03-30T18:02:15.684Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:02:15.684Z] #34 sha256:0849cd44d0202609b98636c28a5de71427836a8871cb153cb2c552a58d778d65 [2021-03-30T18:02:15.684Z] #34 1.493 + RM_GOPATH=0 [2021-03-30T18:02:15.684Z] #34 1.493 + TMP_GOPATH= [2021-03-30T18:02:15.684Z] #34 1.493 + : /build [2021-03-30T18:02:15.684Z] #34 1.493 + '[' -z '' ']' [2021-03-30T18:02:15.684Z] #34 1.494 ++ mktemp -d [2021-03-30T18:02:15.684Z] #34 1.494 + export GOPATH=/tmp/tmp.NLErrIKZrp [2021-03-30T18:02:15.684Z] #34 1.494 + GOPATH=/tmp/tmp.NLErrIKZrp [2021-03-30T18:02:15.684Z] #34 1.494 + RM_GOPATH=1 [2021-03-30T18:02:15.684Z] #34 1.495 + case "$(go env GOARCH)" in [2021-03-30T18:02:15.684Z] #34 1.495 ++ go env GOARCH [2021-03-30T18:02:15.684Z] #34 1.499 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:15.684Z] #34 1.499 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:15.684Z] #34 1.500 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:15.684Z] #34 1.501 + dir=/tmp/install [2021-03-30T18:02:15.684Z] #34 1.501 + bin=tomlv [2021-03-30T18:02:15.684Z] #34 1.501 + shift [2021-03-30T18:02:15.684Z] #34 1.501 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-30T18:02:15.684Z] #34 1.501 + . /tmp/install/tomlv.installer [2021-03-30T18:02:15.684Z] #34 1.501 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-30T18:02:15.684Z] #34 1.501 + install_tomlv [2021-03-30T18:02:15.684Z] #34 1.501 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-30T18:02:15.684Z] #34 1.501 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-30T18:02:15.684Z] #34 1.501 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.NLErrIKZrp/src/github.com/BurntSushi/toml [2021-03-30T18:02:15.684Z] #34 1.503 Cloning into '/tmp/tmp.NLErrIKZrp/src/github.com/BurntSushi/toml'... [2021-03-30T18:02:15.684Z] #34 1.976 + cd /tmp/tmp.NLErrIKZrp/src/github.com/BurntSushi/toml [2021-03-30T18:02:15.684Z] #34 1.976 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-30T18:02:15.684Z] #34 1.980 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-30T18:02:15.684Z] #34 2.090 runtime/internal/math [2021-03-30T18:02:15.684Z] #34 2.091 math/bits [2021-03-30T18:02:15.684Z] #34 2.102 encoding [2021-03-30T18:02:15.684Z] #34 2.121 runtime/internal/atomic [2021-03-30T18:02:15.684Z] #34 2.162 internal/cpu [2021-03-30T18:02:15.684Z] #34 2.164 sync/atomic [2021-03-30T18:02:15.684Z] #34 2.168 unicode [2021-03-30T18:02:15.684Z] #34 2.192 runtime/cgo [2021-03-30T18:02:15.684Z] #34 2.522 internal/bytealg [2021-03-30T18:02:15.684Z] #34 2.526 math [2021-03-30T18:02:15.684Z] #34 2.799 runtime [2021-03-30T18:02:15.684Z] #34 8.612 sync [2021-03-30T18:02:15.684Z] #34 8.703 internal/reflectlite [2021-03-30T18:02:15.684Z] #34 9.682 errors [2021-03-30T18:02:15.684Z] #34 9.686 sort [2021-03-30T18:02:15.684Z] #34 9.762 internal/oserror [2021-03-30T18:02:15.684Z] #34 9.763 strconv [2021-03-30T18:02:15.684Z] #34 9.764 io [2021-03-30T18:02:15.684Z] #34 9.790 syscall [2021-03-30T18:02:15.684Z] #34 10.48 strings [2021-03-30T18:02:15.684Z] #34 10.49 text/tabwriter [2021-03-30T18:02:15.684Z] #34 10.49 bytes [2021-03-30T18:02:15.926Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 2.4s done [2021-03-30T18:02:15.926Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 2.5s [2021-03-30T18:02:15.941Z] #34 ... [2021-03-30T18:02:15.941Z] [2021-03-30T18:02:15.941Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:02:15.941Z] #45 sha256:5568ceaa8e04876927786a26ea1a57ebe61201e20e87a4963c8a16fde33e7f54 [2021-03-30T18:02:15.941Z] #45 1.390 + RM_GOPATH=0 [2021-03-30T18:02:15.941Z] #45 1.390 + TMP_GOPATH= [2021-03-30T18:02:15.941Z] #45 1.392 + : /build [2021-03-30T18:02:15.941Z] #45 1.392 + '[' -z '' ']' [2021-03-30T18:02:15.941Z] #45 1.392 ++ mktemp -d [2021-03-30T18:02:15.941Z] #45 1.392 + export GOPATH=/tmp/tmp.hayBlmFLdc [2021-03-30T18:02:15.941Z] #45 1.392 + GOPATH=/tmp/tmp.hayBlmFLdc [2021-03-30T18:02:15.941Z] #45 1.392 + RM_GOPATH=1 [2021-03-30T18:02:15.941Z] #45 1.392 + case "$(go env GOARCH)" in [2021-03-30T18:02:15.941Z] #45 1.393 ++ go env GOARCH [2021-03-30T18:02:15.941Z] #45 1.401 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:15.941Z] #45 1.401 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:15.941Z] #45 1.403 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:15.941Z] #45 1.403 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-30T18:02:15.941Z] #45 1.403 + dir=/tmp/install [2021-03-30T18:02:15.941Z] #45 1.403 + bin=vndr [2021-03-30T18:02:15.941Z] #45 1.403 + shift [2021-03-30T18:02:15.941Z] #45 1.403 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-30T18:02:15.941Z] #45 1.403 + . /tmp/install/vndr.installer [2021-03-30T18:02:15.941Z] #45 1.403 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-30T18:02:15.941Z] #45 1.403 + install_vndr [2021-03-30T18:02:15.941Z] #45 1.403 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-30T18:02:15.941Z] #45 1.403 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.hayBlmFLdc/src/github.com/LK4D4/vndr [2021-03-30T18:02:15.941Z] #45 1.405 Cloning into '/tmp/tmp.hayBlmFLdc/src/github.com/LK4D4/vndr'... [2021-03-30T18:02:15.941Z] #45 1.733 + cd /tmp/tmp.hayBlmFLdc/src/github.com/LK4D4/vndr [2021-03-30T18:02:15.941Z] #45 1.733 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-30T18:02:15.941Z] #45 1.738 + go build -buildmode=pie -v -o /build/vndr . [2021-03-30T18:02:15.941Z] #45 1.976 internal/race [2021-03-30T18:02:15.941Z] #45 1.976 runtime/internal/sys [2021-03-30T18:02:15.941Z] #45 1.976 unicode [2021-03-30T18:02:15.941Z] #45 1.990 unicode/utf8 [2021-03-30T18:02:15.941Z] #45 2.004 encoding [2021-03-30T18:02:15.941Z] #45 2.004 math/bits [2021-03-30T18:02:15.941Z] #45 2.033 internal/cpu [2021-03-30T18:02:15.941Z] #45 2.064 runtime/internal/atomic [2021-03-30T18:02:15.941Z] #45 2.069 runtime/internal/math [2021-03-30T18:02:15.941Z] #45 2.095 unicode/utf16 [2021-03-30T18:02:15.941Z] #45 2.101 sync/atomic [2021-03-30T18:02:15.941Z] #45 2.158 container/list [2021-03-30T18:02:15.941Z] #45 2.171 crypto/internal/subtle [2021-03-30T18:02:15.941Z] #45 2.291 crypto/subtle [2021-03-30T18:02:15.941Z] #45 2.318 internal/bytealg [2021-03-30T18:02:15.941Z] #45 2.327 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-30T18:02:15.941Z] #45 2.327 internal/testlog [2021-03-30T18:02:15.941Z] #45 2.327 math [2021-03-30T18:02:15.941Z] #45 2.334 internal/nettrace [2021-03-30T18:02:15.941Z] #45 2.345 vendor/golang.org/x/crypto/internal/subtle [2021-03-30T18:02:15.941Z] #45 2.374 runtime/cgo [2021-03-30T18:02:15.941Z] #45 2.395 vendor/golang.org/x/crypto/curve25519 [2021-03-30T18:02:15.941Z] #45 2.901 runtime [2021-03-30T18:02:15.941Z] #45 9.016 sync [2021-03-30T18:02:15.941Z] #45 9.023 internal/reflectlite [2021-03-30T18:02:15.941Z] #45 9.468 github.com/LK4D4/vndr/godl/singleflight [2021-03-30T18:02:15.941Z] #45 9.477 internal/singleflight [2021-03-30T18:02:15.941Z] #45 9.482 math/rand [2021-03-30T18:02:15.941Z] #45 10.05 sort [2021-03-30T18:02:15.941Z] #45 10.07 syscall [2021-03-30T18:02:15.941Z] #45 10.07 vendor/golang.org/x/net/dns/dnsmessage [2021-03-30T18:02:15.941Z] #45 10.10 strconv [2021-03-30T18:02:15.941Z] #45 10.10 io [2021-03-30T18:02:15.941Z] #45 10.73 bytes [2021-03-30T18:02:15.941Z] #45 10.73 strings [2021-03-30T18:02:15.941Z] #45 10.73 hash [2021-03-30T18:02:15.941Z] #45 10.73 crypto/internal/randutil [2021-03-30T18:02:15.941Z] #45 11.04 crypto/hmac [2021-03-30T18:02:15.941Z] #45 11.05 hash/crc32 [2021-03-30T18:02:15.941Z] #45 ... [2021-03-30T18:02:15.941Z] [2021-03-30T18:02:15.941Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:02:15.941Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-30T18:02:15.941Z] #32 2.120 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-30T18:02:15.941Z] #32 2.120 Cloning into '.'... [2021-03-30T18:02:16.124Z] #68 ... [2021-03-30T18:02:16.125Z] [2021-03-30T18:02:16.125Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:02:16.125Z] #46 12.90 unicode/utf8 [2021-03-30T18:02:16.125Z] #46 14.03 internal/testlog [2021-03-30T18:02:16.125Z] #46 14.44 encoding [2021-03-30T18:02:16.125Z] #46 14.72 unicode/utf16 [2021-03-30T18:02:16.125Z] #46 15.28 container/list [2021-03-30T18:02:16.125Z] #46 15.78 crypto/internal/subtle [2021-03-30T18:02:16.125Z] #46 15.84 crypto/subtle [2021-03-30T18:02:16.125Z] #46 16.05 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-30T18:02:16.125Z] #46 16.17 internal/nettrace [2021-03-30T18:02:16.125Z] #46 16.23 runtime/cgo [2021-03-30T18:02:16.125Z] #46 ... [2021-03-30T18:02:16.125Z] [2021-03-30T18:02:16.125Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:16.125Z] #59 21.31 go: finding github.com/pkg/errors v0.9.1 [2021-03-30T18:02:16.125Z] #59 21.61 go: finding github.com/sirupsen/logrus v1.8.1 [2021-03-30T18:02:16.125Z] #59 21.62 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-30T18:02:16.125Z] #59 21.74 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-30T18:02:16.125Z] #59 21.85 go: finding github.com/google/uuid v1.2.0 [2021-03-30T18:02:16.125Z] #59 21.87 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-30T18:02:16.125Z] #59 22.04 go: finding github.com/gofrs/flock v0.8.0 [2021-03-30T18:02:16.125Z] #59 22.05 go: finding github.com/moby/vpnkit v0.5.0 [2021-03-30T18:02:16.125Z] #59 22.06 go: finding github.com/gorilla/mux v1.8.0 [2021-03-30T18:02:16.125Z] #59 22.09 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-03-30T18:02:16.125Z] #59 22.11 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-30T18:02:16.125Z] #59 22.18 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-30T18:02:16.125Z] #59 22.19 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-30T18:02:16.125Z] #59 22.32 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-30T18:02:16.125Z] #59 22.55 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-30T18:02:16.183Z] #9 ... [2021-03-30T18:02:16.183Z] [2021-03-30T18:02:16.183Z] #23 [internal] load build context [2021-03-30T18:02:16.183Z] #23 sha256:085761be6505bef3f0d8eacbe4a76e78c84614d2108500058b0aa8f3694ee538 [2021-03-30T18:02:16.183Z] #23 transferring context: 53.44MB 2.8s done [2021-03-30T18:02:16.183Z] #23 DONE 3.1s [2021-03-30T18:02:16.183Z] [2021-03-30T18:02:16.183Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:02:16.183Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-30T18:02:16.200Z] #32 ... [2021-03-30T18:02:16.201Z] [2021-03-30T18:02:16.201Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:02:16.201Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:02:16.201Z] #42 10.92 0 upgraded, 17 newly installed, 0 to remove and 26 not upgraded. [2021-03-30T18:02:16.201Z] #42 10.92 Need to get 4095 kB of archives. [2021-03-30T18:02:16.201Z] #42 10.92 After this operation, 22.5 MB of additional disk space will be used. [2021-03-30T18:02:16.201Z] #42 10.92 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-03-30T18:02:16.201Z] #42 10.93 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-30T18:02:16.201Z] #42 10.93 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-03-30T18:02:16.201Z] #42 10.93 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-30T18:02:16.201Z] #42 10.93 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-03-30T18:02:16.201Z] #42 10.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-30T18:02:16.201Z] #42 10.94 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-03-30T18:02:16.201Z] #42 10.94 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-03-30T18:02:16.201Z] #42 10.95 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-03-30T18:02:16.201Z] #42 10.97 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-03-30T18:02:16.201Z] #42 10.99 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-03-30T18:02:16.201Z] #42 11.01 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-03-30T18:02:16.201Z] #42 11.03 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-03-30T18:02:16.201Z] #42 11.03 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-03-30T18:02:16.201Z] #42 11.04 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-30T18:02:16.201Z] #42 11.04 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-03-30T18:02:16.201Z] #42 11.04 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-03-30T18:02:16.288Z] Removing intermediate container 6e8426bb0faf [2021-03-30T18:02:16.288Z] ---> 3cb7f37d74d7 [2021-03-30T18:02:16.288Z] Step 7/15 : WORKDIR /buildx [2021-03-30T18:02:16.288Z] ---> Running in 5979269d925e [2021-03-30T18:02:16.288Z] Removing intermediate container 5979269d925e [2021-03-30T18:02:16.288Z] ---> 84bb9a91e2b4 [2021-03-30T18:02:16.288Z] Step 8/15 : ARG BUILDX_COMMIT [2021-03-30T18:02:16.288Z] ---> Running in ea67ef5ff3a4 [2021-03-30T18:02:16.288Z] Removing intermediate container ea67ef5ff3a4 [2021-03-30T18:02:16.288Z] ---> 61ef32418156 [2021-03-30T18:02:16.288Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2021-03-30T18:02:16.288Z] ---> Running in dc3becd7908e [2021-03-30T18:02:16.288Z] From https://github.com/docker/buildx [2021-03-30T18:02:16.288Z] * [new tag] v0.5.1 -> build [2021-03-30T18:02:16.421Z] #59 ... [2021-03-30T18:02:16.421Z] [2021-03-30T18:02:16.421Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-30T18:02:16.421Z] #41 17.42 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-30T18:02:16.440Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 3.0s done [2021-03-30T18:02:16.440Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 3.1s done [2021-03-30T18:02:16.440Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 0B / 120.17MB 3.1s [2021-03-30T18:02:16.440Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 6.29MB / 120.17MB 3.2s [2021-03-30T18:02:16.457Z] #42 11.53 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:02:16.457Z] #42 11.59 Fetched 4095 kB in 0s (10.6 MB/s) [2021-03-30T18:02:16.698Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 19.92MB / 120.17MB 3.4s [2021-03-30T18:02:16.713Z] #41 ... [2021-03-30T18:02:16.713Z] [2021-03-30T18:02:16.713Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-30T18:02:16.713Z] #35 13.71 unicode/utf8 [2021-03-30T18:02:16.713Z] #35 15.09 runtime/cgo [2021-03-30T18:02:16.714Z] [2021-03-30T18:02:16.714Z] #42 ... [2021-03-30T18:02:16.714Z] [2021-03-30T18:02:16.714Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-30T18:02:16.714Z] #67 sha256:1471df0cc3652e2ef04869688e4dabf4c5b531053a91b5612db0039654c9810e [2021-03-30T18:02:16.714Z] #67 DONE 11.6s [2021-03-30T18:02:16.714Z] [2021-03-30T18:02:16.714Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:02:16.714Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:02:16.714Z] #42 11.64 Selecting previously unselected package libcap-dev:amd64. [2021-03-30T18:02:16.714Z] #42 11.64 (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.) [2021-03-30T18:02:16.714Z] #42 11.70 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-03-30T18:02:16.714Z] #42 11.73 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-03-30T18:02:16.930Z] Switched to branch 'build' [2021-03-30T18:02:16.955Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 33.55MB / 120.17MB 3.6s [2021-03-30T18:02:16.971Z] #42 11.89 Selecting previously unselected package libnet1:amd64. [2021-03-30T18:02:16.971Z] #42 11.89 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-30T18:02:16.971Z] #42 11.93 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-30T18:02:16.971Z] #42 12.05 Selecting previously unselected package libnet1-dev. [2021-03-30T18:02:16.971Z] #42 12.05 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-30T18:02:16.971Z] #42 12.05 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-30T18:02:17.004Z] #35 ... [2021-03-30T18:02:17.004Z] [2021-03-30T18:02:17.004Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-30T18:02:17.004Z] #52 13.86 + cd /tmp/tmp.PUg6AVR46t/src/github.com/mvdan/sh [2021-03-30T18:02:17.004Z] #52 13.86 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-30T18:02:17.004Z] #52 13.99 + GO111MODULE=on [2021-03-30T18:02:17.004Z] #52 14.00 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-30T18:02:17.004Z] #52 15.37 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-30T18:02:17.004Z] #52 15.42 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-30T18:02:17.004Z] #52 15.42 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-30T18:02:17.004Z] #52 15.60 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-30T18:02:17.004Z] #52 15.71 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-30T18:02:17.004Z] #52 16.22 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-30T18:02:17.004Z] #52 16.85 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-30T18:02:17.004Z] #52 17.78 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-30T18:02:17.004Z] #52 18.71 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-30T18:02:17.004Z] #52 18.81 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-30T18:02:17.004Z] #52 18.99 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-30T18:02:17.004Z] #52 19.00 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-30T18:02:17.004Z] #52 19.55 runtime [2021-03-30T18:02:17.004Z] #52 19.64 runtime/cgo [2021-03-30T18:02:17.004Z] #52 ... [2021-03-30T18:02:17.004Z] [2021-03-30T18:02:17.004Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:17.004Z] #50 21.15 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-30T18:02:17.004Z] #50 21.37 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-30T18:02:17.004Z] #50 21.44 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-30T18:02:17.004Z] #50 21.62 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-30T18:02:17.004Z] #50 21.62 go: extracting github.com/spf13/cast v1.3.0 [2021-03-30T18:02:17.004Z] #50 21.68 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-30T18:02:17.004Z] #50 21.72 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-30T18:02:17.004Z] #50 21.89 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-30T18:02:17.004Z] #50 22.13 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-30T18:02:17.004Z] #50 22.13 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-30T18:02:17.004Z] #50 22.14 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-30T18:02:17.004Z] #50 22.21 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-30T18:02:17.004Z] #50 22.63 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-30T18:02:17.004Z] #50 22.63 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-30T18:02:17.004Z] #50 22.98 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-30T18:02:17.004Z] #50 23.10 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-30T18:02:17.004Z] #50 23.14 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-30T18:02:17.004Z] #50 23.14 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-30T18:02:17.004Z] #50 23.36 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-30T18:02:17.004Z] #50 23.48 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-30T18:02:17.004Z] #50 23.67 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-30T18:02:17.211Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 45.09MB / 120.17MB 3.9s [2021-03-30T18:02:17.211Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 55.57MB / 120.17MB 4.0s [2021-03-30T18:02:17.227Z] #42 12.20 Selecting previously unselected package libnl-3-200:amd64. [2021-03-30T18:02:17.227Z] #42 12.20 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-30T18:02:17.227Z] #42 12.22 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-30T18:02:17.227Z] #42 12.30 Selecting previously unselected package libnl-3-dev:amd64. [2021-03-30T18:02:17.227Z] #42 12.30 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-03-30T18:02:17.227Z] #42 12.31 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-30T18:02:17.469Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 67.11MB / 120.17MB 4.2s [2021-03-30T18:02:17.469Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 75.50MB / 120.17MB 4.3s [2021-03-30T18:02:17.485Z] #42 ... [2021-03-30T18:02:17.485Z] [2021-03-30T18:02:17.485Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-30T18:02:17.485Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-30T18:02:17.485Z] #55 2.513 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:02:17.485Z] #55 2.533 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:02:17.485Z] #55 2.541 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:02:17.485Z] #55 3.032 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-30T18:02:17.485Z] #55 3.713 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-30T18:02:17.485Z] #55 4.269 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-30T18:02:17.485Z] #55 6.873 Fetched 8424 kB in 5s (1717 kB/s) [2021-03-30T18:02:17.485Z] #55 6.873 Reading package lists... [2021-03-30T18:02:17.485Z] #55 8.793 Reading package lists... [2021-03-30T18:02:17.485Z] #55 10.91 Building dependency tree... [2021-03-30T18:02:17.485Z] #55 11.72 The following additional packages will be installed: [2021-03-30T18:02:17.485Z] #55 11.72 libbtrfs0 [2021-03-30T18:02:17.485Z] #55 11.79 The following NEW packages will be installed: [2021-03-30T18:02:17.485Z] #55 11.79 libbtrfs-dev libbtrfs0 [2021-03-30T18:02:17.485Z] #55 12.14 0 upgraded, 2 newly installed, 0 to remove and 26 not upgraded. [2021-03-30T18:02:17.485Z] #55 12.14 Need to get 119 kB of archives. [2021-03-30T18:02:17.485Z] #55 12.14 After this operation, 387 kB of additional disk space will be used. [2021-03-30T18:02:17.485Z] #55 12.14 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-30T18:02:17.485Z] #55 12.16 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-30T18:02:17.485Z] #55 12.56 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:02:17.485Z] #55 ... [2021-03-30T18:02:17.485Z] [2021-03-30T18:02:17.485Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:02:17.485Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:02:17.485Z] #42 12.61 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-30T18:02:17.485Z] #42 12.62 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-30T18:02:17.485Z] #42 12.64 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-30T18:02:17.575Z] Removing intermediate container dc3becd7908e [2021-03-30T18:02:17.575Z] ---> b66baa722967 [2021-03-30T18:02:17.575Z] Step 10/15 : ARG GOOS [2021-03-30T18:02:17.575Z] ---> Running in f65090aeb318 [2021-03-30T18:02:17.575Z] Removing intermediate container f65090aeb318 [2021-03-30T18:02:17.575Z] ---> 7ee7b9ab6b47 [2021-03-30T18:02:17.575Z] Step 11/15 : ARG GOARCH [2021-03-30T18:02:17.575Z] ---> Running in 53a5f848c319 [2021-03-30T18:02:17.575Z] Removing intermediate container 53a5f848c319 [2021-03-30T18:02:17.575Z] ---> 1b58ff3f1624 [2021-03-30T18:02:17.575Z] 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 [2021-03-30T18:02:17.575Z] ---> Running in 7067590319ef [2021-03-30T18:02:17.727Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 81.79MB / 120.17MB 4.4s [2021-03-30T18:02:17.742Z] #42 12.73 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-03-30T18:02:17.742Z] #42 12.75 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-03-30T18:02:17.742Z] #42 12.79 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-30T18:02:17.984Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 92.27MB / 120.17MB 4.6s [2021-03-30T18:02:17.984Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 103.81MB / 120.17MB 4.7s [2021-03-30T18:02:17.999Z] #42 12.90 Selecting previously unselected package zlib1g-dev:amd64. [2021-03-30T18:02:17.999Z] #42 12.91 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-03-30T18:02:17.999Z] #42 12.91 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-30T18:02:17.999Z] #42 13.09 Selecting previously unselected package libprotobuf17:amd64. [2021-03-30T18:02:18.248Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 112.20MB / 120.17MB 4.8s [2021-03-30T18:02:18.248Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 4.9s [2021-03-30T18:02:18.269Z] #42 13.11 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-03-30T18:02:18.269Z] #42 13.13 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-30T18:02:18.835Z] #42 ... [2021-03-30T18:02:18.835Z] [2021-03-30T18:02:18.835Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-30T18:02:18.835Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-30T18:02:18.835Z] #55 12.64 Fetched 119 kB in 0s (436 kB/s) [2021-03-30T18:02:18.835Z] #55 12.73 Selecting previously unselected package libbtrfs0. [2021-03-30T18:02:18.835Z] #55 12.73 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-30T18:02:18.835Z] #55 12.74 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-30T18:02:18.835Z] #55 12.77 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-30T18:02:18.835Z] #55 12.85 Selecting previously unselected package libbtrfs-dev. [2021-03-30T18:02:18.835Z] #55 12.85 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-30T18:02:18.835Z] #55 12.86 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-30T18:02:18.835Z] #55 13.00 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-30T18:02:18.835Z] #55 13.04 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-30T18:02:18.835Z] #55 13.06 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:02:18.835Z] #55 DONE 13.8s [2021-03-30T18:02:18.835Z] [2021-03-30T18:02:18.835Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:02:18.835Z] #29 sha256:d82d678238a1a3ae542e8b45eb35535064500510f2ca96f20db6f2c4a31e4bca [2021-03-30T18:02:18.835Z] #29 1.909 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-30T18:02:18.835Z] #29 2.072 [2021-03-30T18:02:18.835Z] #29 2.233 0.8% ####### 10.1% ############## 20.4% ######################## 33.9% ############################## 42.9% ######################################## 56.6% ############################################# 62.8% ####################################################### 77.6% ######################################################################## 100.0% [2021-03-30T18:02:18.835Z] #29 3.452 [2021-03-30T18:02:18.835Z] #29 3.624 # 2.8% ######################################################################## 100.0% [2021-03-30T18:02:18.835Z] #29 4.064 [2021-03-30T18:02:19.071Z] #50 ... [2021-03-30T18:02:19.071Z] [2021-03-30T18:02:19.071Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-03-30T18:02:19.071Z] #56 19.51 Reading package lists... [2021-03-30T18:02:19.071Z] #56 24.73 Building dependency tree... [2021-03-30T18:02:19.071Z] #56 27.31 The following additional packages will be installed: [2021-03-30T18:02:19.071Z] #56 27.31 libbtrfs0 [2021-03-30T18:02:19.071Z] #56 27.41 The following NEW packages will be installed: [2021-03-30T18:02:19.071Z] #56 27.41 libbtrfs-dev libbtrfs0 [2021-03-30T18:02:19.071Z] #56 27.61 0 upgraded, 2 newly installed, 0 to remove and 26 not upgraded. [2021-03-30T18:02:19.071Z] #56 27.61 Need to get 118 kB of archives. [2021-03-30T18:02:19.071Z] #56 27.61 After this operation, 390 kB of additional disk space will be used. [2021-03-30T18:02:19.071Z] #56 27.61 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2021-03-30T18:02:19.071Z] #56 27.62 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2021-03-30T18:02:19.071Z] #56 28.63 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:02:19.071Z] #56 28.83 Fetched 118 kB in 0s (1241 kB/s) [2021-03-30T18:02:19.071Z] #56 28.94 Selecting previously unselected package libbtrfs0. [2021-03-30T18:02:19.071Z] #56 28.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-03-30T18:02:19.071Z] #56 29.12 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2021-03-30T18:02:19.071Z] #56 29.13 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-30T18:02:19.071Z] #56 29.23 Selecting previously unselected package libbtrfs-dev. [2021-03-30T18:02:19.071Z] #56 29.24 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2021-03-30T18:02:19.071Z] #56 29.26 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-30T18:02:19.071Z] #56 29.46 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-30T18:02:19.071Z] #56 29.47 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-30T18:02:19.071Z] #56 29.48 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:02:19.071Z] #56 DONE 30.5s [2021-03-30T18:02:19.071Z] [2021-03-30T18:02:19.071Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-30T18:02:19.071Z] #43 21.24 Reading package lists... [2021-03-30T18:02:19.071Z] #43 26.26 Building dependency tree... [2021-03-30T18:02:19.071Z] #43 28.56 The following additional packages will be installed: [2021-03-30T18:02:19.071Z] #43 28.58 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-30T18:02:19.071Z] #43 28.58 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-30T18:02:19.071Z] #43 28.58 Suggested packages: [2021-03-30T18:02:19.071Z] #43 28.58 manpages-dev python-setuptools [2021-03-30T18:02:19.071Z] #43 29.79 The following NEW packages will be installed: [2021-03-30T18:02:19.071Z] #43 29.79 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-30T18:02:19.071Z] #43 29.79 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-30T18:02:19.071Z] #43 29.79 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-30T18:02:19.071Z] #43 29.79 python-six zlib1g-dev [2021-03-30T18:02:19.071Z] #43 29.94 0 upgraded, 17 newly installed, 0 to remove and 26 not upgraded. [2021-03-30T18:02:19.071Z] #43 29.94 Need to get 3742 kB of archives. [2021-03-30T18:02:19.071Z] #43 29.94 After this operation, 22.0 MB of additional disk space will be used. [2021-03-30T18:02:19.071Z] #43 29.94 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2021-03-30T18:02:19.071Z] #43 29.95 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2021-03-30T18:02:19.071Z] #43 29.95 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2021-03-30T18:02:19.071Z] #43 29.96 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2021-03-30T18:02:19.071Z] #43 29.97 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2021-03-30T18:02:19.071Z] #43 29.97 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2021-03-30T18:02:19.071Z] #43 29.97 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c-dev s390x 1.3.1-1+b1 [33.8 kB] [2021-03-30T18:02:19.071Z] #43 29.98 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2021-03-30T18:02:19.071Z] #43 29.98 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2021-03-30T18:02:19.071Z] #43 30.06 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2021-03-30T18:02:19.071Z] #43 30.07 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2021-03-30T18:02:19.071Z] #43 30.13 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2021-03-30T18:02:19.071Z] #43 30.16 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-c-compiler s390x 1.3.1-1+b1 [67.4 kB] [2021-03-30T18:02:19.071Z] #43 30.16 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2021-03-30T18:02:19.071Z] #43 30.17 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-30T18:02:19.071Z] #43 30.19 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2021-03-30T18:02:19.071Z] #43 30.19 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2021-03-30T18:02:19.091Z] #29 4.201 ############################################################## 86.6% ######################################################################## 100.0% [2021-03-30T18:02:19.091Z] #29 4.365 [2021-03-30T18:02:19.632Z] #9 ... [2021-03-30T18:02:19.632Z] [2021-03-30T18:02:19.632Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-30T18:02:19.632Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-03-30T18:02:19.632Z] #62 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-03-30T18:02:19.632Z] #62 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-03-30T18:02:19.632Z] #62 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-03-30T18:02:19.632Z] #62 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-03-30T18:02:19.632Z] #62 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 3.4s done [2021-03-30T18:02:19.632Z] #62 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.6s done [2021-03-30T18:02:19.632Z] #62 DONE 6.4s [2021-03-30T18:02:19.632Z] [2021-03-30T18:02:19.632Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-30T18:02:19.632Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-03-30T18:02:19.632Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-03-30T18:02:19.632Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-03-30T18:02:19.632Z] #64 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-03-30T18:02:19.632Z] #64 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-03-30T18:02:19.632Z] #64 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.6s done [2021-03-30T18:02:19.632Z] #64 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.9s done [2021-03-30T18:02:19.632Z] #64 DONE 6.5s [2021-03-30T18:02:19.632Z] [2021-03-30T18:02:19.632Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:02:19.632Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-30T18:02:19.632Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 6.3s done [2021-03-30T18:02:19.702Z] #43 31.15 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:02:19.702Z] #43 31.33 Fetched 3742 kB in 0s (10.0 MB/s) [2021-03-30T18:02:19.702Z] #43 31.39 Selecting previously unselected package libcap-dev:s390x. [2021-03-30T18:02:19.868Z] #29 4.525 ########### 15.7% #################### 28.2% ##################################### 52.7% ################################################## 70.1% ###################################################################### 97.4% ######################################################################## 100.0% [2021-03-30T18:02:19.993Z] #43 31.39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-03-30T18:02:19.993Z] #43 31.48 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2021-03-30T18:02:19.993Z] #43 31.48 Unpacking libcap-dev:s390x (1:2.25-2) ... [2021-03-30T18:02:19.993Z] #43 31.64 Selecting previously unselected package libnet1:s390x. [2021-03-30T18:02:19.993Z] #43 31.68 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2021-03-30T18:02:19.993Z] #43 31.69 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-03-30T18:02:19.993Z] #43 ... [2021-03-30T18:02:19.993Z] [2021-03-30T18:02:19.993Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:19.993Z] #50 27.18 go: extracting golang.org/x/text v0.3.2 [2021-03-30T18:02:20.124Z] #29 5.123 [2021-03-30T18:02:20.562Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.1s [2021-03-30T18:02:21.135Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.8s done [2021-03-30T18:02:21.393Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-03-30T18:02:22.052Z] #29 5.320 1.0% ##### 7.0% ####### 11.0% ############ 18.0% ################### 26.7% ###################### 31.4% ######################### 36.0% ############################### 44.2% ################################### 49.9% ####################################### 54.4% ############################################### 65.6% ##################################################### 74.0% ###################################################### 75.7% ########################################################## 81.1% ########################################################## 81.3% [2021-03-30T18:02:22.052Z] #29 ... [2021-03-30T18:02:22.052Z] [2021-03-30T18:02:22.052Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-30T18:02:22.052Z] #47 sha256:0bf470dc23c972c527b4c83528acc5c0a62e014a77c370d5759de5e4eaca3139 [2021-03-30T18:02:22.052Z] #47 DONE 17.0s [2021-03-30T18:02:22.052Z] [2021-03-30T18:02:22.052Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:02:22.052Z] #29 sha256:d82d678238a1a3ae542e8b45eb35535064500510f2ca96f20db6f2c4a31e4bca [2021-03-30T18:02:22.052Z] #29 5.320 1.0% ##### 7.0% ####### 11.0% ############ 18.0% ################### 26.7% ###################### 31.4% ######################### 36.0% ############################### 44.2% ################################### 49.9% ####################################### 54.4% ############################################### 65.6% ##################################################### 74.0% ###################################################### 75.7% ########################################################## 81.1% ########################################################## 81.3% ############################################################ 83.8% [2021-03-30T18:02:22.052Z] #29 ... [2021-03-30T18:02:22.052Z] [2021-03-30T18:02:22.052Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:02:22.052Z] #49 sha256:0d4fd015eadc5dfa7a8cc21a874e371fe11dca8ca6235bf4a61c0ba98e59d0e5 [2021-03-30T18:02:22.052Z] #49 11.18 go: finding github.com/fatih/color v1.7.0 [2021-03-30T18:02:22.052Z] #49 11.20 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-30T18:02:22.052Z] #49 11.26 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-30T18:02:22.052Z] #49 11.26 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-30T18:02:22.052Z] #49 11.26 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-30T18:02:22.052Z] #49 11.27 go: finding github.com/pkg/errors v0.8.1 [2021-03-30T18:02:22.052Z] #49 11.27 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-30T18:02:22.052Z] #49 11.27 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-30T18:02:22.052Z] #49 11.28 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-30T18:02:22.052Z] #49 11.32 go: finding github.com/spf13/viper v1.6.1 [2021-03-30T18:02:22.052Z] #49 11.32 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-30T18:02:22.052Z] #49 11.32 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-30T18:02:22.052Z] #49 11.33 go: finding github.com/stretchr/testify v1.4.0 [2021-03-30T18:02:22.052Z] #49 11.33 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-30T18:02:22.052Z] #49 11.33 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-30T18:02:22.052Z] #49 11.37 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-30T18:02:22.052Z] #49 11.38 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-30T18:02:22.052Z] #49 11.38 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-30T18:02:22.052Z] #49 11.38 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-30T18:02:22.052Z] #49 11.40 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-30T18:02:22.052Z] #49 11.42 go: finding github.com/spf13/cobra v0.0.5 [2021-03-30T18:02:22.052Z] #49 11.44 go: finding github.com/spf13/pflag v1.0.5 [2021-03-30T18:02:22.052Z] #49 11.45 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-30T18:02:22.052Z] #49 11.45 go: finding github.com/stretchr/objx v0.2.0 [2021-03-30T18:02:22.052Z] #49 11.45 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-30T18:02:22.052Z] #49 11.45 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-30T18:02:22.052Z] #49 11.45 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-30T18:02:22.052Z] #49 11.45 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-30T18:02:22.052Z] #49 11.46 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-30T18:02:22.052Z] #49 11.46 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-30T18:02:22.052Z] #49 11.46 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-30T18:02:22.052Z] #49 11.46 go: finding github.com/magiconair/properties v1.8.1 [2021-03-30T18:02:22.052Z] #49 11.49 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-30T18:02:22.052Z] #49 11.52 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-30T18:02:22.052Z] #49 11.52 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-30T18:02:22.052Z] #49 11.52 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-30T18:02:22.052Z] #49 11.52 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-30T18:02:22.052Z] #49 11.53 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-30T18:02:22.052Z] #49 11.53 go: finding github.com/gobwas/glob v0.2.3 [2021-03-30T18:02:22.052Z] #49 11.53 go: finding github.com/spf13/afero v1.1.2 [2021-03-30T18:02:22.052Z] #49 11.54 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-30T18:02:22.052Z] #49 11.55 go: finding github.com/spf13/cast v1.3.0 [2021-03-30T18:02:22.052Z] #49 11.55 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-30T18:02:22.052Z] #49 11.55 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-30T18:02:22.052Z] #49 11.55 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-30T18:02:22.052Z] #49 11.56 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-30T18:02:22.052Z] #49 11.57 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-30T18:02:22.052Z] #49 11.60 go: finding golang.org/x/text v0.3.2 [2021-03-30T18:02:22.052Z] #49 11.62 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-30T18:02:22.052Z] #49 11.63 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-30T18:02:22.052Z] #49 11.63 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-30T18:02:22.052Z] #49 11.63 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-30T18:02:22.052Z] #49 11.67 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-30T18:02:22.052Z] #49 11.67 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-30T18:02:22.052Z] #49 11.68 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-30T18:02:22.052Z] #49 11.68 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-30T18:02:22.052Z] #49 11.68 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-30T18:02:22.052Z] #49 11.68 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-30T18:02:22.052Z] #49 11.69 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-30T18:02:22.052Z] #49 11.69 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-30T18:02:22.052Z] #49 11.69 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-30T18:02:22.052Z] #49 11.70 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-30T18:02:22.052Z] #49 11.70 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-30T18:02:22.052Z] #49 11.70 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-30T18:02:22.052Z] #49 11.70 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-30T18:02:22.052Z] #49 11.71 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-30T18:02:22.052Z] #49 11.72 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-30T18:02:22.052Z] #49 11.72 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-30T18:02:22.052Z] #49 11.75 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-30T18:02:22.052Z] #49 11.78 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-30T18:02:22.052Z] #49 11.80 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-30T18:02:22.052Z] #49 11.81 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-30T18:02:22.052Z] #49 11.82 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-30T18:02:22.052Z] #49 11.83 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-30T18:02:22.325Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.7s done [2021-03-30T18:02:22.332Z] #49 ... [2021-03-30T18:02:22.332Z] [2021-03-30T18:02:22.332Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:02:22.332Z] #29 sha256:d82d678238a1a3ae542e8b45eb35535064500510f2ca96f20db6f2c4a31e4bca [2021-03-30T18:02:22.332Z] #29 5.320 1.0% ##### 7.0% ####### 11.0% ############ 18.0% ################### 26.7% ###################### 31.4% ######################### 36.0% ############################### 44.2% ################################### 49.9% ####################################### 54.4% ############################################### 65.6% ##################################################### 74.0% ###################################################### 75.7% ########################################################## 81.1% ########################################################## 81.3% ############################################################ 83.8% ################################################################ 89.5% ####################################################################### 98.9% ######################################################################## 100.0% [2021-03-30T18:02:22.332Z] #29 7.484 [2021-03-30T18:02:22.582Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 [2021-03-30T18:02:22.582Z] #9 ... [2021-03-30T18:02:22.582Z] [2021-03-30T18:02:22.582Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-03-30T18:02:22.582Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-03-30T18:02:22.582Z] #63 DONE 0.7s [2021-03-30T18:02:22.838Z] [2021-03-30T18:02:22.838Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:02:22.838Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-30T18:02:22.949Z] #29 8.033 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-30T18:02:23.095Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.6s done [2021-03-30T18:02:23.095Z] #9 ... [2021-03-30T18:02:23.095Z] [2021-03-30T18:02:23.095Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ed28974b37a2ee07bc8d43249c7396eee05a210d92aa784871e3bed715671d4f [2021-03-30T18:02:23.095Z] #26 sha256:0e6099c29c7919193893c3c080e2e0f82f3e7f1b4bd17c9e330a5cabd2212dbf [2021-03-30T18:02:23.095Z] #26 resolve docker.io/library/debian:buster@sha256:ed28974b37a2ee07bc8d43249c7396eee05a210d92aa784871e3bed715671d4f 0.1s done [2021-03-30T18:02:23.095Z] #26 sha256:ed28974b37a2ee07bc8d43249c7396eee05a210d92aa784871e3bed715671d4f 1.85kB / 1.85kB done [2021-03-30T18:02:23.095Z] #26 sha256:9c00c0c8ee8029803ec0a3e9e858cabaa8b63443d63c0738b5079fab61b4f429 529B / 529B done [2021-03-30T18:02:23.095Z] #26 sha256:463adba1ec3f41bf6cc96732dfa8065a66c528dbfddf494e31afff8755590536 1.46kB / 1.46kB done [2021-03-30T18:02:23.095Z] #26 sha256:8bf9c589d5f9475f1fcc050e02308d6b4eeb86eab7752ef948a13693e81a6aaa 50.40MB / 50.40MB 4.9s done [2021-03-30T18:02:23.095Z] #26 extracting sha256:8bf9c589d5f9475f1fcc050e02308d6b4eeb86eab7752ef948a13693e81a6aaa 4.6s [2021-03-30T18:02:23.238Z] #29 8.298 [2021-03-30T18:02:23.357Z] #26 ... [2021-03-30T18:02:23.357Z] [2021-03-30T18:02:23.357Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-03-30T18:02:23.357Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-03-30T18:02:23.357Z] #65 DONE 0.8s [2021-03-30T18:02:23.357Z] [2021-03-30T18:02:23.357Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ed28974b37a2ee07bc8d43249c7396eee05a210d92aa784871e3bed715671d4f [2021-03-30T18:02:23.357Z] #26 sha256:0e6099c29c7919193893c3c080e2e0f82f3e7f1b4bd17c9e330a5cabd2212dbf [2021-03-30T18:02:23.357Z] #26 extracting sha256:8bf9c589d5f9475f1fcc050e02308d6b4eeb86eab7752ef948a13693e81a6aaa 4.7s done [2021-03-30T18:02:23.500Z] Fetching without tags [2021-03-30T18:02:23.515Z] #29 8.404 ######################################################################## 100.0% [2021-03-30T18:02:23.515Z] #29 8.438 [2021-03-30T18:02:23.616Z] #26 DONE 10.2s [2021-03-30T18:02:23.616Z] [2021-03-30T18:02:23.616Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:02:23.616Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-30T18:02:23.616Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-03-30T18:02:23.763Z] Merging remotes/origin/master commit d7a5abe6bd9b027d21b7f7a8703f38ad62913aff into PR head commit 3e34db6f864fe642ccab92105fed60d20fc25859 [2021-03-30T18:02:23.772Z] #29 8.955 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-30T18:02:23.655Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-30T18:02:23.658Z] > git config --add remote.origin.fetch +refs/pull/42226/head:refs/remotes/origin/PR-42226 # timeout=10 [2021-03-30T18:02:23.664Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:02:23.670Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-30T18:02:23.678Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-30T18:02:23.679Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:02:23.679Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42226/head:refs/remotes/origin/PR-42226 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:02:23.941Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:02:23.950Z] > git checkout -f 3e34db6f864fe642ccab92105fed60d20fc25859 # timeout=10 [2021-03-30T18:02:23.996Z] Fetching without tags [2021-03-30T18:02:24.058Z] #29 9.104 [2021-03-30T18:02:24.058Z] #29 9.245 ######## 11.5% #### [2021-03-30T18:02:24.058Z] #29 ... [2021-03-30T18:02:24.058Z] [2021-03-30T18:02:24.058Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:02:24.058Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:02:24.058Z] #13 7.145 Reading package lists... [2021-03-30T18:02:24.058Z] #13 8.640 Reading package lists... [2021-03-30T18:02:24.058Z] #13 10.39 Building dependency tree... [2021-03-30T18:02:24.058Z] #13 11.15 The following additional packages will be installed: [2021-03-30T18:02:24.058Z] #13 11.15 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-30T18:02:24.058Z] #13 11.15 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-30T18:02:24.058Z] #13 11.15 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-30T18:02:24.058Z] #13 11.15 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-30T18:02:24.058Z] #13 11.15 mingw-w64-common mingw-w64-x86-64-dev [2021-03-30T18:02:24.058Z] #13 11.15 Suggested packages: [2021-03-30T18:02:24.058Z] #13 11.15 gcc-8-locales seccomp wine64 [2021-03-30T18:02:24.058Z] #13 11.50 The following NEW packages will be installed: [2021-03-30T18:02:24.058Z] #13 11.50 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-30T18:02:24.058Z] #13 11.50 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-30T18:02:24.058Z] #13 11.50 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-30T18:02:24.058Z] #13 11.50 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-30T18:02:24.058Z] #13 11.50 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-30T18:02:24.058Z] #13 11.50 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-30T18:02:24.058Z] #13 11.50 The following packages will be upgraded: [2021-03-30T18:02:24.058Z] #13 11.50 libseccomp2 libsystemd0 libudev1 [2021-03-30T18:02:24.058Z] #13 11.82 3 upgraded, 25 newly installed, 0 to remove and 24 not upgraded. [2021-03-30T18:02:24.058Z] #13 11.82 Need to get 78.2 MB of archives. [2021-03-30T18:02:24.058Z] #13 11.82 After this operation, 487 MB of additional disk space will be used. [2021-03-30T18:02:24.058Z] #13 11.82 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-03-30T18:02:24.058Z] #13 11.82 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-03-30T18:02:24.058Z] #13 11.82 Get:3 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-03-30T18:02:24.058Z] #13 11.84 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-03-30T18:02:24.058Z] #13 11.86 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-03-30T18:02:24.058Z] #13 12.00 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-03-30T18:02:24.058Z] #13 12.08 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-30T18:02:24.058Z] #13 12.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-03-30T18:02:24.058Z] #13 12.10 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-03-30T18:02:24.058Z] #13 12.20 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-30T18:02:24.058Z] #13 12.33 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-30T18:02:24.058Z] #13 12.46 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-30T18:02:24.058Z] #13 12.47 Get:13 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] [2021-03-30T18:02:24.058Z] #13 13.86 Get:14 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] [2021-03-30T18:02:24.058Z] #13 15.29 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-03-30T18:02:24.058Z] #13 15.30 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-03-30T18:02:24.058Z] #13 15.31 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-30T18:02:24.058Z] #13 15.31 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-30T18:02:24.058Z] #13 15.32 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-03-30T18:02:24.058Z] #13 15.32 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-03-30T18:02:24.058Z] #13 15.33 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-03-30T18:02:24.058Z] #13 15.34 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-03-30T18:02:24.058Z] #13 15.41 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-03-30T18:02:24.058Z] #13 15.42 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-03-30T18:02:24.058Z] #13 15.44 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-03-30T18:02:24.058Z] #13 15.46 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-03-30T18:02:24.058Z] #13 15.46 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-03-30T18:02:24.058Z] #13 15.46 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-03-30T18:02:24.058Z] #13 16.25 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:02:24.058Z] #13 16.41 Fetched 78.2 MB in 4s (19.8 MB/s) [2021-03-30T18:02:24.058Z] #13 16.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-30T18:02:24.058Z] #13 16.51 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-03-30T18:02:24.058Z] #13 16.66 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-03-30T18:02:24.058Z] #13 17.01 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-03-30T18:02:24.058Z] #13 17.25 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-30T18:02:24.058Z] #13 17.28 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-30T18:02:24.058Z] #13 18.33 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-03-30T18:02:24.266Z] Merging remotes/origin/master commit d7a5abe6bd9b027d21b7f7a8703f38ad62913aff into PR head commit 3e34db6f864fe642ccab92105fed60d20fc25859 [2021-03-30T18:02:24.315Z] #13 ... [2021-03-30T18:02:24.315Z] [2021-03-30T18:02:24.315Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:02:24.315Z] #29 sha256:d82d678238a1a3ae542e8b45eb35535064500510f2ca96f20db6f2c4a31e4bca [2021-03-30T18:02:24.315Z] #29 9.245 ######## 11.5% ######################################################################## 100.0% [2021-03-30T18:02:24.315Z] #29 9.368 [2021-03-30T18:02:24.443Z] #50 ... [2021-03-30T18:02:24.443Z] [2021-03-30T18:02:24.443Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-30T18:02:24.443Z] #28 14.95 Fetched 8112 kB in 13s (631 kB/s) [2021-03-30T18:02:24.443Z] #28 14.95 Reading package lists... [2021-03-30T18:02:24.443Z] #28 20.16 Reading package lists... [2021-03-30T18:02:24.443Z] #28 ... [2021-03-30T18:02:24.443Z] [2021-03-30T18:02:24.443Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-30T18:02:24.443Z] #37 20.70 Reading package lists... [2021-03-30T18:02:24.443Z] #37 25.79 Building dependency tree... [2021-03-30T18:02:24.443Z] #37 28.20 The following additional packages will be installed: [2021-03-30T18:02:24.443Z] #37 28.21 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-30T18:02:24.443Z] #37 28.21 Suggested packages: [2021-03-30T18:02:24.443Z] #37 28.21 cmake-doc ninja-build lrzip [2021-03-30T18:02:24.443Z] #37 28.21 Recommended packages: [2021-03-30T18:02:24.443Z] #37 28.21 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-30T18:02:24.443Z] #37 28.90 The following NEW packages will be installed: [2021-03-30T18:02:24.443Z] #37 28.93 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-30T18:02:24.443Z] #37 28.93 vim-common xxd [2021-03-30T18:02:24.443Z] #37 29.06 0 upgraded, 10 newly installed, 0 to remove and 26 not upgraded. [2021-03-30T18:02:24.443Z] #37 29.06 Need to get 14.0 MB of archives. [2021-03-30T18:02:24.443Z] #37 29.06 After this operation, 62.1 MB of additional disk space will be used. [2021-03-30T18:02:24.443Z] #37 29.06 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2021-03-30T18:02:24.443Z] #37 29.09 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2021-03-30T18:02:24.443Z] #37 29.10 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2021-03-30T18:02:24.443Z] #37 29.17 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2021-03-30T18:02:24.443Z] #37 29.62 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+deb10u1 [607 kB] [2021-03-30T18:02:24.443Z] #37 29.66 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2021-03-30T18:02:24.443Z] #37 29.68 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2021-03-30T18:02:24.443Z] #37 29.68 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2021-03-30T18:02:24.443Z] #37 29.69 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2021-03-30T18:02:24.443Z] #37 29.70 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2021-03-30T18:02:24.443Z] #37 31.08 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:02:24.443Z] #37 31.23 Fetched 14.0 MB in 1s (15.6 MB/s) [2021-03-30T18:02:24.443Z] #37 31.32 Selecting previously unselected package xxd. [2021-03-30T18:02:24.443Z] #37 31.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 ... 15177 files and directories currently installed.) [2021-03-30T18:02:24.443Z] #37 31.40 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2021-03-30T18:02:24.443Z] #37 31.41 Unpacking xxd (2:8.1.0875-5) ... [2021-03-30T18:02:24.443Z] #37 31.64 Selecting previously unselected package vim-common. [2021-03-30T18:02:24.443Z] #37 31.64 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-30T18:02:24.443Z] #37 31.66 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-30T18:02:24.443Z] #37 31.99 Selecting previously unselected package cmake-data. [2021-03-30T18:02:24.443Z] #37 31.99 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-30T18:02:24.443Z] #37 32.00 Unpacking cmake-data (3.13.4-1) ... [2021-03-30T18:02:24.443Z] #37 34.79 Selecting previously unselected package libicu63:s390x. [2021-03-30T18:02:24.443Z] #37 34.83 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2021-03-30T18:02:24.443Z] #37 34.84 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2021-03-30T18:02:24.443Z] #37 ... [2021-03-30T18:02:24.443Z] [2021-03-30T18:02:24.443Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-30T18:02:24.443Z] #43 31.78 Selecting previously unselected package libnet1-dev. [2021-03-30T18:02:24.443Z] #43 31.79 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2021-03-30T18:02:24.443Z] #43 31.79 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-30T18:02:24.443Z] #43 32.00 Selecting previously unselected package libnl-3-200:s390x. [2021-03-30T18:02:24.443Z] #43 32.03 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2021-03-30T18:02:24.443Z] #43 32.04 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2021-03-30T18:02:24.443Z] #43 32.15 Selecting previously unselected package libnl-3-dev:s390x. [2021-03-30T18:02:24.443Z] #43 32.16 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2021-03-30T18:02:24.443Z] #43 32.16 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2021-03-30T18:02:24.443Z] #43 32.47 Selecting previously unselected package libprotobuf-c1:s390x. [2021-03-30T18:02:24.443Z] #43 32.48 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2021-03-30T18:02:24.443Z] #43 32.48 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-03-30T18:02:24.443Z] #43 32.61 Selecting previously unselected package libprotobuf-c-dev:s390x. [2021-03-30T18:02:24.443Z] #43 32.62 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2021-03-30T18:02:24.443Z] #43 32.62 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2021-03-30T18:02:24.443Z] #43 32.71 Selecting previously unselected package zlib1g-dev:s390x. [2021-03-30T18:02:24.443Z] #43 32.76 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2021-03-30T18:02:24.443Z] #43 32.76 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2021-03-30T18:02:24.443Z] #43 33.01 Selecting previously unselected package libprotobuf17:s390x. [2021-03-30T18:02:24.443Z] #43 33.08 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2021-03-30T18:02:24.443Z] #43 33.08 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2021-03-30T18:02:24.443Z] #43 33.65 Selecting previously unselected package libprotobuf-lite17:s390x. [2021-03-30T18:02:24.443Z] #43 33.66 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2021-03-30T18:02:24.443Z] #43 33.67 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2021-03-30T18:02:24.443Z] #43 33.83 Selecting previously unselected package libprotobuf-dev:s390x. [2021-03-30T18:02:24.443Z] #43 33.84 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2021-03-30T18:02:24.443Z] #43 33.84 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2021-03-30T18:02:24.443Z] #43 34.97 Selecting previously unselected package libprotoc17:s390x. [2021-03-30T18:02:24.443Z] #43 35.00 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2021-03-30T18:02:24.443Z] #43 35.00 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2021-03-30T18:02:24.443Z] #43 35.56 Selecting previously unselected package protobuf-c-compiler. [2021-03-30T18:02:24.443Z] #43 35.58 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2021-03-30T18:02:24.443Z] #43 35.59 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-30T18:02:24.443Z] #43 35.76 Selecting previously unselected package protobuf-compiler. [2021-03-30T18:02:24.443Z] #43 35.78 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2021-03-30T18:02:24.443Z] #43 35.79 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-30T18:02:24.443Z] #43 35.92 Selecting previously unselected package python-pkg-resources. [2021-03-30T18:02:24.443Z] #43 35.97 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-30T18:02:24.443Z] #43 35.97 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-30T18:02:24.734Z] #43 36.20 Selecting previously unselected package python-six. [2021-03-30T18:02:24.734Z] #43 36.24 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-30T18:02:24.734Z] #43 36.24 Unpacking python-six (1.12.0-1) ... [2021-03-30T18:02:24.734Z] #43 ... [2021-03-30T18:02:24.734Z] [2021-03-30T18:02:24.734Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-30T18:02:24.734Z] #14 18.61 Reading package lists... [2021-03-30T18:02:24.734Z] #14 24.21 Reading package lists... [2021-03-30T18:02:24.734Z] #14 30.88 Building dependency tree... [2021-03-30T18:02:24.734Z] #14 33.42 The following additional packages will be installed: [2021-03-30T18:02:24.734Z] #14 33.43 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-30T18:02:24.734Z] #14 33.44 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-30T18:02:24.734Z] #14 33.44 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-30T18:02:24.734Z] #14 33.44 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-30T18:02:24.734Z] #14 33.44 mingw-w64-common mingw-w64-x86-64-dev [2021-03-30T18:02:24.734Z] #14 33.45 Suggested packages: [2021-03-30T18:02:24.734Z] #14 33.45 gcc-8-locales seccomp wine64 [2021-03-30T18:02:23.974Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-30T18:02:23.977Z] > git config --add remote.origin.fetch +refs/pull/42226/head:refs/remotes/origin/PR-42226 # timeout=10 [2021-03-30T18:02:23.982Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:02:23.986Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-30T18:02:24.003Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-30T18:02:24.003Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:02:24.004Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42226/head:refs/remotes/origin/PR-42226 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:02:24.272Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:02:24.278Z] > git checkout -f 3e34db6f864fe642ccab92105fed60d20fc25859 # timeout=10 [2021-03-30T18:02:24.721Z] > git remote # timeout=10 [2021-03-30T18:02:24.724Z] > git config --get remote.origin.url # timeout=10 [2021-03-30T18:02:24.727Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:02:24.728Z] > git merge d7a5abe6bd9b027d21b7f7a8703f38ad62913aff # timeout=10 [2021-03-30T18:02:24.878Z] #29 10.02 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-30T18:02:24.947Z] Merge succeeded, producing 26d16d227e365bacfe122b619ca4d9cd1eb1dcce [2021-03-30T18:02:24.948Z] Checking out Revision 26d16d227e365bacfe122b619ca4d9cd1eb1dcce (PR-42226) [2021-03-30T18:02:25.005Z] Commit message: "Merge commit 'd7a5abe6bd9b027d21b7f7a8703f38ad62913aff' into HEAD" [2021-03-30T18:02:25.015Z] First time build. Skipping changelog. [2021-03-30T18:02:25.025Z] #14 ... [2021-03-30T18:02:25.025Z] [2021-03-30T18:02:25.025Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:25.025Z] #50 31.23 go: finding github.com/fatih/color v1.7.0 [2021-03-30T18:02:25.025Z] #50 31.26 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-30T18:02:25.025Z] #50 31.29 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-30T18:02:25.025Z] #50 31.30 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-30T18:02:25.025Z] #50 31.37 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-30T18:02:25.025Z] #50 31.39 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-30T18:02:25.025Z] #50 31.47 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-30T18:02:25.025Z] #50 31.47 go: finding github.com/pkg/errors v0.8.1 [2021-03-30T18:02:25.025Z] #50 31.48 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-30T18:02:25.025Z] #50 31.50 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-30T18:02:25.025Z] #50 31.52 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-30T18:02:25.025Z] #50 31.53 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-30T18:02:25.025Z] #50 31.53 go: finding github.com/stretchr/testify v1.4.0 [2021-03-30T18:02:25.025Z] #50 31.54 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-30T18:02:25.025Z] #50 31.57 go: finding github.com/spf13/viper v1.6.1 [2021-03-30T18:02:25.025Z] #50 31.57 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-30T18:02:25.025Z] #50 31.57 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-30T18:02:25.025Z] #50 31.60 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-30T18:02:25.025Z] #50 31.68 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-30T18:02:25.025Z] #50 31.69 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-30T18:02:25.025Z] #50 31.71 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-30T18:02:25.025Z] #50 31.80 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-30T18:02:25.025Z] #50 31.82 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-30T18:02:25.025Z] #50 31.82 go: finding github.com/stretchr/objx v0.2.0 [2021-03-30T18:02:25.025Z] #50 31.86 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-30T18:02:25.025Z] #50 31.88 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-30T18:02:25.025Z] #50 31.98 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-30T18:02:25.025Z] #50 32.04 go: finding github.com/spf13/cobra v0.0.5 [2021-03-30T18:02:25.025Z] #50 32.06 go: finding github.com/gobwas/glob v0.2.3 [2021-03-30T18:02:25.025Z] #50 32.08 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-30T18:02:25.135Z] #29 10.20 [2021-03-30T18:02:25.135Z] #29 ... [2021-03-30T18:02:25.135Z] [2021-03-30T18:02:25.135Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:02:25.135Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-30T18:02:25.135Z] #36 10.17 The following additional packages will be installed: [2021-03-30T18:02:25.135Z] #36 10.17 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-30T18:02:25.135Z] #36 10.17 Suggested packages: [2021-03-30T18:02:25.135Z] #36 10.17 cmake-doc ninja-build lrzip [2021-03-30T18:02:25.135Z] #36 10.17 Recommended packages: [2021-03-30T18:02:25.135Z] #36 10.17 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-30T18:02:25.135Z] #36 10.35 The following NEW packages will be installed: [2021-03-30T18:02:25.135Z] #36 10.35 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-30T18:02:25.135Z] #36 10.35 vim-common xxd [2021-03-30T18:02:25.135Z] #36 10.63 0 upgraded, 10 newly installed, 0 to remove and 26 not upgraded. [2021-03-30T18:02:25.135Z] #36 10.63 Need to get 14.9 MB of archives. [2021-03-30T18:02:25.135Z] #36 10.63 After this operation, 61.8 MB of additional disk space will be used. [2021-03-30T18:02:25.135Z] #36 10.63 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-30T18:02:25.135Z] #36 10.63 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-30T18:02:25.135Z] #36 10.64 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-30T18:02:25.135Z] #36 10.69 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-30T18:02:25.136Z] #36 10.92 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-03-30T18:02:25.136Z] #36 10.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-03-30T18:02:25.136Z] #36 10.95 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-03-30T18:02:25.136Z] #36 10.95 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-03-30T18:02:25.136Z] #36 10.96 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-03-30T18:02:25.136Z] #36 10.97 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-03-30T18:02:25.136Z] #36 11.46 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:02:25.136Z] #36 11.53 Fetched 14.9 MB in 1s (19.9 MB/s) [2021-03-30T18:02:25.136Z] #36 11.58 Selecting previously unselected package xxd. [2021-03-30T18:02:25.136Z] #36 11.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-30T18:02:25.136Z] #36 11.61 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-30T18:02:25.136Z] #36 11.63 Unpacking xxd (2:8.1.0875-5) ... [2021-03-30T18:02:25.136Z] #36 11.80 Selecting previously unselected package vim-common. [2021-03-30T18:02:25.136Z] #36 11.80 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-30T18:02:25.136Z] #36 11.84 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-30T18:02:25.136Z] #36 12.10 Selecting previously unselected package cmake-data. [2021-03-30T18:02:25.136Z] #36 12.10 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-30T18:02:25.136Z] #36 12.11 Unpacking cmake-data (3.13.4-1) ... [2021-03-30T18:02:25.136Z] #36 13.85 Selecting previously unselected package libicu63:amd64. [2021-03-30T18:02:25.136Z] #36 13.85 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-30T18:02:25.136Z] #36 13.87 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-30T18:02:25.136Z] #36 19.70 Selecting previously unselected package libxml2:amd64. [2021-03-30T18:02:25.136Z] #36 19.70 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-03-30T18:02:25.136Z] #36 19.73 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-30T18:02:25.136Z] #36 19.99 Selecting previously unselected package libarchive13:amd64. [2021-03-30T18:02:25.136Z] #36 19.99 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-03-30T18:02:25.136Z] #36 20.00 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-30T18:02:25.136Z] #36 20.17 Selecting previously unselected package libjsoncpp1:amd64. [2021-03-30T18:02:25.136Z] #36 20.17 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-03-30T18:02:25.136Z] #36 20.18 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-30T18:02:25.234Z] Merge succeeded, producing 26d16d227e365bacfe122b619ca4d9cd1eb1dcce [2021-03-30T18:02:25.234Z] Checking out Revision 26d16d227e365bacfe122b619ca4d9cd1eb1dcce (PR-42226) [2021-03-30T18:02:25.276Z] Commit message: "Merge commit 'd7a5abe6bd9b027d21b7f7a8703f38ad62913aff' into HEAD" [2021-03-30T18:02:25.316Z] #50 32.21 go: finding github.com/spf13/pflag v1.0.5 [2021-03-30T18:02:25.316Z] #50 32.23 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-30T18:02:25.316Z] #50 32.38 go: finding github.com/magiconair/properties v1.8.1 [2021-03-30T18:02:25.316Z] #50 32.47 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-30T18:02:25.392Z] #36 20.32 Selecting previously unselected package librhash0:amd64. [2021-03-30T18:02:25.392Z] #36 20.34 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-03-30T18:02:25.392Z] #36 20.34 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-03-30T18:02:25.392Z] #36 ... [2021-03-30T18:02:25.392Z] [2021-03-30T18:02:25.392Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:02:25.392Z] #29 sha256:d82d678238a1a3ae542e8b45eb35535064500510f2ca96f20db6f2c4a31e4bca [2021-03-30T18:02:25.392Z] #29 10.41 0.0% ###### 9.1% ######### [2021-03-30T18:02:25.392Z] #29 ... [2021-03-30T18:02:25.392Z] [2021-03-30T18:02:25.392Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:02:25.392Z] #51 sha256:5d9dedf7961dcbdbc80fa8bf74aa22b7e1747d093f2bd919275700b8e538e3e1 [2021-03-30T18:02:25.392Z] #51 10.55 syscall [2021-03-30T18:02:25.392Z] #51 10.55 strconv [2021-03-30T18:02:25.392Z] #51 10.55 text/tabwriter [2021-03-30T18:02:25.392Z] #51 10.55 bytes [2021-03-30T18:02:25.392Z] #51 10.55 strings [2021-03-30T18:02:25.392Z] #51 12.52 reflect [2021-03-30T18:02:25.392Z] #51 12.53 regexp/syntax [2021-03-30T18:02:25.392Z] #51 13.88 regexp [2021-03-30T18:02:25.392Z] #51 14.27 time [2021-03-30T18:02:25.392Z] #51 15.77 os [2021-03-30T18:02:25.392Z] #51 15.82 internal/fmtsort [2021-03-30T18:02:25.392Z] #51 15.82 encoding/binary [2021-03-30T18:02:25.392Z] #51 16.41 encoding/base64 [2021-03-30T18:02:25.392Z] #51 16.43 golang.org/x/sys/unix [2021-03-30T18:02:25.392Z] #51 16.82 mvdan.cc/sh/v3/fileutil [2021-03-30T18:02:25.392Z] #51 16.82 fmt [2021-03-30T18:02:25.392Z] #51 17.91 github.com/pkg/diff [2021-03-30T18:02:25.392Z] #51 17.92 encoding/json [2021-03-30T18:02:25.392Z] #51 17.93 mvdan.cc/sh/v3/syntax [2021-03-30T18:02:25.392Z] #51 17.93 go/token [2021-03-30T18:02:25.392Z] #51 17.93 mvdan.cc/editorconfig [2021-03-30T18:02:25.392Z] #51 18.77 go/scanner [2021-03-30T18:02:25.392Z] #51 19.20 golang.org/x/crypto/ssh/terminal [2021-03-30T18:02:25.392Z] #51 19.22 go/ast [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2021-03-30T18:02:24.407Z] > git remote # timeout=10 [2021-03-30T18:02:24.411Z] > git config --get remote.origin.url # timeout=10 [2021-03-30T18:02:24.416Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:02:24.417Z] > git merge d7a5abe6bd9b027d21b7f7a8703f38ad62913aff # timeout=10 [2021-03-30T18:02:25.118Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-30T18:02:25.127Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:02:25.133Z] > git checkout -f 26d16d227e365bacfe122b619ca4d9cd1eb1dcce # timeout=10 [2021-03-30T18:02:25.185Z] > git rev-list --no-walk 292d4e3b99dbe01a553ca0608f817366c059e4be # timeout=10 [Pipeline] sh [2021-03-30T18:02:25.609Z] #50 32.47 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-30T18:02:25.609Z] #50 32.54 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-30T18:02:25.609Z] #50 32.59 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-30T18:02:25.609Z] #50 32.60 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-30T18:02:25.609Z] #50 32.63 go: finding github.com/spf13/afero v1.1.2 [2021-03-30T18:02:25.609Z] #50 32.63 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-30T18:02:25.609Z] #50 32.66 go: finding golang.org/x/text v0.3.2 [2021-03-30T18:02:25.609Z] #50 32.66 go: finding github.com/spf13/cast v1.3.0 [2021-03-30T18:02:25.609Z] #50 32.67 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-30T18:02:25.609Z] #50 32.67 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-30T18:02:25.609Z] #50 32.68 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-30T18:02:25.609Z] #50 32.69 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-30T18:02:25.609Z] #50 32.70 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-30T18:02:25.609Z] #50 32.75 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-30T18:02:25.609Z] #50 32.77 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-30T18:02:25.609Z] #50 32.78 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-30T18:02:25.609Z] #50 32.80 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-30T18:02:25.609Z] #50 32.81 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-30T18:02:25.649Z] #51 ... [2021-03-30T18:02:25.649Z] [2021-03-30T18:02:25.649Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:02:25.649Z] #34 sha256:0849cd44d0202609b98636c28a5de71427836a8871cb153cb2c552a58d778d65 [2021-03-30T18:02:25.649Z] #34 11.86 bufio [2021-03-30T18:02:25.649Z] #34 12.05 reflect [2021-03-30T18:02:25.649Z] #34 12.27 path [2021-03-30T18:02:25.649Z] #34 12.91 internal/syscall/execenv [2021-03-30T18:02:25.649Z] #34 12.91 internal/syscall/unix [2021-03-30T18:02:25.649Z] #34 12.91 time [2021-03-30T18:02:25.649Z] #34 14.31 internal/poll [2021-03-30T18:02:25.649Z] #34 14.76 os [2021-03-30T18:02:25.649Z] #34 15.70 internal/fmtsort [2021-03-30T18:02:25.649Z] #34 15.80 path/filepath [2021-03-30T18:02:25.649Z] #34 16.02 fmt [2021-03-30T18:02:25.649Z] #34 16.33 io/ioutil [2021-03-30T18:02:25.649Z] #34 16.87 flag [2021-03-30T18:02:25.649Z] #34 16.87 log [2021-03-30T18:02:25.649Z] #34 16.87 github.com/BurntSushi/toml [2021-03-30T18:02:25.649Z] #34 18.18 github.com/BurntSushi/toml/cmd/tomlv [2021-03-30T18:02:25.649Z] #34 DONE 20.6s [2021-03-30T18:02:25.649Z] [2021-03-30T18:02:25.649Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:02:25.649Z] #29 sha256:d82d678238a1a3ae542e8b45eb35535064500510f2ca96f20db6f2c4a31e4bca [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-30T18:02:25.816Z] + docker version [2021-03-30T18:02:25.816Z] Client: Docker Engine - Community [2021-03-30T18:02:25.816Z] Version: 20.10.5 [2021-03-30T18:02:25.816Z] API version: 1.41 [2021-03-30T18:02:25.816Z] Go version: go1.13.15 [2021-03-30T18:02:25.816Z] Git commit: 55c4c88 [2021-03-30T18:02:25.816Z] Built: Tue Mar 2 20:18:05 2021 [2021-03-30T18:02:25.816Z] OS/Arch: linux/amd64 [2021-03-30T18:02:25.816Z] Context: default [2021-03-30T18:02:25.816Z] Experimental: true [2021-03-30T18:02:25.816Z] [2021-03-30T18:02:25.816Z] Server: Docker Engine - Community [2021-03-30T18:02:25.816Z] Engine: [2021-03-30T18:02:25.816Z] Version: 20.10.5 [2021-03-30T18:02:25.816Z] API version: 1.41 (minimum version 1.12) [2021-03-30T18:02:25.816Z] Go version: go1.13.15 [2021-03-30T18:02:25.816Z] Git commit: 363e9a8 [2021-03-30T18:02:25.816Z] Built: Tue Mar 2 20:16:00 2021 [2021-03-30T18:02:25.816Z] OS/Arch: linux/amd64 [2021-03-30T18:02:25.816Z] Experimental: true [2021-03-30T18:02:25.816Z] containerd: [2021-03-30T18:02:25.816Z] Version: 1.4.4 [2021-03-30T18:02:25.816Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:02:25.816Z] runc: [2021-03-30T18:02:25.816Z] Version: 1.0.0-rc93 [2021-03-30T18:02:25.816Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:02:25.816Z] docker-init: [2021-03-30T18:02:25.816Z] Version: 0.19.0 [2021-03-30T18:02:25.816Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-30T18:02:25.900Z] #50 32.82 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-30T18:02:25.900Z] #50 32.85 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-30T18:02:25.900Z] #50 32.85 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-30T18:02:25.900Z] #50 32.86 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-30T18:02:25.900Z] #50 32.87 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-30T18:02:25.900Z] #50 32.89 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-30T18:02:25.900Z] #50 32.94 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-30T18:02:25.900Z] #50 32.97 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-30T18:02:25.900Z] #50 33.00 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-30T18:02:25.900Z] #50 33.06 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-30T18:02:26.011Z] + docker version [2021-03-30T18:02:26.011Z] Client: Docker Engine - Community [2021-03-30T18:02:26.011Z] Version: 20.10.5 [2021-03-30T18:02:26.011Z] API version: 1.41 [2021-03-30T18:02:26.011Z] Go version: go1.13.15 [2021-03-30T18:02:26.011Z] Git commit: 55c4c88 [2021-03-30T18:02:26.011Z] Built: Tue Mar 2 20:18:20 2021 [2021-03-30T18:02:26.011Z] OS/Arch: linux/amd64 [2021-03-30T18:02:26.011Z] Context: default [2021-03-30T18:02:26.011Z] Experimental: true [2021-03-30T18:02:26.011Z] [2021-03-30T18:02:26.011Z] Server: Docker Engine - Community [2021-03-30T18:02:26.011Z] Engine: [2021-03-30T18:02:26.011Z] Version: 20.10.5 [2021-03-30T18:02:26.011Z] API version: 1.41 (minimum version 1.12) [2021-03-30T18:02:26.011Z] Go version: go1.13.15 [2021-03-30T18:02:26.011Z] Git commit: 363e9a8 [2021-03-30T18:02:26.011Z] Built: Tue Mar 2 20:16:15 2021 [2021-03-30T18:02:26.011Z] OS/Arch: linux/amd64 [2021-03-30T18:02:26.011Z] Experimental: true [2021-03-30T18:02:26.011Z] containerd: [2021-03-30T18:02:26.011Z] Version: 1.4.4 [2021-03-30T18:02:26.011Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:02:26.011Z] runc: [2021-03-30T18:02:26.011Z] Version: 1.0.0-rc93 [2021-03-30T18:02:26.011Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:02:26.011Z] docker-init: [2021-03-30T18:02:26.011Z] Version: 0.19.0 [2021-03-30T18:02:26.011Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-30T18:02:26.102Z] + docker info [2021-03-30T18:02:26.162Z] #29 10.41 0.0% ###### 9.1% ############### 21.9% ########################### 38.3% ###################################### 53.0% ############################################# 62.7% ############################################### 66.2% ########################################################## 81.4% ##################################################################### 96.5% [2021-03-30T18:02:26.162Z] #29 ... [2021-03-30T18:02:26.162Z] [2021-03-30T18:02:26.162Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:02:26.162Z] #45 sha256:5568ceaa8e04876927786a26ea1a57ebe61201e20e87a4963c8a16fde33e7f54 [2021-03-30T18:02:26.162Z] #45 11.35 vendor/golang.org/x/crypto/hkdf [2021-03-30T18:02:26.162Z] #45 12.02 bufio [2021-03-30T18:02:26.162Z] #45 12.07 vendor/golang.org/x/text/transform [2021-03-30T18:02:26.162Z] #45 12.51 crypto [2021-03-30T18:02:26.162Z] #45 12.51 reflect [2021-03-30T18:02:26.162Z] #45 12.64 regexp/syntax [2021-03-30T18:02:26.162Z] #45 13.28 time [2021-03-30T18:02:26.162Z] #45 14.55 regexp [2021-03-30T18:02:26.162Z] #45 15.09 context [2021-03-30T18:02:26.162Z] #45 15.20 os [2021-03-30T18:02:26.162Z] #45 15.81 github.com/LK4D4/vndr/versioned [2021-03-30T18:02:26.162Z] #45 16.25 internal/lazyregexp [2021-03-30T18:02:26.162Z] #45 16.27 path/filepath [2021-03-30T18:02:26.162Z] #45 16.27 net [2021-03-30T18:02:26.162Z] #45 16.62 encoding/base64 [2021-03-30T18:02:26.162Z] #45 16.62 fmt [2021-03-30T18:02:26.162Z] #45 16.62 crypto/cipher [2021-03-30T18:02:26.162Z] #45 16.62 crypto/sha512 [2021-03-30T18:02:26.162Z] #45 16.63 crypto/md5 [2021-03-30T18:02:26.162Z] #45 16.63 crypto/ed25519/internal/edwards25519 [2021-03-30T18:02:26.162Z] #45 16.72 crypto/sha1 [2021-03-30T18:02:26.162Z] #45 17.09 crypto/sha256 [2021-03-30T18:02:26.162Z] #45 17.59 crypto/aes [2021-03-30T18:02:26.162Z] #45 17.60 crypto/des [2021-03-30T18:02:26.162Z] #45 17.64 encoding/pem [2021-03-30T18:02:26.162Z] #45 18.07 vendor/golang.org/x/crypto/internal/chacha20 [2021-03-30T18:02:26.162Z] #45 18.08 vendor/golang.org/x/crypto/poly1305 [2021-03-30T18:02:26.162Z] #45 18.19 vendor/golang.org/x/sys/cpu [2021-03-30T18:02:26.162Z] #45 18.58 vendor/golang.org/x/crypto/chacha20poly1305 [2021-03-30T18:02:26.162Z] #45 19.21 net/url [2021-03-30T18:02:26.162Z] #45 19.22 text/template/parse [2021-03-30T18:02:26.162Z] #45 19.22 encoding/json [2021-03-30T18:02:26.162Z] #45 19.22 encoding/xml [2021-03-30T18:02:26.162Z] #45 19.22 go/ast [2021-03-30T18:02:26.162Z] #45 19.22 compress/flate [2021-03-30T18:02:26.162Z] #45 19.28 math/big [2021-03-30T18:02:26.162Z] #45 20.24 vendor/golang.org/x/text/unicode/bidi [2021-03-30T18:02:26.162Z] #45 20.97 compress/gzip [2021-03-30T18:02:26.162Z] #45 21.32 vendor/golang.org/x/text/unicode/norm [2021-03-30T18:02:26.191Z] #50 33.10 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-30T18:02:26.191Z] #50 33.11 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-30T18:02:26.191Z] #50 33.12 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-30T18:02:26.191Z] #50 33.14 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-30T18:02:26.191Z] #50 33.17 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-30T18:02:26.191Z] #50 33.24 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-30T18:02:26.191Z] #50 33.29 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-30T18:02:26.191Z] #50 ... [2021-03-30T18:02:26.191Z] [2021-03-30T18:02:26.191Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:02:26.191Z] #46 23.18 vendor/golang.org/x/crypto/internal/subtle [2021-03-30T18:02:26.283Z] + docker info [2021-03-30T18:02:26.362Z] Client: [2021-03-30T18:02:26.362Z] Context: default [2021-03-30T18:02:26.362Z] Debug Mode: false [2021-03-30T18:02:26.362Z] Plugins: [2021-03-30T18:02:26.362Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-30T18:02:26.362Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-30T18:02:26.362Z] [2021-03-30T18:02:26.362Z] Server: [2021-03-30T18:02:26.362Z] Containers: 0 [2021-03-30T18:02:26.362Z] Running: 0 [2021-03-30T18:02:26.362Z] Paused: 0 [2021-03-30T18:02:26.362Z] Stopped: 0 [2021-03-30T18:02:26.362Z] Images: 3 [2021-03-30T18:02:26.362Z] Server Version: 20.10.5 [2021-03-30T18:02:26.362Z] Storage Driver: overlay2 [2021-03-30T18:02:26.362Z] Backing Filesystem: extfs [2021-03-30T18:02:26.362Z] Supports d_type: true [2021-03-30T18:02:26.362Z] Native Overlay Diff: true [2021-03-30T18:02:26.362Z] Logging Driver: json-file [2021-03-30T18:02:26.362Z] Cgroup Driver: cgroupfs [2021-03-30T18:02:26.362Z] Cgroup Version: 1 [2021-03-30T18:02:26.362Z] Plugins: [2021-03-30T18:02:26.362Z] Volume: local [2021-03-30T18:02:26.362Z] Network: bridge host ipvlan macvlan null overlay [2021-03-30T18:02:26.362Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-30T18:02:26.362Z] Swarm: inactive [2021-03-30T18:02:26.362Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-03-30T18:02:26.362Z] Default Runtime: runc [2021-03-30T18:02:26.362Z] Init Binary: docker-init [2021-03-30T18:02:26.362Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:02:26.362Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:02:26.362Z] init version: de40ad0 [2021-03-30T18:02:26.362Z] Security Options: [2021-03-30T18:02:26.362Z] apparmor [2021-03-30T18:02:26.362Z] seccomp [2021-03-30T18:02:26.362Z] Profile: default [2021-03-30T18:02:26.362Z] Kernel Version: 5.4.0-1041-aws [2021-03-30T18:02:26.362Z] Operating System: Ubuntu 18.04.5 LTS [2021-03-30T18:02:26.362Z] OSType: linux [2021-03-30T18:02:26.362Z] Architecture: x86_64 [2021-03-30T18:02:26.362Z] CPUs: 2 [2021-03-30T18:02:26.362Z] Total Memory: 7.569GiB [2021-03-30T18:02:26.362Z] Name: ip-10-100-41-72 [2021-03-30T18:02:26.362Z] ID: CCOO:B2L2:53RH:M56T:HCH4:FPBZ:EMUZ:R22X:GVEU:CYRY:U2HB:5I2B [2021-03-30T18:02:26.362Z] Docker Root Dir: /var/lib/docker [2021-03-30T18:02:26.362Z] Debug Mode: false [2021-03-30T18:02:26.362Z] Registry: https://index.docker.io/v1/ [2021-03-30T18:02:26.362Z] Labels: [2021-03-30T18:02:26.362Z] Experimental: true [2021-03-30T18:02:26.362Z] Insecure Registries: [2021-03-30T18:02:26.362Z] 127.0.0.0/8 [2021-03-30T18:02:26.362Z] Live Restore Enabled: true [2021-03-30T18:02:26.362Z] [2021-03-30T18:02:26.362Z] WARNING: No swap limit support [Pipeline] sh [2021-03-30T18:02:26.419Z] #45 ... [2021-03-30T18:02:26.419Z] [2021-03-30T18:02:26.419Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:02:26.419Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:02:26.419Z] #13 19.25 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-03-30T18:02:26.419Z] #13 19.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 ... 15410 files and directories currently installed.) [2021-03-30T18:02:26.419Z] #13 19.41 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-03-30T18:02:26.419Z] #13 19.42 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-03-30T18:02:26.419Z] #13 19.63 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-03-30T18:02:26.419Z] #13 20.02 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-30T18:02:26.419Z] #13 20.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-30T18:02:26.419Z] #13 20.03 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-03-30T18:02:26.419Z] #13 20.04 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-30T18:02:26.482Z] #46 ... [2021-03-30T18:02:26.482Z] [2021-03-30T18:02:26.482Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-30T18:02:26.482Z] #14 34.68 The following NEW packages will be installed: [2021-03-30T18:02:26.482Z] #14 34.71 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-30T18:02:26.482Z] #14 34.71 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-30T18:02:26.482Z] #14 34.71 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-30T18:02:26.482Z] #14 34.72 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-30T18:02:26.482Z] #14 34.72 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-30T18:02:26.482Z] #14 34.72 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-30T18:02:26.482Z] #14 34.72 The following packages will be upgraded: [2021-03-30T18:02:26.482Z] #14 34.73 libseccomp2 libsystemd0 libudev1 [2021-03-30T18:02:26.482Z] #14 34.91 3 upgraded, 25 newly installed, 0 to remove and 24 not upgraded. [2021-03-30T18:02:26.482Z] #14 34.91 Need to get 73.8 MB of archives. [2021-03-30T18:02:26.482Z] #14 34.91 After this operation, 494 MB of additional disk space will be used. [2021-03-30T18:02:26.482Z] #14 34.91 Get:1 http://deb.debian.org/debian buster-backports/main s390x libseccomp2 s390x 2.4.1-2~bpo10+1 [44.9 kB] [2021-03-30T18:02:26.482Z] #14 34.93 Get:2 http://deb.debian.org/debian buster-backports/main s390x libseccomp-dev s390x 2.4.1-2~bpo10+1 [65.3 kB] [2021-03-30T18:02:26.482Z] #14 34.93 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd0 s390x 241-7~deb10u7 [309 kB] [2021-03-30T18:02:26.482Z] #14 34.97 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev1 s390x 241-7~deb10u7 [145 kB] [2021-03-30T18:02:26.482Z] #14 34.98 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2021-03-30T18:02:26.482Z] #14 35.13 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [2021-03-30T18:02:26.482Z] #14 35.31 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-30T18:02:26.482Z] #14 35.32 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2021-03-30T18:02:26.482Z] #14 35.33 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2021-03-30T18:02:26.482Z] #14 35.34 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-30T18:02:26.489Z] Fetching without tags [2021-03-30T18:02:25.232Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-30T18:02:25.241Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:02:25.247Z] > git checkout -f 26d16d227e365bacfe122b619ca4d9cd1eb1dcce # timeout=10 [2021-03-30T18:02:26.539Z] Client: [2021-03-30T18:02:26.539Z] Context: default [2021-03-30T18:02:26.539Z] Debug Mode: false [2021-03-30T18:02:26.539Z] Plugins: [2021-03-30T18:02:26.539Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-30T18:02:26.539Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-30T18:02:26.539Z] [2021-03-30T18:02:26.539Z] Server: [2021-03-30T18:02:26.539Z] Containers: 0 [2021-03-30T18:02:26.539Z] Running: 0 [2021-03-30T18:02:26.539Z] Paused: 0 [2021-03-30T18:02:26.539Z] Stopped: 0 [2021-03-30T18:02:26.539Z] Images: 3 [2021-03-30T18:02:26.539Z] Server Version: 20.10.5 [2021-03-30T18:02:26.539Z] Storage Driver: overlay2 [2021-03-30T18:02:26.539Z] Backing Filesystem: extfs [2021-03-30T18:02:26.539Z] Supports d_type: true [2021-03-30T18:02:26.539Z] Native Overlay Diff: true [2021-03-30T18:02:26.539Z] Logging Driver: json-file [2021-03-30T18:02:26.539Z] Cgroup Driver: systemd [2021-03-30T18:02:26.539Z] Cgroup Version: 2 [2021-03-30T18:02:26.539Z] Plugins: [2021-03-30T18:02:26.539Z] Volume: local [2021-03-30T18:02:26.539Z] Network: bridge host ipvlan macvlan null overlay [2021-03-30T18:02:26.539Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-30T18:02:26.539Z] Swarm: inactive [2021-03-30T18:02:26.539Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-03-30T18:02:26.539Z] Default Runtime: runc [2021-03-30T18:02:26.539Z] Init Binary: docker-init [2021-03-30T18:02:26.539Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:02:26.539Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:02:26.539Z] init version: de40ad0 [2021-03-30T18:02:26.539Z] Security Options: [2021-03-30T18:02:26.539Z] apparmor [2021-03-30T18:02:26.539Z] seccomp [2021-03-30T18:02:26.539Z] Profile: default [2021-03-30T18:02:26.539Z] cgroupns [2021-03-30T18:02:26.539Z] Kernel Version: 5.4.0-1041-aws [2021-03-30T18:02:26.539Z] Operating System: Ubuntu 20.04.2 LTS [2021-03-30T18:02:26.539Z] OSType: linux [2021-03-30T18:02:26.539Z] Architecture: x86_64 [2021-03-30T18:02:26.539Z] CPUs: 2 [2021-03-30T18:02:26.539Z] Total Memory: 7.569GiB [2021-03-30T18:02:26.539Z] Name: ip-10-100-90-111 [2021-03-30T18:02:26.539Z] ID: XSCR:IMEW:U2PS:XHFP:UG4F:RXBB:XG3Q:ZRJE:MOFM:IVIM:YDU4:RNLR [2021-03-30T18:02:26.539Z] Docker Root Dir: /var/lib/docker [2021-03-30T18:02:26.539Z] Debug Mode: false [2021-03-30T18:02:26.539Z] Registry: https://index.docker.io/v1/ [2021-03-30T18:02:26.539Z] Labels: [2021-03-30T18:02:26.539Z] Experimental: true [2021-03-30T18:02:26.539Z] Insecure Registries: [2021-03-30T18:02:26.539Z] 127.0.0.0/8 [2021-03-30T18:02:26.539Z] Live Restore Enabled: true [2021-03-30T18:02:26.539Z] [2021-03-30T18:02:26.539Z] WARNING: Support for cgroup v2 is experimental [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-30T18:02:26.652Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-30T18:02:26.652Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-30T18:02:26.652Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42226/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-30T18:02:26.652Z] + bash /home/ubuntu/workspace/moby_PR-42226/check-config.sh [2021-03-30T18:02:26.652Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-30T18:02:26.652Z] info: reading kernel config from /boot/config-5.4.0-1041-aws ... [2021-03-30T18:02:26.652Z] [2021-03-30T18:02:26.652Z] Generally Necessary: [2021-03-30T18:02:26.652Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-30T18:02:26.652Z] - apparmor: enabled and tools installed [2021-03-30T18:02:26.652Z] - CONFIG_NAMESPACES: enabled [2021-03-30T18:02:26.652Z] - CONFIG_NET_NS: enabled [2021-03-30T18:02:26.652Z] - CONFIG_PID_NS: enabled [2021-03-30T18:02:26.652Z] - CONFIG_IPC_NS: enabled [2021-03-30T18:02:26.652Z] - CONFIG_UTS_NS: enabled [2021-03-30T18:02:26.652Z] - CONFIG_CGROUPS: enabled [2021-03-30T18:02:26.652Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-30T18:02:26.652Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-30T18:02:26.652Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-30T18:02:26.652Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-30T18:02:26.652Z] - CONFIG_CPUSETS: enabled [2021-03-30T18:02:26.652Z] - CONFIG_MEMCG: enabled [2021-03-30T18:02:26.652Z] - CONFIG_KEYS: enabled [2021-03-30T18:02:26.652Z] - CONFIG_VETH: enabled (as module) [2021-03-30T18:02:26.652Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-30T18:02:26.652Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-30T18:02:26.652Z] - CONFIG_NF_NAT_IPV4: missing [2021-03-30T18:02:26.652Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-30T18:02:26.652Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-30T18:02:26.652Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-30T18:02:26.652Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-30T18:02:26.652Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-30T18:02:26.652Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-30T18:02:26.652Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-30T18:02:26.652Z] - CONFIG_NF_NAT_NEEDED: missing [2021-03-30T18:02:26.652Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-30T18:02:26.652Z] [2021-03-30T18:02:26.652Z] Optional Features: [2021-03-30T18:02:26.652Z] - CONFIG_USER_NS: enabled [2021-03-30T18:02:26.652Z] - CONFIG_SECCOMP: enabled [2021-03-30T18:02:26.652Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-30T18:02:26.652Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-30T18:02:26.652Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-30T18:02:26.652Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-30T18:02:26.652Z] - CONFIG_BLK_CGROUP: enabled [2021-03-30T18:02:26.652Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-30T18:02:26.652Z] - CONFIG_IOSCHED_CFQ: missing [2021-03-30T18:02:26.652Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-03-30T18:02:26.652Z] - CONFIG_CGROUP_PERF: enabled [2021-03-30T18:02:26.652Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-30T18:02:26.652Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-30T18:02:26.652Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-30T18:02:26.652Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-30T18:02:26.652Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-30T18:02:26.652Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-30T18:02:26.774Z] #14 35.69 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-30T18:02:26.774Z] #14 35.92 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-30T18:02:26.862Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 . [2021-03-30T18:02:26.893Z] Merging remotes/origin/master commit d7a5abe6bd9b027d21b7f7a8703f38ad62913aff into PR head commit 3e34db6f864fe642ccab92105fed60d20fc25859 [2021-03-30T18:02:26.894Z] Merging remotes/origin/master commit d7a5abe6bd9b027d21b7f7a8703f38ad62913aff into PR head commit 3e34db6f864fe642ccab92105fed60d20fc25859 [2021-03-30T18:02:26.913Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-30T18:02:26.913Z] - CONFIG_IP_VS: enabled (as module) [2021-03-30T18:02:26.913Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-30T18:02:26.913Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-30T18:02:26.913Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-30T18:02:26.913Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-30T18:02:26.913Z] - CONFIG_EXT4_FS: enabled [2021-03-30T18:02:26.913Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-30T18:02:26.913Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-30T18:02:26.913Z] - Network Drivers: [2021-03-30T18:02:26.913Z] - "overlay": [2021-03-30T18:02:26.913Z] - CONFIG_VXLAN: enabled (as module) [2021-03-30T18:02:26.913Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-30T18:02:26.913Z] Optional (for encrypted networks): [2021-03-30T18:02:26.913Z] - CONFIG_CRYPTO: enabled [2021-03-30T18:02:26.913Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-30T18:02:26.913Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-30T18:02:26.913Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-30T18:02:26.913Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-30T18:02:26.913Z] - CONFIG_XFRM: enabled [2021-03-30T18:02:26.913Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-30T18:02:26.913Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-30T18:02:26.913Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-30T18:02:26.913Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-03-30T18:02:26.913Z] - "ipvlan": [2021-03-30T18:02:26.913Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-30T18:02:26.913Z] - "macvlan": [2021-03-30T18:02:26.913Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-30T18:02:26.913Z] - CONFIG_DUMMY: enabled (as module) [2021-03-30T18:02:26.913Z] - "ftp,tftp client in container": [2021-03-30T18:02:26.913Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-30T18:02:26.913Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-30T18:02:26.913Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-30T18:02:26.913Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-30T18:02:26.913Z] - Storage Drivers: [2021-03-30T18:02:26.913Z] - "aufs": [2021-03-30T18:02:26.913Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-30T18:02:26.913Z] - "btrfs": [2021-03-30T18:02:26.913Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-30T18:02:26.913Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-30T18:02:26.913Z] - "devicemapper": [2021-03-30T18:02:26.913Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-30T18:02:26.913Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-30T18:02:26.913Z] - "overlay": [2021-03-30T18:02:26.913Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-30T18:02:26.913Z] - "zfs": [2021-03-30T18:02:26.913Z] - /dev/zfs: present [2021-03-30T18:02:26.913Z] - zfs command: missing [2021-03-30T18:02:26.913Z] - zpool command: missing [2021-03-30T18:02:26.913Z] [2021-03-30T18:02:26.913Z] Limits: [2021-03-30T18:02:26.913Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-30T18:02:26.913Z] [2021-03-30T18:02:26.913Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-03-30T18:02:27.076Z] #14 35.94 Get:13 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] [2021-03-30T18:02:27.117Z] #1 [internal] load build definition from Dockerfile [2021-03-30T18:02:27.117Z] #1 sha256:4573f1e255fc99ff52aa6b237cbcc778d0e55104a63a4c2229525a888cfd688e [2021-03-30T18:02:27.117Z] #1 transferring dockerfile: 17.02kB done [2021-03-30T18:02:27.117Z] #1 DONE 0.0s [2021-03-30T18:02:27.117Z] [2021-03-30T18:02:27.117Z] #2 [internal] load .dockerignore [2021-03-30T18:02:27.117Z] #2 sha256:f7dca114de867c8075b31ab3e151589f613f5b61e4ea4f17c8d8b8cf081d32e4 [2021-03-30T18:02:27.117Z] #2 transferring context: 87B done [2021-03-30T18:02:27.117Z] #2 DONE 0.0s [2021-03-30T18:02:27.117Z] [2021-03-30T18:02:27.117Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-30T18:02:27.117Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-03-30T18:02:27.117Z] #3 DONE 0.1s [2021-03-30T18:02:27.117Z] [2021-03-30T18:02:27.117Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-30T18:02:27.117Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-03-30T18:02:27.117Z] #4 CACHED [2021-03-30T18:02:27.256Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 . [2021-03-30T18:02:27.256Z] #1 [internal] load build definition from Dockerfile [2021-03-30T18:02:27.256Z] #1 sha256:1846a332bced487a6033852996221a82912b41161f9ec4b5700ac60e82aee2fc [2021-03-30T18:02:27.256Z] #1 transferring dockerfile: 17.02kB done [2021-03-30T18:02:27.256Z] #1 DONE 0.0s [2021-03-30T18:02:27.256Z] [2021-03-30T18:02:27.256Z] #2 [internal] load .dockerignore [2021-03-30T18:02:27.256Z] #2 sha256:33e0f7745d096c435741e1cdb61ce4bc5c498ce484b109be44c2eef7ac5a5752 [2021-03-30T18:02:27.256Z] #2 transferring context: 87B done [2021-03-30T18:02:27.256Z] #2 DONE 0.0s [2021-03-30T18:02:27.256Z] [2021-03-30T18:02:27.256Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-30T18:02:27.256Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-03-30T18:02:27.349Z] #13 21.50 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-30T18:02:27.349Z] #13 21.50 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-03-30T18:02:27.349Z] #13 21.52 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-30T18:02:27.349Z] #13 ... [2021-03-30T18:02:27.349Z] [2021-03-30T18:02:27.349Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:02:27.349Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-30T18:02:27.349Z] #32 12.30 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-30T18:02:27.349Z] #32 12.55 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:02:27.376Z] [2021-03-30T18:02:27.376Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-03-30T18:02:27.376Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-30T18:02:27.376Z] #5 DONE 0.1s [2021-03-30T18:02:27.376Z] [2021-03-30T18:02:27.376Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-30T18:02:27.376Z] #8 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-30T18:02:27.376Z] #8 DONE 0.1s [2021-03-30T18:02:27.376Z] [2021-03-30T18:02:27.376Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:02:27.376Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-03-30T18:02:27.376Z] #6 DONE 0.1s [2021-03-30T18:02:27.376Z] [2021-03-30T18:02:27.376Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:02:27.376Z] #7 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-03-30T18:02:27.376Z] #7 DONE 0.1s [2021-03-30T18:02:27.517Z] #3 DONE 0.1s [2021-03-30T18:02:27.517Z] [2021-03-30T18:02:27.517Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-30T18:02:27.517Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-03-30T18:02:27.517Z] #4 CACHED [2021-03-30T18:02:27.517Z] [2021-03-30T18:02:27.517Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:02:27.517Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-03-30T18:02:27.605Z] #32 ... [2021-03-30T18:02:27.605Z] [2021-03-30T18:02:27.605Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:02:27.605Z] #29 sha256:d82d678238a1a3ae542e8b45eb35535064500510f2ca96f20db6f2c4a31e4bca [2021-03-30T18:02:27.605Z] #29 10.41 0.0% ###### 9.1% ############### 21.9% ########################### 38.3% ###################################### 53.0% ############################################# 62.7% ############################################### 66.2% ########################################################## 81.4% ##################################################################### 96.5% ######################################################################## 100.0% [2021-03-30T18:02:27.605Z] #29 11.56 [2021-03-30T18:02:27.605Z] #29 12.19 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-30T18:02:27.605Z] #29 12.36 [2021-03-30T18:02:27.605Z] #29 12.43 ######################################################################## 100.0% [2021-03-30T18:02:27.605Z] #29 12.48 [2021-03-30T18:02:27.635Z] [2021-03-30T18:02:27.635Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-30T18:02:27.635Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-03-30T18:02:27.635Z] #64 DONE 0.0s [2021-03-30T18:02:27.635Z] [2021-03-30T18:02:27.635Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-30T18:02:27.635Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-03-30T18:02:27.635Z] #62 DONE 0.0s [2021-03-30T18:02:27.635Z] [2021-03-30T18:02:27.635Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:02:27.635Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-30T18:02:27.635Z] #9 DONE 0.0s [2021-03-30T18:02:27.635Z] [2021-03-30T18:02:27.635Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ed28974b37a2ee07bc8d43249c7396eee05a210d92aa784871e3bed715671d4f [2021-03-30T18:02:27.635Z] #26 sha256:0e6099c29c7919193893c3c080e2e0f82f3e7f1b4bd17c9e330a5cabd2212dbf [2021-03-30T18:02:27.635Z] #26 DONE 0.0s [2021-03-30T18:02:27.635Z] [2021-03-30T18:02:27.635Z] #23 [internal] load build context [2021-03-30T18:02:27.635Z] #23 sha256:5b6847abecc40d0d7e4e3f6789433f2b0254085a7bce5103d5b2bf85062dc5d2 [2021-03-30T18:02:26.485Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-30T18:02:26.489Z] > git config --add remote.origin.fetch +refs/pull/42226/head:refs/remotes/origin/PR-42226 # timeout=10 [2021-03-30T18:02:26.495Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:02:26.504Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-03-30T18:02:26.513Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-03-30T18:02:26.513Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:02:26.514Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/42226/head:refs/remotes/origin/PR-42226 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-30T18:02:26.918Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:02:26.927Z] > git checkout -f 3e34db6f864fe642ccab92105fed60d20fc25859 # timeout=10 [2021-03-30T18:02:27.777Z] #8 ... [2021-03-30T18:02:27.777Z] [2021-03-30T18:02:27.777Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-30T18:02:27.777Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-03-30T18:02:27.777Z] #7 DONE 0.1s [2021-03-30T18:02:27.777Z] [2021-03-30T18:02:27.777Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:02:27.777Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-03-30T18:02:27.777Z] #6 DONE 0.1s [2021-03-30T18:02:27.777Z] [2021-03-30T18:02:27.777Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:02:27.777Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-03-30T18:02:27.777Z] #8 DONE 0.1s [2021-03-30T18:02:27.777Z] [2021-03-30T18:02:27.777Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-03-30T18:02:27.777Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-03-30T18:02:27.777Z] #5 DONE 0.1s [2021-03-30T18:02:27.791Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 3.9s done [2021-03-30T18:02:27.792Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-03-30T18:02:27.862Z] #29 12.90 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-30T18:02:27.862Z] #29 13.08 [2021-03-30T18:02:27.011Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:02:27.067Z] > git checkout -f 3e34db6f864fe642ccab92105fed60d20fc25859 # timeout=10 [2021-03-30T18:02:28.040Z] [2021-03-30T18:02:28.040Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-30T18:02:28.040Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-03-30T18:02:28.040Z] #64 DONE 0.0s [2021-03-30T18:02:28.040Z] [2021-03-30T18:02:28.040Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-30T18:02:28.040Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-03-30T18:02:28.040Z] #62 DONE 0.0s [2021-03-30T18:02:28.040Z] [2021-03-30T18:02:28.040Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:02:28.040Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-30T18:02:28.040Z] #9 DONE 0.0s [2021-03-30T18:02:28.040Z] [2021-03-30T18:02:28.040Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ed28974b37a2ee07bc8d43249c7396eee05a210d92aa784871e3bed715671d4f [2021-03-30T18:02:28.040Z] #26 sha256:0e6099c29c7919193893c3c080e2e0f82f3e7f1b4bd17c9e330a5cabd2212dbf [2021-03-30T18:02:28.040Z] #26 DONE 0.0s [2021-03-30T18:02:28.040Z] [2021-03-30T18:02:28.040Z] #23 [internal] load build context [2021-03-30T18:02:28.040Z] #23 sha256:48d2221f1e2868e6fe0dbf140e45e65e09752615f777542723d733ed4aad23dc [2021-03-30T18:02:28.374Z] #29 13.35 #=#=# ######################################################################## 100.0% [2021-03-30T18:02:28.374Z] #29 13.47 [2021-03-30T18:02:28.374Z] #29 13.59 Download of images into '/build' complete. [2021-03-30T18:02:28.374Z] #29 13.59 Use something like the following to load the result into a Docker daemon: [2021-03-30T18:02:28.374Z] #29 13.59 tar -cC '/build' . | docker load [2021-03-30T18:02:28.516Z] Merge succeeded, producing 69020c72069c68672dbd577c525eda2c619911f9 [2021-03-30T18:02:28.516Z] Checking out Revision 69020c72069c68672dbd577c525eda2c619911f9 (PR-42226) [2021-03-30T18:02:28.630Z] Commit message: "Merge commit 'd7a5abe6bd9b027d21b7f7a8703f38ad62913aff' into HEAD" [2021-03-30T18:02:28.651Z] First time build. Skipping changelog. [2021-03-30T18:02:28.937Z] #29 DONE 13.9s [2021-03-30T18:02:28.937Z] [2021-03-30T18:02:28.937Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:02:28.937Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-30T18:02:28.937Z] #36 20.71 Selecting previously unselected package libuv1:amd64. [2021-03-30T18:02:28.937Z] #36 20.72 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-03-30T18:02:28.937Z] #36 20.72 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-03-30T18:02:28.937Z] #36 20.91 Selecting previously unselected package cmake. [2021-03-30T18:02:28.937Z] #36 20.91 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-03-30T18:02:28.937Z] #36 20.94 Unpacking cmake (3.13.4-1) ... [2021-03-30T18:02:28.937Z] #36 22.41 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-30T18:02:28.937Z] #36 22.59 Setting up xxd (2:8.1.0875-5) ... [2021-03-30T18:02:28.937Z] #36 22.65 Setting up libuv1:amd64 (1.24.1-1) ... [2021-03-30T18:02:28.937Z] #36 22.72 Setting up vim-common (2:8.1.0875-5) ... [2021-03-30T18:02:28.937Z] #36 22.79 Setting up librhash0:amd64 (1.3.8-1) ... [2021-03-30T18:02:28.937Z] #36 22.86 Setting up cmake-data (3.13.4-1) ... [2021-03-30T18:02:28.937Z] #36 22.94 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-30T18:02:28.937Z] #36 23.07 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-30T18:02:28.937Z] #36 23.10 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-30T18:02:28.937Z] #36 23.11 Setting up cmake (3.13.4-1) ... [2021-03-30T18:02:28.937Z] #36 23.13 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:02:28.937Z] #36 23.18 Processing triggers for mime-support (3.62) ... [2021-03-30T18:02:28.937Z] #36 DONE 23.8s [2021-03-30T18:02:28.937Z] [2021-03-30T18:02:28.937Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-30T18:02:28.937Z] #37 sha256:1dec63533a67dfa7b330d506fd6ff4508489082e0e75fd07c3f57a9e0084096a [2021-03-30T18:02:28.937Z] #37 ... [2021-03-30T18:02:28.937Z] [2021-03-30T18:02:28.937Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:02:28.937Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:02:28.937Z] #42 13.85 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-03-30T18:02:28.937Z] #42 13.85 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-03-30T18:02:28.937Z] #42 13.87 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-30T18:02:28.937Z] #42 14.02 Selecting previously unselected package libprotobuf-dev:amd64. [2021-03-30T18:02:28.937Z] #42 14.03 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-03-30T18:02:28.937Z] #42 14.04 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-30T18:02:28.937Z] #42 14.73 Selecting previously unselected package libprotoc17:amd64. [2021-03-30T18:02:28.937Z] #42 14.73 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-03-30T18:02:28.937Z] #42 14.76 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-30T18:02:28.937Z] #42 14.92 Selecting previously unselected package protobuf-c-compiler. [2021-03-30T18:02:28.937Z] #42 14.93 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-03-30T18:02:28.937Z] #42 14.93 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-30T18:02:28.937Z] #42 16.12 Selecting previously unselected package protobuf-compiler. [2021-03-30T18:02:28.937Z] #42 16.12 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-03-30T18:02:28.937Z] #42 16.38 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-30T18:02:28.937Z] #42 17.05 Selecting previously unselected package python-pkg-resources. [2021-03-30T18:02:28.937Z] #42 17.05 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-30T18:02:28.937Z] #42 17.06 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-30T18:02:28.937Z] #42 17.38 Selecting previously unselected package python-six. [2021-03-30T18:02:28.937Z] #42 17.38 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-30T18:02:28.937Z] #42 17.41 Unpacking python-six (1.12.0-1) ... [2021-03-30T18:02:28.937Z] #42 17.55 Selecting previously unselected package python-protobuf. [2021-03-30T18:02:28.938Z] #42 17.56 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-03-30T18:02:28.938Z] #42 17.58 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-30T18:02:28.938Z] #42 18.94 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-30T18:02:28.938Z] #42 20.92 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-30T18:02:28.938Z] #42 20.98 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-30T18:02:28.938Z] #42 21.01 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-30T18:02:28.938Z] #42 21.03 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-30T18:02:28.938Z] #42 21.05 Setting up python-six (1.12.0-1) ... [2021-03-30T18:02:28.938Z] #42 22.10 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-30T18:02:28.938Z] #42 22.17 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-30T18:02:28.938Z] #42 22.36 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-30T18:02:28.938Z] #42 22.40 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-03-30T18:02:28.938Z] #42 22.56 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-30T18:02:28.938Z] #42 22.63 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-30T18:02:28.938Z] #42 22.67 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-30T18:02:28.938Z] #42 22.75 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-30T18:02:28.938Z] #42 22.82 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-30T18:02:28.938Z] #42 22.87 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-30T18:02:28.938Z] #42 ... [2021-03-30T18:02:28.938Z] [2021-03-30T18:02:28.938Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:02:28.938Z] #56 sha256:d623fc1475912258f62c3ac9162ac8aee891c47868733a3948939e74d5868b96 [2021-03-30T18:02:28.938Z] #56 0.973 + RM_GOPATH=0 [2021-03-30T18:02:28.938Z] #56 0.973 + TMP_GOPATH= [2021-03-30T18:02:28.938Z] #56 0.973 + : /build [2021-03-30T18:02:28.938Z] #56 0.973 + '[' -z '' ']' [2021-03-30T18:02:28.938Z] #56 0.973 ++ mktemp -d [2021-03-30T18:02:28.938Z] #56 0.974 + export GOPATH=/tmp/tmp.OT2vkKdtXP [2021-03-30T18:02:28.938Z] #56 0.974 + GOPATH=/tmp/tmp.OT2vkKdtXP [2021-03-30T18:02:28.938Z] #56 0.974 + RM_GOPATH=1 [2021-03-30T18:02:28.938Z] #56 0.974 + case "$(go env GOARCH)" in [2021-03-30T18:02:28.938Z] #56 0.976 ++ go env GOARCH [2021-03-30T18:02:28.938Z] #56 0.984 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:28.938Z] #56 0.984 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:28.938Z] #56 0.987 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:28.938Z] #56 0.988 + dir=/tmp/install [2021-03-30T18:02:28.938Z] #56 0.988 + bin=containerd [2021-03-30T18:02:28.938Z] #56 0.988 + shift [2021-03-30T18:02:28.938Z] #56 0.989 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-30T18:02:28.938Z] #56 0.989 + . /tmp/install/containerd.installer [2021-03-30T18:02:28.938Z] #56 0.989 ++ set -e [2021-03-30T18:02:28.938Z] #56 0.989 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:02:28.938Z] #56 0.990 + install_containerd [2021-03-30T18:02:28.938Z] #56 0.990 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-30T18:02:28.938Z] #56 0.990 + git clone https://github.com/containerd/containerd.git /tmp/tmp.OT2vkKdtXP/src/github.com/containerd/containerd [2021-03-30T18:02:28.938Z] #56 0.992 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:02:28.938Z] #56 0.993 Cloning into '/tmp/tmp.OT2vkKdtXP/src/github.com/containerd/containerd'... [2021-03-30T18:02:29.016Z] #23 transferring context: 53.43MB 1.3s done [2021-03-30T18:02:29.016Z] #23 DONE 1.3s [2021-03-30T18:02:29.016Z] [2021-03-30T18:02:29.016Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-03-30T18:02:29.016Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-03-30T18:02:29.016Z] #15 CACHED [2021-03-30T18:02:29.016Z] [2021-03-30T18:02:29.016Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:02:29.016Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-30T18:02:29.016Z] #20 CACHED [2021-03-30T18:02:29.016Z] [2021-03-30T18:02:29.016Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-30T18:02:29.016Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-03-30T18:02:29.016Z] #39 CACHED [2021-03-30T18:02:29.016Z] [2021-03-30T18:02:29.016Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:02:29.016Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:02:29.016Z] #42 CACHED [2021-03-30T18:02:29.016Z] [2021-03-30T18:02:29.016Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-30T18:02:29.016Z] #47 sha256:f79220d71da2784cdc461a4f2f3a8d14da0eb745573cd88abfe944791aa59bc6 [2021-03-30T18:02:29.016Z] #47 CACHED [2021-03-30T18:02:29.016Z] [2021-03-30T18:02:29.016Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-30T18:02:29.016Z] #67 sha256:e33cf249e95ac088f3fbb8d9d651526204e67cbdcdeee55b2800a0809d002ce0 [2021-03-30T18:02:29.016Z] #67 CACHED [2021-03-30T18:02:29.016Z] [2021-03-30T18:02:29.016Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:02:29.016Z] #49 sha256:3364633dca1f90bee3800ede281e830cd53e298997dddf98e491fa7144ead76b [2021-03-30T18:02:29.016Z] #49 CACHED [2021-03-30T18:02:29.016Z] [2021-03-30T18:02:29.016Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:02:29.016Z] #34 sha256:398b66be0d3e612f6ab8967dc0dc2f09afaa51ee5891a763cffb8902f0913931 [2021-03-30T18:02:29.016Z] #34 CACHED [2021-03-30T18:02:29.016Z] [2021-03-30T18:02:29.016Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-30T18:02:29.016Z] #69 sha256:749eacea5a8e41a32f115b3ff3e153bed906f22fd4e8910e45c9eeae80cab599 [2021-03-30T18:02:29.016Z] #69 CACHED [2021-03-30T18:02:29.016Z] [2021-03-30T18:02:29.016Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-30T18:02:29.017Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-03-30T18:02:29.017Z] #17 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-30T18:02:29.017Z] #28 sha256:e0e722532d5ac375214c55e4599ad3fddd0450202b1d20653299efe3d58cc6e4 [2021-03-30T18:02:29.017Z] #28 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-03-30T18:02:29.017Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-03-30T18:02:29.017Z] #63 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-30T18:02:29.017Z] #38 sha256:543087f06d65cb5ff2c92889125196fda8f92142c977dbc4d01a7c6cf64d86d6 [2021-03-30T18:02:29.017Z] #38 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:02:29.017Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-30T18:02:29.017Z] #36 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:02:29.017Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-30T18:02:29.017Z] #32 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-30T18:02:29.017Z] #52 sha256:ef1df0cdc54b598ae893358fcb606157ae3c683fa2ec8f70e8bd4138e2f2168e [2021-03-30T18:02:29.017Z] #52 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-30T18:02:29.017Z] #37 sha256:422647378e67a7bbd370b3bc4ffd5a079e9437ec86a0686f691d28eed624bcb2 [2021-03-30T18:02:29.017Z] #37 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-30T18:02:29.017Z] #54 sha256:bb341ca27afc7bcf4d748cf38fb65c422d43b494cba13ea87dcab61bc5059a2a [2021-03-30T18:02:29.017Z] #54 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-30T18:02:29.017Z] #30 sha256:fb9c2b7131fcf177c0ac89f4ac0c4358eba19c9c2168e27dd403e630bef9fe49 [2021-03-30T18:02:29.017Z] #30 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-30T18:02:29.017Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-03-30T18:02:29.017Z] #12 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-30T18:02:29.017Z] #53 sha256:98949403048cebe921464424096ff80ab5cafaabbe17c311a56fdb5dd5f0513d [2021-03-30T18:02:29.017Z] #53 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-30T18:02:29.017Z] #48 sha256:a2c024d3f1affa1724fa9f9d95e525f0cf183834245445fc2a8e6877a0d10142 [2021-03-30T18:02:29.017Z] #48 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:02:29.017Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:02:29.017Z] #13 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-30T18:02:29.017Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-03-30T18:02:29.017Z] #11 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:02:29.017Z] #45 sha256:721ce0eea364ad08dd259de04eb8753bab715a9535e247a90c6bb8857ed90a9c [2021-03-30T18:02:29.017Z] #45 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:02:29.017Z] #58 sha256:52c74609ec23a914045619f0f15165a59846a85374d189b95fa132b3e46fa936 [2021-03-30T18:02:29.017Z] #58 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-30T18:02:29.017Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-03-30T18:02:29.017Z] #18 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-30T18:02:29.017Z] #24 sha256:2ff8ec0252b4660fad8336a0d9a764b27c7f7f1a8f85b21564d74a992b85f7ab [2021-03-30T18:02:29.017Z] #24 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-30T18:02:29.017Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-30T18:02:29.017Z] #10 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-30T18:02:29.017Z] #35 sha256:0836c9c58487c3d620a12087c48d6e53bfc9e3f92afff17d14e88e82568ae838 [2021-03-30T18:02:29.017Z] #35 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-30T18:02:29.017Z] #60 sha256:ba96d4d17d088f38fc9af5007a15af03d7f3d176b72c2c8f1472b8a05f3f75a8 [2021-03-30T18:02:29.017Z] #60 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-03-30T18:02:29.017Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-03-30T18:02:29.017Z] #65 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-30T18:02:29.017Z] #25 sha256:b01a00fa0bd31613107209dd8fe4a62b04bbbc1f98e4d07de56d20da2e62d575 [2021-03-30T18:02:29.017Z] #25 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-30T18:02:29.017Z] #46 sha256:7ebc8bb1a5a3fab7bb99880c36f446abde319b802725c99e29b4d6fbf2dba68a [2021-03-30T18:02:29.017Z] #46 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-30T18:02:29.017Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-30T18:02:29.017Z] #22 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:29.017Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:02:29.017Z] #43 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:02:29.017Z] #51 sha256:a420bd3b9664b9c89689f861700f8ef73d732a911324222829c29594d97a319b [2021-03-30T18:02:29.017Z] #51 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-30T18:02:29.017Z] #27 sha256:3459938b85e6c6c3864ee7a9c9d25fe87bc4edb40be53b244add29cc0120c068 [2021-03-30T18:02:29.017Z] #27 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-30T18:02:29.017Z] #68 sha256:4903cbe92b95d0f85145237631e919a41a15fcf86148e9507bb704f37c598f1b [2021-03-30T18:02:29.017Z] #68 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-30T18:02:29.017Z] #33 sha256:4a874233c8da64f7a3ec36770cf318c8afd35a1eafc4f16c303cb2c2ce8a4884 [2021-03-30T18:02:29.017Z] #33 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-03-30T18:02:29.017Z] #66 sha256:b52ba580cb778012cb6a1090cae33798165f317024b6e975f004575231870f53 [2021-03-30T18:02:29.017Z] #66 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-30T18:02:29.017Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-30T18:02:29.017Z] #31 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:02:29.017Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-30T18:02:29.017Z] #40 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-30T18:02:29.017Z] #41 sha256:c4f3a8b5372824b8dc657cc64d576780f09beb2e2e81da1d5ecd676ae79b43a3 [2021-03-30T18:02:29.017Z] #41 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-30T18:02:29.017Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-30T18:02:29.017Z] #55 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #70 [dev-systemd-true 1/2] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends dbus dbus-user-session systemd systemd-sysv [2021-03-30T18:02:29.017Z] #70 sha256:d96dc54bd6778325386d2df9c5366260e47d4ec22fb160c881639de7c73fe05b [2021-03-30T18:02:29.017Z] #70 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-30T18:02:29.017Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-03-30T18:02:29.017Z] #14 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-30T18:02:29.017Z] #57 sha256:5778c3d8983c6bd2b8eb12848852df27d2507610f32709c437edae6b78a1a674 [2021-03-30T18:02:29.017Z] #57 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:02:29.017Z] #29 sha256:5c008276fd3b505c500739fa02c365a6cabf72d6832e8bb0857cab4f6c3c6e8b [2021-03-30T18:02:29.017Z] #29 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-03-30T18:02:29.017Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-03-30T18:02:29.017Z] #19 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-30T18:02:29.017Z] #50 sha256:2495b5b7243f6a85487330e93b13da91363b37c55919aabcea85baa0450760a7 [2021-03-30T18:02:29.017Z] #50 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-03-30T18:02:29.017Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-03-30T18:02:29.017Z] #21 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-30T18:02:29.017Z] #44 sha256:689bf69d00b2f79066fbbfa49953ba529ed2abf003dc0d984677ab6037500141 [2021-03-30T18:02:29.017Z] #44 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-30T18:02:29.017Z] #59 sha256:b78dfbcabaf53baa830165436e6317320d8647d51760cb42019c73092000f34d [2021-03-30T18:02:29.017Z] #59 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-30T18:02:29.017Z] #61 sha256:7fff257632efdb8ab34386ad0432f0d4559812fda5eb096cd0a78014c648f07a [2021-03-30T18:02:29.017Z] #61 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-30T18:02:29.017Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-03-30T18:02:29.017Z] #16 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:02:29.017Z] #56 sha256:0b210d72c01883e124dec7304e3b8b0e205998c4efc67503ec63710e9e3408c7 [2021-03-30T18:02:29.017Z] #56 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #71 [dev-systemd-true 2/2] RUN mkdir -p hack && curl -o hack/dind-systemd https://raw.githubusercontent.com/AkihiroSuda/containerized-systemd/b70bac0daeea120456764248164c21684ade7d0d/docker-entrypoint.sh && chmod +x hack/dind-systemd [2021-03-30T18:02:29.017Z] #71 sha256:ac4403bde50dfe0a2848bc0638a5b650afbcadcaddd1b4bb2d447e161306dac5 [2021-03-30T18:02:29.017Z] #71 CACHED [2021-03-30T18:02:29.017Z] [2021-03-30T18:02:29.017Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-30T18:02:29.017Z] #72 sha256:6b74b908253b2d269844c5fe724e175d25207dbfe07a68450ccc6fd3d76e2228 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-30T18:02:29.143Z] #14 ... [2021-03-30T18:02:29.143Z] [2021-03-30T18:02:29.143Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:29.143Z] #57 1.832 + RM_GOPATH=0 [2021-03-30T18:02:29.143Z] #57 1.832 + TMP_GOPATH= [2021-03-30T18:02:29.143Z] #57 1.832 + : /build [2021-03-30T18:02:29.143Z] #57 1.832 + '[' -z '' ']' [2021-03-30T18:02:29.143Z] #57 1.833 ++ mktemp -d [2021-03-30T18:02:29.143Z] #57 1.843 + export GOPATH=/tmp/tmp.EYXNi4uQcc [2021-03-30T18:02:29.143Z] #57 1.843 + GOPATH=/tmp/tmp.EYXNi4uQcc [2021-03-30T18:02:29.143Z] #57 1.843 + RM_GOPATH=1 [2021-03-30T18:02:29.143Z] #57 1.843 + case "$(go env GOARCH)" in [2021-03-30T18:02:29.143Z] #57 1.845 ++ go env GOARCH [2021-03-30T18:02:29.143Z] #57 1.886 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:29.143Z] #57 1.886 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:29.143Z] #57 1.886 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:29.143Z] #57 1.892 + dir=/tmp/install [2021-03-30T18:02:29.143Z] #57 1.892 + bin=containerd [2021-03-30T18:02:29.143Z] #57 1.892 + shift [2021-03-30T18:02:29.143Z] #57 1.893 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-30T18:02:29.143Z] #57 1.893 + . /tmp/install/containerd.installer [2021-03-30T18:02:29.143Z] #57 1.893 ++ set -e [2021-03-30T18:02:29.143Z] #57 1.893 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:02:29.143Z] #57 1.893 + install_containerd [2021-03-30T18:02:29.143Z] #57 1.894 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-30T18:02:29.143Z] #57 1.899 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:02:29.143Z] #57 1.900 + git clone https://github.com/containerd/containerd.git /tmp/tmp.EYXNi4uQcc/src/github.com/containerd/containerd [2021-03-30T18:02:29.143Z] #57 1.917 Cloning into '/tmp/tmp.EYXNi4uQcc/src/github.com/containerd/containerd'... [2021-03-30T18:02:29.143Z] #57 ... [2021-03-30T18:02:29.143Z] [2021-03-30T18:02:29.143Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-03-30T18:02:29.143Z] #33 37.17 Checking out files: 90% (1381/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. [2021-03-30T18:02:29.143Z] #33 37.72 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-30T18:02:29.143Z] #33 38.30 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:02:29.194Z] #56 ... [2021-03-30T18:02:29.194Z] [2021-03-30T18:02:29.194Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:02:29.194Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:02:29.194Z] #13 22.65 Selecting previously unselected package binutils-mingw-w64. [2021-03-30T18:02:29.194Z] #13 22.65 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-30T18:02:29.194Z] #13 22.67 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-30T18:02:29.194Z] #13 23.00 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-03-30T18:02:29.194Z] #13 23.00 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-30T18:02:29.194Z] #13 23.10 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-30T18:02:29.194Z] #13 23.24 Selecting previously unselected package dmsetup. [2021-03-30T18:02:29.194Z] #13 23.24 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-03-30T18:02:29.194Z] #13 23.25 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-30T18:02:29.194Z] #13 23.38 Selecting previously unselected package mingw-w64-common. [2021-03-30T18:02:29.194Z] #13 23.38 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-30T18:02:29.194Z] #13 23.45 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-30T18:02:29.371Z] + docker version [2021-03-30T18:02:29.371Z] Client: Docker Engine - Community [2021-03-30T18:02:29.371Z] Version: 20.10.5 [2021-03-30T18:02:29.371Z] API version: 1.41 [2021-03-30T18:02:29.371Z] Go version: go1.13.15 [2021-03-30T18:02:29.371Z] Git commit: 55c4c88 [2021-03-30T18:02:29.371Z] Built: Tue Mar 2 20:18:47 2021 [2021-03-30T18:02:29.371Z] OS/Arch: linux/arm64 [2021-03-30T18:02:29.371Z] Context: default [2021-03-30T18:02:29.371Z] Experimental: true [2021-03-30T18:02:29.371Z] [2021-03-30T18:02:29.371Z] Server: Docker Engine - Community [2021-03-30T18:02:29.371Z] Engine: [2021-03-30T18:02:29.371Z] Version: 20.10.5 [2021-03-30T18:02:29.371Z] API version: 1.41 (minimum version 1.12) [2021-03-30T18:02:29.371Z] Go version: go1.13.15 [2021-03-30T18:02:29.371Z] Git commit: 363e9a8 [2021-03-30T18:02:29.371Z] Built: Tue Mar 2 20:16:45 2021 [2021-03-30T18:02:29.371Z] OS/Arch: linux/arm64 [2021-03-30T18:02:29.371Z] Experimental: true [2021-03-30T18:02:29.371Z] containerd: [2021-03-30T18:02:29.371Z] Version: 1.4.4 [2021-03-30T18:02:29.371Z] GitCommit: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:02:29.371Z] runc: [2021-03-30T18:02:29.371Z] Version: 1.0.0-rc93 [2021-03-30T18:02:29.371Z] GitCommit: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:02:29.371Z] docker-init: [2021-03-30T18:02:29.371Z] Version: 0.19.0 [2021-03-30T18:02:29.371Z] GitCommit: de40ad0 [Pipeline] sh [2021-03-30T18:02:29.429Z] #23 transferring context: 53.44MB 1.3s done [2021-03-30T18:02:29.429Z] #23 DONE 1.3s [2021-03-30T18:02:29.429Z] [2021-03-30T18:02:29.429Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-30T18:02:29.429Z] #50 sha256:d532b91055f77ab12530c7670f00f8b6f6b686d31b4837b364b5c8720ef6eec8 [2021-03-30T18:02:29.429Z] #50 CACHED [2021-03-30T18:02:29.429Z] [2021-03-30T18:02:29.429Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-30T18:02:29.429Z] #47 sha256:56de1461e4fb0d1e4f7d477855158c72b3c685db3a8460c8ca6227567e85520a [2021-03-30T18:02:29.429Z] #47 CACHED [2021-03-30T18:02:29.429Z] [2021-03-30T18:02:29.429Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-30T18:02:29.429Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-30T18:02:29.429Z] #22 CACHED [2021-03-30T18:02:29.429Z] [2021-03-30T18:02:29.429Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-30T18:02:29.429Z] #61 sha256:d3a2742e5033891796e607a5b0304f70396a07c002fa4b225c9e2cb995c9ff26 [2021-03-30T18:02:29.429Z] #61 CACHED [2021-03-30T18:02:29.429Z] [2021-03-30T18:02:29.429Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-30T18:02:29.429Z] #30 sha256:e497f859a01db093b0d56833c5b218559610e3d91c88fdd26af01ed42453ab80 [2021-03-30T18:02:29.429Z] #30 CACHED [2021-03-30T18:02:29.429Z] [2021-03-30T18:02:29.429Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-30T18:02:29.429Z] #33 sha256:a7eb7c35573f486a5209fd464d191c0faccf55f478ea605f040f02c35d352610 [2021-03-30T18:02:29.429Z] #33 CACHED [2021-03-30T18:02:29.429Z] [2021-03-30T18:02:29.429Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:02:29.429Z] #56 sha256:1a10df6c58b49e0ccf955c0bf6bf9542d0fb59df00538c1bb445f1e6946d6bb7 [2021-03-30T18:02:29.429Z] #56 CACHED [2021-03-30T18:02:29.429Z] [2021-03-30T18:02:29.429Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-30T18:02:29.429Z] #54 sha256:adbdd83365ff5209fe412c0b7004a7bcfd11e7b73d0275bf93a26840f46076ee [2021-03-30T18:02:29.429Z] #54 CACHED [2021-03-30T18:02:29.429Z] [2021-03-30T18:02:29.429Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:02:29.429Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:02:29.429Z] #42 CACHED [2021-03-30T18:02:29.429Z] [2021-03-30T18:02:29.429Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-30T18:02:29.429Z] #48 sha256:ab09ae8adabbd674548477fce04ec681f2837c812bf2ddbee3407e7fd436db1b [2021-03-30T18:02:29.429Z] #48 CACHED [2021-03-30T18:02:29.429Z] [2021-03-30T18:02:29.429Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-30T18:02:29.429Z] #52 sha256:175dfb0056229e0350939898ee025eef5ebdc527b1cbaa81760478e6116c7c68 [2021-03-30T18:02:29.429Z] #52 CACHED [2021-03-30T18:02:29.429Z] [2021-03-30T18:02:29.429Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-30T18:02:29.429Z] #57 sha256:58f8b84e0dc24fed47455d1367222cad1e9c23db17de101fecfca754edb52ea9 [2021-03-30T18:02:29.429Z] #57 CACHED [2021-03-30T18:02:29.429Z] [2021-03-30T18:02:29.429Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-30T18:02:29.429Z] #37 sha256:c08d16b42423893b6291bc083d07af0c14fbca321609c52e8e5889ae6b804cd2 [2021-03-30T18:02:29.429Z] #37 CACHED [2021-03-30T18:02:29.429Z] [2021-03-30T18:02:29.429Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:02:29.429Z] #34 sha256:b4693c3b97a5f75f6351341234708b83dcca07337ccfd85ac8002151b5790c0c [2021-03-30T18:02:29.429Z] #34 CACHED [2021-03-30T18:02:29.429Z] [2021-03-30T18:02:29.430Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:02:29.430Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-30T18:02:29.430Z] #40 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-30T18:02:29.430Z] #41 sha256:899ad4b37a8d361459ee8e7c99f3171ad36f2be78d941f2b9040712bccdafad3 [2021-03-30T18:02:29.430Z] #41 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-30T18:02:29.430Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-03-30T18:02:29.430Z] #14 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:29.430Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:02:29.430Z] #43 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-03-30T18:02:29.430Z] #66 sha256:5d85eb74063e4974a09fb901e465b0ec934e8e65ac93f9421a444264a3bb87cd [2021-03-30T18:02:29.430Z] #66 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:02:29.430Z] #58 sha256:2af1674878dc828c13e365162c50edb07ddfb6687160e48f7af95eb3efd878a6 [2021-03-30T18:02:29.430Z] #58 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-30T18:02:29.430Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-03-30T18:02:29.430Z] #16 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-30T18:02:29.430Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-03-30T18:02:29.430Z] #18 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:02:29.430Z] #49 sha256:e92b98846f34ce0d2ae75cb71900b6e41e947cc5748ad54512d0a2569ede3200 [2021-03-30T18:02:29.430Z] #49 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-30T18:02:29.430Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-03-30T18:02:29.430Z] #11 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-03-30T18:02:29.430Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-03-30T18:02:29.430Z] #19 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-30T18:02:29.430Z] #46 sha256:61f81f7ac65076f54a95cf58481f90e9c7d8a53bd8f7d4610ea1ae239ed80c94 [2021-03-30T18:02:29.430Z] #46 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-30T18:02:29.430Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-03-30T18:02:29.430Z] #17 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:02:29.430Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:02:29.430Z] #13 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-30T18:02:29.430Z] #38 sha256:15acd6f5d956eb001e829a2ab96131c4295311263b3c4e910c70ea4c686d72e2 [2021-03-30T18:02:29.430Z] #38 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-30T18:02:29.430Z] #53 sha256:b40b300326231f4c9554c17d90c62e7df448b8944e479da7704c58b27d90e0a8 [2021-03-30T18:02:29.430Z] #53 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-30T18:02:29.430Z] #59 sha256:74011d3982a4a3daaadbf5c940ea020cf963b02e6b888d484410ce4a389bf687 [2021-03-30T18:02:29.430Z] #59 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-30T18:02:29.430Z] #24 sha256:53af2c718ad5e96a5002c309cf47757016747ac563c467888d0c562c82054677 [2021-03-30T18:02:29.430Z] #24 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-30T18:02:29.430Z] #67 sha256:66fdd6fc6b57109f04580f1b2bd05aa271bcc8da3279aa1c9823c73f364caf9a [2021-03-30T18:02:29.430Z] #67 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-30T18:02:29.430Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-30T18:02:29.430Z] #31 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-03-30T18:02:29.430Z] #65 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-03-30T18:02:29.430Z] #65 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-30T18:02:29.430Z] #25 sha256:701c6e2f9c67fc8ed62dcdc23be46235d5aca935a76deb1fab5b237c8c215ebf [2021-03-30T18:02:29.430Z] #25 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-30T18:02:29.430Z] #35 sha256:50b6f03215a0f9f49d2276e5f59ebb5ffdc3ddd79a89b22c129c2960f5b03fbc [2021-03-30T18:02:29.430Z] #35 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-03-30T18:02:29.430Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-03-30T18:02:29.430Z] #15 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-30T18:02:29.430Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-30T18:02:29.430Z] #55 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-30T18:02:29.430Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-03-30T18:02:29.430Z] #12 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-30T18:02:29.430Z] #27 sha256:3459938b85e6c6c3864ee7a9c9d25fe87bc4edb40be53b244add29cc0120c068 [2021-03-30T18:02:29.430Z] #27 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-30T18:02:29.430Z] #68 sha256:dea5aeff9a41ea0e41cc3270b65fb283f2ad749542ffa2583aacc1701904ab77 [2021-03-30T18:02:29.430Z] #68 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:02:29.430Z] #45 sha256:da02813404e97dfc7891ac5512fd4a9894d696bb548e5c7d6cf7eddb40e911c4 [2021-03-30T18:02:29.430Z] #45 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-03-30T18:02:29.430Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-03-30T18:02:29.430Z] #21 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:02:29.430Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-30T18:02:29.430Z] #32 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-30T18:02:29.430Z] #44 sha256:a5f54766206696fe82be35c48ca9aa0b8b2b974e3e24395b52682291f28fb422 [2021-03-30T18:02:29.430Z] #44 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-03-30T18:02:29.430Z] #63 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-03-30T18:02:29.430Z] #63 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-30T18:02:29.430Z] #28 sha256:38c9cc8475447d130ea805df9082370b7079e79664448dc6477d76ab02532bb4 [2021-03-30T18:02:29.430Z] #28 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-30T18:02:29.430Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-30T18:02:29.430Z] #10 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:02:29.430Z] #29 sha256:c4086ddc18993140533b717b105d101813fa6f891779d208940efa3c09b90ce3 [2021-03-30T18:02:29.430Z] #29 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:02:29.430Z] #51 sha256:085e0a3e10a6085944aca6a8e88a8fdb71743bc011720bbe63d1025cc1221f70 [2021-03-30T18:02:29.430Z] #51 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-30T18:02:29.430Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-03-30T18:02:29.430Z] #39 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-30T18:02:29.430Z] #60 sha256:960bf0d1a8bce605aa89e7af36888ead5b6e44a4c325953fded3e932fb0d58cd [2021-03-30T18:02:29.430Z] #60 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:02:29.430Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-30T18:02:29.430Z] #20 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:02:29.430Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-30T18:02:29.430Z] #36 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-30T18:02:29.430Z] #69 sha256:1fe1ffa541ae14b9af7643965efd1bfe789813c84be432a0dbf86046c14e23b5 [2021-03-30T18:02:29.430Z] #69 CACHED [2021-03-30T18:02:29.430Z] [2021-03-30T18:02:29.430Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-30T18:02:29.430Z] #70 sha256:e5411ed852002516bc9f72b9c85e7ea870fe2750bee128791ee3d5f0c7c53575 [2021-03-30T18:02:29.452Z] #13 ... [2021-03-30T18:02:29.452Z] [2021-03-30T18:02:29.452Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:02:29.452Z] #51 sha256:5d9dedf7961dcbdbc80fa8bf74aa22b7e1747d093f2bd919275700b8e538e3e1 [2021-03-30T18:02:29.452Z] #51 22.03 mvdan.cc/sh/v3/cmd/shfmt [2021-03-30T18:02:29.452Z] #51 DONE 24.3s [2021-03-30T18:02:29.452Z] [2021-03-30T18:02:29.452Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:02:29.452Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:02:29.452Z] #42 24.52 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-30T18:02:29.452Z] #42 24.55 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:02:27.767Z] > git remote # timeout=10 [2021-03-30T18:02:27.781Z] > git config --get remote.origin.url # timeout=10 [2021-03-30T18:02:27.786Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:02:27.788Z] > git merge d7a5abe6bd9b027d21b7f7a8703f38ad62913aff # timeout=10 [2021-03-30T18:02:28.527Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-30T18:02:28.541Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:02:28.557Z] > git checkout -f 69020c72069c68672dbd577c525eda2c619911f9 # timeout=10 [2021-03-30T18:02:28.656Z] > git rev-list --no-walk 292d4e3b99dbe01a553ca0608f817366c059e4be # timeout=10 [2021-03-30T18:02:29.658Z] + docker info [2021-03-30T18:02:29.708Z] #42 DONE 24.8s [2021-03-30T18:02:29.708Z] [2021-03-30T18:02:29.708Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:29.708Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:02:29.884Z] Merge succeeded, producing 77f15a087c97a23dd9c378e02fba8d955cfd5f10 [2021-03-30T18:02:29.884Z] Checking out Revision 77f15a087c97a23dd9c378e02fba8d955cfd5f10 (PR-42226) [2021-03-30T18:02:29.919Z] Client: [2021-03-30T18:02:29.919Z] Context: default [2021-03-30T18:02:29.919Z] Debug Mode: false [2021-03-30T18:02:29.919Z] Plugins: [2021-03-30T18:02:29.919Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-03-30T18:02:29.919Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-03-30T18:02:29.919Z] [2021-03-30T18:02:29.919Z] Server: [2021-03-30T18:02:29.919Z] Containers: 0 [2021-03-30T18:02:29.919Z] Running: 0 [2021-03-30T18:02:29.919Z] Paused: 0 [2021-03-30T18:02:29.919Z] Stopped: 0 [2021-03-30T18:02:29.919Z] Images: 3 [2021-03-30T18:02:29.919Z] Server Version: 20.10.5 [2021-03-30T18:02:29.919Z] Storage Driver: overlay2 [2021-03-30T18:02:29.919Z] Backing Filesystem: extfs [2021-03-30T18:02:29.919Z] Supports d_type: true [2021-03-30T18:02:29.919Z] Native Overlay Diff: true [2021-03-30T18:02:29.919Z] Logging Driver: json-file [2021-03-30T18:02:29.919Z] Cgroup Driver: cgroupfs [2021-03-30T18:02:29.919Z] Cgroup Version: 1 [2021-03-30T18:02:29.919Z] Plugins: [2021-03-30T18:02:29.919Z] Volume: local [2021-03-30T18:02:29.919Z] Network: bridge host ipvlan macvlan null overlay [2021-03-30T18:02:29.919Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-03-30T18:02:29.919Z] Swarm: inactive [2021-03-30T18:02:29.919Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2021-03-30T18:02:29.919Z] Default Runtime: runc [2021-03-30T18:02:29.919Z] Init Binary: docker-init [2021-03-30T18:02:29.919Z] containerd version: 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:02:29.919Z] runc version: 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:02:29.919Z] init version: de40ad0 [2021-03-30T18:02:29.919Z] Security Options: [2021-03-30T18:02:29.919Z] apparmor [2021-03-30T18:02:29.919Z] seccomp [2021-03-30T18:02:29.919Z] Profile: default [2021-03-30T18:02:29.919Z] Kernel Version: 4.15.0-1097-aws [2021-03-30T18:02:29.919Z] Operating System: Ubuntu 16.04.7 LTS [2021-03-30T18:02:29.919Z] OSType: linux [2021-03-30T18:02:29.919Z] Architecture: aarch64 [2021-03-30T18:02:29.919Z] CPUs: 4 [2021-03-30T18:02:29.919Z] Total Memory: 7.525GiB [2021-03-30T18:02:29.919Z] Name: ip-10-100-125-41 [2021-03-30T18:02:29.919Z] ID: UONC:PMYP:OLJC:XMFS:4PHT:2GXS:K3E7:T7C7:I3YS:RQ7A:6MNS:N3CY [2021-03-30T18:02:29.919Z] Docker Root Dir: /var/lib/docker [2021-03-30T18:02:29.919Z] Debug Mode: false [2021-03-30T18:02:29.919Z] Registry: https://index.docker.io/v1/ [2021-03-30T18:02:29.919Z] Labels: [2021-03-30T18:02:29.919Z] Experimental: true [2021-03-30T18:02:29.919Z] Insecure Registries: [2021-03-30T18:02:29.919Z] 127.0.0.0/8 [2021-03-30T18:02:29.919Z] Live Restore Enabled: true [2021-03-30T18:02:29.919Z] [2021-03-30T18:02:29.919Z] WARNING: No swap limit support [Pipeline] sh [2021-03-30T18:02:29.420Z] > git remote # timeout=10 [2021-03-30T18:02:29.486Z] > git config --get remote.origin.url # timeout=10 [2021-03-30T18:02:29.536Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-03-30T18:02:29.538Z] > git merge d7a5abe6bd9b027d21b7f7a8703f38ad62913aff # timeout=10 [2021-03-30T18:02:29.792Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-03-30T18:02:29.946Z] #72 DONE 0.9s [2021-03-30T18:02:29.946Z] [2021-03-30T18:02:29.946Z] #73 exporting to image [2021-03-30T18:02:29.946Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-30T18:02:29.946Z] #73 exporting layers [2021-03-30T18:02:30.206Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-30T18:02:30.206Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-30T18:02:30.206Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42226/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-03-30T18:02:30.372Z] #70 DONE 1.0s [2021-03-30T18:02:30.372Z] [2021-03-30T18:02:30.372Z] #71 exporting to image [2021-03-30T18:02:30.372Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-30T18:02:30.372Z] #71 exporting layers [2021-03-30T18:02:30.467Z] + bash /home/ubuntu/workspace/moby_PR-42226/check-config.sh [2021-03-30T18:02:30.467Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-03-30T18:02:30.467Z] info: reading kernel config from /boot/config-4.15.0-1097-aws ... [2021-03-30T18:02:30.467Z] [2021-03-30T18:02:30.467Z] Generally Necessary: [2021-03-30T18:02:30.467Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-03-30T18:02:30.467Z] - apparmor: enabled and tools installed [2021-03-30T18:02:30.467Z] - CONFIG_NAMESPACES: enabled [2021-03-30T18:02:30.467Z] - CONFIG_NET_NS: enabled [2021-03-30T18:02:30.467Z] - CONFIG_PID_NS: enabled [2021-03-30T18:02:30.467Z] - CONFIG_IPC_NS: enabled [2021-03-30T18:02:30.467Z] - CONFIG_UTS_NS: enabled [2021-03-30T18:02:30.467Z] - CONFIG_CGROUPS: enabled [2021-03-30T18:02:30.467Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-03-30T18:02:30.467Z] - CONFIG_CGROUP_DEVICE: enabled [2021-03-30T18:02:30.467Z] - CONFIG_CGROUP_FREEZER: enabled [2021-03-30T18:02:30.467Z] - CONFIG_CGROUP_SCHED: enabled [2021-03-30T18:02:30.467Z] - CONFIG_CPUSETS: enabled [2021-03-30T18:02:30.467Z] - CONFIG_MEMCG: enabled [2021-03-30T18:02:30.467Z] - CONFIG_KEYS: enabled [2021-03-30T18:02:30.467Z] - CONFIG_VETH: enabled (as module) [2021-03-30T18:02:30.467Z] - CONFIG_BRIDGE: enabled (as module) [2021-03-30T18:02:30.467Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-03-30T18:02:30.467Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-03-30T18:02:30.467Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-03-30T18:02:30.467Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-03-30T18:02:30.467Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-03-30T18:02:30.467Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-03-30T18:02:30.507Z] #73 exporting layers 0.8s done [2021-03-30T18:02:30.507Z] #73 writing image sha256:81c336a357d7f6d07d20b3729d59758a3bc40b4b87e8e3ef4df053ee26684625 done [2021-03-30T18:02:30.507Z] #73 naming to docker.io/library/docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 done [2021-03-30T18:02:30.507Z] #73 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-30T18:02:30.727Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-03-30T18:02:30.727Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-03-30T18:02:30.727Z] - CONFIG_NF_NAT: enabled (as module) [2021-03-30T18:02:30.727Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-03-30T18:02:30.727Z] - CONFIG_POSIX_MQUEUE: enabled [2021-03-30T18:02:30.727Z] [2021-03-30T18:02:30.727Z] Optional Features: [2021-03-30T18:02:30.727Z] - CONFIG_USER_NS: enabled [2021-03-30T18:02:30.727Z] - CONFIG_SECCOMP: enabled [2021-03-30T18:02:30.727Z] - CONFIG_CGROUP_PIDS: enabled [2021-03-30T18:02:30.727Z] - CONFIG_MEMCG_SWAP: enabled [2021-03-30T18:02:30.727Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-03-30T18:02:30.727Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-03-30T18:02:30.727Z] - CONFIG_BLK_CGROUP: enabled [2021-03-30T18:02:30.727Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-03-30T18:02:30.727Z] - CONFIG_IOSCHED_CFQ: enabled [2021-03-30T18:02:30.727Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-03-30T18:02:30.727Z] - CONFIG_CGROUP_PERF: enabled [2021-03-30T18:02:30.727Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-03-30T18:02:30.727Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-03-30T18:02:30.727Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-03-30T18:02:30.727Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-03-30T18:02:30.727Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-03-30T18:02:30.727Z] - CONFIG_RT_GROUP_SCHED: missing [2021-03-30T18:02:30.727Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-03-30T18:02:30.727Z] - CONFIG_IP_VS: enabled (as module) [2021-03-30T18:02:30.727Z] - CONFIG_IP_VS_NFCT: enabled [2021-03-30T18:02:30.727Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-03-30T18:02:30.727Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-03-30T18:02:30.848Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -e DOCKER_GRAPHDRIVER -e DOCKER_EXPERIMENTAL -e DOCKER_SYSTEMD -e TEST_SKIP_INTEGRATION_CLI -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/make.sh dynbinary test-integration [2021-03-30T18:02:30.943Z] #71 exporting layers 0.7s done [2021-03-30T18:02:30.988Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-03-30T18:02:30.988Z] - CONFIG_EXT4_FS: enabled [2021-03-30T18:02:30.988Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-03-30T18:02:30.988Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-03-30T18:02:30.988Z] - Network Drivers: [2021-03-30T18:02:30.988Z] - "overlay": [2021-03-30T18:02:30.988Z] - CONFIG_VXLAN: enabled (as module) [2021-03-30T18:02:30.988Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-03-30T18:02:30.988Z] Optional (for encrypted networks): [2021-03-30T18:02:30.988Z] - CONFIG_CRYPTO: enabled [2021-03-30T18:02:30.988Z] - CONFIG_CRYPTO_AEAD: enabled [2021-03-30T18:02:30.988Z] - CONFIG_CRYPTO_GCM: enabled [2021-03-30T18:02:30.988Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-03-30T18:02:30.988Z] - CONFIG_CRYPTO_GHASH: enabled [2021-03-30T18:02:30.988Z] - CONFIG_XFRM: enabled [2021-03-30T18:02:30.988Z] - CONFIG_XFRM_USER: enabled (as module) [2021-03-30T18:02:30.988Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-03-30T18:02:30.988Z] - CONFIG_INET_ESP: enabled (as module) [2021-03-30T18:02:30.988Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-03-30T18:02:30.988Z] - "ipvlan": [2021-03-30T18:02:30.988Z] - CONFIG_IPVLAN: enabled (as module) [2021-03-30T18:02:30.988Z] - "macvlan": [2021-03-30T18:02:30.988Z] - CONFIG_MACVLAN: enabled (as module) [2021-03-30T18:02:30.988Z] - CONFIG_DUMMY: enabled (as module) [2021-03-30T18:02:30.988Z] - "ftp,tftp client in container": [2021-03-30T18:02:31.203Z] #71 writing image sha256:eb3229a77eab1ad6c3d029405f8d288fc28db4d956bf4d799db77bc3294fdd07 done [2021-03-30T18:02:31.203Z] #71 naming to docker.io/library/docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 done [2021-03-30T18:02:31.203Z] #71 DONE 0.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [2021-03-30T18:02:31.248Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-03-30T18:02:31.248Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-03-30T18:02:31.248Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-03-30T18:02:31.248Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-03-30T18:02:31.248Z] - Storage Drivers: [2021-03-30T18:02:31.248Z] - "aufs": [2021-03-30T18:02:31.248Z] - CONFIG_AUFS_FS: enabled (as module) [2021-03-30T18:02:31.248Z] - "btrfs": [2021-03-30T18:02:31.248Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-03-30T18:02:31.248Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-03-30T18:02:31.248Z] - "devicemapper": [2021-03-30T18:02:31.248Z] - CONFIG_BLK_DEV_DM: enabled [2021-03-30T18:02:31.248Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-03-30T18:02:31.248Z] - "overlay": [2021-03-30T18:02:31.248Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-03-30T18:02:31.248Z] - "zfs": [2021-03-30T18:02:31.248Z] - /dev/zfs: missing [2021-03-30T18:02:31.248Z] - zfs command: missing [2021-03-30T18:02:31.248Z] - zpool command: missing [2021-03-30T18:02:31.248Z] [2021-03-30T18:02:31.248Z] Limits: [2021-03-30T18:02:31.248Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-03-30T18:02:31.248Z] [2021-03-30T18:02:31.248Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-03-30T18:02:31.409Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-03-30T18:02:31.409Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-03-30T18:02:31.409Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-03-30T18:02:31.409Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-03-30T18:02:31.409Z] systemd 241 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN2 +IDN -PCRE2 default-hierarchy=hybrid) [2021-03-30T18:02:31.409Z] Detected virtualization docker. [2021-03-30T18:02:31.409Z] Detected architecture x86-64. [2021-03-30T18:02:31.409Z] Set hostname to <118f080ce7ce>. [2021-03-30T18:02:31.603Z] #43 1.616 Note: Building without setproctitle() and strlcpy() support. [2021-03-30T18:02:31.603Z] #43 1.617 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-30T18:02:31.603Z] #43 1.637 Note: Building without GnuTLS support [2021-03-30T18:02:31.603Z] #43 1.639 Makefile.config:39: Warn: you have no libnftables installed [2021-03-30T18:02:31.603Z] #43 1.640 Makefile.config:40: Warn: Building without nftables support [2021-03-30T18:02:31.613Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 . [2021-03-30T18:02:31.636Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -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:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/make.sh dynbinary test-integration [2021-03-30T18:02:31.870Z] #33 ... [2021-03-30T18:02:31.870Z] [2021-03-30T18:02:31.870Z] #68 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-30T18:02:31.870Z] #68 DONE 38.4s [2021-03-30T18:02:31.870Z] [2021-03-30T18:02:31.870Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-30T18:02:31.870Z] #28 20.16 Reading package lists... [2021-03-30T18:02:31.870Z] #28 25.92 Building dependency tree... [2021-03-30T18:02:31.870Z] #28 28.59 The following additional packages will be installed: [2021-03-30T18:02:31.870Z] #28 28.59 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-30T18:02:31.870Z] #28 28.59 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-30T18:02:31.870Z] #28 28.60 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-30T18:02:31.870Z] #28 28.60 Suggested packages: [2021-03-30T18:02:31.870Z] #28 28.60 krb5-doc krb5-user [2021-03-30T18:02:31.870Z] #28 28.60 Recommended packages: [2021-03-30T18:02:31.871Z] #28 28.60 krb5-locales publicsuffix libsasl2-modules [2021-03-30T18:02:31.871Z] #28 30.01 The following NEW packages will be installed: [2021-03-30T18:02:31.871Z] #28 30.02 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-30T18:02:31.871Z] #28 30.02 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-30T18:02:31.871Z] #28 30.02 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-30T18:02:31.871Z] #28 30.02 libssh2-1 libssl1.1 openssl [2021-03-30T18:02:31.871Z] #28 30.21 0 upgraded, 21 newly installed, 0 to remove and 5 not upgraded. [2021-03-30T18:02:31.871Z] #28 30.21 Need to get 4603 kB of archives. [2021-03-30T18:02:31.871Z] #28 30.21 After this operation, 11.9 MB of additional disk space will be used. [2021-03-30T18:02:31.871Z] #28 30.21 Get:1 http://security.debian.org/debian-security buster/updates/main s390x libssl1.1 s390x 1.1.1d-0+deb10u6 [1199 kB] [2021-03-30T18:02:31.871Z] #28 30.28 Get:2 http://deb.debian.org/debian buster/main s390x ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-30T18:02:31.871Z] #28 30.31 Get:3 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB] [2021-03-30T18:02:31.871Z] #28 30.31 Get:4 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3+deb10u1 [64.7 kB] [2021-03-30T18:02:31.871Z] #28 30.31 Get:5 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3+deb10u1 [120 kB] [2021-03-30T18:02:31.871Z] #28 30.34 Get:6 http://security.debian.org/debian-security buster/updates/main s390x openssl s390x 1.1.1d-0+deb10u6 [830 kB] [2021-03-30T18:02:31.871Z] #28 30.35 Get:7 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3+deb10u1 [346 kB] [2021-03-30T18:02:31.871Z] #28 30.40 Get:8 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3+deb10u1 [146 kB] [2021-03-30T18:02:31.871Z] #28 30.43 Get:9 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB] [2021-03-30T18:02:31.871Z] #28 30.45 Get:10 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB] [2021-03-30T18:02:31.871Z] #28 30.50 Get:11 http://deb.debian.org/debian buster/main s390x libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-30T18:02:31.871Z] #28 30.51 Get:12 http://deb.debian.org/debian buster/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u6 [213 kB] [2021-03-30T18:02:31.871Z] #28 30.52 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB] [2021-03-30T18:02:31.871Z] #28 30.54 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB] [2021-03-30T18:02:31.871Z] #28 30.54 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB] [2021-03-30T18:02:31.871Z] #28 30.55 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB] [2021-03-30T18:02:31.871Z] #28 30.56 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB] [2021-03-30T18:02:31.871Z] #28 30.60 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB] [2021-03-30T18:02:31.871Z] #28 30.65 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2021-03-30T18:02:31.871Z] #28 30.65 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2021-03-30T18:02:31.871Z] #28 30.66 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2021-03-30T18:02:31.871Z] #28 31.83 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:02:31.871Z] #28 31.98 Fetched 4603 kB in 0s (9259 kB/s) [2021-03-30T18:02:31.871Z] #28 32.09 Selecting previously unselected package libssl1.1:s390x. [2021-03-30T18:02:31.871Z] #28 32.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 ... 6675 files and directories currently installed.) [2021-03-30T18:02:31.871Z] #28 32.13 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_s390x.deb ... [2021-03-30T18:02:31.871Z] #28 32.14 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u6) ... [2021-03-30T18:02:31.897Z] [2021-03-30T18:02:31.966Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.6s done [2021-03-30T18:02:31.966Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-03-30T18:02:31.966Z] #9 ... [2021-03-30T18:02:31.966Z] [2021-03-30T18:02:31.966Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-30T18:02:31.966Z] #27 sha256:3459938b85e6c6c3864ee7a9c9d25fe87bc4edb40be53b244add29cc0120c068 [2021-03-30T18:02:31.966Z] #27 1.267 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:02:31.966Z] #27 1.271 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:02:31.966Z] #27 1.273 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:02:31.966Z] #27 1.418 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-30T18:02:31.966Z] #27 1.636 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-30T18:02:31.966Z] #27 1.936 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-30T18:02:31.966Z] #27 3.562 Fetched 8424 kB in 3s (3301 kB/s) [2021-03-30T18:02:31.966Z] #27 3.562 Reading package lists... [2021-03-30T18:02:31.966Z] #27 4.493 Reading package lists... [2021-03-30T18:02:31.966Z] #27 5.420 Building dependency tree... [2021-03-30T18:02:31.966Z] #27 5.768 The following additional packages will be installed: [2021-03-30T18:02:31.966Z] #27 5.768 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-30T18:02:31.966Z] #27 5.768 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-30T18:02:31.966Z] #27 5.768 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-30T18:02:31.966Z] #27 5.768 Suggested packages: [2021-03-30T18:02:31.966Z] #27 5.768 krb5-doc krb5-user [2021-03-30T18:02:31.966Z] #27 5.768 Recommended packages: [2021-03-30T18:02:31.966Z] #27 5.768 krb5-locales publicsuffix libsasl2-modules [2021-03-30T18:02:31.966Z] #27 5.998 The following NEW packages will be installed: [2021-03-30T18:02:31.966Z] #27 5.998 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-30T18:02:31.966Z] #27 5.998 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-30T18:02:31.966Z] #27 5.999 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-30T18:02:31.966Z] #27 6.000 libssh2-1 libssl1.1 openssl [2021-03-30T18:02:31.966Z] #27 6.280 0 upgraded, 21 newly installed, 0 to remove and 5 not upgraded. [2021-03-30T18:02:31.966Z] #27 6.280 Need to get 5057 kB of archives. [2021-03-30T18:02:31.966Z] #27 6.280 After this operation, 12.1 MB of additional disk space will be used. [2021-03-30T18:02:31.966Z] #27 6.280 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-03-30T18:02:31.966Z] #27 6.280 Get:2 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-30T18:02:31.966Z] #27 6.282 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-03-30T18:02:31.966Z] #27 6.282 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-03-30T18:02:31.966Z] #27 6.282 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-03-30T18:02:31.966Z] #27 6.292 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-03-30T18:02:31.966Z] #27 6.292 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-03-30T18:02:31.966Z] #27 6.301 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-03-30T18:02:31.966Z] #27 6.301 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-03-30T18:02:31.966Z] #27 6.304 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-30T18:02:31.966Z] #27 6.311 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-03-30T18:02:31.966Z] #27 6.319 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-03-30T18:02:31.966Z] #27 6.319 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-03-30T18:02:31.966Z] #27 6.325 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-03-30T18:02:31.966Z] #27 6.325 Get:15 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-03-30T18:02:31.966Z] #27 6.325 Get:16 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-03-30T18:02:31.966Z] #27 6.329 Get:17 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-03-30T18:02:31.966Z] #27 6.338 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-03-30T18:02:31.966Z] #27 6.344 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-30T18:02:31.966Z] #27 6.351 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-30T18:02:31.966Z] #27 6.355 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-30T18:02:31.966Z] #27 6.498 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:02:31.966Z] #27 6.521 Fetched 5057 kB in 0s (15.2 MB/s) [2021-03-30T18:02:31.966Z] #27 6.559 Selecting previously unselected package libssl1.1:amd64. [2021-03-30T18:02:31.966Z] #27 6.559 (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.) [2021-03-30T18:02:31.966Z] #27 6.565 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 6.572 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-03-30T18:02:31.966Z] #27 6.771 Selecting previously unselected package openssl. [2021-03-30T18:02:31.966Z] #27 6.771 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 6.781 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-03-30T18:02:31.966Z] #27 6.908 Selecting previously unselected package ca-certificates. [2021-03-30T18:02:31.966Z] #27 6.908 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-30T18:02:31.966Z] #27 6.913 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-30T18:02:31.966Z] #27 7.003 Selecting previously unselected package libkeyutils1:amd64. [2021-03-30T18:02:31.966Z] #27 7.003 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 7.007 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-03-30T18:02:31.966Z] #27 7.050 Selecting previously unselected package libkrb5support0:amd64. [2021-03-30T18:02:31.966Z] #27 7.050 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 7.056 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-30T18:02:31.966Z] #27 7.099 Selecting previously unselected package libk5crypto3:amd64. [2021-03-30T18:02:31.966Z] #27 7.099 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 7.103 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-30T18:02:31.966Z] #27 7.157 Selecting previously unselected package libkrb5-3:amd64. [2021-03-30T18:02:31.966Z] #27 7.157 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 7.164 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-30T18:02:31.966Z] #27 7.253 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-30T18:02:31.966Z] #27 7.253 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 7.256 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-30T18:02:31.966Z] #27 7.300 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-30T18:02:31.966Z] #27 7.300 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 7.306 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-30T18:02:31.966Z] #27 7.351 Selecting previously unselected package libsasl2-2:amd64. [2021-03-30T18:02:31.966Z] #27 7.351 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 7.356 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-30T18:02:31.966Z] #27 7.402 Selecting previously unselected package libldap-common. [2021-03-30T18:02:31.966Z] #27 7.402 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-30T18:02:31.966Z] #27 7.406 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-30T18:02:31.966Z] #27 7.458 Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-30T18:02:31.966Z] #27 7.458 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 7.464 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-30T18:02:31.966Z] #27 7.535 Selecting previously unselected package libnghttp2-14:amd64. [2021-03-30T18:02:31.966Z] #27 7.535 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 7.536 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-30T18:02:31.966Z] #27 7.589 Selecting previously unselected package libpsl5:amd64. [2021-03-30T18:02:31.966Z] #27 7.589 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 7.592 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-03-30T18:02:31.966Z] #27 7.634 Selecting previously unselected package librtmp1:amd64. [2021-03-30T18:02:31.966Z] #27 7.634 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 7.638 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-30T18:02:31.966Z] #27 7.684 Selecting previously unselected package libssh2-1:amd64. [2021-03-30T18:02:31.966Z] #27 7.684 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 7.688 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-30T18:02:31.966Z] #27 7.737 Selecting previously unselected package libcurl4:amd64. [2021-03-30T18:02:31.966Z] #27 7.738 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 7.743 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-30T18:02:31.966Z] #27 7.809 Selecting previously unselected package curl. [2021-03-30T18:02:31.966Z] #27 7.809 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 7.814 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-30T18:02:31.966Z] #27 7.896 Selecting previously unselected package libonig5:amd64. [2021-03-30T18:02:31.966Z] #27 7.896 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 7.902 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-30T18:02:31.966Z] #27 7.998 Selecting previously unselected package libjq1:amd64. [2021-03-30T18:02:31.966Z] #27 7.998 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 8.004 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-30T18:02:31.966Z] #27 8.054 Selecting previously unselected package jq. [2021-03-30T18:02:31.966Z] #27 8.054 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-30T18:02:31.966Z] #27 8.061 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-30T18:02:31.966Z] #27 8.115 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-03-30T18:02:31.966Z] #27 8.129 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-03-30T18:02:31.966Z] #27 8.144 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-03-30T18:02:31.966Z] #27 8.255 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-03-30T18:02:31.966Z] #27 8.268 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-30T18:02:31.966Z] #27 8.286 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-03-30T18:02:31.966Z] #27 8.297 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-30T18:02:31.966Z] #27 8.308 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-03-30T18:02:31.966Z] #27 8.321 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-03-30T18:02:31.966Z] #27 8.332 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-03-30T18:02:31.966Z] #27 8.348 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-03-30T18:02:31.966Z] #27 8.359 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-03-30T18:02:31.966Z] #27 8.374 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-03-30T18:02:31.966Z] #27 8.389 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-30T18:02:31.966Z] #27 8.401 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-30T18:02:31.966Z] #27 8.414 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-03-30T18:02:31.966Z] #27 8.427 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-30T18:02:31.971Z] + source /etc/docker-entrypoint-cmd [2021-03-30T18:02:31.971Z] ++ hack/make.sh dynbinary test-integration [2021-03-30T18:02:31.971Z] [2021-03-30T18:02:31.971Z] Removing bundles/ [2021-03-30T18:02:31.971Z] [2021-03-30T18:02:31.971Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-30T18:02:31.971Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-30T18:02:31.971Z] GOOS="" GOARCH="" GOARM="" [2021-03-30T18:02:29.924Z] > git config core.sparsecheckout # timeout=10 [2021-03-30T18:02:29.996Z] > git checkout -f 77f15a087c97a23dd9c378e02fba8d955cfd5f10 # timeout=10 [2021-03-30T18:02:32.158Z] Removing bundles/ [2021-03-30T18:02:32.158Z] [2021-03-30T18:02:32.158Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-30T18:02:32.158Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-30T18:02:32.158Z] GOOS="" GOARCH="" GOARM="" [2021-03-30T18:02:32.502Z] #28 33.57 Selecting previously unselected package openssl. [2021-03-30T18:02:32.502Z] #28 33.58 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_s390x.deb ... [2021-03-30T18:02:32.502Z] #28 33.58 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-03-30T18:02:32.530Z] #27 9.018 Updating certificates in /etc/ssl/certs... [2021-03-30T18:02:32.533Z] #43 2.598 fatal: not a git repository (or any of the parent directories): .git [2021-03-30T18:02:32.533Z] #43 2.636 GEN .gitid [2021-03-30T18:02:32.533Z] #43 2.665 GEN criu/include/version.h [2021-03-30T18:02:32.533Z] #43 2.739 GEN include/common/asm [2021-03-30T18:02:32.792Z] #28 34.04 Selecting previously unselected package ca-certificates. [2021-03-30T18:02:32.792Z] #28 34.05 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-30T18:02:32.792Z] #28 34.05 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-30T18:02:33.083Z] #28 34.29 Selecting previously unselected package libkeyutils1:s390x. [2021-03-30T18:02:33.083Z] #28 34.32 Preparing to unpack .../03-libkeyutils1_1.6-6_s390x.deb ... [2021-03-30T18:02:33.083Z] #28 34.32 Unpacking libkeyutils1:s390x (1.6-6) ... [2021-03-30T18:02:33.083Z] #28 ... [2021-03-30T18:02:33.083Z] [2021-03-30T18:02:33.083Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-30T18:02:33.083Z] #14 38.39 Get:14 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] [2021-03-30T18:02:33.083Z] #14 39.98 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2021-03-30T18:02:33.083Z] #14 39.99 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2021-03-30T18:02:33.083Z] #14 40.01 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2021-03-30T18:02:33.083Z] #14 40.02 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2021-03-30T18:02:33.083Z] #14 40.02 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2021-03-30T18:02:33.083Z] #14 40.02 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u7 [110 kB] [2021-03-30T18:02:33.083Z] #14 40.04 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2021-03-30T18:02:33.083Z] #14 40.05 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2021-03-30T18:02:33.083Z] #14 40.08 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2021-03-30T18:02:33.083Z] #14 40.10 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2021-03-30T18:02:33.083Z] #14 40.15 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2021-03-30T18:02:33.083Z] #14 40.18 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2021-03-30T18:02:33.083Z] #14 40.19 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2021-03-30T18:02:33.083Z] #14 40.20 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u7 [322 kB] [2021-03-30T18:02:33.083Z] #14 41.37 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:02:33.083Z] #14 41.53 Fetched 73.8 MB in 5s (13.7 MB/s) [2021-03-30T18:02:33.083Z] #14 41.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-03-30T18:02:33.083Z] #14 41.63 Preparing to unpack .../libsystemd0_241-7~deb10u7_s390x.deb ... [2021-03-30T18:02:33.083Z] #14 41.64 Unpacking libsystemd0:s390x (241-7~deb10u7) over (241-7~deb10u4) ... [2021-03-30T18:02:33.083Z] #14 41.93 Setting up libsystemd0:s390x (241-7~deb10u7) ... [2021-03-30T18:02:33.084Z] #14 41.99 (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.) [2021-03-30T18:02:33.084Z] #14 42.07 Preparing to unpack .../libseccomp2_2.4.1-2~bpo10+1_s390x.deb ... [2021-03-30T18:02:33.084Z] #14 42.08 Unpacking libseccomp2:s390x (2.4.1-2~bpo10+1) over (2.3.3-4) ... [2021-03-30T18:02:33.405Z] #14 42.27 Setting up libseccomp2:s390x (2.4.1-2~bpo10+1) ... [2021-03-30T18:02:33.405Z] #14 42.41 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-03-30T18:02:33.405Z] #14 42.46 Preparing to unpack .../libudev1_241-7~deb10u7_s390x.deb ... [2021-03-30T18:02:33.405Z] #14 42.47 Unpacking libudev1:s390x (241-7~deb10u7) over (241-7~deb10u4) ... [2021-03-30T18:02:33.462Z] #27 9.814 137 added, 0 removed; done. [2021-03-30T18:02:33.462Z] #27 9.848 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-03-30T18:02:33.462Z] #27 9.861 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-30T18:02:33.462Z] #27 9.872 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-03-30T18:02:33.462Z] #27 9.883 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-30T18:02:33.462Z] #27 9.894 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:02:33.462Z] #27 9.913 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-30T18:02:33.462Z] #27 9.921 Updating certificates in /etc/ssl/certs... [2021-03-30T18:02:33.695Z] #14 42.67 Setting up libudev1:s390x (241-7~deb10u7) ... [2021-03-30T18:02:33.904Z] #43 3.882 PBCC images/timens.pb-c.c [2021-03-30T18:02:33.904Z] #43 3.896 DEP images/timens.pb-c.d [2021-03-30T18:02:33.904Z] #43 3.921 PBCC images/fown.pb-c.c [2021-03-30T18:02:33.904Z] #43 3.933 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-30T18:02:33.904Z] #43 3.973 PBCC images/opts.pb-c.c [2021-03-30T18:02:33.904Z] #43 4.004 PBCC images/memfd.pb-c.c [2021-03-30T18:02:33.904Z] #43 4.026 DEP images/fown.pb-c.d [2021-03-30T18:02:33.904Z] #43 4.039 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-30T18:02:33.904Z] #43 4.068 DEP images/opts.pb-c.d [2021-03-30T18:02:33.904Z] #43 4.113 DEP images/memfd.pb-c.d [2021-03-30T18:02:33.904Z] #43 4.144 PBCC images/sit.pb-c.c [2021-03-30T18:02:33.904Z] #43 4.155 DEP images/sit.pb-c.d [2021-03-30T18:02:33.904Z] #43 4.187 PBCC images/macvlan.pb-c.c [2021-03-30T18:02:33.904Z] #43 4.203 DEP images/macvlan.pb-c.d [2021-03-30T18:02:33.904Z] #43 4.225 PBCC images/autofs.pb-c.c [2021-03-30T18:02:33.997Z] #14 42.78 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-30T18:02:33.997Z] #14 42.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 ... 15177 files and directories currently installed.) [2021-03-30T18:02:33.997Z] #14 42.82 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2021-03-30T18:02:33.997Z] #14 42.82 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-30T18:02:33.997Z] #14 ... [2021-03-30T18:02:33.997Z] [2021-03-30T18:02:33.997Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-03-30T18:02:33.997Z] #37 40.86 Selecting previously unselected package libxml2:s390x. [2021-03-30T18:02:33.997Z] #37 40.87 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_s390x.deb ... [2021-03-30T18:02:33.997Z] #37 40.88 Unpacking libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2021-03-30T18:02:33.997Z] #37 41.48 Selecting previously unselected package libarchive13:s390x. [2021-03-30T18:02:33.997Z] #37 41.48 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2021-03-30T18:02:33.997Z] #37 41.48 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2021-03-30T18:02:33.997Z] #37 41.73 Selecting previously unselected package libjsoncpp1:s390x. [2021-03-30T18:02:33.997Z] #37 41.73 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2021-03-30T18:02:33.997Z] #37 41.76 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2021-03-30T18:02:33.997Z] #37 41.86 Selecting previously unselected package librhash0:s390x. [2021-03-30T18:02:33.997Z] #37 41.87 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2021-03-30T18:02:33.997Z] #37 41.89 Unpacking librhash0:s390x (1.3.8-1) ... [2021-03-30T18:02:33.997Z] #37 42.03 Selecting previously unselected package libuv1:s390x. [2021-03-30T18:02:33.997Z] #37 42.03 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2021-03-30T18:02:33.997Z] #37 42.08 Unpacking libuv1:s390x (1.24.1-1) ... [2021-03-30T18:02:33.997Z] #37 42.17 Selecting previously unselected package cmake. [2021-03-30T18:02:33.997Z] #37 42.17 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2021-03-30T18:02:33.997Z] #37 42.22 Unpacking cmake (3.13.4-1) ... [2021-03-30T18:02:33.997Z] #37 44.84 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2021-03-30T18:02:33.997Z] #37 44.86 Setting up xxd (2:8.1.0875-5) ... [2021-03-30T18:02:33.997Z] #37 44.87 Setting up libuv1:s390x (1.24.1-1) ... [2021-03-30T18:02:33.997Z] #37 44.87 Setting up vim-common (2:8.1.0875-5) ... [2021-03-30T18:02:33.997Z] #37 44.91 Setting up librhash0:s390x (1.3.8-1) ... [2021-03-30T18:02:33.997Z] #37 44.94 Setting up cmake-data (3.13.4-1) ... [2021-03-30T18:02:33.997Z] #37 44.95 Setting up libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2021-03-30T18:02:33.997Z] #37 44.98 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2021-03-30T18:02:33.997Z] #37 45.00 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2021-03-30T18:02:33.997Z] #37 45.01 Setting up cmake (3.13.4-1) ... [2021-03-30T18:02:33.997Z] #37 45.02 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:02:33.997Z] #37 45.18 Processing triggers for mime-support (3.62) ... [2021-03-30T18:02:33.997Z] #37 DONE 45.7s [2021-03-30T18:02:34.026Z] #27 10.59 0 added, 0 removed; done. [2021-03-30T18:02:34.026Z] #27 10.59 Running hooks in /etc/ca-certificates/update.d... [2021-03-30T18:02:34.026Z] #27 10.59 done. [2021-03-30T18:02:34.161Z] #43 ... [2021-03-30T18:02:34.161Z] [2021-03-30T18:02:34.161Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-30T18:02:34.161Z] #37 sha256:1dec63533a67dfa7b330d506fd6ff4508489082e0e75fd07c3f57a9e0084096a [2021-03-30T18:02:34.161Z] #37 1.521 + RM_GOPATH=0 [2021-03-30T18:02:34.161Z] #37 1.521 + TMP_GOPATH= [2021-03-30T18:02:34.161Z] #37 1.521 + : /build [2021-03-30T18:02:34.161Z] #37 1.521 + '[' -z '' ']' [2021-03-30T18:02:34.161Z] #37 1.521 ++ mktemp -d [2021-03-30T18:02:34.161Z] #37 1.521 + export GOPATH=/tmp/tmp.GvxWHdUhNR [2021-03-30T18:02:34.161Z] #37 1.521 + GOPATH=/tmp/tmp.GvxWHdUhNR [2021-03-30T18:02:34.161Z] #37 1.521 + RM_GOPATH=1 [2021-03-30T18:02:34.161Z] #37 1.521 + case "$(go env GOARCH)" in [2021-03-30T18:02:34.161Z] #37 1.521 ++ go env GOARCH [2021-03-30T18:02:34.161Z] #37 1.544 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-30T18:02:34.161Z] #37 1.551 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:34.161Z] #37 1.551 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:34.161Z] #37 1.551 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:34.161Z] #37 1.551 + dir=/tmp/install [2021-03-30T18:02:34.161Z] #37 1.551 + bin=tini [2021-03-30T18:02:34.161Z] #37 1.551 + shift [2021-03-30T18:02:34.161Z] #37 1.551 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-30T18:02:34.161Z] #37 1.551 + . /tmp/install/tini.installer [2021-03-30T18:02:34.161Z] #37 1.551 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-30T18:02:34.161Z] #37 1.551 + install_tini [2021-03-30T18:02:34.161Z] #37 1.551 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-30T18:02:34.161Z] #37 1.551 + git clone https://github.com/krallin/tini.git /tmp/tmp.GvxWHdUhNR/tini [2021-03-30T18:02:34.161Z] #37 1.551 Cloning into '/tmp/tmp.GvxWHdUhNR/tini'... [2021-03-30T18:02:34.161Z] #37 1.964 + cd /tmp/tmp.GvxWHdUhNR/tini [2021-03-30T18:02:34.161Z] #37 1.964 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-30T18:02:34.161Z] #37 1.976 + cmake . [2021-03-30T18:02:34.161Z] #37 2.167 -- The C compiler identification is GNU 8.3.0 [2021-03-30T18:02:34.161Z] #37 2.191 -- Check for working C compiler: /usr/bin/cc [2021-03-30T18:02:34.161Z] #37 2.456 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-30T18:02:34.161Z] #37 2.457 -- Detecting C compiler ABI info [2021-03-30T18:02:34.161Z] #37 2.778 -- Detecting C compiler ABI info - done [2021-03-30T18:02:34.161Z] #37 2.786 -- Detecting C compile features [2021-03-30T18:02:34.161Z] #37 3.573 -- Detecting C compile features - done [2021-03-30T18:02:34.161Z] #37 3.594 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-30T18:02:34.161Z] #37 3.683 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-30T18:02:34.161Z] #37 3.712 -- Configuring done [2021-03-30T18:02:34.161Z] #37 3.748 -- Generating done [2021-03-30T18:02:34.161Z] #37 3.749 -- Build files have been written to: /tmp/tmp.GvxWHdUhNR/tini [2021-03-30T18:02:34.161Z] #37 3.751 + make tini-static [2021-03-30T18:02:34.161Z] #37 3.908 Scanning dependencies of target tini-static [2021-03-30T18:02:34.161Z] #37 3.956 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-30T18:02:34.161Z] #37 4.322 [100%] Linking C executable tini-static [2021-03-30T18:02:34.161Z] #37 4.525 [100%] Built target tini-static [2021-03-30T18:02:34.161Z] #37 4.550 + mkdir -p /build [2021-03-30T18:02:34.161Z] #37 4.554 + cp tini-static /build/docker-init [2021-03-30T18:02:34.161Z] #37 DONE 5.2s [2021-03-30T18:02:34.161Z] [2021-03-30T18:02:34.161Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:34.161Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:02:34.161Z] #43 4.240 DEP images/autofs.pb-c.d [2021-03-30T18:02:34.161Z] #43 4.253 PBCC images/sysctl.pb-c.c [2021-03-30T18:02:34.161Z] #43 4.280 DEP images/sysctl.pb-c.d [2021-03-30T18:02:34.161Z] #43 4.296 PBCC images/time.pb-c.c [2021-03-30T18:02:34.161Z] #43 4.314 DEP images/time.pb-c.d [2021-03-30T18:02:34.161Z] #43 4.352 PBCC images/binfmt-misc.pb-c.c [2021-03-30T18:02:34.161Z] #43 4.356 DEP images/binfmt-misc.pb-c.d [2021-03-30T18:02:34.161Z] #43 4.376 PBCC images/seccomp.pb-c.c [2021-03-30T18:02:34.161Z] #43 4.390 DEP images/seccomp.pb-c.d [2021-03-30T18:02:34.161Z] #43 4.405 PBCC images/userns.pb-c.c [2021-03-30T18:02:34.161Z] #43 4.415 DEP images/userns.pb-c.d [2021-03-30T18:02:34.161Z] #43 4.459 PBCC images/cgroup.pb-c.c [2021-03-30T18:02:34.312Z] [2021-03-30T18:02:34.312Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-03-30T18:02:34.312Z] #43 36.36 Selecting previously unselected package python-protobuf. [2021-03-30T18:02:34.312Z] #43 36.36 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2021-03-30T18:02:34.312Z] #43 36.37 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-30T18:02:34.312Z] #43 36.91 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-30T18:02:34.312Z] #43 39.24 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2021-03-30T18:02:34.312Z] #43 39.25 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-03-30T18:02:34.312Z] #43 39.25 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-03-30T18:02:34.312Z] #43 39.26 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2021-03-30T18:02:34.312Z] #43 39.27 Setting up python-six (1.12.0-1) ... [2021-03-30T18:02:34.312Z] #43 41.24 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2021-03-30T18:02:34.312Z] #43 41.25 Setting up libnl-3-200:s390x (3.4.0-1) ... [2021-03-30T18:02:34.312Z] #43 41.26 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2021-03-30T18:02:34.312Z] #43 41.27 Setting up libcap-dev:s390x (1:2.25-2) ... [2021-03-30T18:02:34.312Z] #43 41.28 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2021-03-30T18:02:34.312Z] #43 41.29 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-30T18:02:34.312Z] #43 41.30 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-30T18:02:34.312Z] #43 41.32 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2021-03-30T18:02:34.312Z] #43 41.33 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-30T18:02:34.312Z] #43 41.34 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-30T18:02:34.312Z] #43 45.32 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2021-03-30T18:02:34.312Z] #43 45.33 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:02:34.312Z] #43 DONE 45.8s [2021-03-30T18:02:34.312Z] [2021-03-30T18:02:34.312Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-30T18:02:34.312Z] #28 34.40 Selecting previously unselected package libkrb5support0:s390x. [2021-03-30T18:02:34.312Z] #28 34.43 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_s390x.deb ... [2021-03-30T18:02:34.312Z] #28 34.45 Unpacking libkrb5support0:s390x (1.17-3+deb10u1) ... [2021-03-30T18:02:34.312Z] #28 34.52 Selecting previously unselected package libk5crypto3:s390x. [2021-03-30T18:02:34.312Z] #28 34.54 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_s390x.deb ... [2021-03-30T18:02:34.312Z] #28 34.56 Unpacking libk5crypto3:s390x (1.17-3+deb10u1) ... [2021-03-30T18:02:34.312Z] #28 34.70 Selecting previously unselected package libkrb5-3:s390x. [2021-03-30T18:02:34.312Z] #28 34.74 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_s390x.deb ... [2021-03-30T18:02:34.312Z] #28 34.75 Unpacking libkrb5-3:s390x (1.17-3+deb10u1) ... [2021-03-30T18:02:34.312Z] #28 35.03 Selecting previously unselected package libgssapi-krb5-2:s390x. [2021-03-30T18:02:34.312Z] #28 35.03 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_s390x.deb ... [2021-03-30T18:02:34.312Z] #28 35.04 Unpacking libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2021-03-30T18:02:34.312Z] #28 35.25 Selecting previously unselected package libsasl2-modules-db:s390x. [2021-03-30T18:02:34.312Z] #28 35.25 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2021-03-30T18:02:34.312Z] #28 35.25 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-03-30T18:02:34.312Z] #28 35.33 Selecting previously unselected package libsasl2-2:s390x. [2021-03-30T18:02:34.312Z] #28 35.33 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2021-03-30T18:02:34.312Z] #28 35.33 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-03-30T18:02:34.312Z] #28 35.52 Selecting previously unselected package libldap-common. [2021-03-30T18:02:34.312Z] #28 35.52 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-30T18:02:34.312Z] #28 35.52 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-30T18:02:34.418Z] #43 4.468 DEP images/cgroup.pb-c.d [2021-03-30T18:02:34.418Z] #43 4.525 PBCC images/ext-file.pb-c.c [2021-03-30T18:02:34.418Z] #43 4.552 DEP images/ext-file.pb-c.d [2021-03-30T18:02:34.418Z] #43 4.571 PBCC images/rpc.pb-c.c [2021-03-30T18:02:34.418Z] #43 4.599 DEP images/rpc.pb-c.d [2021-03-30T18:02:34.418Z] #43 4.611 PBCC images/siginfo.pb-c.c [2021-03-30T18:02:34.418Z] #43 4.620 DEP images/siginfo.pb-c.d [2021-03-30T18:02:34.418Z] #43 4.642 PBCC images/pagemap.pb-c.c [2021-03-30T18:02:34.418Z] #43 4.663 DEP images/pagemap.pb-c.d [2021-03-30T18:02:34.418Z] #43 4.690 PBCC images/rlimit.pb-c.c [2021-03-30T18:02:34.418Z] #43 4.706 DEP images/rlimit.pb-c.d [2021-03-30T18:02:34.418Z] #43 4.723 PBCC images/file-lock.pb-c.c [2021-03-30T18:02:34.418Z] #43 4.735 DEP images/file-lock.pb-c.d [2021-03-30T18:02:34.418Z] #43 4.756 PBCC images/tty.pb-c.c [2021-03-30T18:02:34.418Z] #43 4.787 DEP images/tty.pb-c.d [2021-03-30T18:02:34.418Z] #43 4.818 PBCC images/tun.pb-c.c [2021-03-30T18:02:34.611Z] #28 35.75 Selecting previously unselected package libldap-2.4-2:s390x. [2021-03-30T18:02:34.611Z] #28 35.75 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_s390x.deb ... [2021-03-30T18:02:34.611Z] #28 35.76 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u6) ... [2021-03-30T18:02:34.675Z] #43 4.837 PBCC images/netdev.pb-c.c [2021-03-30T18:02:34.675Z] #43 4.863 DEP images/tun.pb-c.d [2021-03-30T18:02:34.675Z] #43 4.883 DEP images/netdev.pb-c.d [2021-03-30T18:02:34.675Z] #43 4.899 PBCC images/vma.pb-c.c [2021-03-30T18:02:34.675Z] #43 4.912 DEP images/vma.pb-c.d [2021-03-30T18:02:34.675Z] #43 4.925 PBCC images/creds.pb-c.c [2021-03-30T18:02:34.675Z] #43 4.935 DEP images/creds.pb-c.d [2021-03-30T18:02:34.675Z] #43 4.955 PBCC images/utsns.pb-c.c [2021-03-30T18:02:34.675Z] #43 4.962 DEP images/utsns.pb-c.d [2021-03-30T18:02:34.675Z] #43 4.977 PBCC images/ipc-desc.pb-c.c [2021-03-30T18:02:34.675Z] #43 4.988 PBCC images/ipc-sem.pb-c.c [2021-03-30T18:02:34.675Z] #43 4.999 DEP images/ipc-desc.pb-c.d [2021-03-30T18:02:34.675Z] #43 5.018 DEP images/ipc-sem.pb-c.d [2021-03-30T18:02:34.675Z] #43 5.041 PBCC images/ipc-msg.pb-c.c [2021-03-30T18:02:34.907Z] #28 35.99 Selecting previously unselected package libnghttp2-14:s390x. [2021-03-30T18:02:34.907Z] #28 35.99 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ... [2021-03-30T18:02:34.907Z] #28 35.99 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2021-03-30T18:02:34.907Z] #28 36.19 Selecting previously unselected package libpsl5:s390x. [2021-03-30T18:02:34.907Z] #28 36.19 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ... [2021-03-30T18:02:34.907Z] #28 36.20 Unpacking libpsl5:s390x (0.20.2-2) ... [2021-03-30T18:02:34.914Z] #1 [internal] load build definition from Dockerfile [2021-03-30T18:02:34.914Z] #1 sha256:3618dda66da523428d99462ada61b63f24b011f19901ae2d014f43e03b73dded [2021-03-30T18:02:34.914Z] #1 transferring dockerfile: 17.02kB done [2021-03-30T18:02:34.914Z] #1 DONE 0.0s [2021-03-30T18:02:34.931Z] #43 5.054 DEP images/ipc-msg.pb-c.d [2021-03-30T18:02:34.931Z] #43 5.080 PBCC images/ipc-shm.pb-c.c [2021-03-30T18:02:34.931Z] #43 5.088 DEP images/ipc-shm.pb-c.d [2021-03-30T18:02:34.931Z] #43 5.108 PBCC images/ipc-var.pb-c.c [2021-03-30T18:02:34.931Z] #43 5.114 DEP images/ipc-var.pb-c.d [2021-03-30T18:02:34.931Z] #43 5.131 PBCC images/sk-opts.pb-c.c [2021-03-30T18:02:34.931Z] #43 5.148 PBCC images/packet-sock.pb-c.c [2021-03-30T18:02:34.931Z] #43 5.160 DEP images/sk-opts.pb-c.d [2021-03-30T18:02:34.931Z] #43 5.183 DEP images/packet-sock.pb-c.d [2021-03-30T18:02:34.931Z] #43 5.212 PBCC images/sk-netlink.pb-c.c [2021-03-30T18:02:34.931Z] #43 5.223 DEP images/sk-netlink.pb-c.d [2021-03-30T18:02:34.931Z] #43 5.258 PBCC images/sk-inet.pb-c.c [2021-03-30T18:02:35.174Z] [2021-03-30T18:02:35.175Z] #2 [internal] load .dockerignore [2021-03-30T18:02:35.175Z] #2 sha256:0f7a03998742611e782ccd3d36ef3e30676830c1e37882a9336a2184ea913053 [2021-03-30T18:02:35.175Z] #2 transferring context: 87B done [2021-03-30T18:02:35.175Z] #2 DONE 0.0s [2021-03-30T18:02:35.187Z] #43 5.292 DEP images/sk-inet.pb-c.d [2021-03-30T18:02:35.187Z] #43 5.318 PBCC images/sk-unix.pb-c.c [2021-03-30T18:02:35.187Z] #43 5.336 DEP images/sk-unix.pb-c.d [2021-03-30T18:02:35.187Z] #43 5.377 PBCC images/mm.pb-c.c [2021-03-30T18:02:35.187Z] #43 5.402 DEP images/mm.pb-c.d [2021-03-30T18:02:35.187Z] #43 5.419 PBCC images/timerfd.pb-c.c [2021-03-30T18:02:35.187Z] #43 5.441 DEP images/timerfd.pb-c.d [2021-03-30T18:02:35.187Z] #43 5.472 PBCC images/timer.pb-c.c [2021-03-30T18:02:35.187Z] #43 5.480 DEP images/timer.pb-c.d [2021-03-30T18:02:35.198Z] #28 36.39 Selecting previously unselected package librtmp1:s390x. [2021-03-30T18:02:35.198Z] #28 36.39 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ... [2021-03-30T18:02:35.198Z] #28 36.40 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2021-03-30T18:02:35.443Z] #43 5.504 PBCC images/sa.pb-c.c [2021-03-30T18:02:35.443Z] #43 5.520 DEP images/sa.pb-c.d [2021-03-30T18:02:35.443Z] #43 5.542 PBCC images/pipe-data.pb-c.c [2021-03-30T18:02:35.443Z] #43 5.553 DEP images/pipe-data.pb-c.d [2021-03-30T18:02:35.443Z] #43 5.599 PBCC images/mnt.pb-c.c [2021-03-30T18:02:35.443Z] #43 5.636 DEP images/mnt.pb-c.d [2021-03-30T18:02:35.443Z] #43 5.662 PBCC images/sk-packet.pb-c.c [2021-03-30T18:02:35.443Z] #43 5.672 DEP images/sk-packet.pb-c.d [2021-03-30T18:02:35.443Z] #43 5.688 PBCC images/tcp-stream.pb-c.c [2021-03-30T18:02:35.443Z] #43 5.724 DEP images/tcp-stream.pb-c.d [2021-03-30T18:02:35.443Z] #43 5.745 PBCC images/pipe.pb-c.c [2021-03-30T18:02:35.443Z] #43 5.767 DEP images/pipe.pb-c.d [2021-03-30T18:02:35.443Z] #43 5.787 PBCC images/pstree.pb-c.c [2021-03-30T18:02:35.443Z] #43 5.793 DEP images/pstree.pb-c.d [2021-03-30T18:02:35.443Z] #43 5.806 PBCC images/fs.pb-c.c [2021-03-30T18:02:35.443Z] #43 5.824 DEP images/fs.pb-c.d [2021-03-30T18:02:35.489Z] #28 36.57 Selecting previously unselected package libssh2-1:s390x. [2021-03-30T18:02:35.489Z] #28 36.57 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ... [2021-03-30T18:02:35.489Z] #28 36.57 Unpacking libssh2-1:s390x (1.8.0-2.1) ... [2021-03-30T18:02:35.489Z] #28 36.73 Selecting previously unselected package libcurl4:s390x. [2021-03-30T18:02:35.489Z] #28 36.74 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ... [2021-03-30T18:02:35.489Z] #28 36.75 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ... [2021-03-30T18:02:35.700Z] #43 5.840 PBCC images/signalfd.pb-c.c [2021-03-30T18:02:35.700Z] #43 5.864 DEP images/signalfd.pb-c.d [2021-03-30T18:02:35.700Z] #43 5.908 PBCC images/fh.pb-c.c [2021-03-30T18:02:35.700Z] #43 5.942 PBCC images/fsnotify.pb-c.c [2021-03-30T18:02:35.700Z] #43 5.988 DEP images/fh.pb-c.d [2021-03-30T18:02:35.700Z] #43 6.028 DEP images/fsnotify.pb-c.d [2021-03-30T18:02:35.700Z] #43 6.054 PBCC images/eventpoll.pb-c.c [2021-03-30T18:02:35.780Z] #28 36.97 Selecting previously unselected package curl. [2021-03-30T18:02:35.780Z] #28 36.98 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ... [2021-03-30T18:02:35.780Z] #28 36.98 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-30T18:02:35.958Z] #43 6.084 DEP images/eventpoll.pb-c.d [2021-03-30T18:02:35.958Z] #43 6.104 PBCC images/eventfd.pb-c.c [2021-03-30T18:02:35.958Z] #43 6.128 DEP images/eventfd.pb-c.d [2021-03-30T18:02:35.958Z] #43 6.143 PBCC images/remap-file-path.pb-c.c [2021-03-30T18:02:35.958Z] #43 6.160 DEP images/remap-file-path.pb-c.d [2021-03-30T18:02:35.958Z] #43 6.173 PBCC images/fifo.pb-c.c [2021-03-30T18:02:35.958Z] #43 6.186 DEP images/fifo.pb-c.d [2021-03-30T18:02:35.958Z] #43 6.204 PBCC images/ghost-file.pb-c.c [2021-03-30T18:02:35.958Z] #43 6.219 DEP images/ghost-file.pb-c.d [2021-03-30T18:02:35.958Z] #43 6.252 PBCC images/regfile.pb-c.c [2021-03-30T18:02:35.958Z] #43 6.272 DEP images/regfile.pb-c.d [2021-03-30T18:02:36.072Z] #28 37.25 Selecting previously unselected package libonig5:s390x. [2021-03-30T18:02:36.072Z] #28 37.25 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ... [2021-03-30T18:02:36.072Z] #28 37.25 Unpacking libonig5:s390x (6.9.1-1) ... [2021-03-30T18:02:36.072Z] #28 37.39 Selecting previously unselected package libjq1:s390x. [2021-03-30T18:02:36.117Z] [2021-03-30T18:02:36.117Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-30T18:02:36.117Z] #3 sha256:294a0880f468e89a28a1e5e4d13ea717bf9a656005ccb802a8dcbf12ae5d5949 [2021-03-30T18:02:36.216Z] #43 6.296 PBCC images/ns.pb-c.c [2021-03-30T18:02:36.216Z] #43 6.303 DEP images/ns.pb-c.d [2021-03-30T18:02:36.216Z] #43 6.324 PBCC images/fdinfo.pb-c.c [2021-03-30T18:02:36.216Z] #43 6.343 DEP images/fdinfo.pb-c.d [2021-03-30T18:02:36.216Z] #43 6.380 PBCC images/core-aarch64.pb-c.c [2021-03-30T18:02:36.216Z] #43 6.400 PBCC images/core-arm.pb-c.c [2021-03-30T18:02:36.216Z] #43 6.411 PBCC images/core-ppc64.pb-c.c [2021-03-30T18:02:36.216Z] #43 6.423 PBCC images/core-s390.pb-c.c [2021-03-30T18:02:36.216Z] #43 6.435 PBCC images/core-x86.pb-c.c [2021-03-30T18:02:36.216Z] #43 6.454 PBCC images/core.pb-c.c [2021-03-30T18:02:36.216Z] #43 6.511 PBCC images/inventory.pb-c.c [2021-03-30T18:02:36.365Z] #28 37.39 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2021-03-30T18:02:36.365Z] #28 37.40 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2021-03-30T18:02:36.365Z] #28 37.54 Selecting previously unselected package jq. [2021-03-30T18:02:36.365Z] #28 37.55 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ... [2021-03-30T18:02:36.365Z] #28 37.55 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-30T18:02:36.365Z] #28 ... [2021-03-30T18:02:36.365Z] [2021-03-30T18:02:36.365Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:36.365Z] #50 33.45 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-30T18:02:36.365Z] #50 33.50 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-30T18:02:36.365Z] #50 33.50 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-30T18:02:36.365Z] #50 33.57 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-30T18:02:36.365Z] #50 33.58 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-30T18:02:36.365Z] #50 ... [2021-03-30T18:02:36.365Z] [2021-03-30T18:02:36.365Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-30T18:02:36.365Z] #14 45.53 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-30T18:02:36.365Z] #14 45.53 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2021-03-30T18:02:36.378Z] #3 DONE 0.2s [2021-03-30T18:02:36.378Z] [2021-03-30T18:02:36.378Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-30T18:02:36.378Z] #4 sha256:08363c8751d4545d25bea104f7e51e11696d0e0abf10a017a959436e69805043 [2021-03-30T18:02:36.378Z] #4 CACHED [2021-03-30T18:02:36.472Z] #43 6.539 DEP images/core-aarch64.pb-c.d [2021-03-30T18:02:36.472Z] #43 6.559 DEP images/core-arm.pb-c.d [2021-03-30T18:02:36.472Z] #43 6.587 DEP images/core-ppc64.pb-c.d [2021-03-30T18:02:36.472Z] #43 6.604 DEP images/core-s390.pb-c.d [2021-03-30T18:02:36.472Z] #43 6.654 DEP images/core-x86.pb-c.d [2021-03-30T18:02:36.472Z] #43 6.672 DEP images/core.pb-c.d [2021-03-30T18:02:36.472Z] #43 6.724 DEP images/inventory.pb-c.d [2021-03-30T18:02:36.472Z] #43 6.752 PBCC images/cpuinfo.pb-c.c [2021-03-30T18:02:36.472Z] #43 6.759 DEP images/cpuinfo.pb-c.d [2021-03-30T18:02:36.656Z] #14 45.54 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-30T18:02:36.729Z] #43 6.789 PBCC images/stats.pb-c.c [2021-03-30T18:02:36.729Z] #43 6.797 DEP images/stats.pb-c.d [2021-03-30T18:02:36.947Z] #14 ... [2021-03-30T18:02:36.947Z] [2021-03-30T18:02:36.947Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:02:36.947Z] #46 34.00 sync [2021-03-30T18:02:36.947Z] #46 34.01 internal/reflectlite [2021-03-30T18:02:36.947Z] #46 36.00 github.com/LK4D4/vndr/godl/singleflight [2021-03-30T18:02:36.947Z] #46 36.35 math/rand [2021-03-30T18:02:36.947Z] #46 37.32 internal/singleflight [2021-03-30T18:02:36.947Z] #46 37.70 io [2021-03-30T18:02:36.947Z] #46 37.70 strconv [2021-03-30T18:02:36.947Z] #46 38.82 bytes [2021-03-30T18:02:36.947Z] #46 40.70 bufio [2021-03-30T18:02:36.947Z] #46 41.52 reflect [2021-03-30T18:02:36.947Z] #46 42.99 syscall [2021-03-30T18:02:36.947Z] #46 ... [2021-03-30T18:02:36.947Z] [2021-03-30T18:02:36.947Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-30T18:02:36.947Z] #28 37.70 Setting up libkeyutils1:s390x (1.6-6) ... [2021-03-30T18:02:36.947Z] #28 37.72 Setting up libpsl5:s390x (0.20.2-2) ... [2021-03-30T18:02:36.947Z] #28 37.73 Setting up libssl1.1:s390x (1.1.1d-0+deb10u6) ... [2021-03-30T18:02:36.947Z] #28 38.26 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2021-03-30T18:02:36.947Z] #28 38.29 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-30T18:02:36.947Z] #28 38.33 Setting up libkrb5support0:s390x (1.17-3+deb10u1) ... [2021-03-30T18:02:36.986Z] #43 ... [2021-03-30T18:02:36.986Z] [2021-03-30T18:02:36.986Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:02:36.986Z] #58 sha256:99ea5bb6a1f6e29e0922a785d5a50bfafcdff95e939a5a37ed470e5ab11535be [2021-03-30T18:02:36.986Z] #58 28.92 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-30T18:02:36.986Z] #58 28.92 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-30T18:02:36.986Z] #58 DONE 32.1s [2021-03-30T18:02:37.243Z] [2021-03-30T18:02:37.243Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-30T18:02:37.243Z] #59 sha256:472c3522abfaae89412ba2d93c40f38ff40b01877bf2b2396631578ea805a208 [2021-03-30T18:02:37.243Z] #59 DONE 0.1s [2021-03-30T18:02:37.243Z] [2021-03-30T18:02:37.243Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-30T18:02:37.243Z] #60 sha256:42e93d8b1bb5433e71b4f9c119e3bb446dc027df5462fb203f923a6bea59542e [2021-03-30T18:02:37.243Z] #60 DONE 0.1s [2021-03-30T18:02:37.243Z] [2021-03-30T18:02:37.243Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:02:37.243Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:02:37.243Z] #13 25.17 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-30T18:02:37.243Z] #13 25.17 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-30T18:02:37.243Z] #13 25.25 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-30T18:02:37.243Z] #13 26.82 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-30T18:02:37.243Z] #13 26.83 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-30T18:02:37.243Z] #13 26.84 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:02:37.243Z] #13 27.00 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-30T18:02:37.243Z] #13 27.01 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-30T18:02:37.243Z] #13 27.02 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:02:37.276Z] #28 38.34 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-03-30T18:02:37.277Z] #28 38.35 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2021-03-30T18:02:37.277Z] #28 38.35 Setting up libk5crypto3:s390x (1.17-3+deb10u1) ... [2021-03-30T18:02:37.277Z] #28 38.37 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-03-30T18:02:37.277Z] #28 38.38 Setting up libssh2-1:s390x (1.8.0-2.1) ... [2021-03-30T18:02:37.277Z] #28 38.39 Setting up libkrb5-3:s390x (1.17-3+deb10u1) ... [2021-03-30T18:02:37.277Z] #28 38.40 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-03-30T18:02:37.277Z] #28 38.41 Setting up libonig5:s390x (6.9.1-1) ... [2021-03-30T18:02:37.277Z] #28 38.41 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2021-03-30T18:02:37.277Z] #28 38.42 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u6) ... [2021-03-30T18:02:37.277Z] #28 38.43 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-30T18:02:37.300Z] #27 DONE 13.4s [2021-03-30T18:02:37.300Z] [2021-03-30T18:02:37.300Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:02:37.300Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-30T18:02:37.300Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-03-30T18:02:37.300Z] #9 ... [2021-03-30T18:02:37.300Z] [2021-03-30T18:02:37.300Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-30T18:02:37.300Z] #28 sha256:0e0416d8f19aaa62d7bc21320adc2572d39018c7294554616190653edb47877c [2021-03-30T18:02:37.300Z] #28 DONE 0.2s [2021-03-30T18:02:37.300Z] [2021-03-30T18:02:37.300Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:02:37.300Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-30T18:02:37.300Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.5s done [2021-03-30T18:02:37.300Z] #9 ... [2021-03-30T18:02:37.300Z] [2021-03-30T18:02:37.300Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:02:37.300Z] #29 sha256:15f53de4276735b09bc500aa94b61ff58e44ff735f28fb3d696b6c785a414e1b [2021-03-30T18:02:37.320Z] [2021-03-30T18:02:37.320Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:02:37.320Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-03-30T18:02:37.320Z] #8 DONE 0.1s [2021-03-30T18:02:37.320Z] [2021-03-30T18:02:37.320Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-03-30T18:02:37.320Z] #7 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-03-30T18:02:37.500Z] #13 ... [2021-03-30T18:02:37.500Z] [2021-03-30T18:02:37.500Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:02:37.500Z] #45 sha256:5568ceaa8e04876927786a26ea1a57ebe61201e20e87a4963c8a16fde33e7f54 [2021-03-30T18:02:37.500Z] #45 22.31 text/template [2021-03-30T18:02:37.500Z] #45 22.77 go/parser [2021-03-30T18:02:37.500Z] #45 24.20 vendor/golang.org/x/net/idna [2021-03-30T18:02:37.500Z] #45 25.02 crypto/elliptic [2021-03-30T18:02:37.500Z] #45 25.09 encoding/asn1 [2021-03-30T18:02:37.500Z] #45 25.09 crypto/dsa [2021-03-30T18:02:37.500Z] #45 25.22 crypto/rand [2021-03-30T18:02:37.500Z] #45 25.79 go/doc [2021-03-30T18:02:37.500Z] #45 25.82 crypto/ed25519 [2021-03-30T18:02:37.500Z] #45 25.82 crypto/rsa [2021-03-30T18:02:37.500Z] #45 26.49 vendor/golang.org/x/crypto/cryptobyte [2021-03-30T18:02:37.500Z] #45 26.50 crypto/x509/pkix [2021-03-30T18:02:37.500Z] #45 27.38 github.com/LK4D4/vndr/build [2021-03-30T18:02:37.500Z] #45 28.91 vendor/golang.org/x/net/http/httpproxy [2021-03-30T18:02:37.500Z] #45 28.91 net/textproto [2021-03-30T18:02:37.500Z] #45 28.91 crypto/x509 [2021-03-30T18:02:37.500Z] #45 29.33 vendor/golang.org/x/net/http/httpguts [2021-03-30T18:02:37.500Z] #45 29.34 mime/multipart [2021-03-30T18:02:37.500Z] #45 30.14 crypto/tls [2021-03-30T18:02:37.500Z] #45 31.93 net/http/httptrace [2021-03-30T18:02:37.500Z] #45 32.05 net/http [2021-03-30T18:02:37.581Z] #7 DONE 0.1s [2021-03-30T18:02:37.581Z] [2021-03-30T18:02:37.581Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-30T18:02:37.581Z] #5 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-03-30T18:02:37.581Z] #5 DONE 0.1s [2021-03-30T18:02:37.581Z] [2021-03-30T18:02:37.581Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:02:37.581Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-03-30T18:02:37.581Z] #6 DONE 0.1s [2021-03-30T18:02:37.757Z] #45 ... [2021-03-30T18:02:37.757Z] [2021-03-30T18:02:37.757Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:37.757Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:02:37.757Z] #43 7.663 make[1]: Nothing to be done for 'all'. [2021-03-30T18:02:37.848Z] [2021-03-30T18:02:37.848Z] #62 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-30T18:02:37.848Z] #62 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-03-30T18:02:37.848Z] #62 DONE 0.0s [2021-03-30T18:02:37.848Z] [2021-03-30T18:02:37.848Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:02:37.848Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-03-30T18:02:37.848Z] #9 DONE 0.0s [2021-03-30T18:02:37.848Z] [2021-03-30T18:02:37.848Z] #64 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-30T18:02:37.848Z] #64 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-03-30T18:02:37.848Z] #64 DONE 0.0s [2021-03-30T18:02:37.848Z] [2021-03-30T18:02:37.848Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ed28974b37a2ee07bc8d43249c7396eee05a210d92aa784871e3bed715671d4f [2021-03-30T18:02:37.848Z] #26 sha256:d82be482bb0809369fce597a75fa5c34b1ce437dc19aedb64d90c3319e886052 [2021-03-30T18:02:37.848Z] #26 DONE 0.0s [2021-03-30T18:02:37.848Z] [2021-03-30T18:02:37.848Z] #23 [internal] load build context [2021-03-30T18:02:37.848Z] #23 sha256:e15b9b8ffb6455b62592d91253597a6daf03860888fff6055ce8db66459437be [2021-03-30T18:02:37.863Z] #29 ... [2021-03-30T18:02:37.863Z] [2021-03-30T18:02:37.863Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:02:37.863Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-03-30T18:02:37.863Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-03-30T18:02:37.863Z] #9 DONE 24.4s [2021-03-30T18:02:37.863Z] [2021-03-30T18:02:37.863Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-30T18:02:37.863Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-03-30T18:02:37.918Z] #28 ... [2021-03-30T18:02:37.918Z] [2021-03-30T18:02:37.918Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-30T18:02:37.918Z] #35 34.74 sync [2021-03-30T18:02:37.918Z] #35 34.74 internal/reflectlite [2021-03-30T18:02:37.918Z] #35 37.31 errors [2021-03-30T18:02:37.918Z] #35 37.35 sort [2021-03-30T18:02:37.918Z] #35 37.62 strconv [2021-03-30T18:02:37.918Z] #35 38.59 io [2021-03-30T18:02:37.918Z] #35 40.21 internal/oserror [2021-03-30T18:02:37.918Z] #35 40.32 syscall [2021-03-30T18:02:37.918Z] #35 40.82 reflect [2021-03-30T18:02:37.918Z] #35 ... [2021-03-30T18:02:37.918Z] [2021-03-30T18:02:37.918Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:02:37.918Z] #38 2.169 + RM_GOPATH=0 [2021-03-30T18:02:37.918Z] #38 2.169 + TMP_GOPATH= [2021-03-30T18:02:37.918Z] #38 2.169 + : /build [2021-03-30T18:02:37.918Z] #38 2.169 + '[' -z '' ']' [2021-03-30T18:02:37.918Z] #38 2.169 ++ mktemp -d [2021-03-30T18:02:37.918Z] #38 2.169 + export GOPATH=/tmp/tmp.IyRHdJIowC [2021-03-30T18:02:37.918Z] #38 2.169 + GOPATH=/tmp/tmp.IyRHdJIowC [2021-03-30T18:02:37.918Z] #38 2.169 + RM_GOPATH=1 [2021-03-30T18:02:37.918Z] #38 2.169 + case "$(go env GOARCH)" in [2021-03-30T18:02:37.918Z] #38 2.169 ++ go env GOARCH [2021-03-30T18:02:37.918Z] #38 2.208 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:37.918Z] #38 2.208 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:37.918Z] #38 2.209 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:37.918Z] #38 2.211 + dir=/tmp/install [2021-03-30T18:02:37.918Z] #38 2.211 + bin=tini [2021-03-30T18:02:37.918Z] #38 2.211 + shift [2021-03-30T18:02:37.918Z] #38 2.211 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-30T18:02:37.918Z] #38 2.211 + . /tmp/install/tini.installer [2021-03-30T18:02:37.918Z] #38 2.211 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-30T18:02:37.918Z] #38 2.211 + install_tini [2021-03-30T18:02:37.918Z] #38 2.211 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-30T18:02:37.918Z] #38 2.211 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-30T18:02:37.918Z] #38 2.211 + git clone https://github.com/krallin/tini.git /tmp/tmp.IyRHdJIowC/tini [2021-03-30T18:02:37.918Z] #38 2.221 Cloning into '/tmp/tmp.IyRHdJIowC/tini'... [2021-03-30T18:02:37.918Z] #38 2.964 + cd /tmp/tmp.IyRHdJIowC/tini [2021-03-30T18:02:37.918Z] #38 2.964 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-30T18:02:37.918Z] #38 2.971 + cmake . [2021-03-30T18:02:37.918Z] #38 3.668 -- The C compiler identification is GNU 8.3.0 [2021-03-30T18:02:37.918Z] #38 3.794 -- Check for working C compiler: /usr/bin/cc [2021-03-30T18:02:38.119Z] #10 DONE 0.5s [2021-03-30T18:02:38.119Z] [2021-03-30T18:02:38.119Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:02:38.119Z] #29 sha256:15f53de4276735b09bc500aa94b61ff58e44ff735f28fb3d696b6c785a414e1b [2021-03-30T18:02:38.119Z] #29 1.078 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-30T18:02:38.376Z] #29 1.224 [2021-03-30T18:02:38.549Z] #38 4.360 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-30T18:02:38.549Z] #38 4.368 -- Detecting C compiler ABI info [2021-03-30T18:02:38.687Z] #43 8.669 CC images/stats.o [2021-03-30T18:02:38.687Z] #43 8.804 CC images/core.o [2021-03-30T18:02:38.890Z] #29 1.346 ###### 9.3% ########################## 37.3% ################################# 46.2% ######################################## 56.1% ############################################################## 87.4% ######################################################################## 100.0% [2021-03-30T18:02:38.890Z] #29 1.875 [2021-03-30T18:02:38.944Z] #43 8.977 CC images/core-x86.o [2021-03-30T18:02:38.944Z] #43 9.124 CC images/core-arm.o [2021-03-30T18:02:38.944Z] #43 9.248 CC images/core-aarch64.o [2021-03-30T18:02:39.148Z] #29 ... [2021-03-30T18:02:39.148Z] [2021-03-30T18:02:39.148Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-30T18:02:39.148Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-03-30T18:02:39.148Z] #11 DONE 1.0s [2021-03-30T18:02:39.148Z] [2021-03-30T18:02:39.148Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:02:39.148Z] #29 sha256:15f53de4276735b09bc500aa94b61ff58e44ff735f28fb3d696b6c785a414e1b [2021-03-30T18:02:39.148Z] #29 1.987 ######################################################################## 100.0% [2021-03-30T18:02:39.148Z] #29 2.051 [2021-03-30T18:02:39.148Z] #29 2.167 ############################################# 63.1% ######################################################################## 100.0% [2021-03-30T18:02:39.179Z] #38 4.953 -- Detecting C compiler ABI info - done [2021-03-30T18:02:39.179Z] #38 4.973 -- Detecting C compile features [2021-03-30T18:02:39.200Z] #43 9.340 CC images/core-ppc64.o [2021-03-30T18:02:39.200Z] #43 9.528 CC images/core-s390.o [2021-03-30T18:02:39.245Z] #23 transferring context: 53.44MB 1.3s done [2021-03-30T18:02:39.245Z] #23 DONE 1.4s [2021-03-30T18:02:39.245Z] [2021-03-30T18:02:39.245Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-03-30T18:02:39.245Z] #15 sha256:daa9f6e8adf5b429e62d5ff15da3779572527060f146ba0a193beaf894564a3f [2021-03-30T18:02:39.245Z] #15 CACHED [2021-03-30T18:02:39.245Z] [2021-03-30T18:02:39.245Z] #11 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-30T18:02:39.245Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-03-30T18:02:39.245Z] #11 CACHED [2021-03-30T18:02:39.245Z] [2021-03-30T18:02:39.245Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-30T18:02:39.245Z] #48 sha256:d15edc4efa8456a657982f2b52899223591c69cedea9c5f021e90b3b1ea35ea1 [2021-03-30T18:02:39.245Z] #48 CACHED [2021-03-30T18:02:39.245Z] [2021-03-30T18:02:39.245Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-30T18:02:39.245Z] #14 sha256:8a6ac16c6f60b3ddd6666e188160503c9d1e0f23b198ede20cd2b4a914d2344c [2021-03-30T18:02:39.245Z] #14 CACHED [2021-03-30T18:02:39.245Z] [2021-03-30T18:02:39.245Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-03-30T18:02:39.245Z] #21 sha256:3a04c6fdd7ef5872a267faf8a5f2edcdb730aaf9dae03f62142eed23000d4fab [2021-03-30T18:02:39.245Z] #21 CACHED [2021-03-30T18:02:39.245Z] [2021-03-30T18:02:39.245Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-30T18:02:39.245Z] #54 sha256:f6955d0a495a483709703c5792403c41d9ef53d6e8257ae668267e473f84699e [2021-03-30T18:02:39.245Z] #54 CACHED [2021-03-30T18:02:39.245Z] [2021-03-30T18:02:39.245Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-30T18:02:39.245Z] #31 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-03-30T18:02:39.245Z] #31 CACHED [2021-03-30T18:02:39.245Z] [2021-03-30T18:02:39.245Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-30T18:02:39.245Z] #46 sha256:37a13d82fa9b3565d55481df00e64d2d7b1d04dbf5746088eb7b660940a0595d [2021-03-30T18:02:39.245Z] #46 CACHED [2021-03-30T18:02:39.245Z] [2021-03-30T18:02:39.245Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-30T18:02:39.245Z] #68 sha256:7f74798e6e8428fc799be8e487abe9fdefb5568e70f0773f38d0671d950ad6b2 [2021-03-30T18:02:39.245Z] #68 CACHED [2021-03-30T18:02:39.245Z] [2021-03-30T18:02:39.245Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-30T18:02:39.245Z] #33 sha256:d9163319c33fc2f9f83ebff69c4526157811d2d204d7beac3c89f47529c32fdd [2021-03-30T18:02:39.245Z] #33 CACHED [2021-03-30T18:02:39.245Z] [2021-03-30T18:02:39.245Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-30T18:02:39.245Z] #22 sha256:a35d58ddfb9f3f9629730880f624a4b18b6b1c37fb5307e7765f763de2a47ef6 [2021-03-30T18:02:39.245Z] #22 CACHED [2021-03-30T18:02:39.245Z] [2021-03-30T18:02:39.245Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-03-30T18:02:39.245Z] #19 sha256:4c1fddb96b703d3806ef5aae6835a85678c055f769b5f99c9926d604e1adf9d6 [2021-03-30T18:02:39.245Z] #19 CACHED [2021-03-30T18:02:39.245Z] [2021-03-30T18:02:39.245Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-30T18:02:39.245Z] #24 sha256:86aeda2237499d3484a957c6ef63ebce6b218078a20e3366ce2866ead8dbcb46 [2021-03-30T18:02:39.245Z] #24 CACHED [2021-03-30T18:02:39.245Z] [2021-03-30T18:02:39.245Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:02:39.245Z] #49 sha256:62097c0e7244fe8ff71c8300b8792e03cc1b1a7649e107d745e3d667f5a79b98 [2021-03-30T18:02:39.245Z] #49 CACHED [2021-03-30T18:02:39.245Z] [2021-03-30T18:02:39.246Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:02:39.246Z] #51 sha256:ca49b41cd79f8b5445d69d7f16da61666dd5fa4790188a4d961b346240db3493 [2021-03-30T18:02:39.246Z] #51 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #65 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-03-30T18:02:39.246Z] #65 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-03-30T18:02:39.246Z] #65 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-30T18:02:39.246Z] #39 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-03-30T18:02:39.246Z] #39 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #27 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-30T18:02:39.246Z] #27 sha256:bb47dbb89b92b00c52c0d07983930d7f75700678fa4fec854cdf7d786a894b6e [2021-03-30T18:02:39.246Z] #27 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-30T18:02:39.246Z] #30 sha256:76cd0e4e9f734a616cd33c31f1981b911f74dc4288a8d3d3b821d55134a61ff1 [2021-03-30T18:02:39.246Z] #30 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:02:39.246Z] #45 sha256:24493c0bf2c8de92c80e34ce7a7e7067b3b71def9a105f52899eafeeef2644fe [2021-03-30T18:02:39.246Z] #45 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-30T18:02:39.246Z] #67 sha256:21923d350d44ee1bd0104004396a9d3c9a58bdae32ffefffdc09f0c62e247d14 [2021-03-30T18:02:39.246Z] #67 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-30T18:02:39.246Z] #47 sha256:43f2378b62c1b13373edb8965d28ba97448ea3f7991434ef1437b69d1042a51c [2021-03-30T18:02:39.246Z] #47 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-30T18:02:39.246Z] #18 sha256:3cacc04a1189660550b8cc885d68df049614571821b02a63bff579b9e9bd4f22 [2021-03-30T18:02:39.246Z] #18 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-30T18:02:39.246Z] #61 sha256:2e61bbe158d2f686ee2f936f7bb02568ede5bfbc991ebe919b048a4b0d593b7b [2021-03-30T18:02:39.246Z] #61 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-30T18:02:39.246Z] #35 sha256:71af7c9f52a01877ce5b896842c876256e79b977cbdbaaf1c322a084e0241e26 [2021-03-30T18:02:39.246Z] #35 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #63 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-03-30T18:02:39.246Z] #63 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-03-30T18:02:39.246Z] #63 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:02:39.246Z] #34 sha256:5a18a66fab3c8f49533de8ac352d1cf3359c8a16713646e0b63533013bee9a8a [2021-03-30T18:02:39.246Z] #34 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-30T18:02:39.246Z] #25 sha256:b85708f4066888399f90709a7dc2a903c1f024aa1b783b920ae563a8901aed09 [2021-03-30T18:02:39.246Z] #25 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:02:39.246Z] #58 sha256:36739eabd138f0f8fece442ec97641c926ef3af03959a916062814f697d92c18 [2021-03-30T18:02:39.246Z] #58 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-30T18:02:39.246Z] #12 sha256:a4fc3b84a9fb1d234e946cc4577deb87c7e6bc40e23bcd8c860a009a391faa80 [2021-03-30T18:02:39.246Z] #12 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-30T18:02:39.246Z] #50 sha256:8f72da117614efb4e120cc8434163b8757a67fd0b93e77974686b5835b691b04 [2021-03-30T18:02:39.246Z] #50 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-30T18:02:39.246Z] #16 sha256:65e089c5b1d7082ef58fefc5a2c440b5b720136eae7084c036f4b9a2be3fd5b1 [2021-03-30T18:02:39.246Z] #16 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-30T18:02:39.246Z] #38 sha256:0391a0ed963a9570f80dae411aed60d7d5856c348006be3352a28e10eff7ca85 [2021-03-30T18:02:39.246Z] #38 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-30T18:02:39.246Z] #52 sha256:0c9668018650c5a908a650d135a17337366c9b5ec7fdccf2e9a65d6d927e859b [2021-03-30T18:02:39.246Z] #52 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:02:39.246Z] #13 sha256:c10446278456751d6102740d0790625c6921a4ce074b7146a632808a6ccc80c5 [2021-03-30T18:02:39.246Z] #13 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:02:39.246Z] #32 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-03-30T18:02:39.246Z] #32 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-30T18:02:39.246Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-03-30T18:02:39.246Z] #10 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-30T18:02:39.246Z] #28 sha256:feae9183a91d817f1ca0796d950d4420499ac11ec585b2fa6acecd3c4381c52a [2021-03-30T18:02:39.246Z] #28 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:02:39.246Z] #40 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-03-30T18:02:39.246Z] #40 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-30T18:02:39.246Z] #37 sha256:bc86a2012260d8db642f7b54fc603e187d0ee1f8b417e26baba31443e7397f67 [2021-03-30T18:02:39.246Z] #37 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-30T18:02:39.246Z] #57 sha256:46fa232f3ad1d7038ea79522c06bb04736df53d02a1130f1c13b5541ab26ac0e [2021-03-30T18:02:39.246Z] #57 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-30T18:02:39.246Z] #44 sha256:d1451001cc4ce6c5d6502d8a275913c9971248b0a91d2b10a117c59c7d790ab8 [2021-03-30T18:02:39.246Z] #44 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-30T18:02:39.246Z] #17 sha256:8adba43626e6c2ad9c104858cdfccc193309ce46f8df97e23fb1104bc3eb1997 [2021-03-30T18:02:39.246Z] #17 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:39.246Z] #43 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-03-30T18:02:39.246Z] #43 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-03-30T18:02:39.246Z] #66 sha256:95f78668782f7f1ac209a3a5494d9eb5e6362b78212053e9187e2462c02112e5 [2021-03-30T18:02:39.246Z] #66 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:02:39.246Z] #29 sha256:4a6dad880649b226e2b173dd59e730efc8cde486ef025f9876fc3e59f6a449cf [2021-03-30T18:02:39.246Z] #29 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-30T18:02:39.246Z] #53 sha256:ef28d5e10718d54d5fba085a29bdf2e9d024d016df84c9f00b2079032400c79d [2021-03-30T18:02:39.246Z] #53 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-30T18:02:39.246Z] #41 sha256:2edf744f5ce13dc1df00a1e0074271065088cbc2f957d4fc1da89e3ec0c0f0a1 [2021-03-30T18:02:39.246Z] #41 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:02:39.246Z] #36 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-03-30T18:02:39.246Z] #36 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-30T18:02:39.246Z] #55 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-03-30T18:02:39.246Z] #55 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-30T18:02:39.246Z] #59 sha256:0150b892247510a31041e08ac8ef0deebacb32591bdd09a3809eb07e0916bf82 [2021-03-30T18:02:39.246Z] #59 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-30T18:02:39.246Z] #60 sha256:c850d9293f7ee47e6eec6e3056c8d262ff1c5282baaca14049aab48b394b59ab [2021-03-30T18:02:39.246Z] #60 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:02:39.246Z] #56 sha256:f853935945b358ee7853ec291d5e722d9ec6b42c6902f2acc0517e67fe607645 [2021-03-30T18:02:39.246Z] #56 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:02:39.246Z] #42 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-03-30T18:02:39.246Z] #42 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:02:39.246Z] #20 sha256:6710c2ae4389e0a5c3191493680b34bd1f9cb98341188179232b56c1732ae379 [2021-03-30T18:02:39.246Z] #20 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-30T18:02:39.246Z] #69 sha256:26070c95951a07d6d9c33d02c2eb84284c5ec308947904ef88f9587dcf8a95c3 [2021-03-30T18:02:39.246Z] #69 CACHED [2021-03-30T18:02:39.246Z] [2021-03-30T18:02:39.246Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-30T18:02:39.246Z] #70 sha256:a84e8579c19a22586e2b4480a22a924d95e55b02d2c8757d13758467a56fe152 [2021-03-30T18:02:39.405Z] #29 2.271 [2021-03-30T18:02:39.457Z] #43 9.684 CC images/cpuinfo.o [2021-03-30T18:02:39.457Z] #43 9.784 CC images/inventory.o [2021-03-30T18:02:39.664Z] #29 2.388 ###### 9.6% [2021-03-30T18:02:39.664Z] #29 ... [2021-03-30T18:02:39.664Z] [2021-03-30T18:02:39.664Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-30T18:02:39.664Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-03-30T18:02:39.664Z] #39 DONE 0.4s [2021-03-30T18:02:39.664Z] [2021-03-30T18:02:39.664Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:02:39.664Z] #29 sha256:15f53de4276735b09bc500aa94b61ff58e44ff735f28fb3d696b6c785a414e1b [2021-03-30T18:02:39.713Z] #43 9.858 CC images/fdinfo.o [2021-03-30T18:02:39.713Z] #43 10.04 CC images/fown.o [2021-03-30T18:02:39.921Z] #29 2.388 ###### 9.6% ######################### 35.9% ######################################## 56.8% [2021-03-30T18:02:39.921Z] #29 ... [2021-03-30T18:02:39.921Z] [2021-03-30T18:02:39.921Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-30T18:02:39.921Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-03-30T18:02:39.921Z] #31 DONE 0.6s [2021-03-30T18:02:39.921Z] [2021-03-30T18:02:39.921Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:02:39.921Z] #29 sha256:15f53de4276735b09bc500aa94b61ff58e44ff735f28fb3d696b6c785a414e1b [2021-03-30T18:02:39.921Z] #29 2.388 ###### 9.6% ######################### 35.9% ######################################## 56.8% ##################################################### 74.1% ##################################################################### 96.5% ######################################################################## 100.0% [2021-03-30T18:02:39.921Z] #29 2.929 [2021-03-30T18:02:39.970Z] #43 10.12 CC images/ns.o [2021-03-30T18:02:39.970Z] #43 10.20 CC images/regfile.o [2021-03-30T18:02:39.970Z] #43 10.26 CC images/ghost-file.o [2021-03-30T18:02:40.211Z] #38 ... [2021-03-30T18:02:40.211Z] [2021-03-30T18:02:40.211Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-30T18:02:40.211Z] #14 48.53 Selecting previously unselected package binutils-mingw-w64. [2021-03-30T18:02:40.211Z] #14 48.55 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-30T18:02:40.211Z] #14 48.56 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-30T18:02:40.211Z] #14 48.68 Selecting previously unselected package libdevmapper1.02.1:s390x. [2021-03-30T18:02:40.211Z] #14 48.71 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2021-03-30T18:02:40.211Z] #14 48.71 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2021-03-30T18:02:40.211Z] #14 48.90 Selecting previously unselected package dmsetup. [2021-03-30T18:02:40.211Z] #14 48.90 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2021-03-30T18:02:40.211Z] #14 48.90 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-30T18:02:40.211Z] #14 49.04 Selecting previously unselected package mingw-w64-common. [2021-03-30T18:02:40.211Z] #14 49.06 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-30T18:02:40.211Z] #14 49.06 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-30T18:02:40.227Z] #43 10.42 CC images/fifo.o [2021-03-30T18:02:40.227Z] #43 10.50 CC images/remap-file-path.o [2021-03-30T18:02:40.227Z] #43 10.54 CC images/eventfd.o [2021-03-30T18:02:40.484Z] #43 10.60 CC images/eventpoll.o [2021-03-30T18:02:40.484Z] #43 10.69 CC images/fh.o [2021-03-30T18:02:40.484Z] #43 10.79 CC images/fsnotify.o [2021-03-30T18:02:40.741Z] #43 10.99 CC images/signalfd.o [2021-03-30T18:02:40.741Z] #43 11.07 CC images/fs.o [2021-03-30T18:02:40.997Z] #43 11.14 CC images/pstree.o [2021-03-30T18:02:40.997Z] #43 11.21 CC images/pipe.o [2021-03-30T18:02:40.997Z] #43 11.32 CC images/tcp-stream.o [2021-03-30T18:02:40.997Z] #43 11.39 CC images/sk-packet.o [2021-03-30T18:02:41.157Z] #70 DONE 1.7s [2021-03-30T18:02:41.157Z] [2021-03-30T18:02:41.157Z] #71 exporting to image [2021-03-30T18:02:41.157Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-30T18:02:41.157Z] #71 exporting layers [2021-03-30T18:02:41.254Z] #43 ... [2021-03-30T18:02:41.254Z] [2021-03-30T18:02:41.254Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:02:41.254Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-30T18:02:41.254Z] #32 DONE 36.0s [2021-03-30T18:02:41.254Z] [2021-03-30T18:02:41.254Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:41.254Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:02:41.254Z] #43 11.47 CC images/mnt.o [2021-03-30T18:02:41.510Z] #43 11.57 CC images/pipe-data.o [2021-03-30T18:02:41.510Z] #43 11.74 CC images/sa.o [2021-03-30T18:02:41.511Z] #43 11.82 CC images/timer.o [2021-03-30T18:02:41.775Z] #43 11.92 CC images/timerfd.o [2021-03-30T18:02:41.775Z] #43 12.02 CC images/mm.o [2021-03-30T18:02:41.926Z] Commit message: "Merge commit 'd7a5abe6bd9b027d21b7f7a8703f38ad62913aff' into HEAD" [2021-03-30T18:02:42.036Z] #43 12.12 CC images/sk-opts.o [2021-03-30T18:02:42.036Z] #43 12.22 CC images/sk-unix.o [2021-03-30T18:02:42.036Z] #43 12.31 CC images/sk-inet.o [2021-03-30T18:02:42.047Z] First time build. Skipping changelog. [2021-03-30T18:02:42.249Z] #29 3.057 ## 4.2% ###### 9.7% ########## 14.8% ############# 18.7% ################# 23.9% #################### 28.0% ###################### 31.1% ######################### 34.8% ########################### 38.8% ############################# 40.4% ############################### 44.4% ################################## 47.3% ##################################### 52.1% ######################################## 56.2% ############################################ 62.3% ################################################## 69.7% ##################################################### 73.7% ######################################################## 78.4% ############################################################### 88.0% ###################################################################### 98.4% ######################################################################## 100.0% [2021-03-30T18:02:42.249Z] #29 5.227 [2021-03-30T18:02:42.293Z] #43 12.42 CC images/tun.o [2021-03-30T18:02:42.293Z] #43 12.51 CC images/sk-netlink.o [2021-03-30T18:02:42.293Z] #43 12.58 CC images/packet-sock.o [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-03-30T18:02:42.506Z] #29 5.563 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-30T18:02:42.545Z] #71 exporting layers 1.5s done [2021-03-30T18:02:42.545Z] #71 writing image sha256:70c27f48a9b7066abb09aec8bfb0a3aae748543323df5f58e884431035a4eda5 [2021-03-30T18:02:42.545Z] #71 writing image sha256:70c27f48a9b7066abb09aec8bfb0a3aae748543323df5f58e884431035a4eda5 done [2021-03-30T18:02:42.546Z] #71 naming to docker.io/library/docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 done [2021-03-30T18:02:42.546Z] #71 DONE 1.6s [2021-03-30T18:02:42.549Z] #43 12.70 CC images/ipc-var.o [2021-03-30T18:02:42.549Z] #43 12.77 CC images/ipc-desc.o [2021-03-30T18:02:42.550Z] #43 12.82 CC images/ipc-shm.o [2021-03-30T18:02:42.550Z] #43 12.91 CC images/ipc-msg.o [2021-03-30T18:02:42.764Z] #29 5.680 [2021-03-30T18:02:42.764Z] #29 5.767 ######################################################################## 100.0% [2021-03-30T18:02:42.764Z] #29 5.798 [2021-03-30T18:02:42.806Z] #43 13.02 CC images/ipc-sem.o [2021-03-30T18:02:42.806Z] #43 13.12 CC images/utsns.o [2021-03-30T18:02:43.063Z] #43 13.18 CC images/creds.o [2021-03-30T18:02:43.063Z] #43 13.26 CC images/vma.o [2021-03-30T18:02:43.063Z] #43 13.33 CC images/netdev.o [2021-03-30T18:02:43.320Z] #43 13.42 CC images/tty.o [2021-03-30T18:02:43.320Z] #43 13.57 CC images/file-lock.o [2021-03-30T18:02:43.320Z] #43 ... [2021-03-30T18:02:43.320Z] [2021-03-30T18:02:43.320Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:02:43.320Z] #56 sha256:d623fc1475912258f62c3ac9162ac8aee891c47868733a3948939e74d5868b96 [2021-03-30T18:02:43.320Z] #56 14.48 + cd /tmp/tmp.OT2vkKdtXP/src/github.com/containerd/containerd [2021-03-30T18:02:43.320Z] #56 14.48 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:02:43.320Z] #56 14.98 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-30T18:02:43.320Z] #56 14.98 + BUILDTAGS='netgo osusergo static_build' [2021-03-30T18:02:43.320Z] #56 14.98 + export EXTRA_FLAGS=-buildmode=pie [2021-03-30T18:02:43.320Z] #56 14.98 + EXTRA_FLAGS=-buildmode=pie [2021-03-30T18:02:43.320Z] #56 14.98 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-30T18:02:43.320Z] #56 14.98 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-30T18:02:43.320Z] #56 14.98 + '[' '' = dynamic ']' [2021-03-30T18:02:43.320Z] #56 14.98 + make [2021-03-30T18:02:43.320Z] #56 15.68 + bin/ctr [2021-03-30T18:02:43.329Z] #29 6.145 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-30T18:02:43.329Z] #29 6.244 [2021-03-30T18:02:43.329Z] #29 6.370 ##################################################### 74.4% ######################################################################## 100.0% [2021-03-30T18:02:43.579Z] #56 ... [2021-03-30T18:02:43.579Z] [2021-03-30T18:02:43.579Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:43.579Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:02:43.579Z] #43 13.64 CC images/rlimit.o [2021-03-30T18:02:43.579Z] #43 13.72 CC images/pagemap.o [2021-03-30T18:02:43.579Z] #43 13.81 CC images/siginfo.o [2021-03-30T18:02:43.579Z] #43 13.88 CC images/rpc.o [2021-03-30T18:02:43.589Z] #29 6.404 [Pipeline] } [Pipeline] // stage [2021-03-30T18:02:44.144Z] #43 ... [2021-03-30T18:02:44.144Z] [2021-03-30T18:02:44.144Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:02:44.144Z] #45 sha256:5568ceaa8e04876927786a26ea1a57ebe61201e20e87a4963c8a16fde33e7f54 [2021-03-30T18:02:44.144Z] #45 35.24 github.com/LK4D4/vndr/godl [2021-03-30T18:02:44.144Z] #45 35.53 github.com/LK4D4/vndr [2021-03-30T18:02:44.144Z] #45 DONE 39.0s [2021-03-30T18:02:44.144Z] [2021-03-30T18:02:44.144Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:44.144Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:02:44.144Z] #43 14.19 CC images/ext-file.o [2021-03-30T18:02:44.144Z] #43 14.27 CC images/cgroup.o [2021-03-30T18:02:44.153Z] #29 6.952 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-30T18:02:44.153Z] #29 7.057 [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-03-30T18:02:44.400Z] #43 14.44 CC images/userns.o [2021-03-30T18:02:44.401Z] #43 14.53 CC images/google/protobuf/descriptor.o [2021-03-30T18:02:44.462Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/test/unit [2021-03-30T18:02:44.661Z] #14 ... [2021-03-30T18:02:44.661Z] [2021-03-30T18:02:44.661Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:02:44.661Z] #44 3.259 Note: Building without setproctitle() and strlcpy() support. [2021-03-30T18:02:44.661Z] #44 3.259 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-30T18:02:44.661Z] #44 3.339 Note: Building without GnuTLS support [2021-03-30T18:02:44.661Z] #44 3.340 Makefile.config:39: Warn: you have no libnftables installed [2021-03-30T18:02:44.661Z] #44 3.340 Makefile.config:40: Warn: Building without nftables support [2021-03-30T18:02:44.661Z] #44 4.875 fatal: not a git repository (or any of the parent directories): .git [2021-03-30T18:02:44.661Z] #44 4.908 GEN .gitid [2021-03-30T18:02:44.661Z] #44 4.911 GEN criu/include/version.h [2021-03-30T18:02:44.661Z] #44 4.934 GEN include/common/asm [2021-03-30T18:02:44.661Z] #44 6.187 PBCC images/timens.pb-c.c [2021-03-30T18:02:44.661Z] #44 6.244 DEP images/timens.pb-c.d [2021-03-30T18:02:44.662Z] #44 6.292 PBCC images/fown.pb-c.c [2021-03-30T18:02:44.662Z] #44 6.328 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-30T18:02:44.662Z] #44 6.382 PBCC images/opts.pb-c.c [2021-03-30T18:02:44.662Z] #44 6.459 PBCC images/memfd.pb-c.c [2021-03-30T18:02:44.662Z] #44 6.508 DEP images/fown.pb-c.d [2021-03-30T18:02:44.662Z] #44 6.523 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-30T18:02:44.662Z] #44 6.623 DEP images/opts.pb-c.d [2021-03-30T18:02:44.662Z] #44 6.670 DEP images/memfd.pb-c.d [2021-03-30T18:02:44.662Z] #44 6.727 PBCC images/sit.pb-c.c [2021-03-30T18:02:44.662Z] #44 6.759 DEP images/sit.pb-c.d [2021-03-30T18:02:44.662Z] #44 6.807 PBCC images/macvlan.pb-c.c [2021-03-30T18:02:44.662Z] #44 6.811 DEP images/macvlan.pb-c.d [2021-03-30T18:02:44.662Z] #44 6.870 PBCC images/autofs.pb-c.c [2021-03-30T18:02:44.662Z] #44 6.914 DEP images/autofs.pb-c.d [2021-03-30T18:02:44.662Z] #44 6.950 PBCC images/sysctl.pb-c.c [2021-03-30T18:02:44.662Z] #44 6.983 DEP images/sysctl.pb-c.d [2021-03-30T18:02:44.662Z] #44 7.029 PBCC images/time.pb-c.c [2021-03-30T18:02:44.662Z] #44 7.080 DEP images/time.pb-c.d [2021-03-30T18:02:44.662Z] #44 7.120 PBCC images/binfmt-misc.pb-c.c [2021-03-30T18:02:44.662Z] #44 7.136 DEP images/binfmt-misc.pb-c.d [2021-03-30T18:02:44.662Z] #44 7.173 PBCC images/seccomp.pb-c.c [2021-03-30T18:02:44.662Z] #44 7.187 DEP images/seccomp.pb-c.d [2021-03-30T18:02:44.662Z] #44 7.233 PBCC images/userns.pb-c.c [2021-03-30T18:02:44.662Z] #44 7.256 DEP images/userns.pb-c.d [2021-03-30T18:02:44.662Z] #44 7.264 PBCC images/cgroup.pb-c.c [2021-03-30T18:02:44.662Z] #44 7.302 DEP images/cgroup.pb-c.d [2021-03-30T18:02:44.662Z] #44 7.367 PBCC images/ext-file.pb-c.c [2021-03-30T18:02:44.662Z] #44 7.372 DEP images/ext-file.pb-c.d [2021-03-30T18:02:44.662Z] #44 7.423 PBCC images/rpc.pb-c.c [2021-03-30T18:02:44.662Z] #44 7.468 DEP images/rpc.pb-c.d [2021-03-30T18:02:44.662Z] #44 7.524 PBCC images/siginfo.pb-c.c [2021-03-30T18:02:44.662Z] #44 7.535 DEP images/siginfo.pb-c.d [2021-03-30T18:02:44.662Z] #44 7.581 PBCC images/pagemap.pb-c.c [2021-03-30T18:02:44.662Z] #44 7.621 DEP images/pagemap.pb-c.d [2021-03-30T18:02:44.662Z] #44 7.631 PBCC images/rlimit.pb-c.c [2021-03-30T18:02:44.662Z] #44 7.657 DEP images/rlimit.pb-c.d [2021-03-30T18:02:44.662Z] #44 7.699 PBCC images/file-lock.pb-c.c [2021-03-30T18:02:44.662Z] #44 7.713 DEP images/file-lock.pb-c.d [2021-03-30T18:02:44.662Z] #44 7.774 PBCC images/tty.pb-c.c [2021-03-30T18:02:44.662Z] #44 7.885 DEP images/tty.pb-c.d [2021-03-30T18:02:44.662Z] #44 7.961 PBCC images/tun.pb-c.c [2021-03-30T18:02:44.662Z] #44 7.980 PBCC images/netdev.pb-c.c [2021-03-30T18:02:44.662Z] #44 8.024 DEP images/tun.pb-c.d [2021-03-30T18:02:44.662Z] #44 8.081 DEP images/netdev.pb-c.d [2021-03-30T18:02:44.662Z] #44 8.152 PBCC images/vma.pb-c.c [2021-03-30T18:02:44.662Z] #44 8.203 DEP images/vma.pb-c.d [2021-03-30T18:02:44.662Z] #44 8.275 PBCC images/creds.pb-c.c [2021-03-30T18:02:44.662Z] #44 8.325 DEP images/creds.pb-c.d [2021-03-30T18:02:44.662Z] #44 8.419 PBCC images/utsns.pb-c.c [2021-03-30T18:02:44.662Z] #44 8.437 DEP images/utsns.pb-c.d [2021-03-30T18:02:44.662Z] #44 8.494 PBCC images/ipc-desc.pb-c.c [2021-03-30T18:02:44.662Z] #44 8.516 PBCC images/ipc-sem.pb-c.c [2021-03-30T18:02:44.662Z] #44 8.554 DEP images/ipc-desc.pb-c.d [2021-03-30T18:02:44.662Z] #44 8.624 DEP images/ipc-sem.pb-c.d [2021-03-30T18:02:44.662Z] #44 8.703 PBCC images/ipc-msg.pb-c.c [2021-03-30T18:02:44.662Z] #44 8.741 DEP images/ipc-msg.pb-c.d [2021-03-30T18:02:44.662Z] #44 8.811 PBCC images/ipc-shm.pb-c.c [2021-03-30T18:02:44.662Z] #44 8.853 DEP images/ipc-shm.pb-c.d [2021-03-30T18:02:44.662Z] #44 8.925 PBCC images/ipc-var.pb-c.c [2021-03-30T18:02:44.662Z] #44 8.964 DEP images/ipc-var.pb-c.d [2021-03-30T18:02:44.662Z] #44 9.027 PBCC images/sk-opts.pb-c.c [2021-03-30T18:02:44.662Z] #44 9.063 PBCC images/packet-sock.pb-c.c [2021-03-30T18:02:44.662Z] #44 9.102 DEP images/sk-opts.pb-c.d [2021-03-30T18:02:44.662Z] #44 9.173 DEP images/packet-sock.pb-c.d [2021-03-30T18:02:44.662Z] #44 9.239 PBCC images/sk-netlink.pb-c.c [2021-03-30T18:02:44.662Z] #44 9.314 DEP images/sk-netlink.pb-c.d [2021-03-30T18:02:44.662Z] #44 9.386 PBCC images/sk-inet.pb-c.c [2021-03-30T18:02:44.662Z] #44 9.452 DEP images/sk-inet.pb-c.d [2021-03-30T18:02:44.662Z] #44 9.517 PBCC images/sk-unix.pb-c.c [2021-03-30T18:02:44.662Z] #44 9.526 DEP images/sk-unix.pb-c.d [2021-03-30T18:02:44.662Z] #44 9.614 PBCC images/mm.pb-c.c [2021-03-30T18:02:44.662Z] #44 9.623 DEP images/mm.pb-c.d [2021-03-30T18:02:44.662Z] #44 9.747 PBCC images/timerfd.pb-c.c [2021-03-30T18:02:44.662Z] #44 9.832 DEP images/timerfd.pb-c.d [2021-03-30T18:02:44.662Z] #44 9.904 PBCC images/timer.pb-c.c [2021-03-30T18:02:44.662Z] #44 9.982 DEP images/timer.pb-c.d [2021-03-30T18:02:44.662Z] #44 ... [2021-03-30T18:02:44.662Z] [2021-03-30T18:02:44.662Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:02:44.662Z] #38 6.871 -- Detecting C compile features - done [2021-03-30T18:02:44.662Z] #38 6.925 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-30T18:02:44.662Z] #38 7.237 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-30T18:02:44.662Z] #38 7.276 -- Configuring done [2021-03-30T18:02:44.662Z] #38 7.339 -- Generating done [2021-03-30T18:02:44.662Z] #38 7.351 -- Build files have been written to: /tmp/tmp.IyRHdJIowC/tini [2021-03-30T18:02:44.662Z] #38 7.375 + make tini-static [2021-03-30T18:02:44.662Z] #38 7.965 Scanning dependencies of target tini-static [2021-03-30T18:02:44.662Z] #38 8.187 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-30T18:02:44.662Z] #38 9.241 [100%] Linking C executable tini-static [2021-03-30T18:02:44.662Z] #38 9.805 [100%] Built target tini-static [2021-03-30T18:02:44.662Z] #38 9.897 + mkdir -p /build [2021-03-30T18:02:44.662Z] #38 9.899 + cp tini-static /build/docker-init [2021-03-30T18:02:44.662Z] #38 DONE 10.2s [2021-03-30T18:02:44.662Z] [2021-03-30T18:02:44.662Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:02:44.662Z] #44 10.13 PBCC images/sa.pb-c.c [2021-03-30T18:02:44.662Z] #44 ... [2021-03-30T18:02:44.662Z] [2021-03-30T18:02:44.662Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-03-30T18:02:44.662Z] #28 40.53 Updating certificates in /etc/ssl/certs... [2021-03-30T18:02:44.662Z] #28 43.02 137 added, 0 removed; done. [2021-03-30T18:02:44.662Z] #28 43.15 Setting up libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2021-03-30T18:02:44.662Z] #28 43.16 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-30T18:02:44.662Z] #28 43.17 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ... [2021-03-30T18:02:44.662Z] #28 43.18 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-30T18:02:44.662Z] #28 43.19 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:02:44.662Z] #28 43.20 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-30T18:02:44.662Z] #28 43.22 Updating certificates in /etc/ssl/certs... [2021-03-30T18:02:44.662Z] #28 45.55 0 added, 0 removed; done. [2021-03-30T18:02:44.662Z] #28 45.55 Running hooks in /etc/ca-certificates/update.d... [2021-03-30T18:02:44.662Z] #28 45.56 done. [2021-03-30T18:02:44.662Z] #28 DONE 45.9s [2021-03-30T18:02:44.662Z] [2021-03-30T18:02:44.662Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:02:44.662Z] #44 10.22 DEP images/sa.pb-c.d [2021-03-30T18:02:44.662Z] #44 10.28 PBCC images/pipe-data.pb-c.c [2021-03-30T18:02:44.662Z] #44 10.33 DEP images/pipe-data.pb-c.d [2021-03-30T18:02:44.662Z] #44 10.45 PBCC images/mnt.pb-c.c [2021-03-30T18:02:44.662Z] #44 10.55 DEP images/mnt.pb-c.d [2021-03-30T18:02:44.666Z] #29 7.177 ### 5.2% ############# 19.3% ############################### 43.6% [2021-03-30T18:02:44.666Z] #29 ... [2021-03-30T18:02:44.666Z] [2021-03-30T18:02:44.666Z] #12 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-30T18:02:44.666Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-03-30T18:02:44.666Z] #12 DONE 5.3s [2021-03-30T18:02:44.666Z] [2021-03-30T18:02:44.666Z] #29 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:02:44.666Z] #29 sha256:15f53de4276735b09bc500aa94b61ff58e44ff735f28fb3d696b6c785a414e1b [2021-03-30T18:02:44.674Z] #43 15.00 CC images/opts.o [2021-03-30T18:02:41.965Z] > git rev-list --no-walk 292d4e3b99dbe01a553ca0608f817366c059e4be # timeout=10 [2021-03-30T18:02:44.925Z] #29 7.177 ### 5.2% ############# 19.3% ############################### 43.6% ##################################### 51.6% ########################################### 60.4% ########################################################### 83.0% ######################################################################## 100.0% [2021-03-30T18:02:44.925Z] #29 7.803 [2021-03-30T18:02:44.930Z] #43 15.08 CC images/seccomp.o [2021-03-30T18:02:44.930Z] #43 15.16 CC images/binfmt-misc.o [2021-03-30T18:02:44.930Z] #43 15.23 CC images/time.o [2021-03-30T18:02:44.965Z] #44 ... [2021-03-30T18:02:44.965Z] [2021-03-30T18:02:44.965Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-30T18:02:44.965Z] #29 DONE 0.1s [2021-03-30T18:02:44.965Z] [2021-03-30T18:02:44.965Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:02:44.965Z] #44 10.62 PBCC images/sk-packet.pb-c.c [2021-03-30T18:02:44.965Z] #44 10.63 DEP images/sk-packet.pb-c.d [2021-03-30T18:02:44.965Z] #44 10.72 PBCC images/tcp-stream.pb-c.c [2021-03-30T18:02:44.965Z] #44 ... [2021-03-30T18:02:44.965Z] [2021-03-30T18:02:44.965Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-30T18:02:44.965Z] #52 41.81 syscall [2021-03-30T18:02:44.965Z] #52 42.08 reflect [2021-03-30T18:02:44.965Z] #52 49.17 time [2021-03-30T18:02:44.965Z] #52 ... [2021-03-30T18:02:44.965Z] [2021-03-30T18:02:44.965Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:02:44.965Z] #44 10.83 DEP images/tcp-stream.pb-c.d [2021-03-30T18:02:45.127Z] + docker version [2021-03-30T18:02:45.181Z] #29 8.146 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-30T18:02:45.189Z] #43 15.28 CC images/sysctl.o [2021-03-30T18:02:45.189Z] #43 15.35 CC images/autofs.o [2021-03-30T18:02:45.189Z] #43 15.40 CC images/macvlan.o [2021-03-30T18:02:45.189Z] #43 15.47 CC images/sit.o [2021-03-30T18:02:45.189Z] #43 15.56 CC images/memfd.o [2021-03-30T18:02:45.268Z] #44 11.07 PBCC images/pipe.pb-c.c [2021-03-30T18:02:45.268Z] #44 11.12 DEP images/pipe.pb-c.d [2021-03-30T18:02:45.439Z] #29 8.266 [2021-03-30T18:02:45.439Z] #29 8.337 ######################################################################## 100.0% [2021-03-30T18:02:45.439Z] #29 8.375 [2021-03-30T18:02:45.445Z] #43 15.65 CC images/timens.o [2021-03-30T18:02:45.445Z] #43 15.71 LINK images/built-in.o [2021-03-30T18:02:45.445Z] #43 15.78 GEN compel/include/asm [2021-03-30T18:02:45.445Z] #43 15.83 GEN compel/include/version.h [2021-03-30T18:02:45.560Z] #44 11.20 PBCC images/pstree.pb-c.c [2021-03-30T18:02:45.560Z] #44 11.29 DEP images/pstree.pb-c.d [2021-03-30T18:02:45.560Z] #44 11.34 PBCC images/fs.pb-c.c [2021-03-30T18:02:45.560Z] #44 11.38 DEP images/fs.pb-c.d [2021-03-30T18:02:45.560Z] #44 11.47 PBCC images/signalfd.pb-c.c [2021-03-30T18:02:45.701Z] #43 ... [2021-03-30T18:02:45.701Z] [2021-03-30T18:02:45.701Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:02:45.702Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:02:45.702Z] #13 33.07 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-30T18:02:45.702Z] #13 33.08 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-30T18:02:45.702Z] #13 33.08 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:02:45.702Z] #13 37.30 Selecting previously unselected package libapparmor1:amd64. [2021-03-30T18:02:45.702Z] #13 37.30 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-03-30T18:02:45.702Z] #13 37.31 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-03-30T18:02:45.702Z] #13 37.39 Selecting previously unselected package libapparmor-dev:amd64. [2021-03-30T18:02:45.702Z] #13 37.40 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-03-30T18:02:45.702Z] #13 37.41 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-30T18:02:45.702Z] #13 37.49 Selecting previously unselected package libbtrfs0. [2021-03-30T18:02:45.702Z] #13 37.49 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-30T18:02:45.702Z] #13 37.49 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-30T18:02:45.702Z] #13 37.56 Selecting previously unselected package libbtrfs-dev. [2021-03-30T18:02:45.702Z] #13 37.58 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-30T18:02:45.702Z] #13 37.59 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-30T18:02:45.702Z] #13 37.71 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-03-30T18:02:45.702Z] #13 37.72 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-30T18:02:45.702Z] #13 37.73 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-30T18:02:45.702Z] #13 37.84 Selecting previously unselected package libudev-dev:amd64. [2021-03-30T18:02:45.702Z] #13 37.84 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-03-30T18:02:45.702Z] #13 37.85 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-03-30T18:02:45.702Z] #13 37.93 Selecting previously unselected package libsepol1-dev:amd64. [2021-03-30T18:02:45.702Z] #13 37.93 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-03-30T18:02:45.702Z] #13 37.94 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-03-30T18:02:45.702Z] #13 38.08 Selecting previously unselected package libpcre16-3:amd64. [2021-03-30T18:02:45.702Z] #13 38.08 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-03-30T18:02:45.702Z] #13 38.09 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-03-30T18:02:45.702Z] #13 38.39 Selecting previously unselected package libpcre32-3:amd64. [2021-03-30T18:02:45.702Z] #13 38.40 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-03-30T18:02:45.702Z] #13 38.40 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-03-30T18:02:45.702Z] #13 38.50 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-03-30T18:02:45.702Z] #13 38.51 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-03-30T18:02:45.702Z] #13 38.52 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-30T18:02:45.702Z] #13 38.62 Selecting previously unselected package libpcre3-dev:amd64. [2021-03-30T18:02:45.702Z] #13 38.62 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-03-30T18:02:45.702Z] #13 38.65 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-30T18:02:45.702Z] #13 38.83 Selecting previously unselected package libselinux1-dev:amd64. [2021-03-30T18:02:45.702Z] #13 38.83 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-03-30T18:02:45.702Z] #13 38.83 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-30T18:02:45.702Z] #13 38.99 Selecting previously unselected package libdevmapper-dev:amd64. [2021-03-30T18:02:45.702Z] #13 39.00 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-03-30T18:02:45.702Z] #13 39.00 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-30T18:02:45.702Z] #13 39.12 Selecting previously unselected package libseccomp-dev:amd64. [2021-03-30T18:02:45.702Z] #13 39.13 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-30T18:02:45.702Z] #13 39.14 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-30T18:02:45.702Z] #13 39.20 Selecting previously unselected package libsystemd-dev:amd64. [2021-03-30T18:02:45.702Z] #13 39.21 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-03-30T18:02:45.702Z] #13 39.22 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-03-30T18:02:45.702Z] #13 39.40 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-30T18:02:45.702Z] #13 39.42 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-30T18:02:45.702Z] #13 39.44 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-03-30T18:02:45.702Z] #13 39.46 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-30T18:02:45.702Z] #13 39.47 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-03-30T18:02:45.702Z] #13 39.49 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-03-30T18:02:45.702Z] #13 39.50 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:02:45.702Z] #13 39.51 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-30T18:02:45.702Z] #13 39.52 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-03-30T18:02:45.702Z] #13 39.53 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-03-30T18:02:45.702Z] #13 39.56 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-30T18:02:45.702Z] #13 39.57 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-30T18:02:45.702Z] #13 39.58 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-30T18:02:45.702Z] #13 39.59 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-30T18:02:45.702Z] #13 39.60 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-03-30T18:02:45.702Z] #13 39.61 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-30T18:02:45.702Z] #13 39.63 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-30T18:02:45.702Z] #13 39.65 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:02:45.702Z] #13 39.66 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 [2021-03-30T18:02:45.702Z] #13 39.67 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 [2021-03-30T18:02:45.702Z] #13 39.68 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:02:45.702Z] #13 39.70 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 [2021-03-30T18:02:45.702Z] #13 39.70 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 [2021-03-30T18:02:45.702Z] #13 39.72 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-30T18:02:45.702Z] #13 39.74 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-30T18:02:45.702Z] #13 39.75 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-30T18:02:45.702Z] #13 39.76 Setting up dmsetup (2:1.02.155-3) ... [2021-03-30T18:02:45.702Z] #13 39.78 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-30T18:02:45.702Z] #13 39.80 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-30T18:02:45.702Z] #13 39.81 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:02:45.702Z] #13 DONE 40.1s [2021-03-30T18:02:45.702Z] [2021-03-30T18:02:45.702Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:45.702Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:02:45.702Z] #43 15.86 touch .config [2021-03-30T18:02:45.702Z] #43 15.93 GEN include/common/config.h [2021-03-30T18:02:45.702Z] #43 16.08 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-03-30T18:02:45.853Z] #44 11.55 DEP images/signalfd.pb-c.d [2021-03-30T18:02:45.853Z] #44 11.61 PBCC images/fh.pb-c.c [2021-03-30T18:02:45.853Z] #44 11.67 PBCC images/fsnotify.pb-c.c [2021-03-30T18:02:45.853Z] #44 11.77 DEP images/fh.pb-c.d [2021-03-30T18:02:45.853Z] #44 11.81 DEP images/fsnotify.pb-c.d [2021-03-30T18:02:45.959Z] #43 16.10 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-03-30T18:02:45.959Z] #43 16.13 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-03-30T18:02:45.959Z] #43 16.16 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-03-30T18:02:45.959Z] #43 16.18 DEP compel/arch/x86/plugins/std/memcpy.d [2021-03-30T18:02:45.959Z] #43 16.20 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-03-30T18:02:45.959Z] #43 16.21 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-30T18:02:45.959Z] #43 16.23 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-03-30T18:02:45.959Z] #43 16.24 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-30T18:02:45.959Z] #43 16.28 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-30T18:02:46.002Z] #29 8.867 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-30T18:02:46.143Z] #44 11.88 PBCC images/eventpoll.pb-c.c [2021-03-30T18:02:46.143Z] #44 11.90 DEP images/eventpoll.pb-c.d [2021-03-30T18:02:46.143Z] #44 11.95 PBCC images/eventfd.pb-c.c [2021-03-30T18:02:46.143Z] #44 11.96 DEP images/eventfd.pb-c.d [2021-03-30T18:02:46.143Z] #44 12.03 PBCC images/remap-file-path.pb-c.c [2021-03-30T18:02:46.143Z] #44 12.05 DEP images/remap-file-path.pb-c.d [2021-03-30T18:02:46.143Z] #44 12.08 PBCC images/fifo.pb-c.c [2021-03-30T18:02:46.216Z] #43 16.29 DEP compel/plugins/std/infect.d [2021-03-30T18:02:46.216Z] #43 16.32 DEP compel/plugins/std/string.d [2021-03-30T18:02:46.216Z] #43 16.34 DEP compel/plugins/std/log.d [2021-03-30T18:02:46.216Z] #43 16.37 DEP compel/plugins/std/fds.d [2021-03-30T18:02:46.216Z] #43 16.41 DEP compel/plugins/std/std.d [2021-03-30T18:02:46.216Z] #43 16.44 DEP compel/plugins/shmem/shmem.d [2021-03-30T18:02:46.216Z] #43 16.49 DEP compel/plugins/fds/fds.d [2021-03-30T18:02:46.216Z] #43 16.53 CC compel/plugins/std/std.o [2021-03-30T18:02:46.443Z] #44 12.11 DEP images/fifo.pb-c.d [2021-03-30T18:02:46.443Z] #44 12.14 PBCC images/ghost-file.pb-c.c [2021-03-30T18:02:46.443Z] #44 12.19 DEP images/ghost-file.pb-c.d [2021-03-30T18:02:46.443Z] #44 ... [2021-03-30T18:02:46.443Z] [2021-03-30T18:02:46.443Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:46.443Z] #48 DONE 53.5s [2021-03-30T18:02:46.443Z] [2021-03-30T18:02:46.443Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:02:46.443Z] #44 12.23 PBCC images/regfile.pb-c.c [2021-03-30T18:02:46.443Z] #44 12.26 DEP images/regfile.pb-c.d [2021-03-30T18:02:46.476Z] #43 16.63 CC compel/plugins/std/fds.o [2021-03-30T18:02:46.476Z] #43 16.74 CC compel/plugins/std/log.o [2021-03-30T18:02:46.576Z] #29 9.315 #=#=# [2021-03-30T18:02:46.738Z] #43 16.94 CC compel/plugins/std/string.o [2021-03-30T18:02:46.738Z] #44 12.40 PBCC images/ns.pb-c.c [2021-03-30T18:02:46.738Z] #44 12.42 DEP images/ns.pb-c.d [2021-03-30T18:02:46.738Z] #44 12.48 PBCC images/fdinfo.pb-c.c [2021-03-30T18:02:46.738Z] #44 12.63 DEP images/fdinfo.pb-c.d [2021-03-30T18:02:46.891Z] #29 9.582 #=#=# ######################################################################## 100.0% [2021-03-30T18:02:46.891Z] #29 9.836 [2021-03-30T18:02:46.995Z] #43 17.10 CC compel/plugins/std/infect.o [2021-03-30T18:02:46.995Z] #43 17.22 CC compel/arch/x86/plugins/std/parasite-head.o [2021-03-30T18:02:46.995Z] #43 ... [2021-03-30T18:02:46.995Z] [2021-03-30T18:02:46.995Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-30T18:02:46.995Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-03-30T18:02:46.995Z] #14 DONE 1.4s [2021-03-30T18:02:46.995Z] [2021-03-30T18:02:46.995Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:46.995Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:02:46.995Z] #43 17.23 CC compel/arch/x86/plugins/std/memcpy.o [2021-03-30T18:02:46.995Z] #43 17.26 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-03-30T18:02:46.995Z] #43 17.29 AR compel/plugins/std.lib.a [2021-03-30T18:02:46.995Z] #43 17.34 CC compel/plugins/fds/fds.o [2021-03-30T18:02:47.038Z] #44 12.76 PBCC images/core-aarch64.pb-c.c [2021-03-30T18:02:47.038Z] #44 12.86 PBCC images/core-arm.pb-c.c [2021-03-30T18:02:47.153Z] #29 10.01 Download of images into '/build' complete. [2021-03-30T18:02:47.153Z] #29 10.01 Use something like the following to load the result into a Docker daemon: [2021-03-30T18:02:47.153Z] #29 10.01 tar -cC '/build' . | docker load [2021-03-30T18:02:47.252Z] #43 17.42 AR compel/plugins/fds.lib.a [2021-03-30T18:02:47.252Z] #43 17.47 HOSTDEP compel/src/lib/log-host.d [2021-03-30T18:02:47.252Z] #43 17.50 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-30T18:02:47.252Z] #43 17.54 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-03-30T18:02:47.252Z] #43 17.56 HOSTDEP compel/src/main-host.d [2021-03-30T18:02:47.252Z] #43 17.59 DEP compel/src/lib/ptrace.d [2021-03-30T18:02:47.361Z] #44 12.96 PBCC images/core-ppc64.pb-c.c [2021-03-30T18:02:47.361Z] #44 12.99 PBCC images/core-s390.pb-c.c [2021-03-30T18:02:47.361Z] #44 13.22 PBCC images/core-x86.pb-c.c [2021-03-30T18:02:47.411Z] #29 DONE 10.3s [2021-03-30T18:02:47.411Z] [2021-03-30T18:02:47.411Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:02:47.411Z] #58 sha256:fe2c5261a75756eb742216ee2c2671feb8c5d568fa9400c0ad21911832645d73 [2021-03-30T18:02:47.411Z] #58 7.690 + RM_GOPATH=0 [2021-03-30T18:02:47.411Z] #58 7.690 + TMP_GOPATH= [2021-03-30T18:02:47.411Z] #58 7.690 + : /build [2021-03-30T18:02:47.411Z] #58 7.690 + '[' -z '' ']' [2021-03-30T18:02:47.411Z] #58 7.690 ++ mktemp -d [2021-03-30T18:02:47.411Z] #58 7.691 + export GOPATH=/tmp/tmp.VrLFL9gCR6 [2021-03-30T18:02:47.411Z] #58 7.691 + GOPATH=/tmp/tmp.VrLFL9gCR6 [2021-03-30T18:02:47.411Z] #58 7.691 + RM_GOPATH=1 [2021-03-30T18:02:47.411Z] #58 7.691 + case "$(go env GOARCH)" in [2021-03-30T18:02:47.411Z] #58 7.692 ++ go env GOARCH [2021-03-30T18:02:47.411Z] #58 7.766 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:47.411Z] #58 7.766 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:47.411Z] #58 7.780 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:47.411Z] #58 7.835 + dir=/tmp/install [2021-03-30T18:02:47.411Z] #58 7.835 + bin=rootlesskit [2021-03-30T18:02:47.411Z] #58 7.835 + shift [2021-03-30T18:02:47.411Z] #58 7.835 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-30T18:02:47.411Z] #58 7.835 + . /tmp/install/rootlesskit.installer [2021-03-30T18:02:47.411Z] #58 7.835 ++ : 81d7d047d09a5b93645817ec580181de7a984082 [2021-03-30T18:02:47.411Z] #58 7.835 + install_rootlesskit [2021-03-30T18:02:47.411Z] #58 7.835 + case "$1" in [2021-03-30T18:02:47.411Z] #58 7.835 + export CGO_ENABLED=0 [2021-03-30T18:02:47.411Z] #58 7.835 + CGO_ENABLED=0 [2021-03-30T18:02:47.411Z] #58 7.835 + _install_rootlesskit [2021-03-30T18:02:47.411Z] #58 7.836 + echo 'Install rootlesskit version 81d7d047d09a5b93645817ec580181de7a984082' [2021-03-30T18:02:47.411Z] #58 7.836 Install rootlesskit version 81d7d047d09a5b93645817ec580181de7a984082 [2021-03-30T18:02:47.411Z] #58 7.836 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.VrLFL9gCR6/src/github.com/rootless-containers/rootlesskit [2021-03-30T18:02:47.411Z] #58 7.839 Cloning into '/tmp/tmp.VrLFL9gCR6/src/github.com/rootless-containers/rootlesskit'... [2021-03-30T18:02:47.509Z] #43 17.64 DEP compel/src/lib/infect.d [2021-03-30T18:02:47.509Z] #43 17.68 DEP compel/src/lib/infect-util.d [2021-03-30T18:02:47.509Z] #43 17.74 DEP compel/src/lib/infect-rpc.d [2021-03-30T18:02:47.509Z] #43 17.80 DEP compel/arch/x86/src/lib/infect.d [2021-03-30T18:02:47.509Z] #43 17.84 DEP compel/arch/x86/src/lib/cpu.d [2021-03-30T18:02:47.509Z] #43 17.85 DEP compel/src/lib/log.d [2021-03-30T18:02:47.669Z] #44 13.42 PBCC images/core.pb-c.c [2021-03-30T18:02:47.765Z] #43 17.88 DEP compel/src/main.d [2021-03-30T18:02:47.765Z] #43 17.92 DEP compel/src/lib/handle-elf.d [2021-03-30T18:02:47.765Z] #43 17.96 DEP compel/arch/x86/src/lib/handle-elf.d [2021-03-30T18:02:47.765Z] #43 18.00 CC compel/src/lib/log.o [2021-03-30T18:02:47.765Z] #43 18.06 CC compel/arch/x86/src/lib/cpu.o [2021-03-30T18:02:47.961Z] #44 13.56 PBCC images/inventory.pb-c.c [2021-03-30T18:02:47.961Z] #44 13.62 DEP images/core-aarch64.pb-c.d [2021-03-30T18:02:47.961Z] #44 13.69 DEP images/core-arm.pb-c.d [2021-03-30T18:02:47.961Z] #44 13.79 DEP images/core-ppc64.pb-c.d [2021-03-30T18:02:47.961Z] #44 13.85 DEP images/core-s390.pb-c.d [2021-03-30T18:02:47.961Z] #44 13.92 DEP images/core-x86.pb-c.d [2021-03-30T18:02:48.022Z] #43 18.29 CC compel/arch/x86/src/lib/infect.o [2021-03-30T18:02:48.252Z] #44 14.01 DEP images/core.pb-c.d [2021-03-30T18:02:48.252Z] #44 14.09 DEP images/inventory.pb-c.d [2021-03-30T18:02:48.252Z] #44 14.18 PBCC images/cpuinfo.pb-c.c [2021-03-30T18:02:48.279Z] #43 18.51 CC compel/src/lib/infect-rpc.o [2021-03-30T18:02:48.279Z] #43 18.60 CC compel/src/lib/infect-util.o [2021-03-30T18:02:48.537Z] #43 18.71 CC compel/src/lib/infect.o [2021-03-30T18:02:48.544Z] #44 14.21 DEP images/cpuinfo.pb-c.d [2021-03-30T18:02:48.544Z] #44 14.25 PBCC images/stats.pb-c.c [2021-03-30T18:02:48.544Z] #44 14.29 DEP images/stats.pb-c.d [2021-03-30T18:02:48.673Z] ? github.com/docker/docker/api [no test files] [2021-03-30T18:02:49.103Z] #43 ... [2021-03-30T18:02:49.103Z] [2021-03-30T18:02:49.103Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-03-30T18:02:49.103Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-03-30T18:02:49.103Z] #15 DONE 1.8s [2021-03-30T18:02:49.103Z] [2021-03-30T18:02:49.103Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:49.103Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:02:49.103Z] #43 19.29 CC compel/src/lib/ptrace.o [2021-03-30T18:02:49.103Z] #43 19.40 AR compel/libcompel.a [2021-03-30T18:02:49.103Z] #43 19.44 HOSTCC compel/src/main-host.o [2021-03-30T18:02:49.322Z] #58 ... [2021-03-30T18:02:49.322Z] [2021-03-30T18:02:49.322Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-30T18:02:49.322Z] #24 sha256:2ac92c95f9b1e47cd11240deb33bac5eb4c641c05844fa8eeca31dcd6bf4da30 [2021-03-30T18:02:49.322Z] #24 6.642 + RM_GOPATH=0 [2021-03-30T18:02:49.322Z] #24 6.642 + TMP_GOPATH= [2021-03-30T18:02:49.323Z] #24 6.642 + : /build [2021-03-30T18:02:49.323Z] #24 6.642 + '[' -z '' ']' [2021-03-30T18:02:49.323Z] #24 6.642 ++ mktemp -d [2021-03-30T18:02:49.323Z] #24 6.642 + export GOPATH=/tmp/tmp.HDVqxR5vjc [2021-03-30T18:02:49.323Z] #24 6.642 + GOPATH=/tmp/tmp.HDVqxR5vjc [2021-03-30T18:02:49.323Z] #24 6.642 + RM_GOPATH=1 [2021-03-30T18:02:49.323Z] #24 6.642 + case "$(go env GOARCH)" in [2021-03-30T18:02:49.323Z] #24 6.642 ++ go env GOARCH [2021-03-30T18:02:49.323Z] #24 6.668 Install docker/cli version 17.06.2-ce from stable [2021-03-30T18:02:49.323Z] #24 6.669 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:49.323Z] #24 6.669 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:49.323Z] #24 6.669 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:49.323Z] #24 6.669 + dir=/tmp/install [2021-03-30T18:02:49.323Z] #24 6.669 + bin=dockercli [2021-03-30T18:02:49.323Z] #24 6.669 + shift [2021-03-30T18:02:49.323Z] #24 6.669 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-30T18:02:49.323Z] #24 6.669 + . /tmp/install/dockercli.installer [2021-03-30T18:02:49.323Z] #24 6.669 ++ : stable [2021-03-30T18:02:49.323Z] #24 6.669 ++ : 17.06.2-ce [2021-03-30T18:02:49.323Z] #24 6.669 + install_dockercli [2021-03-30T18:02:49.323Z] #24 6.669 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-30T18:02:49.323Z] #24 6.681 ++ uname -m [2021-03-30T18:02:49.323Z] #24 6.681 + arch=x86_64 [2021-03-30T18:02:49.323Z] #24 6.681 + '[' x86_64 '!=' x86_64 ']' [2021-03-30T18:02:49.323Z] #24 6.681 + url=https://download.docker.com/linux/static [2021-03-30T18:02:49.323Z] #24 6.681 + tar -xz docker/docker [2021-03-30T18:02:49.323Z] #24 6.681 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-03-30T18:02:49.323Z] #24 ... [2021-03-30T18:02:49.323Z] [2021-03-30T18:02:49.323Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:02:49.323Z] #49 sha256:d95e2a29913026bc8aa688b271598ead13e6d91dcc09da8960d80db2bb7dfbef [2021-03-30T18:02:49.323Z] #49 6.523 + RM_GOPATH=0 [2021-03-30T18:02:49.323Z] #49 6.523 + TMP_GOPATH= [2021-03-30T18:02:49.323Z] #49 6.523 + : /build [2021-03-30T18:02:49.323Z] #49 6.523 + '[' -z '' ']' [2021-03-30T18:02:49.323Z] #49 6.523 ++ mktemp -d [2021-03-30T18:02:49.323Z] #49 6.525 + export GOPATH=/tmp/tmp.5vUOaJotIt [2021-03-30T18:02:49.323Z] #49 6.525 + GOPATH=/tmp/tmp.5vUOaJotIt [2021-03-30T18:02:49.323Z] #49 6.525 + RM_GOPATH=1 [2021-03-30T18:02:49.323Z] #49 6.525 + case "$(go env GOARCH)" in [2021-03-30T18:02:49.323Z] #49 6.525 ++ go env GOARCH [2021-03-30T18:02:49.323Z] #49 6.534 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:49.323Z] #49 6.534 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:49.323Z] #49 6.534 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:49.323Z] #49 6.552 + dir=/tmp/install [2021-03-30T18:02:49.323Z] #49 6.552 + bin=golangci_lint [2021-03-30T18:02:49.323Z] #49 6.552 + shift [2021-03-30T18:02:49.323Z] #49 6.552 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-30T18:02:49.323Z] #49 6.552 + . /tmp/install/golangci_lint.installer [2021-03-30T18:02:49.323Z] #49 6.552 ++ : v1.23.8 [2021-03-30T18:02:49.323Z] #49 6.572 + install_golangci_lint [2021-03-30T18:02:49.323Z] #49 6.572 + set -e [2021-03-30T18:02:49.323Z] #49 6.572 + export GO111MODULE=on [2021-03-30T18:02:49.323Z] #49 6.572 + GO111MODULE=on [2021-03-30T18:02:49.323Z] #49 6.572 + GOBIN=/build [2021-03-30T18:02:49.323Z] #49 6.572 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-30T18:02:49.323Z] #49 6.704 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-30T18:02:49.323Z] #49 6.704 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-30T18:02:49.323Z] #49 6.704 go: finding github.com v1.23.8 [2021-03-30T18:02:49.323Z] #49 6.704 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-30T18:02:49.323Z] #49 6.704 go: finding github.com/golangci v1.23.8 [2021-03-30T18:02:49.323Z] #49 8.284 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-30T18:02:49.323Z] #49 9.183 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-30T18:02:49.359Z] #43 19.52 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-03-30T18:02:49.359Z] #43 19.56 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-30T18:02:49.359Z] #43 19.65 HOSTCC compel/src/lib/log-host.o [2021-03-30T18:02:49.580Z] #44 15.51 make[1]: Nothing to be done for 'all'. [2021-03-30T18:02:49.580Z] #49 ... [2021-03-30T18:02:49.580Z] [2021-03-30T18:02:49.580Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-30T18:02:49.580Z] #47 sha256:dad6eb1916655f6eefc7dfe65efb06dda9be019882b4ccaba9abdd6537c7f7a2 [2021-03-30T18:02:49.580Z] #47 7.028 + RM_GOPATH=0 [2021-03-30T18:02:49.580Z] #47 7.028 + TMP_GOPATH= [2021-03-30T18:02:49.580Z] #47 7.028 + : /build [2021-03-30T18:02:49.580Z] #47 7.028 + '[' -z '' ']' [2021-03-30T18:02:49.580Z] #47 7.028 ++ mktemp -d [2021-03-30T18:02:49.580Z] #47 7.028 + export GOPATH=/tmp/tmp.FMqfJw8cJ5 [2021-03-30T18:02:49.580Z] #47 7.028 + GOPATH=/tmp/tmp.FMqfJw8cJ5 [2021-03-30T18:02:49.580Z] #47 7.028 + RM_GOPATH=1 [2021-03-30T18:02:49.580Z] #47 7.028 + case "$(go env GOARCH)" in [2021-03-30T18:02:49.580Z] #47 7.042 ++ go env GOARCH [2021-03-30T18:02:49.580Z] #47 7.068 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:49.580Z] #47 7.073 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:49.580Z] #47 7.073 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:49.580Z] #47 7.073 + dir=/tmp/install [2021-03-30T18:02:49.580Z] #47 7.073 + bin=gotestsum [2021-03-30T18:02:49.580Z] #47 7.073 + shift [2021-03-30T18:02:49.580Z] #47 7.073 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-30T18:02:49.580Z] #47 7.073 + . /tmp/install/gotestsum.installer [2021-03-30T18:02:49.580Z] #47 7.073 ++ : v0.5.3 [2021-03-30T18:02:49.580Z] #47 7.073 + install_gotestsum [2021-03-30T18:02:49.580Z] #47 7.073 + set -e [2021-03-30T18:02:49.580Z] #47 7.073 + export GO111MODULE=on [2021-03-30T18:02:49.580Z] #47 7.073 + GO111MODULE=on [2021-03-30T18:02:49.580Z] #47 7.073 + GOBIN=/build [2021-03-30T18:02:49.580Z] #47 7.073 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-30T18:02:49.580Z] #47 7.108 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-30T18:02:49.580Z] #47 7.160 go: finding gotest.tools v0.5.3 [2021-03-30T18:02:49.580Z] #47 8.636 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-30T18:02:49.580Z] #47 9.335 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-30T18:02:49.580Z] #47 ... [2021-03-30T18:02:49.580Z] [2021-03-30T18:02:49.580Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:02:49.580Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-30T18:02:49.580Z] #36 8.034 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:02:49.580Z] #36 8.073 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:02:49.580Z] #36 8.078 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:02:49.580Z] #36 10.42 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-30T18:02:49.616Z] #43 19.70 HOSTLINK compel/compel-host-bin [2021-03-30T18:02:49.616Z] #43 19.74 DEP soccr/soccr.d [2021-03-30T18:02:49.616Z] #43 19.81 CC soccr/soccr.o [2021-03-30T18:02:49.837Z] #36 ... [2021-03-30T18:02:49.837Z] [2021-03-30T18:02:49.837Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:02:49.837Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:02:49.837Z] #42 7.209 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:02:49.837Z] #42 7.369 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:02:49.837Z] #42 7.369 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:02:49.837Z] #42 8.754 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-30T18:02:49.837Z] #42 ... [2021-03-30T18:02:49.837Z] [2021-03-30T18:02:49.837Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-30T18:02:49.837Z] #67 sha256:452f2b177b717d80d90892d596a121a9b24c455d6efe5f315aa486dfaa0b9589 [2021-03-30T18:02:49.837Z] #67 6.060 + RM_GOPATH=0 [2021-03-30T18:02:49.837Z] #67 6.060 + TMP_GOPATH= [2021-03-30T18:02:49.837Z] #67 6.060 + : /build [2021-03-30T18:02:49.837Z] #67 6.060 + '[' -z '' ']' [2021-03-30T18:02:49.837Z] #67 6.060 ++ mktemp -d [2021-03-30T18:02:49.837Z] #67 6.062 + export GOPATH=/tmp/tmp.OKjXENocom [2021-03-30T18:02:49.837Z] #67 6.062 + GOPATH=/tmp/tmp.OKjXENocom [2021-03-30T18:02:49.837Z] #67 6.062 + RM_GOPATH=1 [2021-03-30T18:02:49.837Z] #67 6.062 + case "$(go env GOARCH)" in [2021-03-30T18:02:49.837Z] #67 6.067 ++ go env GOARCH [2021-03-30T18:02:49.837Z] #67 6.074 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:49.837Z] #67 6.074 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:49.837Z] #67 6.076 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:49.837Z] #67 6.076 + dir=/tmp/install [2021-03-30T18:02:49.837Z] #67 6.080 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-03-30T18:02:49.837Z] #67 6.081 + bin=proxy [2021-03-30T18:02:49.837Z] #67 6.081 + shift [2021-03-30T18:02:49.837Z] #67 6.081 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-30T18:02:49.837Z] #67 6.081 + . /tmp/install/proxy.installer [2021-03-30T18:02:49.837Z] #67 6.081 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-03-30T18:02:49.837Z] #67 6.081 + install_proxy [2021-03-30T18:02:49.837Z] #67 6.081 + case "$1" in [2021-03-30T18:02:49.837Z] #67 6.081 + export CGO_ENABLED=0 [2021-03-30T18:02:49.837Z] #67 6.081 + CGO_ENABLED=0 [2021-03-30T18:02:49.837Z] #67 6.081 + _install_proxy [2021-03-30T18:02:49.837Z] #67 6.081 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-03-30T18:02:49.837Z] #67 6.081 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.OKjXENocom/src/github.com/docker/libnetwork [2021-03-30T18:02:49.837Z] #67 6.084 Cloning into '/tmp/tmp.OKjXENocom/src/github.com/docker/libnetwork'... [2021-03-30T18:02:49.873Z] #43 ... [2021-03-30T18:02:49.873Z] [2021-03-30T18:02:49.873Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-30T18:02:49.873Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-03-30T18:02:49.873Z] #16 0.854 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-30T18:02:49.873Z] #16 DONE 1.0s [2021-03-30T18:02:49.873Z] [2021-03-30T18:02:49.873Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:49.873Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:02:49.873Z] #43 20.15 AR soccr/libsoccr.a [2021-03-30T18:02:49.873Z] #43 20.17 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-30T18:02:50.018Z] Client: Docker Engine - Enterprise [2021-03-30T18:02:50.018Z] Version: 19.03.12 [2021-03-30T18:02:50.018Z] API version: 1.40 [2021-03-30T18:02:50.018Z] Go version: go1.13.13 [2021-03-30T18:02:50.018Z] Git commit: 4306744 [2021-03-30T18:02:50.018Z] Built: 08/05/2020 19:27:53 [2021-03-30T18:02:50.018Z] OS/Arch: windows/amd64 [2021-03-30T18:02:50.018Z] Experimental: false [2021-03-30T18:02:50.018Z] [2021-03-30T18:02:50.018Z] Server: Docker Engine - Enterprise [2021-03-30T18:02:50.018Z] Engine: [2021-03-30T18:02:50.018Z] Version: 19.03.12 [2021-03-30T18:02:50.018Z] API version: 1.40 (minimum version 1.24) [2021-03-30T18:02:50.018Z] Go version: go1.13.13 [2021-03-30T18:02:50.018Z] Git commit: f295753ffd [2021-03-30T18:02:50.018Z] Built: 08/05/2020 19:26:41 [2021-03-30T18:02:50.018Z] OS/Arch: windows/amd64 [2021-03-30T18:02:50.018Z] Experimental: true [2021-03-30T18:02:50.103Z] #67 ... [2021-03-30T18:02:50.103Z] [2021-03-30T18:02:50.103Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:02:50.103Z] #34 sha256:54d50a0b441f678ef6a04481f1bef5863af3a91dbe5a5e7eb92c7e7d989bd223 [2021-03-30T18:02:50.103Z] #34 7.321 + RM_GOPATH=0 [2021-03-30T18:02:50.103Z] #34 7.324 + TMP_GOPATH= [2021-03-30T18:02:50.103Z] #34 7.324 + : /build [2021-03-30T18:02:50.103Z] #34 7.324 + '[' -z '' ']' [2021-03-30T18:02:50.103Z] #34 7.324 ++ mktemp -d [2021-03-30T18:02:50.103Z] #34 7.324 + export GOPATH=/tmp/tmp.1MEuhh8K6q [2021-03-30T18:02:50.103Z] #34 7.330 + GOPATH=/tmp/tmp.1MEuhh8K6q [2021-03-30T18:02:50.103Z] #34 7.330 + RM_GOPATH=1 [2021-03-30T18:02:50.103Z] #34 7.331 + case "$(go env GOARCH)" in [2021-03-30T18:02:50.103Z] #34 7.331 ++ go env GOARCH [2021-03-30T18:02:50.103Z] #34 7.393 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:50.103Z] #34 7.393 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:50.103Z] #34 7.393 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-30T18:02:50.103Z] #34 7.393 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:50.103Z] #34 7.393 + dir=/tmp/install [2021-03-30T18:02:50.103Z] #34 7.393 + bin=tomlv [2021-03-30T18:02:50.103Z] #34 7.393 + shift [2021-03-30T18:02:50.103Z] #34 7.393 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-30T18:02:50.103Z] #34 7.393 + . /tmp/install/tomlv.installer [2021-03-30T18:02:50.103Z] #34 7.393 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-30T18:02:50.103Z] #34 7.393 + install_tomlv [2021-03-30T18:02:50.103Z] #34 7.393 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-30T18:02:50.103Z] #34 7.393 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.1MEuhh8K6q/src/github.com/BurntSushi/toml [2021-03-30T18:02:50.103Z] #34 7.393 Cloning into '/tmp/tmp.1MEuhh8K6q/src/github.com/BurntSushi/toml'... [2021-03-30T18:02:50.103Z] #34 8.843 + cd /tmp/tmp.1MEuhh8K6q/src/github.com/BurntSushi/toml [2021-03-30T18:02:50.103Z] #34 8.843 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-30T18:02:50.103Z] #34 8.940 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-30T18:02:50.103Z] #34 10.17 internal/cpu [2021-03-30T18:02:50.103Z] #34 10.19 runtime/internal/atomic [2021-03-30T18:02:50.130Z] #43 20.37 DEP criu/arch/x86/sigframe.d [2021-03-30T18:02:50.130Z] #43 20.40 DEP criu/arch/x86/sigaction_compat.d [2021-03-30T18:02:50.130Z] #43 20.43 DEP criu/arch/x86/kerndat.d [2021-03-30T18:02:50.130Z] #43 20.49 DEP criu/arch/x86/crtools.d [2021-03-30T18:02:50.360Z] #34 ... [2021-03-30T18:02:50.360Z] [2021-03-30T18:02:50.360Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:02:50.360Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-30T18:02:50.360Z] #32 7.223 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-30T18:02:50.360Z] #32 7.247 Cloning into '.'... [2021-03-30T18:02:50.360Z] #32 ... [2021-03-30T18:02:50.360Z] [2021-03-30T18:02:50.360Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-30T18:02:50.360Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-30T18:02:50.360Z] #55 8.146 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:02:50.360Z] #55 8.327 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:02:50.360Z] #55 8.327 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:02:50.387Z] #43 20.56 DEP criu/arch/x86/cpu.d [2021-03-30T18:02:50.387Z] #43 20.64 CC criu/arch/x86/cpu.o [2021-03-30T18:02:50.618Z] #55 11.31 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-30T18:02:50.618Z] #55 ... [2021-03-30T18:02:50.618Z] [2021-03-30T18:02:50.618Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:02:50.618Z] #51 sha256:07ae8a481030b9f777cf008b1d5cd7c7074184a1c6da4aa37c5f46cc1dbb41fc [2021-03-30T18:02:50.618Z] #51 6.382 + RM_GOPATH=0 [2021-03-30T18:02:50.618Z] #51 6.382 + TMP_GOPATH= [2021-03-30T18:02:50.618Z] #51 6.382 + : /build [2021-03-30T18:02:50.618Z] #51 6.382 + '[' -z '' ']' [2021-03-30T18:02:50.618Z] #51 6.382 ++ mktemp -d [2021-03-30T18:02:50.618Z] #51 6.387 + export GOPATH=/tmp/tmp.Z7BpO1NwV2 [2021-03-30T18:02:50.618Z] #51 6.387 + GOPATH=/tmp/tmp.Z7BpO1NwV2 [2021-03-30T18:02:50.618Z] #51 6.387 + RM_GOPATH=1 [2021-03-30T18:02:50.618Z] #51 6.387 + case "$(go env GOARCH)" in [2021-03-30T18:02:50.618Z] #51 6.387 ++ go env GOARCH [2021-03-30T18:02:50.618Z] #51 6.393 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:50.618Z] #51 6.393 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:50.618Z] #51 6.393 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:50.618Z] #51 6.393 + dir=/tmp/install [2021-03-30T18:02:50.618Z] #51 6.393 + bin=shfmt [2021-03-30T18:02:50.618Z] #51 6.393 + shift [2021-03-30T18:02:50.618Z] #51 6.393 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-30T18:02:50.618Z] #51 6.393 + . /tmp/install/shfmt.installer [2021-03-30T18:02:50.618Z] #51 6.393 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-30T18:02:50.618Z] #51 6.393 + install_shfmt [2021-03-30T18:02:50.618Z] #51 6.393 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-30T18:02:50.618Z] #51 6.393 + git clone https://github.com/mvdan/sh.git /tmp/tmp.Z7BpO1NwV2/src/github.com/mvdan/sh [2021-03-30T18:02:50.618Z] #51 6.400 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-30T18:02:50.618Z] #51 6.417 Cloning into '/tmp/tmp.Z7BpO1NwV2/src/github.com/mvdan/sh'... [2021-03-30T18:02:50.618Z] #51 ... [2021-03-30T18:02:50.618Z] [2021-03-30T18:02:50.619Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:02:50.619Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-30T18:02:50.619Z] #40 6.991 + git clone https://github.com/docker/distribution.git . [2021-03-30T18:02:50.619Z] #40 7.000 Cloning into '.'... [Pipeline] sh [2021-03-30T18:02:50.644Z] #43 20.82 CC criu/arch/x86/crtools.o [2021-03-30T18:02:50.878Z] #40 ... [2021-03-30T18:02:50.878Z] [2021-03-30T18:02:50.878Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:02:50.878Z] #45 sha256:0b24240f4727f10d9fc5b978638b2cfe80121362b628c08c68cb742a09f6bdf4 [2021-03-30T18:02:50.878Z] #45 7.036 + RM_GOPATH=0 [2021-03-30T18:02:50.878Z] #45 7.036 + TMP_GOPATH= [2021-03-30T18:02:50.878Z] #45 7.036 + : /build [2021-03-30T18:02:50.878Z] #45 7.036 + '[' -z '' ']' [2021-03-30T18:02:50.878Z] #45 7.036 ++ mktemp -d [2021-03-30T18:02:50.878Z] #45 7.036 + export GOPATH=/tmp/tmp.O0GQ67r6dp [2021-03-30T18:02:50.878Z] #45 7.036 + GOPATH=/tmp/tmp.O0GQ67r6dp [2021-03-30T18:02:50.878Z] #45 7.036 + RM_GOPATH=1 [2021-03-30T18:02:50.878Z] #45 7.036 + case "$(go env GOARCH)" in [2021-03-30T18:02:50.878Z] #45 7.036 ++ go env GOARCH [2021-03-30T18:02:50.878Z] #45 7.077 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:50.878Z] #45 7.077 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:50.878Z] #45 7.082 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:50.878Z] #45 7.084 + dir=/tmp/install [2021-03-30T18:02:50.878Z] #45 7.084 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-30T18:02:50.878Z] #45 7.084 + bin=vndr [2021-03-30T18:02:50.878Z] #45 7.084 + shift [2021-03-30T18:02:50.878Z] #45 7.084 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-30T18:02:50.878Z] #45 7.084 + . /tmp/install/vndr.installer [2021-03-30T18:02:50.878Z] #45 7.084 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-30T18:02:50.878Z] #45 7.084 + install_vndr [2021-03-30T18:02:50.878Z] #45 7.084 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-30T18:02:50.878Z] #45 7.087 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.O0GQ67r6dp/src/github.com/LK4D4/vndr [2021-03-30T18:02:50.878Z] #45 7.116 Cloning into '/tmp/tmp.O0GQ67r6dp/src/github.com/LK4D4/vndr'... [2021-03-30T18:02:50.878Z] #45 8.352 + cd /tmp/tmp.O0GQ67r6dp/src/github.com/LK4D4/vndr [2021-03-30T18:02:50.878Z] #45 8.352 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-30T18:02:50.878Z] #45 8.463 + go build -buildmode=pie -v -o /build/vndr . [2021-03-30T18:02:50.878Z] #45 11.32 internal/cpu [2021-03-30T18:02:50.878Z] #45 11.32 runtime/internal/sys [2021-03-30T18:02:50.878Z] #45 11.69 internal/race [2021-03-30T18:02:50.878Z] #45 ... [2021-03-30T18:02:50.878Z] [2021-03-30T18:02:50.878Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-30T18:02:50.878Z] #47 sha256:dad6eb1916655f6eefc7dfe65efb06dda9be019882b4ccaba9abdd6537c7f7a2 [2021-03-30T18:02:50.878Z] #47 11.44 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-30T18:02:50.878Z] #47 11.47 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-30T18:02:50.878Z] #47 11.55 go: downloading github.com/fatih/color v1.9.0 [2021-03-30T18:02:50.878Z] #47 11.61 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-30T18:02:50.878Z] #47 11.65 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-30T18:02:50.878Z] #47 11.66 go: downloading github.com/pkg/errors v0.9.1 [2021-03-30T18:02:50.878Z] #47 11.76 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-30T18:02:50.901Z] #43 21.15 CC criu/arch/x86/kerndat.o [2021-03-30T18:02:51.148Z] #47 11.94 go: extracting github.com/fatih/color v1.9.0 [2021-03-30T18:02:51.148Z] #47 11.94 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-30T18:02:51.149Z] #44 16.72 CC images/stats.o [2021-03-30T18:02:51.149Z] #44 16.92 CC images/core.o [2021-03-30T18:02:51.157Z] #43 21.35 CC criu/arch/x86/sigaction_compat.o [2021-03-30T18:02:51.157Z] #43 21.44 CC criu/arch/x86/sigframe.o [2021-03-30T18:02:51.405Z] #47 12.14 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-30T18:02:51.405Z] #47 12.23 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-30T18:02:51.405Z] #47 12.27 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-30T18:02:51.414Z] #43 ... [2021-03-30T18:02:51.414Z] [2021-03-30T18:02:51.414Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-30T18:02:51.415Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-03-30T18:02:51.415Z] #17 DONE 1.4s [2021-03-30T18:02:51.415Z] [2021-03-30T18:02:51.415Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:51.415Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:02:51.415Z] #43 21.53 LINK criu/arch/x86/crtools.built-in.o [2021-03-30T18:02:51.415Z] #43 21.58 DEP criu/pie/util-vdso-elf32.d [2021-03-30T18:02:51.415Z] #43 21.62 DEP criu/pie/util-vdso.d [2021-03-30T18:02:51.415Z] #43 21.67 DEP criu/pie/util.d [2021-03-30T18:02:51.445Z] #44 17.31 CC images/core-x86.o [2021-03-30T18:02:51.556Z] + docker info [2021-03-30T18:02:51.662Z] #47 12.44 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-30T18:02:51.662Z] #47 12.45 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-30T18:02:51.662Z] #47 12.45 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-30T18:02:51.662Z] #47 12.46 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-30T18:02:51.672Z] #43 21.75 CC criu/pie/util.o [2021-03-30T18:02:51.672Z] #43 21.84 CC criu/pie/util-vdso.o [2021-03-30T18:02:51.672Z] #43 22.04 CC criu/pie/util-vdso-elf32.o [2021-03-30T18:02:51.736Z] #44 ... [2021-03-30T18:02:51.736Z] [2021-03-30T18:02:51.736Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-30T18:02:51.736Z] #30 3.808 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-30T18:02:51.736Z] #30 4.222 [2021-03-30T18:02:51.736Z] #30 4.436 0.1% ##### 7.3% ########## 14.1% ############## 20.8% ################### 27.6% ######################## 34.3% ############################### 43.2% ################################### 49.8% ##################################### 52.1% ######################################## 56.6% ############################################# 63.3% ################################################## 70.1% ######################################################## 79.0% ############################################################## 87.1% ################################################################# 91.4% ####################################################################### 98.7% ######################################################################## 100.0% [2021-03-30T18:02:51.736Z] #30 6.488 [2021-03-30T18:02:51.736Z] #30 6.651 0.1% #################### 28.8% ######################################################################## 100.0% [2021-03-30T18:02:51.919Z] #47 12.55 go: extracting github.com/pkg/errors v0.9.1 [2021-03-30T18:02:51.928Z] #43 22.23 AR criu/pie/pie.lib.a [2021-03-30T18:02:51.928Z] #43 22.25 DEP criu/pie/restorer.d [2021-03-30T18:02:51.928Z] #43 22.30 DEP criu/arch/x86/sigaction_compat_pie.d [2021-03-30T18:02:52.027Z] #30 7.127 [2021-03-30T18:02:52.176Z] #47 12.86 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-30T18:02:52.176Z] #47 13.02 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-30T18:02:52.185Z] #43 22.33 DEP criu/arch/x86/restorer_unmap.d [2021-03-30T18:02:52.185Z] #43 22.35 DEP criu/arch/x86/restorer.d [2021-03-30T18:02:52.185Z] #43 22.39 DEP criu/arch/x86/vdso-pie.d [2021-03-30T18:02:52.185Z] #43 22.44 DEP criu/pie/parasite-vdso.d [2021-03-30T18:02:52.185Z] #43 22.51 DEP criu/pie/parasite.d [2021-03-30T18:02:52.319Z] #30 7.283 0.1% [2021-03-30T18:02:52.319Z] #30 ... [2021-03-30T18:02:52.319Z] [2021-03-30T18:02:52.319Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-30T18:02:52.319Z] #35 49.18 time [2021-03-30T18:02:52.319Z] #35 55.33 internal/fmtsort [2021-03-30T18:02:52.319Z] #35 55.85 internal/poll [2021-03-30T18:02:52.319Z] #35 56.04 internal/syscall/execenv [2021-03-30T18:02:52.319Z] #35 56.18 internal/syscall/unix [2021-03-30T18:02:52.319Z] #35 56.36 strings [2021-03-30T18:02:52.319Z] #35 57.50 os [2021-03-30T18:02:52.319Z] #35 58.80 path [2021-03-30T18:02:52.319Z] #35 59.26 text/tabwriter [2021-03-30T18:02:52.319Z] #35 ... [2021-03-30T18:02:52.319Z] [2021-03-30T18:02:52.319Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-30T18:02:52.442Z] #43 22.59 CC criu/pie/parasite.o [2021-03-30T18:02:52.610Z] #30 7.283 0.1% ############################# 40.9% ############################################################# 85.7% ######################################################################## 100.0% [2021-03-30T18:02:52.698Z] #43 ... [2021-03-30T18:02:52.698Z] [2021-03-30T18:02:52.698Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-30T18:02:52.698Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-03-30T18:02:52.698Z] #18 DONE 1.3s [2021-03-30T18:02:52.698Z] [2021-03-30T18:02:52.698Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:52.698Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:02:52.698Z] #43 22.89 LINK criu/pie/parasite.built-in.o [2021-03-30T18:02:52.698Z] #43 22.90 GEN criu/pie/parasite-blob.h [2021-03-30T18:02:52.698Z] #43 22.90 CC criu/pie/parasite-vdso.o [2021-03-30T18:02:52.901Z] #30 7.954 #=#=# [2021-03-30T18:02:52.955Z] #43 23.10 CC criu/arch/x86/vdso-pie.o [2021-03-30T18:02:52.955Z] #43 23.19 CC criu/arch/x86/restorer.o [2021-03-30T18:02:53.211Z] #43 23.34 CC criu/arch/x86/restorer_unmap.o [2021-03-30T18:02:53.211Z] #43 23.37 CC criu/arch/x86/sigaction_compat_pie.o [2021-03-30T18:02:53.211Z] #43 23.46 CC criu/pie/restorer.o [2021-03-30T18:02:53.476Z] #43 ... [2021-03-30T18:02:53.476Z] [2021-03-30T18:02:53.476Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:02:53.476Z] #49 sha256:0d4fd015eadc5dfa7a8cc21a874e371fe11dca8ca6235bf4a61c0ba98e59d0e5 [2021-03-30T18:02:53.476Z] #49 48.21 + /build/golangci-lint --version [2021-03-30T18:02:53.476Z] #49 48.46 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-30T18:02:53.476Z] #49 DONE 48.7s [2021-03-30T18:02:53.733Z] [2021-03-30T18:02:53.733Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-30T18:02:53.733Z] #53 sha256:902762674d063d1c7eea816cfef34023ba095ea21fa30adc965d521e2f309dd0 [2021-03-30T18:02:53.733Z] #53 1.188 + RM_GOPATH=0 [2021-03-30T18:02:53.733Z] #53 1.188 + TMP_GOPATH= [2021-03-30T18:02:53.733Z] #53 1.189 + : /build [2021-03-30T18:02:53.733Z] #53 1.189 + '[' -z '' ']' [2021-03-30T18:02:53.733Z] #53 1.189 ++ mktemp -d [2021-03-30T18:02:53.733Z] #53 1.190 + export GOPATH=/tmp/tmp.RNnwTqMfkF [2021-03-30T18:02:53.733Z] #53 1.190 + GOPATH=/tmp/tmp.RNnwTqMfkF [2021-03-30T18:02:53.733Z] #53 1.190 + RM_GOPATH=1 [2021-03-30T18:02:53.733Z] #53 1.190 + case "$(go env GOARCH)" in [2021-03-30T18:02:53.733Z] #53 1.190 ++ go env GOARCH [2021-03-30T18:02:53.733Z] #53 1.199 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:53.733Z] #53 1.199 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:02:53.733Z] #53 1.199 ++ dirname /tmp/install/install.sh [2021-03-30T18:02:53.733Z] #53 1.201 + dir=/tmp/install [2021-03-30T18:02:53.733Z] #53 1.201 + bin=runc [2021-03-30T18:02:53.733Z] #53 1.201 + shift [2021-03-30T18:02:53.733Z] #53 1.201 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-30T18:02:53.733Z] #53 1.201 + . /tmp/install/runc.installer [2021-03-30T18:02:53.733Z] #53 1.201 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:02:53.733Z] #53 1.201 + install_runc [2021-03-30T18:02:53.733Z] #53 1.201 + uname -r [2021-03-30T18:02:53.733Z] #53 1.205 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-30T18:02:53.733Z] #53 1.206 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-30T18:02:53.733Z] #53 1.208 + RUNC_BUILDTAGS='seccomp ' [2021-03-30T18:02:53.733Z] #53 1.208 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-30T18:02:53.733Z] #53 1.208 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.RNnwTqMfkF/src/github.com/opencontainers/runc [2021-03-30T18:02:53.733Z] #53 1.208 Cloning into '/tmp/tmp.RNnwTqMfkF/src/github.com/opencontainers/runc'... [2021-03-30T18:02:53.733Z] #53 3.319 + cd /tmp/tmp.RNnwTqMfkF/src/github.com/opencontainers/runc [2021-03-30T18:02:53.733Z] #53 3.319 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:02:53.733Z] #53 3.434 + '[' -z '' ']' [2021-03-30T18:02:53.733Z] #53 3.434 + target=static [2021-03-30T18:02:53.733Z] #53 3.434 + make 'BUILDTAGS=seccomp ' static [2021-03-30T18:02:53.733Z] #53 3.580 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-30T18:02:53.992Z] #53 ... [2021-03-30T18:02:53.992Z] [2021-03-30T18:02:53.992Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-03-30T18:02:53.992Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-03-30T18:02:53.992Z] #19 DONE 1.2s [2021-03-30T18:02:53.992Z] [2021-03-30T18:02:53.992Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:02:53.992Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-30T18:02:53.992Z] #40 44.34 + dpkg --print-architecture [2021-03-30T18:02:53.992Z] #40 44.34 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-30T18:02:53.992Z] #40 44.57 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-30T18:02:53.992Z] #40 44.57 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-30T18:02:54.556Z] #40 ... [2021-03-30T18:02:54.556Z] [2021-03-30T18:02:54.556Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:54.556Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:02:54.556Z] #43 24.32 LINK criu/pie/restorer.built-in.o [2021-03-30T18:02:54.556Z] #43 24.32 GEN criu/pie/restorer-blob.h [2021-03-30T18:02:54.556Z] #43 24.40 DEP criu/vdso.d [2021-03-30T18:02:54.556Z] #43 24.49 DEP criu/vdso-compat.d [2021-03-30T18:02:54.556Z] #43 24.54 DEP criu/uts_ns.d [2021-03-30T18:02:54.556Z] #43 24.58 DEP criu/util.d [2021-03-30T18:02:54.556Z] #43 24.65 DEP criu/uffd.d [2021-03-30T18:02:54.556Z] #43 24.73 DEP criu/tun.d [2021-03-30T18:02:54.556Z] #43 24.78 DEP criu/tty.d [2021-03-30T18:02:54.556Z] #43 24.84 DEP criu/timerfd.d [2021-03-30T18:02:54.556Z] #43 24.96 DEP criu/timens.d [2021-03-30T18:02:54.649Z] #30 8.125 #=#=# 0.2% ######## 11.2% ############ 17.7% ################## 26.2% ####################### 32.6% ############################# 41.2% ################################### 49.8% ######################################### 58.0% ############################################## 64.0% ################################################# 69.1% ######################################################## 79.0% ############################################################### 88.4% ####################################################################### 99.2% ######################################################################## 100.0% [2021-03-30T18:02:54.724Z] #47 15.35 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-30T18:02:54.724Z] #47 ... [2021-03-30T18:02:54.724Z] [2021-03-30T18:02:54.724Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:02:54.724Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:02:54.724Z] #13 3.752 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-30T18:02:54.724Z] #13 3.857 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:02:54.724Z] #13 3.879 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:02:54.724Z] #13 3.879 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:02:54.724Z] #13 6.266 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [458 kB] [2021-03-30T18:02:54.724Z] #13 8.206 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-30T18:02:54.724Z] #13 9.921 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-30T18:02:54.724Z] #13 ... [2021-03-30T18:02:54.724Z] [2021-03-30T18:02:54.724Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:02:54.724Z] #58 sha256:fe2c5261a75756eb742216ee2c2671feb8c5d568fa9400c0ad21911832645d73 [2021-03-30T18:02:54.724Z] #58 13.62 + cd /tmp/tmp.VrLFL9gCR6/src/github.com/rootless-containers/rootlesskit [2021-03-30T18:02:54.724Z] #58 13.62 + git checkout -q 81d7d047d09a5b93645817ec580181de7a984082 [2021-03-30T18:02:54.724Z] #58 13.67 + export GO111MODULE=on [2021-03-30T18:02:54.724Z] #58 13.67 + GO111MODULE=on [2021-03-30T18:02:54.724Z] #58 13.67 + export GOPROXY=https://proxy.golang.org [2021-03-30T18:02:54.724Z] #58 13.67 + GOPROXY=https://proxy.golang.org [2021-03-30T18:02:54.724Z] #58 13.67 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-30T18:02:54.724Z] #58 13.67 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-30T18:02:54.813Z] #43 25.02 DEP criu/sysfs_parse.d [2021-03-30T18:02:54.813Z] #43 25.09 DEP criu/sysctl.d [2021-03-30T18:02:54.813Z] #43 25.14 DEP criu/string.d [2021-03-30T18:02:54.813Z] #43 25.15 DEP criu/stats.d [2021-03-30T18:02:54.813Z] #43 25.21 DEP criu/sockets.d [2021-03-30T18:02:54.942Z] #30 9.926 [2021-03-30T18:02:54.982Z] #58 15.78 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-30T18:02:54.982Z] #58 15.83 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-03-30T18:02:55.070Z] #43 25.32 DEP criu/sk-unix.d [2021-03-30T18:02:55.070Z] #43 25.38 DEP criu/sk-tcp.d [2021-03-30T18:02:55.070Z] #43 25.46 DEP criu/sk-queue.d [2021-03-30T18:02:55.235Z] #30 10.08 0.0% # 2.7% [2021-03-30T18:02:55.235Z] #30 ... [2021-03-30T18:02:55.235Z] [2021-03-30T18:02:55.235Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-30T18:02:55.235Z] #14 54.05 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-30T18:02:55.235Z] #14 54.05 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-30T18:02:55.235Z] #14 54.11 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-30T18:02:55.235Z] #14 60.12 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-30T18:02:55.235Z] #14 60.12 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-03-30T18:02:55.235Z] #14 60.13 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:02:55.235Z] #14 60.22 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-30T18:02:55.235Z] #14 60.22 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-03-30T18:02:55.235Z] #14 60.24 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:02:55.235Z] #14 ... [2021-03-30T18:02:55.235Z] [2021-03-30T18:02:55.235Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-30T18:02:55.297Z] #58 15.99 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-30T18:02:55.297Z] #58 16.00 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-03-30T18:02:55.297Z] #58 16.04 go: downloading github.com/google/uuid v1.2.0 [2021-03-30T18:02:55.326Z] #43 25.54 DEP criu/sk-packet.d [2021-03-30T18:02:55.559Z] #58 16.23 go: downloading github.com/moby/vpnkit v0.5.0 [2021-03-30T18:02:55.559Z] #58 16.34 go: downloading github.com/pkg/errors v0.9.1 [2021-03-30T18:02:55.559Z] #58 16.36 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-30T18:02:55.559Z] #58 16.36 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-30T18:02:55.559Z] #58 16.51 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-03-30T18:02:55.583Z] #43 25.62 DEP criu/sk-netlink.d [2021-03-30T18:02:55.583Z] #43 25.69 DEP criu/sk-inet.d [2021-03-30T18:02:55.583Z] #43 25.74 DEP criu/signalfd.d [2021-03-30T18:02:55.583Z] #43 25.79 DEP criu/sigframe.d [2021-03-30T18:02:55.583Z] #43 25.82 DEP criu/shmem.d [2021-03-30T18:02:55.583Z] #43 25.87 DEP criu/servicefd.d [2021-03-30T18:02:55.816Z] #30 10.08 0.0% # 2.7% #### 6.5% ###### 8.3% ######## 11.4% ######### 13.3% ########### 15.8% ############# [2021-03-30T18:02:55.816Z] #30 ... [2021-03-30T18:02:55.816Z] [2021-03-30T18:02:55.816Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:02:55.816Z] #46 52.67 time [2021-03-30T18:02:55.816Z] #46 56.89 strings [2021-03-30T18:02:55.816Z] #46 58.13 os [2021-03-30T18:02:55.816Z] #46 59.44 regexp/syntax [2021-03-30T18:02:55.816Z] #46 61.24 fmt [2021-03-30T18:02:55.816Z] #46 62.48 regexp [2021-03-30T18:02:55.816Z] #46 ... [2021-03-30T18:02:55.816Z] [2021-03-30T18:02:55.816Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-30T18:02:55.839Z] #43 25.92 DEP criu/seize.d [2021-03-30T18:02:55.839Z] #43 25.96 DEP criu/seccomp.d [2021-03-30T18:02:55.839Z] #43 26.02 DEP criu/rst-malloc.d [2021-03-30T18:02:55.839Z] #43 26.04 DEP criu/rbtree.d [2021-03-30T18:02:55.839Z] #43 26.06 DEP criu/pstree.d [2021-03-30T18:02:55.839Z] #43 26.10 DEP criu/protobuf.d [2021-03-30T18:02:55.839Z] #43 26.15 GEN criu/protobuf-desc-gen.h [2021-03-30T18:02:56.122Z] #58 16.67 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-30T18:02:56.122Z] #58 16.82 go: extracting github.com/pkg/errors v0.9.1 [2021-03-30T18:02:56.122Z] #58 17.06 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-30T18:02:56.378Z] #58 17.07 go: extracting github.com/google/uuid v1.2.0 [2021-03-30T18:02:56.378Z] #58 17.22 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-30T18:02:56.378Z] #58 17.23 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-30T18:02:56.641Z] #58 17.39 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-03-30T18:02:56.905Z] #58 ... [2021-03-30T18:02:56.905Z] [2021-03-30T18:02:56.905Z] #24 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-30T18:02:56.905Z] #24 sha256:2ac92c95f9b1e47cd11240deb33bac5eb4c641c05844fa8eeca31dcd6bf4da30 [2021-03-30T18:02:56.905Z] #24 17.30 + mkdir -p /build [2021-03-30T18:02:56.905Z] #24 17.30 + mv docker/docker /build/ [2021-03-30T18:02:56.905Z] #24 17.31 + rmdir docker [2021-03-30T18:02:56.905Z] #24 DONE 17.8s [2021-03-30T18:02:57.162Z] [2021-03-30T18:02:57.162Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:02:57.162Z] #58 sha256:fe2c5261a75756eb742216ee2c2671feb8c5d568fa9400c0ad21911832645d73 [2021-03-30T18:02:57.162Z] #58 17.95 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-30T18:02:57.208Z] #43 ... [2021-03-30T18:02:57.208Z] [2021-03-30T18:02:57.208Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:02:57.208Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-30T18:02:57.208Z] #40 DONE 51.9s [2021-03-30T18:02:57.208Z] [2021-03-30T18:02:57.209Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:02:57.209Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-30T18:02:57.209Z] #20 1.707 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-30T18:02:57.209Z] #20 1.888 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:02:57.209Z] #20 1.894 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:02:57.209Z] #20 1.900 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:02:57.209Z] #20 2.081 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [458 kB] [2021-03-30T18:02:57.209Z] #20 2.390 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-30T18:02:57.209Z] #20 2.892 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-30T18:02:57.209Z] #20 3.340 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-30T18:02:58.145Z] #30 10.08 0.0% # 2.7% #### 6.5% ###### 8.3% ######## 11.4% ######### 13.3% ########### 15.8% ############# 18.6% ############### 20.9% ################ 23.4% ################## 25.0% ################### 27.5% ##################### 29.9% ####################### 33.1% ######################### 35.7% ########################### 38.3% ############################ 40.1% ############################## 42.3% ################################ 45.4% ################################## 48.0% #################################### 50.0% ###################################### 53.2% ####################################### 55.4% ######################################### 57.9% ########################################## 59.4% ############################################ 61.2% ############################################## 63.9% ############################################### 65.8% ################################################ 67.6% ############################################## [2021-03-30T18:02:58.145Z] #30 ... [2021-03-30T18:02:58.145Z] [2021-03-30T18:02:58.145Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-30T18:02:58.145Z] #52 55.29 encoding/binary [2021-03-30T18:02:58.145Z] #52 56.11 context [2021-03-30T18:02:58.145Z] #52 56.84 internal/poll [2021-03-30T18:02:58.145Z] #52 57.57 encoding/base64 [2021-03-30T18:02:58.145Z] #52 58.30 strings [2021-03-30T18:02:58.145Z] #52 58.63 os [2021-03-30T18:02:58.145Z] #52 59.94 golang.org/x/sys/unix [2021-03-30T18:02:58.145Z] #52 61.61 fmt [2021-03-30T18:02:58.436Z] #52 ... [2021-03-30T18:02:58.436Z] [2021-03-30T18:02:58.436Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:02:58.436Z] #57 37.02 Checking out files: 62% (2376/3824) Checking out files: 63% (2410/3824) Checking out files: 64% (2448/3824) Checking out files: 65% (2486/3824) Checking out files: 66% (2524/3824) Checking out files: 67% (2563/3824) Checking out files: 68% (2601/3824) Checking out files: 69% (2639/3824) Checking out files: 70% (2677/3824) Checking out files: 71% (2716/3824) Checking out files: 72% (2754/3824) Checking out files: 73% (2792/3824) Checking out files: 74% (2830/3824) Checking out files: 75% (2868/3824) Checking out files: 76% (2907/3824) Checking out files: 77% (2945/3824) Checking out files: 78% (2983/3824) Checking out files: 79% (3021/3824) Checking out files: 80% (3060/3824) Checking out files: 81% (3098/3824) Checking out files: 82% (3136/3824) Checking out files: 83% (3174/3824) Checking out files: 84% (3213/3824) Checking out files: 85% (3251/3824) Checking out files: 86% (3289/3824) Checking out files: 87% (3327/3824) Checking out files: 88% (3366/3824) Checking out files: 89% (3404/3824) Checking out files: 90% (3442/3824) Checking out files: 91% (3480/3824) Checking out files: 92% (3519/3824) Checking out files: 93% (3557/3824) Checking out files: 94% (3595/3824) Checking out files: 95% (3633/3824) Checking out files: 96% (3672/3824) Checking out files: 97% (3710/3824) Checking out files: 98% (3748/3824) Checking out files: 99% (3786/3824) Checking out files: 100% (3824/3824) Checking out files: 100% (3824/3824), done. [2021-03-30T18:02:58.436Z] #57 38.01 + cd /tmp/tmp.EYXNi4uQcc/src/github.com/containerd/containerd [2021-03-30T18:02:58.436Z] #57 38.01 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:02:58.531Z] #58 19.16 go: extracting github.com/moby/vpnkit v0.5.0 [2021-03-30T18:02:58.531Z] #58 19.26 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-30T18:02:58.576Z] #20 4.588 Fetched 8929 kB in 3s (2849 kB/s) [2021-03-30T18:02:58.686Z] ok github.com/docker/docker/api/server 0.054s coverage: 9.0% of statements [2021-03-30T18:02:58.727Z] #57 39.74 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-30T18:02:58.727Z] #57 39.74 + BUILDTAGS='netgo osusergo static_build' [2021-03-30T18:02:58.727Z] #57 39.74 + export EXTRA_FLAGS=-buildmode=pie [2021-03-30T18:02:58.727Z] #57 39.74 + EXTRA_FLAGS=-buildmode=pie [2021-03-30T18:02:58.727Z] #57 39.74 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-30T18:02:58.727Z] #57 39.74 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-30T18:02:58.727Z] #57 39.74 + '[' '' = dynamic ']' [2021-03-30T18:02:58.727Z] #57 39.74 + make [2021-03-30T18:02:59.461Z] #58 20.39 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-30T18:02:59.505Z] #20 4.588 Reading package lists... [2021-03-30T18:02:59.505Z] #20 ... [2021-03-30T18:02:59.505Z] [2021-03-30T18:02:59.505Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:02:59.505Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:02:59.505Z] #43 27.45 DEP criu/protobuf-desc.d [2021-03-30T18:02:59.505Z] #43 27.50 DEP criu/proc_parse.d [2021-03-30T18:02:59.505Z] #43 27.57 DEP criu/plugin.d [2021-03-30T18:02:59.505Z] #43 27.62 DEP criu/pipes.d [2021-03-30T18:02:59.505Z] #43 27.70 DEP criu/pie-util.d [2021-03-30T18:02:59.505Z] #43 27.73 DEP criu/pie-util-vdso.d [2021-03-30T18:02:59.505Z] #43 27.81 DEP criu/pie-util-vdso-elf32.d [2021-03-30T18:02:59.505Z] #43 27.87 DEP criu/path.d [2021-03-30T18:02:59.505Z] #43 27.92 DEP criu/parasite-syscall.d [2021-03-30T18:02:59.505Z] #43 27.99 DEP criu/pagemap.d [2021-03-30T18:02:59.505Z] #43 28.05 DEP criu/pagemap-cache.d [2021-03-30T18:02:59.505Z] #43 28.10 DEP criu/page-xfer.d [2021-03-30T18:02:59.505Z] #43 28.15 DEP criu/page-pipe.d [2021-03-30T18:02:59.505Z] #43 28.19 DEP criu/netfilter.d [2021-03-30T18:02:59.505Z] #43 28.24 DEP criu/net.d [2021-03-30T18:02:59.505Z] #43 28.30 DEP criu/namespaces.d [2021-03-30T18:02:59.505Z] #43 28.37 DEP criu/mount.d [2021-03-30T18:02:59.505Z] #43 28.42 DEP criu/memfd.d [2021-03-30T18:02:59.505Z] #43 28.46 DEP criu/mem.d [2021-03-30T18:02:59.505Z] #43 28.50 DEP criu/lsm.d [2021-03-30T18:02:59.505Z] #43 28.54 DEP criu/log.d [2021-03-30T18:02:59.505Z] #43 28.58 DEP criu/libnetlink.d [2021-03-30T18:02:59.505Z] #43 28.63 DEP criu/kerndat.d [2021-03-30T18:02:59.505Z] #43 28.69 DEP criu/kcmp-ids.d [2021-03-30T18:02:59.505Z] #43 28.71 DEP criu/irmap.d [2021-03-30T18:02:59.505Z] #43 28.76 DEP criu/ipc_ns.d [2021-03-30T18:02:59.505Z] #43 28.80 DEP criu/image.d [2021-03-30T18:02:59.505Z] #43 28.84 DEP criu/image-desc.d [2021-03-30T18:02:59.505Z] #43 28.87 DEP criu/fsnotify.d [2021-03-30T18:02:59.505Z] #43 28.92 DEP criu/filesystems.d [2021-03-30T18:02:59.505Z] #43 28.96 DEP criu/files.d [2021-03-30T18:02:59.505Z] #43 29.01 DEP criu/files-reg.d [2021-03-30T18:02:59.505Z] #43 29.05 DEP criu/files-ext.d [2021-03-30T18:02:59.505Z] #43 29.10 DEP criu/file-lock.d [2021-03-30T18:02:59.505Z] #43 29.14 DEP criu/file-ids.d [2021-03-30T18:02:59.505Z] #43 29.18 DEP criu/fifo.d [2021-03-30T18:02:59.505Z] #43 29.22 DEP criu/fdstore.d [2021-03-30T18:02:59.505Z] #43 29.25 DEP criu/fault-injection.d [2021-03-30T18:02:59.505Z] #43 29.27 DEP criu/external.d [2021-03-30T18:02:59.505Z] #43 29.29 DEP criu/eventpoll.d [2021-03-30T18:02:59.505Z] #43 29.34 DEP criu/eventfd.d [2021-03-30T18:02:59.505Z] #43 29.43 DEP criu/crtools.d [2021-03-30T18:02:59.505Z] #43 29.48 DEP criu/cr-service.d [2021-03-30T18:02:59.505Z] #43 29.54 DEP criu/cr-restore.d [2021-03-30T18:02:59.505Z] #43 29.63 DEP criu/cr-errno.d [2021-03-30T18:02:59.505Z] #43 29.65 DEP criu/cr-dump.d [2021-03-30T18:02:59.505Z] #43 29.73 DEP criu/cr-dedup.d [2021-03-30T18:02:59.505Z] #43 29.79 DEP criu/cr-check.d [2021-03-30T18:02:59.505Z] #43 29.85 DEP criu/config.d [2021-03-30T18:02:59.505Z] #43 29.89 DEP criu/clone-noasan.d [2021-03-30T18:02:59.718Z] #58 20.39 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-30T18:02:59.759Z] #57 40.83 + bin/ctr [2021-03-30T18:02:59.762Z] #43 29.91 DEP criu/cgroup.d [2021-03-30T18:02:59.762Z] #43 29.98 DEP criu/cgroup-props.d [2021-03-30T18:02:59.762Z] #43 30.00 DEP criu/bitmap.d [2021-03-30T18:02:59.762Z] #43 30.01 DEP criu/bfd.d [2021-03-30T18:02:59.762Z] #43 30.04 DEP criu/autofs.d [2021-03-30T18:02:59.762Z] #43 30.10 DEP criu/aio.d [2021-03-30T18:03:00.019Z] #43 30.16 DEP criu/action-scripts.d [2021-03-30T18:03:00.019Z] #43 30.24 CC criu/action-scripts.o [2021-03-30T18:03:00.276Z] #43 30.40 CC criu/aio.o [2021-03-30T18:03:00.276Z] #43 30.57 CC criu/autofs.o [2021-03-30T18:03:00.283Z] #58 ... [2021-03-30T18:03:00.283Z] [2021-03-30T18:03:00.283Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:03:00.283Z] #34 sha256:54d50a0b441f678ef6a04481f1bef5863af3a91dbe5a5e7eb92c7e7d989bd223 [2021-03-30T18:03:00.283Z] #34 11.16 runtime/internal/sys [2021-03-30T18:03:00.283Z] #34 11.39 runtime/internal/math [2021-03-30T18:03:00.283Z] #34 11.47 internal/bytealg [2021-03-30T18:03:00.283Z] #34 11.48 math/bits [2021-03-30T18:03:00.283Z] #34 12.21 runtime [2021-03-30T18:03:00.283Z] #34 12.38 math [2021-03-30T18:03:00.283Z] #34 17.18 unicode/utf8 [2021-03-30T18:03:00.283Z] #34 17.65 encoding [2021-03-30T18:03:00.283Z] #34 18.02 runtime/cgo [2021-03-30T18:03:00.539Z] #34 ... [2021-03-30T18:03:00.539Z] [2021-03-30T18:03:00.539Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:03:00.539Z] #49 sha256:d95e2a29913026bc8aa688b271598ead13e6d91dcc09da8960d80db2bb7dfbef [2021-03-30T18:03:00.539Z] #49 17.57 go: downloading github.com/fatih/color v1.7.0 [2021-03-30T18:03:00.539Z] #49 17.57 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-30T18:03:00.539Z] #49 17.72 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-30T18:03:00.539Z] #49 17.84 go: downloading github.com/spf13/viper v1.6.1 [2021-03-30T18:03:00.539Z] #49 17.87 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-30T18:03:00.539Z] #49 17.91 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-30T18:03:00.539Z] #49 17.91 go: downloading github.com/pkg/errors v0.8.1 [2021-03-30T18:03:00.539Z] #49 18.59 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-30T18:03:00.539Z] #49 18.69 go: extracting github.com/fatih/color v1.7.0 [2021-03-30T18:03:00.539Z] #49 18.72 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-30T18:03:00.539Z] #49 18.95 go: extracting github.com/spf13/viper v1.6.1 [2021-03-30T18:03:00.539Z] #49 19.17 go: extracting github.com/pkg/errors v0.8.1 [2021-03-30T18:03:00.539Z] #49 19.20 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-30T18:03:00.539Z] #49 19.20 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-30T18:03:00.539Z] #49 19.22 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-30T18:03:00.539Z] #49 19.22 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-30T18:03:00.539Z] #49 19.23 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-30T18:03:00.539Z] #49 19.31 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-30T18:03:00.539Z] #49 19.47 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-30T18:03:00.539Z] #49 19.56 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-30T18:03:00.539Z] #49 19.59 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-30T18:03:00.539Z] #49 19.72 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-30T18:03:00.539Z] #49 19.78 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-30T18:03:00.539Z] #49 19.79 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-30T18:03:00.539Z] #49 19.88 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-30T18:03:00.539Z] #49 19.90 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-30T18:03:00.539Z] #49 19.95 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-30T18:03:00.539Z] #49 20.14 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-30T18:03:00.539Z] #49 20.17 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-30T18:03:00.539Z] #49 20.17 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-30T18:03:00.539Z] #49 20.36 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-30T18:03:00.539Z] #49 20.44 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-30T18:03:00.539Z] #49 20.50 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-30T18:03:00.539Z] #49 20.50 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-30T18:03:00.539Z] #49 20.90 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-30T18:03:00.539Z] #49 21.24 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-30T18:03:00.539Z] #49 21.39 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-30T18:03:00.539Z] #49 21.40 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-30T18:03:00.796Z] #49 21.48 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-30T18:03:00.839Z] #43 31.02 CC criu/bfd.o [2021-03-30T18:03:00.839Z] #43 31.20 CC criu/bitmap.o [2021-03-30T18:03:01.054Z] #49 ... [2021-03-30T18:03:01.054Z] [2021-03-30T18:03:01.054Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:03:01.054Z] #45 sha256:0b24240f4727f10d9fc5b978638b2cfe80121362b628c08c68cb742a09f6bdf4 [2021-03-30T18:03:01.054Z] #45 11.83 sync/atomic [2021-03-30T18:03:01.054Z] #45 11.90 internal/bytealg [2021-03-30T18:03:01.054Z] #45 12.40 unicode [2021-03-30T18:03:01.054Z] #45 13.08 runtime [2021-03-30T18:03:01.054Z] #45 16.40 unicode/utf8 [2021-03-30T18:03:01.054Z] #45 17.24 internal/testlog [2021-03-30T18:03:01.054Z] #45 17.52 encoding [2021-03-30T18:03:01.054Z] #45 17.76 unicode/utf16 [2021-03-30T18:03:01.054Z] #45 18.33 container/list [2021-03-30T18:03:01.054Z] #45 19.22 crypto/internal/subtle [2021-03-30T18:03:01.054Z] #45 19.42 crypto/subtle [2021-03-30T18:03:01.054Z] #45 19.60 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-30T18:03:01.054Z] #45 19.79 internal/nettrace [2021-03-30T18:03:01.054Z] #45 19.93 runtime/cgo [2021-03-30T18:03:01.054Z] #45 ... [2021-03-30T18:03:01.054Z] [2021-03-30T18:03:01.054Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:03:01.054Z] #58 sha256:fe2c5261a75756eb742216ee2c2671feb8c5d568fa9400c0ad21911832645d73 [2021-03-30T18:03:01.054Z] #58 21.68 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-30T18:03:01.054Z] #58 21.69 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-30T18:03:01.096Z] #43 31.27 CC criu/cgroup-props.o [2021-03-30T18:03:01.096Z] #43 31.50 CC criu/cgroup.o [2021-03-30T18:03:01.324Z] #58 ... [2021-03-30T18:03:01.324Z] [2021-03-30T18:03:01.324Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:03:01.324Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:03:01.324Z] #42 12.07 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-30T18:03:01.324Z] #42 14.25 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-30T18:03:01.582Z] #42 ... [2021-03-30T18:03:01.582Z] [2021-03-30T18:03:01.582Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:03:01.582Z] #49 sha256:d95e2a29913026bc8aa688b271598ead13e6d91dcc09da8960d80db2bb7dfbef [2021-03-30T18:03:01.582Z] #49 22.20 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-30T18:03:02.146Z] #49 ... [2021-03-30T18:03:02.146Z] [2021-03-30T18:03:02.146Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:03:02.146Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-30T18:03:02.146Z] #36 12.95 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-30T18:03:02.146Z] #36 15.33 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-30T18:03:02.404Z] #36 ... [2021-03-30T18:03:02.404Z] [2021-03-30T18:03:02.404Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:03:02.404Z] #51 sha256:07ae8a481030b9f777cf008b1d5cd7c7074184a1c6da4aa37c5f46cc1dbb41fc [2021-03-30T18:03:02.404Z] #51 19.32 + cd /tmp/tmp.Z7BpO1NwV2/src/github.com/mvdan/sh [2021-03-30T18:03:02.404Z] #51 19.34 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-30T18:03:02.404Z] #51 19.46 + GO111MODULE=on [2021-03-30T18:03:02.404Z] #51 19.47 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-30T18:03:02.404Z] #51 20.78 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-30T18:03:02.404Z] #51 20.82 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-30T18:03:02.404Z] #51 20.87 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-30T18:03:02.404Z] #51 21.21 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-30T18:03:02.404Z] #51 21.32 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-30T18:03:02.404Z] #51 22.23 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-30T18:03:02.404Z] #51 22.83 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-30T18:03:02.404Z] #51 ... [2021-03-30T18:03:02.404Z] [2021-03-30T18:03:02.404Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-30T18:03:02.404Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-30T18:03:02.404Z] #55 13.33 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-30T18:03:02.404Z] #55 15.62 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-30T18:03:02.464Z] #43 32.41 CC criu/clone-noasan.o [2021-03-30T18:03:02.464Z] #43 32.49 CC criu/config.o [2021-03-30T18:03:02.486Z] #57 ... [2021-03-30T18:03:02.486Z] [2021-03-30T18:03:02.486Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:02.486Z] #44 17.77 CC images/core-arm.o [2021-03-30T18:03:02.486Z] #44 18.10 CC images/core-aarch64.o [2021-03-30T18:03:02.486Z] #44 18.35 CC images/core-ppc64.o [2021-03-30T18:03:02.486Z] #44 18.86 CC images/core-s390.o [2021-03-30T18:03:02.486Z] #44 19.35 CC images/cpuinfo.o [2021-03-30T18:03:02.486Z] #44 19.69 CC images/inventory.o [2021-03-30T18:03:02.486Z] #44 19.93 CC images/fdinfo.o [2021-03-30T18:03:02.486Z] #44 20.16 CC images/fown.o [2021-03-30T18:03:02.486Z] #44 20.39 CC images/ns.o [2021-03-30T18:03:02.486Z] #44 20.59 CC images/regfile.o [2021-03-30T18:03:02.486Z] #44 20.91 CC images/ghost-file.o [2021-03-30T18:03:02.486Z] #44 21.06 CC images/fifo.o [2021-03-30T18:03:02.486Z] #44 21.22 CC images/remap-file-path.o [2021-03-30T18:03:02.486Z] #44 21.40 CC images/eventfd.o [2021-03-30T18:03:02.486Z] #44 21.60 CC images/eventpoll.o [2021-03-30T18:03:02.486Z] #44 21.82 CC images/fh.o [2021-03-30T18:03:02.486Z] #44 22.08 CC images/fsnotify.o [2021-03-30T18:03:02.486Z] #44 22.51 CC images/signalfd.o [2021-03-30T18:03:02.486Z] #44 22.77 CC images/fs.o [2021-03-30T18:03:02.486Z] #44 22.98 CC images/pstree.o [2021-03-30T18:03:02.486Z] #44 23.19 CC images/pipe.o [2021-03-30T18:03:02.486Z] #44 23.33 CC images/tcp-stream.o [2021-03-30T18:03:02.486Z] #44 23.47 CC images/sk-packet.o [2021-03-30T18:03:02.486Z] #44 23.74 CC images/mnt.o [2021-03-30T18:03:02.486Z] #44 23.93 CC images/pipe-data.o [2021-03-30T18:03:02.486Z] #44 24.18 CC images/sa.o [2021-03-30T18:03:02.486Z] #44 24.43 CC images/timer.o [2021-03-30T18:03:02.486Z] #44 24.78 CC images/timerfd.o [2021-03-30T18:03:02.486Z] #44 25.06 CC images/mm.o [2021-03-30T18:03:02.486Z] #44 25.40 CC images/sk-opts.o [2021-03-30T18:03:02.486Z] #44 25.65 CC images/sk-unix.o [2021-03-30T18:03:02.486Z] #44 26.09 CC images/sk-inet.o [2021-03-30T18:03:02.486Z] #44 26.46 CC images/tun.o [2021-03-30T18:03:02.486Z] #44 26.69 CC images/sk-netlink.o [2021-03-30T18:03:02.486Z] #44 26.82 CC images/packet-sock.o [2021-03-30T18:03:02.486Z] #44 27.21 CC images/ipc-var.o [2021-03-30T18:03:02.486Z] #44 27.45 CC images/ipc-desc.o [2021-03-30T18:03:02.486Z] #44 27.72 CC images/ipc-shm.o [2021-03-30T18:03:02.486Z] #44 27.85 CC images/ipc-msg.o [2021-03-30T18:03:02.486Z] #44 ... [2021-03-30T18:03:02.486Z] [2021-03-30T18:03:02.486Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-30T18:03:02.486Z] #30 10.08 0.0% # 2.7% #### 6.5% ###### 8.3% ######## 11.4% ######### 13.3% ########### 15.8% ############# 18.6% ############### 20.9% ################ 23.4% ################## 25.0% ################### 27.5% ##################### 29.9% ####################### 33.1% ######################### 35.7% ########################### 38.3% ############################ 40.1% ############################## 42.3% ################################ 45.4% ################################## 48.0% #################################### 50.0% ###################################### 53.2% ####################################### 55.4% ######################################### 57.9% ########################################## 59.4% ############################################ 61.2% ############################################## 63.9% ############################################### 65.8% ################################################ 67.6% ################################################## 70.1% #################################################### 72.6% ###################################################### 75.7% ####################################################### 77.5% ######################################################### 80.0% ########################################################## 81.7% ########################################################### 83.0% ############################################################# 84.9% ############################################################## 86.9% ############################################################### 88.6% ################################################################# 90.7% ################################################################### 93.1% #################################################################### 95.0% ###################################################################### 97.5% ####################################################################### 99.4% ######################################################################## 100.0% [2021-03-30T18:03:02.486Z] #30 15.13 [2021-03-30T18:03:02.486Z] #30 16.15 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-30T18:03:02.486Z] #30 16.38 [2021-03-30T18:03:02.486Z] #30 16.50 #=#=# ########## 14.5% ######################################################################## 100.0% [2021-03-30T18:03:02.486Z] #30 16.75 [2021-03-30T18:03:02.661Z] #55 ... [2021-03-30T18:03:02.661Z] [2021-03-30T18:03:02.661Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-30T18:03:02.661Z] #47 sha256:dad6eb1916655f6eefc7dfe65efb06dda9be019882b4ccaba9abdd6537c7f7a2 [2021-03-30T18:03:02.661Z] #47 15.77 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-30T18:03:02.661Z] #47 16.80 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-30T18:03:02.661Z] #47 21.17 go: finding github.com/fatih/color v1.9.0 [2021-03-30T18:03:02.661Z] #47 21.17 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-30T18:03:02.661Z] #47 21.21 go: finding github.com/pkg/errors v0.9.1 [2021-03-30T18:03:02.661Z] #47 21.32 go: finding github.com/spf13/pflag v1.0.3 [2021-03-30T18:03:02.661Z] #47 21.53 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-30T18:03:02.661Z] #47 21.53 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-30T18:03:02.661Z] #47 21.63 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-30T18:03:02.661Z] #47 21.83 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-30T18:03:02.661Z] #47 21.89 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-30T18:03:02.661Z] #47 21.96 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-30T18:03:02.661Z] #47 21.97 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-30T18:03:02.721Z] #43 32.93 CC criu/cr-check.o [2021-03-30T18:03:02.777Z] #30 17.94 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-30T18:03:02.777Z] #30 17.98 skipping existing aab193acf6ba [2021-03-30T18:03:03.068Z] #30 18.12 [2021-03-30T18:03:03.068Z] #30 ... [2021-03-30T18:03:03.068Z] [2021-03-30T18:03:03.068Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-30T18:03:03.068Z] #35 60.00 fmt [2021-03-30T18:03:03.068Z] #35 60.00 path/filepath [2021-03-30T18:03:03.068Z] #35 60.81 io/ioutil [2021-03-30T18:03:03.068Z] #35 62.47 flag [2021-03-30T18:03:03.068Z] #35 62.47 github.com/BurntSushi/toml [2021-03-30T18:03:03.068Z] #35 63.76 log [2021-03-30T18:03:03.068Z] #35 65.66 github.com/BurntSushi/toml/cmd/tomlv [2021-03-30T18:03:03.068Z] #35 DONE 70.1s [2021-03-30T18:03:03.068Z] [2021-03-30T18:03:03.068Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:03.068Z] #44 28.03 CC images/ipc-sem.o [2021-03-30T18:03:03.068Z] #44 28.28 CC images/utsns.o [2021-03-30T18:03:03.068Z] #44 28.54 CC images/creds.o [2021-03-30T18:03:03.068Z] #44 28.81 CC images/vma.o [2021-03-30T18:03:03.285Z] #43 33.51 CC criu/cr-dedup.o [2021-03-30T18:03:03.370Z] #44 28.98 CC images/netdev.o [2021-03-30T18:03:03.370Z] #44 29.24 CC images/tty.o [2021-03-30T18:03:03.541Z] #43 33.64 CC criu/cr-dump.o [2021-03-30T18:03:03.603Z] #47 ... [2021-03-30T18:03:03.603Z] [2021-03-30T18:03:03.603Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:03:03.603Z] #51 sha256:07ae8a481030b9f777cf008b1d5cd7c7074184a1c6da4aa37c5f46cc1dbb41fc [2021-03-30T18:03:03.603Z] #51 24.18 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-30T18:03:04.018Z] #44 29.68 CC images/file-lock.o [2021-03-30T18:03:04.018Z] #44 29.71 CC images/rlimit.o [2021-03-30T18:03:04.018Z] #44 29.76 CC images/pagemap.o [2021-03-30T18:03:04.018Z] #44 29.82 CC images/siginfo.o [2021-03-30T18:03:04.105Z] #43 34.37 CC criu/cr-errno.o [2021-03-30T18:03:04.105Z] #43 34.40 CC criu/cr-restore.o [2021-03-30T18:03:04.127Z] Client: [2021-03-30T18:03:04.127Z] Debug Mode: false [2021-03-30T18:03:04.127Z] Plugins: [2021-03-30T18:03:04.127Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-03-30T18:03:04.127Z] [2021-03-30T18:03:04.127Z] Server: [2021-03-30T18:03:04.127Z] Containers: 0 [2021-03-30T18:03:04.127Z] Running: 0 [2021-03-30T18:03:04.127Z] Paused: 0 [2021-03-30T18:03:04.127Z] Stopped: 0 [2021-03-30T18:03:04.127Z] Images: 0 [2021-03-30T18:03:04.127Z] Server Version: 19.03.12 [2021-03-30T18:03:04.127Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-03-30T18:03:04.127Z] Windows: [2021-03-30T18:03:04.127Z] LCOW: [2021-03-30T18:03:04.127Z] Logging Driver: json-file [2021-03-30T18:03:04.127Z] Plugins: [2021-03-30T18:03:04.127Z] Volume: local [2021-03-30T18:03:04.127Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-03-30T18:03:04.127Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-03-30T18:03:04.127Z] Swarm: inactive [2021-03-30T18:03:04.127Z] Default Isolation: process [2021-03-30T18:03:04.127Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-03-30T18:03:04.127Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-03-30T18:03:04.127Z] OSType: windows [2021-03-30T18:03:04.127Z] Architecture: x86_64 [2021-03-30T18:03:04.127Z] CPUs: 4 [2021-03-30T18:03:04.127Z] Total Memory: 32GiB [2021-03-30T18:03:04.127Z] Name: azwin-2-b5ecb0 [2021-03-30T18:03:04.127Z] ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q [2021-03-30T18:03:04.127Z] Docker Root Dir: D:\docker [2021-03-30T18:03:04.127Z] Debug Mode: false [2021-03-30T18:03:04.127Z] Registry: https://index.docker.io/v1/ [2021-03-30T18:03:04.127Z] Labels: [2021-03-30T18:03:04.127Z] Experimental: true [2021-03-30T18:03:04.127Z] Insecure Registries: [2021-03-30T18:03:04.127Z] 10.0.0.4:5000 [2021-03-30T18:03:04.127Z] 127.0.0.0/8 [2021-03-30T18:03:04.127Z] Registry Mirrors: [2021-03-30T18:03:04.127Z] http://10.0.0.4:5000/ [2021-03-30T18:03:04.127Z] Live Restore Enabled: false [2021-03-30T18:03:04.127Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [2021-03-30T18:03:04.309Z] #44 30.08 CC images/rpc.o [Pipeline] powershell [2021-03-30T18:03:04.362Z] #43 ... [2021-03-30T18:03:04.362Z] [2021-03-30T18:03:04.362Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:03:04.362Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-30T18:03:04.362Z] #20 4.588 Reading package lists... [2021-03-30T18:03:04.362Z] #20 5.614 Reading package lists... [2021-03-30T18:03:04.362Z] #20 6.599 Building dependency tree... [2021-03-30T18:03:04.362Z] #20 7.053 libcap2-bin is already the newest version (1:2.25-2). [2021-03-30T18:03:04.362Z] #20 7.053 The following additional packages will be installed: [2021-03-30T18:03:04.362Z] #20 7.053 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-30T18:03:04.362Z] #20 7.053 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-30T18:03:04.362Z] #20 7.054 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-30T18:03:04.362Z] #20 7.054 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-30T18:03:04.362Z] #20 7.054 python3.7 python3.7-minimal vim-runtime xxd [2021-03-30T18:03:04.362Z] #20 7.056 Suggested packages: [2021-03-30T18:03:04.362Z] #20 7.056 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-30T18:03:04.362Z] #20 7.056 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-30T18:03:04.362Z] #20 7.056 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-30T18:03:04.362Z] #20 7.056 Recommended packages: [2021-03-30T18:03:04.362Z] #20 7.056 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-30T18:03:04.362Z] #20 7.056 python3-keyrings.alt python3-xdg unzip [2021-03-30T18:03:04.362Z] #20 7.563 The following NEW packages will be installed: [2021-03-30T18:03:04.362Z] #20 7.564 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-30T18:03:04.362Z] #20 7.564 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-30T18:03:04.362Z] #20 7.565 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-30T18:03:04.362Z] #20 7.565 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-30T18:03:04.362Z] #20 7.566 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-30T18:03:04.362Z] #20 7.566 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-30T18:03:04.362Z] #20 7.566 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-30T18:03:04.362Z] #20 7.566 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-30T18:03:04.362Z] #20 7.566 xz-utils zip [2021-03-30T18:03:04.362Z] #20 7.848 0 upgraded, 48 newly installed, 0 to remove and 24 not upgraded. [2021-03-30T18:03:04.362Z] #20 7.848 Need to get 28.5 MB of archives. [2021-03-30T18:03:04.362Z] #20 7.848 After this operation, 116 MB of additional disk space will be used. [2021-03-30T18:03:04.362Z] #20 7.848 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-03-30T18:03:04.362Z] #20 7.851 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-03-30T18:03:04.362Z] #20 7.862 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-03-30T18:03:04.362Z] #20 7.897 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-03-30T18:03:04.362Z] #20 7.897 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-03-30T18:03:04.362Z] #20 7.897 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-03-30T18:03:04.362Z] #20 7.924 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-03-30T18:03:04.362Z] #20 7.930 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-03-30T18:03:04.362Z] #20 7.931 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-03-30T18:03:04.362Z] #20 7.932 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-03-30T18:03:04.362Z] #20 7.933 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-03-30T18:03:04.362Z] #20 7.969 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-03-30T18:03:04.362Z] #20 8.017 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-03-30T18:03:04.362Z] #20 8.018 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-03-30T18:03:04.362Z] #20 8.020 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-03-30T18:03:04.362Z] #20 8.021 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-03-30T18:03:04.362Z] #20 8.028 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-30T18:03:04.362Z] #20 8.030 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-30T18:03:04.362Z] #20 8.035 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-03-30T18:03:04.362Z] #20 8.038 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-03-30T18:03:04.362Z] #20 8.040 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-03-30T18:03:04.362Z] #20 8.043 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-03-30T18:03:04.362Z] #20 8.051 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-03-30T18:03:04.362Z] #20 8.053 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-30T18:03:04.362Z] #20 8.056 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-30T18:03:04.362Z] #20 8.058 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-30T18:03:04.362Z] #20 8.060 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-03-30T18:03:04.362Z] #20 8.063 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-03-30T18:03:04.362Z] #20 8.065 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-30T18:03:04.362Z] #20 8.273 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-30T18:03:04.362Z] #20 8.290 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-30T18:03:04.362Z] #20 8.292 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-30T18:03:04.362Z] #20 8.293 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-03-30T18:03:04.362Z] #20 8.295 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-03-30T18:03:04.362Z] #20 8.299 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-30T18:03:04.362Z] #20 8.325 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-30T18:03:04.362Z] #20 8.327 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-30T18:03:04.362Z] #20 8.330 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-03-30T18:03:04.362Z] #20 8.346 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-30T18:03:04.362Z] #20 8.349 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-30T18:03:04.362Z] #20 8.355 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-30T18:03:04.362Z] #20 8.356 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-03-30T18:03:04.362Z] #20 8.374 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-03-30T18:03:04.362Z] #20 8.382 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-03-30T18:03:04.362Z] #20 8.386 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-30T18:03:04.362Z] #20 8.525 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-03-30T18:03:04.362Z] #20 8.543 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-03-30T18:03:04.362Z] #20 8.556 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-03-30T18:03:04.362Z] #20 8.762 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:03:04.362Z] #20 8.821 Fetched 28.5 MB in 1s (29.4 MB/s) [2021-03-30T18:03:04.362Z] #20 8.868 Selecting previously unselected package pigz. [2021-03-30T18:03:04.362Z] #20 8.868 (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 ... 23435 files and directories currently installed.) [2021-03-30T18:03:04.362Z] #20 8.884 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-03-30T18:03:04.362Z] #20 8.898 Unpacking pigz (2.4-1) ... [2021-03-30T18:03:04.362Z] #20 8.984 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-03-30T18:03:04.362Z] #20 8.987 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-03-30T18:03:04.362Z] #20 8.992 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-03-30T18:03:04.362Z] #20 9.159 Selecting previously unselected package python3.7-minimal. [2021-03-30T18:03:04.362Z] #20 9.162 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-03-30T18:03:04.362Z] #20 9.176 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-03-30T18:03:04.362Z] #20 9.488 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-03-30T18:03:04.362Z] #20 9.507 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-03-30T18:03:04.362Z] #20 10.22 Selecting previously unselected package python3-minimal. [2021-03-30T18:03:04.362Z] #20 10.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 ... 23684 files and directories currently installed.) [2021-03-30T18:03:04.362Z] #20 10.24 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-03-30T18:03:04.362Z] #20 10.25 Unpacking python3-minimal (3.7.3-1) ... [2021-03-30T18:03:04.362Z] #20 10.33 Selecting previously unselected package libmpdec2:amd64. [2021-03-30T18:03:04.362Z] #20 10.33 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-03-30T18:03:04.362Z] #20 10.34 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-03-30T18:03:04.362Z] #20 10.41 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-03-30T18:03:04.362Z] #20 10.41 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-03-30T18:03:04.362Z] #20 10.41 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-03-30T18:03:04.534Z] #51 25.42 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-30T18:03:04.618Z] #20 10.74 Selecting previously unselected package python3.7. [2021-03-30T18:03:04.790Z] #51 25.63 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-30T18:03:04.875Z] #20 10.75 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-03-30T18:03:04.875Z] #20 10.76 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-03-30T18:03:04.875Z] #20 10.82 Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-30T18:03:04.875Z] #20 10.82 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-03-30T18:03:04.875Z] #20 10.83 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-30T18:03:04.875Z] #20 10.88 Setting up python3-minimal (3.7.3-1) ... [2021-03-30T18:03:05.047Z] #51 25.76 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-30T18:03:05.047Z] #51 25.91 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-30T18:03:05.132Z] #20 11.17 Selecting previously unselected package python3. [2021-03-30T18:03:05.132Z] #20 11.17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24096 files and directories currently installed.) [2021-03-30T18:03:05.132Z] #20 11.19 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-03-30T18:03:05.132Z] #20 11.20 Unpacking python3 (3.7.3-1) ... [2021-03-30T18:03:05.342Z] #44 30.90 CC images/ext-file.o [2021-03-30T18:03:05.342Z] #44 31.04 CC images/cgroup.o [2021-03-30T18:03:05.389Z] #20 11.29 Selecting previously unselected package libip4tc0:amd64. [2021-03-30T18:03:05.389Z] #20 11.29 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-03-30T18:03:05.389Z] #20 11.29 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-03-30T18:03:05.389Z] #20 11.39 Selecting previously unselected package libip6tc0:amd64. [2021-03-30T18:03:05.389Z] #20 11.40 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-03-30T18:03:05.389Z] #20 11.41 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-03-30T18:03:05.389Z] #20 11.49 Selecting previously unselected package libiptc0:amd64. [2021-03-30T18:03:05.646Z] #20 11.49 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-03-30T18:03:05.646Z] #20 11.50 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-03-30T18:03:05.646Z] #20 11.55 Selecting previously unselected package libnfnetlink0:amd64. [2021-03-30T18:03:05.646Z] #20 11.56 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-03-30T18:03:05.646Z] #20 11.57 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-30T18:03:05.646Z] #20 11.64 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-03-30T18:03:05.646Z] #20 11.64 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-03-30T18:03:05.646Z] #20 11.65 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-30T18:03:05.646Z] #20 11.70 Selecting previously unselected package libnftnl11:amd64. [2021-03-30T18:03:05.646Z] #20 11.71 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-03-30T18:03:05.646Z] #20 11.72 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-03-30T18:03:05.902Z] #20 11.80 Selecting previously unselected package iptables. [2021-03-30T18:03:05.902Z] #20 11.80 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-03-30T18:03:05.902Z] #20 11.81 Unpacking iptables (1.8.2-4) ... [2021-03-30T18:03:05.902Z] #20 11.96 Selecting previously unselected package xxd. [2021-03-30T18:03:05.902Z] #20 11.96 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-30T18:03:05.902Z] #20 11.97 Unpacking xxd (2:8.1.0875-5) ... [2021-03-30T18:03:05.902Z] #20 12.04 Selecting previously unselected package vim-common. [2021-03-30T18:03:05.974Z] #44 31.61 CC images/userns.o [2021-03-30T18:03:05.974Z] #44 31.82 CC images/google/protobuf/descriptor.o [2021-03-30T18:03:05.978Z] #51 26.71 runtime/cgo [2021-03-30T18:03:05.978Z] #51 26.84 runtime [2021-03-30T18:03:06.159Z] #20 12.05 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-30T18:03:06.159Z] #20 12.07 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-30T18:03:06.159Z] #20 12.16 Selecting previously unselected package bash-completion. [2021-03-30T18:03:06.159Z] #20 12.17 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-30T18:03:06.722Z] #20 ... [2021-03-30T18:03:06.722Z] [2021-03-30T18:03:06.722Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-30T18:03:06.722Z] #53 sha256:902762674d063d1c7eea816cfef34023ba095ea21fa30adc965d521e2f309dd0 [2021-03-30T18:03:06.722Z] #53 21.07 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-30T18:03:06.908Z] #51 ... [2021-03-30T18:03:06.908Z] [2021-03-30T18:03:06.908Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:03:06.908Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:03:06.908Z] #13 12.33 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-30T18:03:06.908Z] #13 ... [2021-03-30T18:03:06.908Z] [2021-03-30T18:03:06.908Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:03:06.908Z] #49 sha256:d95e2a29913026bc8aa688b271598ead13e6d91dcc09da8960d80db2bb7dfbef [2021-03-30T18:03:06.908Z] #49 24.31 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-30T18:03:06.908Z] #49 24.31 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-30T18:03:06.908Z] #49 24.32 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-30T18:03:06.908Z] #49 24.32 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-30T18:03:06.908Z] #49 24.32 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-30T18:03:06.908Z] #49 24.35 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-30T18:03:06.908Z] #49 24.35 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-30T18:03:06.908Z] #49 24.37 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-30T18:03:06.908Z] #49 24.42 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-30T18:03:06.908Z] #49 24.44 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-30T18:03:06.908Z] #49 24.47 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-30T18:03:06.908Z] #49 24.52 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-30T18:03:06.908Z] #49 24.55 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-30T18:03:06.908Z] #49 24.60 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-30T18:03:06.908Z] #49 24.67 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-30T18:03:06.908Z] #49 24.71 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-30T18:03:06.908Z] #49 24.72 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-30T18:03:06.908Z] #49 24.74 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-30T18:03:06.908Z] #49 24.75 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-30T18:03:06.908Z] #49 24.79 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-30T18:03:06.908Z] #49 24.91 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-30T18:03:06.909Z] #49 24.97 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-30T18:03:06.909Z] #49 24.99 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-30T18:03:06.909Z] #49 25.11 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-30T18:03:06.909Z] #49 25.18 go: downloading github.com/spf13/cast v1.3.0 [2021-03-30T18:03:06.909Z] #49 25.23 go: downloading github.com/spf13/afero v1.1.2 [2021-03-30T18:03:06.909Z] #49 25.25 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-30T18:03:06.909Z] #49 25.29 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-30T18:03:06.909Z] #49 25.30 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-30T18:03:06.909Z] #49 25.32 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-30T18:03:06.909Z] #49 25.65 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-30T18:03:06.909Z] #49 25.70 go: extracting github.com/spf13/cast v1.3.0 [2021-03-30T18:03:06.909Z] #49 25.72 go: extracting github.com/spf13/afero v1.1.2 [2021-03-30T18:03:06.909Z] #49 25.73 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-30T18:03:06.909Z] #49 25.78 go: downloading golang.org/x/text v0.3.2 [2021-03-30T18:03:06.909Z] #49 25.86 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-30T18:03:06.909Z] #49 25.92 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-30T18:03:06.909Z] #49 26.01 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-30T18:03:06.909Z] #49 26.05 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-30T18:03:06.909Z] #49 26.07 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-30T18:03:06.909Z] #49 26.25 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-30T18:03:06.909Z] #49 26.39 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-30T18:03:06.909Z] #49 26.67 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-30T18:03:06.909Z] #49 26.76 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-30T18:03:06.909Z] #49 26.77 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-30T18:03:06.909Z] #49 26.91 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-30T18:03:06.909Z] #49 26.96 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-30T18:03:06.909Z] #49 27.02 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-30T18:03:06.909Z] #49 27.08 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-30T18:03:06.909Z] #49 27.19 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-30T18:03:06.909Z] #49 27.22 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-30T18:03:06.909Z] #49 27.31 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-30T18:03:06.909Z] #49 27.33 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-30T18:03:06.909Z] #49 27.34 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-30T18:03:06.909Z] #49 27.36 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-30T18:03:06.909Z] #49 27.41 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-30T18:03:06.909Z] #49 27.52 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-30T18:03:06.909Z] #49 27.60 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-30T18:03:06.909Z] #49 27.66 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-30T18:03:06.909Z] #49 27.73 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-30T18:03:07.473Z] #49 28.06 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-30T18:03:07.473Z] #49 28.11 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-30T18:03:07.473Z] #49 28.18 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-30T18:03:07.473Z] #49 28.26 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-30T18:03:07.473Z] #49 28.26 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-30T18:03:07.479Z] #44 32.89 CC images/opts.o [2021-03-30T18:03:07.479Z] #44 33.12 CC images/seccomp.o [2021-03-30T18:03:07.479Z] #44 ... [2021-03-30T18:03:07.479Z] [2021-03-30T18:03:07.479Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-30T18:03:07.479Z] #30 19.52 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-30T18:03:07.479Z] #30 19.78 [2021-03-30T18:03:07.479Z] #30 19.91 #=#=# # 1.9% ######### 12.9% ############### 21.1% ##################### 29.2% ############################ 39.5% ################################# 46.9% ##################################### 52.3% ########################################### 60.8% ################################################ 67.8% ####################################################### 77.1% ############################################################## 86.3% ################################################################### 93.2% ######################################################################## 100.0% [2021-03-30T18:03:07.479Z] #30 21.38 [2021-03-30T18:03:07.479Z] #30 22.29 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-30T18:03:07.479Z] #30 22.62 [2021-03-30T18:03:07.652Z] #53 21.91 + mkdir -p /build [2021-03-30T18:03:07.652Z] #53 21.91 + cp runc /build/runc [2021-03-30T18:03:07.730Z] #49 28.33 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-30T18:03:07.770Z] #30 22.75 ######################################################################## 100.0% [2021-03-30T18:03:07.770Z] #30 22.78 [2021-03-30T18:03:07.986Z] #49 28.71 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-30T18:03:07.986Z] #49 28.72 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-30T18:03:08.060Z] #30 23.29 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-30T18:03:08.060Z] #30 ... [2021-03-30T18:03:08.060Z] [2021-03-30T18:03:08.060Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:03:08.060Z] #46 65.13 internal/lazyregexp [2021-03-30T18:03:08.060Z] #46 65.18 go/token [2021-03-30T18:03:08.060Z] #46 65.42 net/url [2021-03-30T18:03:08.060Z] #46 66.08 go/scanner [2021-03-30T18:03:08.060Z] #46 67.34 text/template/parse [2021-03-30T18:03:08.060Z] #46 67.40 go/ast [2021-03-30T18:03:08.060Z] #46 70.74 text/template [2021-03-30T18:03:08.060Z] #46 72.12 go/parser [2021-03-30T18:03:08.060Z] #46 74.86 go/doc [2021-03-30T18:03:08.060Z] #46 74.93 encoding/xml [2021-03-30T18:03:08.277Z] #49 29.04 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-30T18:03:08.277Z] #49 29.06 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-30T18:03:08.277Z] #49 29.09 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-30T18:03:08.351Z] #46 ... [2021-03-30T18:03:08.351Z] [2021-03-30T18:03:08.351Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:08.351Z] #44 33.27 CC images/binfmt-misc.o [2021-03-30T18:03:08.351Z] #44 33.47 CC images/time.o [2021-03-30T18:03:08.351Z] #44 33.57 CC images/sysctl.o [2021-03-30T18:03:08.351Z] #44 33.71 CC images/autofs.o [2021-03-30T18:03:08.351Z] #44 33.86 CC images/macvlan.o [2021-03-30T18:03:08.351Z] #44 33.97 CC images/sit.o [2021-03-30T18:03:08.351Z] #44 34.08 CC images/memfd.o [2021-03-30T18:03:08.351Z] #44 34.19 CC images/timens.o [2021-03-30T18:03:08.562Z] #49 29.31 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-30T18:03:08.562Z] #49 29.34 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-30T18:03:08.562Z] #49 29.38 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-30T18:03:08.580Z] #53 DONE 22.9s [2021-03-30T18:03:08.580Z] [2021-03-30T18:03:08.580Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:03:08.580Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-30T18:03:08.580Z] #20 14.25 Unpacking bash-completion (1:2.8-6) ... [2021-03-30T18:03:08.580Z] #20 14.65 Selecting previously unselected package bzip2. [2021-03-30T18:03:08.580Z] #20 14.65 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-03-30T18:03:08.580Z] #20 14.66 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-30T18:03:08.580Z] #20 14.71 Selecting previously unselected package xz-utils. [2021-03-30T18:03:08.580Z] #20 14.72 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-03-30T18:03:08.580Z] #20 14.72 Unpacking xz-utils (5.2.4-1) ... [2021-03-30T18:03:08.641Z] #44 34.30 LINK images/built-in.o [2021-03-30T18:03:08.641Z] #44 34.39 GEN compel/include/asm [2021-03-30T18:03:08.641Z] #44 34.40 GEN compel/include/version.h [2021-03-30T18:03:08.641Z] #44 34.40 touch .config [2021-03-30T18:03:08.641Z] #44 34.43 GEN include/common/config.h [2021-03-30T18:03:08.641Z] #44 34.49 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2021-03-30T18:03:08.641Z] #44 34.53 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-30T18:03:08.641Z] #44 ... [2021-03-30T18:03:08.641Z] [2021-03-30T18:03:08.641Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-30T18:03:08.641Z] #52 65.73 encoding/json [2021-03-30T18:03:08.641Z] #52 68.19 github.com/pkg/diff [2021-03-30T18:03:08.641Z] #52 69.38 go/ast [2021-03-30T18:03:08.641Z] #52 71.57 golang.org/x/crypto/ssh/terminal [2021-03-30T18:03:08.641Z] #52 72.78 mvdan.cc/editorconfig [2021-03-30T18:03:08.641Z] #52 73.27 mvdan.cc/sh/v3/fileutil [2021-03-30T18:03:08.641Z] #52 73.39 mvdan.cc/sh/v3/syntax [2021-03-30T18:03:08.819Z] #49 29.46 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-30T18:03:08.819Z] #49 29.60 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-30T18:03:08.819Z] #49 29.69 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-30T18:03:08.819Z] #49 29.69 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-30T18:03:08.819Z] #49 29.70 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-30T18:03:08.836Z] #20 14.80 Selecting previously unselected package apparmor. [2021-03-30T18:03:08.836Z] #20 14.80 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-03-30T18:03:08.836Z] #20 14.86 Unpacking apparmor (2.13.2-10) ... [2021-03-30T18:03:08.836Z] #20 14.98 Selecting previously unselected package aufs-tools. [2021-03-30T18:03:08.836Z] #20 14.99 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-03-30T18:03:08.836Z] #20 14.99 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-30T18:03:08.836Z] #20 15.04 Selecting previously unselected package libonig5:amd64. [2021-03-30T18:03:08.932Z] #52 ... [2021-03-30T18:03:08.932Z] [2021-03-30T18:03:08.932Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:08.932Z] #44 34.55 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-30T18:03:08.932Z] #44 34.57 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2021-03-30T18:03:08.932Z] #44 34.58 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2021-03-30T18:03:08.932Z] #44 34.62 DEP compel/arch/s390/plugins/std/parasite-head.d [2021-03-30T18:03:08.932Z] #44 34.64 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-30T18:03:08.932Z] #44 ... [2021-03-30T18:03:08.932Z] [2021-03-30T18:03:08.932Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-03-30T18:03:08.932Z] #30 23.50 [2021-03-30T18:03:08.932Z] #30 23.64 ######################################################################## 100.0% [2021-03-30T18:03:08.932Z] #30 23.66 [2021-03-30T18:03:08.932Z] #30 23.70 Download of images into '/build' complete. [2021-03-30T18:03:08.932Z] #30 23.70 Use something like the following to load the result into a Docker daemon: [2021-03-30T18:03:08.932Z] #30 23.70 tar -cC '/build' . | docker load [2021-03-30T18:03:08.932Z] #30 DONE 24.0s [2021-03-30T18:03:08.932Z] [2021-03-30T18:03:08.932Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:08.932Z] #44 34.64 DEP compel/plugins/std/infect.d [2021-03-30T18:03:08.932Z] #44 34.75 DEP compel/plugins/std/string.d [2021-03-30T18:03:09.076Z] #49 29.77 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-30T18:03:09.076Z] #49 29.80 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-30T18:03:09.076Z] #49 29.80 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-30T18:03:09.076Z] #49 29.81 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-30T18:03:09.092Z] #20 15.04 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-03-30T18:03:09.092Z] #20 15.04 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-30T18:03:09.092Z] #20 15.09 Selecting previously unselected package libjq1:amd64. [2021-03-30T18:03:09.092Z] #20 15.10 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-30T18:03:09.092Z] #20 15.10 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-30T18:03:09.092Z] #20 15.14 Selecting previously unselected package jq. [2021-03-30T18:03:09.092Z] #20 15.15 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-30T18:03:09.092Z] #20 15.15 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-30T18:03:09.092Z] #20 15.18 Selecting previously unselected package libaio1:amd64. [2021-03-30T18:03:09.092Z] #20 15.19 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-03-30T18:03:09.092Z] #20 15.19 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-03-30T18:03:09.092Z] #20 15.23 Selecting previously unselected package libgpm2:amd64. [2021-03-30T18:03:09.092Z] #20 15.24 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-03-30T18:03:09.092Z] #20 15.24 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-03-30T18:03:09.222Z] #44 34.93 DEP compel/plugins/std/log.d [2021-03-30T18:03:09.222Z] #44 35.00 DEP compel/plugins/std/fds.d [2021-03-30T18:03:09.333Z] #49 29.98 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-30T18:03:09.333Z] #49 29.98 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-30T18:03:09.333Z] #49 30.12 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-30T18:03:09.333Z] #49 30.17 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-30T18:03:09.333Z] #49 30.21 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-30T18:03:09.347Z] #20 15.31 Selecting previously unselected package libicu63:amd64. [2021-03-30T18:03:09.347Z] #20 15.32 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-30T18:03:09.347Z] #20 15.32 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-30T18:03:09.513Z] #44 35.25 DEP compel/plugins/std/std.d [2021-03-30T18:03:09.513Z] #44 35.33 DEP compel/plugins/shmem/shmem.d [2021-03-30T18:03:09.513Z] #44 35.38 DEP compel/plugins/fds/fds.d [2021-03-30T18:03:09.590Z] #49 30.22 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-30T18:03:09.590Z] #49 30.29 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-30T18:03:09.590Z] #49 30.43 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-30T18:03:09.590Z] #49 ... [2021-03-30T18:03:09.590Z] [2021-03-30T18:03:09.590Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:03:09.590Z] #45 sha256:0b24240f4727f10d9fc5b978638b2cfe80121362b628c08c68cb742a09f6bdf4 [2021-03-30T18:03:09.590Z] #45 30.49 vendor/golang.org/x/crypto/curve25519 [2021-03-30T18:03:09.804Z] #44 35.49 CC compel/plugins/std/std.o [2021-03-30T18:03:09.804Z] #44 35.72 CC compel/plugins/std/fds.o [2021-03-30T18:03:10.273Z] #20 16.13 Selecting previously unselected package libnet1:amd64. [2021-03-30T18:03:10.273Z] #20 16.13 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-30T18:03:10.273Z] #20 16.14 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-30T18:03:10.273Z] #20 16.19 Selecting previously unselected package libnl-3-200:amd64. [2021-03-30T18:03:10.273Z] #20 16.19 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-30T18:03:10.273Z] #20 16.19 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-30T18:03:10.273Z] #20 16.23 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-30T18:03:10.273Z] #20 16.23 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-30T18:03:10.273Z] #20 16.23 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-30T18:03:10.273Z] #20 16.26 Selecting previously unselected package libreadline5:amd64. [2021-03-30T18:03:10.273Z] #20 16.26 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-03-30T18:03:10.273Z] #20 16.27 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-30T18:03:10.273Z] #20 16.32 Selecting previously unselected package net-tools. [2021-03-30T18:03:10.273Z] #20 16.32 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-03-30T18:03:10.273Z] #20 16.32 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-30T18:03:10.273Z] #20 16.38 Selecting previously unselected package python-pip-whl. [2021-03-30T18:03:10.273Z] #20 16.38 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-30T18:03:10.273Z] #20 16.39 Unpacking python-pip-whl (18.1-5) ... [2021-03-30T18:03:10.436Z] #44 36.14 CC compel/plugins/std/log.o [2021-03-30T18:03:10.529Z] #20 16.55 Selecting previously unselected package python3-lib2to3. [2021-03-30T18:03:10.529Z] #20 16.56 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-30T18:03:10.529Z] #20 16.56 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-30T18:03:10.529Z] #20 16.60 Selecting previously unselected package python3-distutils. [2021-03-30T18:03:10.529Z] #20 16.60 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-30T18:03:10.529Z] #20 16.61 Unpacking python3-distutils (3.7.3-1) ... [2021-03-30T18:03:10.529Z] #20 16.65 Selecting previously unselected package python3-pip. [2021-03-30T18:03:10.529Z] #20 16.65 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-30T18:03:10.529Z] #20 16.65 Unpacking python3-pip (18.1-5) ... [2021-03-30T18:03:10.529Z] #20 16.71 Selecting previously unselected package python3-pkg-resources. [2021-03-30T18:03:10.785Z] #20 16.71 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-30T18:03:10.785Z] #20 16.72 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-30T18:03:10.785Z] #20 16.77 Selecting previously unselected package python3-setuptools. [2021-03-30T18:03:10.785Z] #20 16.77 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-30T18:03:10.785Z] #20 16.78 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-30T18:03:10.785Z] #20 16.84 Selecting previously unselected package python3-wheel. [2021-03-30T18:03:10.785Z] #20 16.84 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-30T18:03:10.785Z] #20 16.85 Unpacking python3-wheel (0.32.3-2) ... [2021-03-30T18:03:10.785Z] #20 16.89 Selecting previously unselected package sudo. [2021-03-30T18:03:10.785Z] #20 16.89 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-03-30T18:03:10.785Z] #20 16.89 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-30T18:03:11.040Z] #20 17.00 Selecting previously unselected package thin-provisioning-tools. [2021-03-30T18:03:11.040Z] #20 17.00 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-03-30T18:03:11.040Z] #20 17.01 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-30T18:03:11.040Z] #20 ... [2021-03-30T18:03:11.040Z] [2021-03-30T18:03:11.040Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:03:11.040Z] #56 sha256:d623fc1475912258f62c3ac9162ac8aee891c47868733a3948939e74d5868b96 [2021-03-30T18:03:11.040Z] #56 42.05 + bin/containerd [2021-03-30T18:03:11.040Z] #56 ... [2021-03-30T18:03:11.040Z] [2021-03-30T18:03:11.040Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:03:11.040Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-30T18:03:11.040Z] #20 17.09 Selecting previously unselected package uidmap. [2021-03-30T18:03:11.040Z] #20 17.10 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-03-30T18:03:11.040Z] #20 17.10 Unpacking uidmap (1:4.5-1.1) ... [2021-03-30T18:03:11.040Z] #20 17.14 Selecting previously unselected package vim-runtime. [2021-03-30T18:03:11.041Z] #20 17.14 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-30T18:03:11.041Z] #20 17.16 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-30T18:03:11.041Z] #20 17.17 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-30T18:03:11.041Z] #20 17.17 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-30T18:03:11.112Z] #44 36.78 CC compel/plugins/std/string.o [2021-03-30T18:03:11.403Z] #44 37.24 CC compel/plugins/std/infect.o [2021-03-30T18:03:11.694Z] #44 37.60 CC compel/arch/s390/plugins/std/parasite-head.o [2021-03-30T18:03:11.966Z] #20 17.79 Selecting previously unselected package vim. [2021-03-30T18:03:11.966Z] #20 17.80 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-03-30T18:03:11.966Z] #20 17.81 Unpacking vim (2:8.1.0875-5) ... [2021-03-30T18:03:11.966Z] #20 17.94 Selecting previously unselected package xfsprogs. [2021-03-30T18:03:11.966Z] #20 17.94 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-03-30T18:03:11.966Z] #20 17.95 Unpacking xfsprogs (4.20.0-1) ... [2021-03-30T18:03:11.966Z] #20 18.05 Selecting previously unselected package zip. [2021-03-30T18:03:11.966Z] #20 18.05 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-03-30T18:03:11.966Z] #20 18.05 Unpacking zip (3.0-11+b1) ... [2021-03-30T18:03:11.966Z] #20 18.11 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-30T18:03:11.966Z] #20 18.12 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-30T18:03:11.966Z] #20 18.13 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-03-30T18:03:11.966Z] #20 18.14 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-30T18:03:11.966Z] #20 18.15 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-03-30T18:03:11.985Z] #44 37.67 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2021-03-30T18:03:11.985Z] #44 37.69 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2021-03-30T18:03:11.985Z] #44 37.81 AR compel/plugins/std.lib.a [2021-03-30T18:03:11.985Z] #44 37.85 CC compel/plugins/fds/fds.o [2021-03-30T18:03:12.222Z] #20 18.16 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-03-30T18:03:12.222Z] #20 18.18 Setting up uidmap (1:4.5-1.1) ... [2021-03-30T18:03:12.222Z] #20 18.19 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-03-30T18:03:12.222Z] #20 18.20 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-30T18:03:12.222Z] #20 18.21 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-30T18:03:12.222Z] #20 18.22 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-30T18:03:12.222Z] #20 18.23 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-30T18:03:12.222Z] #20 18.24 Setting up xxd (2:8.1.0875-5) ... [2021-03-30T18:03:12.222Z] #20 18.26 Setting up zip (3.0-11+b1) ... [2021-03-30T18:03:12.222Z] #20 18.28 Setting up vim-common (2:8.1.0875-5) ... [2021-03-30T18:03:12.222Z] #20 18.30 Setting up bash-completion (1:2.8-6) ... [2021-03-30T18:03:12.276Z] #44 38.07 AR compel/plugins/fds.lib.a [2021-03-30T18:03:12.276Z] #44 38.11 HOSTDEP compel/src/lib/log-host.d [2021-03-30T18:03:12.567Z] #44 38.16 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-30T18:03:12.567Z] #44 38.26 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2021-03-30T18:03:12.567Z] #44 38.34 HOSTDEP compel/src/main-host.d [2021-03-30T18:03:12.567Z] #44 38.42 DEP compel/src/lib/ptrace.d [2021-03-30T18:03:12.858Z] #44 38.56 DEP compel/src/lib/infect.d [2021-03-30T18:03:12.858Z] #44 38.70 DEP compel/src/lib/infect-util.d [2021-03-30T18:03:12.858Z] #44 38.78 DEP compel/src/lib/infect-rpc.d [2021-03-30T18:03:13.148Z] #20 19.07 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-03-30T18:03:13.148Z] #20 19.08 Setting up xz-utils (5.2.4-1) ... [2021-03-30T18:03:13.148Z] #20 19.09 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-30T18:03:13.148Z] #20 19.10 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-30T18:03:13.148Z] #20 19.13 invoke-rc.d: could not determine current runlevel [2021-03-30T18:03:13.148Z] #20 19.13 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-30T18:03:13.148Z] #20 19.14 Setting up pigz (2.4-1) ... [2021-03-30T18:03:13.148Z] #20 19.15 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-30T18:03:13.148Z] #20 19.16 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-30T18:03:13.148Z] #20 19.20 Setting up python-pip-whl (18.1-5) ... [2021-03-30T18:03:13.148Z] #20 19.21 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-03-30T18:03:13.148Z] #20 19.22 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-30T18:03:13.148Z] #20 19.31 Setting up libaio1:amd64 (0.3.112-3) ... [2021-03-30T18:03:13.148Z] #20 19.32 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-30T18:03:13.148Z] #20 19.33 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-03-30T18:03:13.148Z] #20 19.34 Setting up vim (2:8.1.0875-5) ... [2021-03-30T18:03:13.148Z] #20 19.35 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-30T18:03:13.148Z] #20 19.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-30T18:03:13.148Z] #20 19.36 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-30T18:03:13.148Z] #20 19.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-30T18:03:13.148Z] #20 19.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-30T18:03:13.148Z] #20 19.37 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-30T18:03:13.148Z] #20 19.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-30T18:03:13.148Z] #20 19.38 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-30T18:03:13.148Z] #20 19.39 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-30T18:03:13.149Z] #44 38.85 DEP compel/arch/s390/src/lib/infect.d [2021-03-30T18:03:13.149Z] #44 38.92 DEP compel/arch/s390/src/lib/cpu.d [2021-03-30T18:03:13.149Z] #44 38.99 DEP compel/src/lib/log.d [2021-03-30T18:03:13.149Z] #44 39.05 DEP compel/src/main.d [2021-03-30T18:03:13.403Z] #20 19.40 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-30T18:03:13.403Z] #20 19.41 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-30T18:03:13.403Z] #20 19.42 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-30T18:03:13.403Z] #20 19.43 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-30T18:03:13.403Z] #20 19.44 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-03-30T18:03:13.440Z] #44 39.14 DEP compel/src/lib/handle-elf.d [2021-03-30T18:03:13.440Z] #44 39.26 DEP compel/arch/s390/src/lib/handle-elf.d [2021-03-30T18:03:13.440Z] #44 39.35 CC compel/src/lib/log.o [2021-03-30T18:03:13.731Z] #44 39.50 CC compel/arch/s390/src/lib/cpu.o [2021-03-30T18:03:13.964Z] #20 20.07 Setting up iptables (1.8.2-4) ... [2021-03-30T18:03:13.964Z] #20 20.08 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-30T18:03:13.964Z] #20 20.09 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-30T18:03:13.964Z] #20 20.09 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-30T18:03:13.964Z] #20 20.09 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-30T18:03:13.964Z] #20 20.10 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-30T18:03:13.964Z] #20 20.10 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-30T18:03:13.964Z] #20 20.11 Setting up python3 (3.7.3-1) ... [2021-03-30T18:03:13.964Z] #20 20.21 Setting up python3-wheel (0.32.3-2) ... [2021-03-30T18:03:14.022Z] #44 39.74 CC compel/arch/s390/src/lib/infect.o [2021-03-30T18:03:14.219Z] #20 20.35 Setting up apparmor (2.13.2-10) ... [2021-03-30T18:03:14.654Z] #44 40.41 CC compel/src/lib/infect-rpc.o [2021-03-30T18:03:14.848Z] #45 ... [2021-03-30T18:03:14.848Z] [2021-03-30T18:03:14.848Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:03:14.848Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-30T18:03:14.848Z] #40 24.60 Checking out files: 87% (1480/1684) Checking out files: 88% (1482/1684) Checking out files: 89% (1499/1684) Checking out files: 90% (1516/1684) Checking out files: 91% (1533/1684) Checking out files: 92% (1550/1684) Checking out files: 93% (1567/1684) Checking out files: 94% (1583/1684) Checking out files: 95% (1600/1684) Checking out files: 96% (1617/1684) Checking out files: 97% (1634/1684) Checking out files: 98% (1651/1684) Checking out files: 99% (1668/1684) Checking out files: 100% (1684/1684) Checking out files: 100% (1684/1684), done. [2021-03-30T18:03:14.848Z] #40 24.84 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-30T18:03:14.848Z] #40 26.90 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-30T18:03:14.848Z] #40 ... [2021-03-30T18:03:14.848Z] [2021-03-30T18:03:14.848Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-30T18:03:14.848Z] #67 sha256:452f2b177b717d80d90892d596a121a9b24c455d6efe5f315aa486dfaa0b9589 [2021-03-30T18:03:14.848Z] #67 25.10 Checking out files: 63% (1214/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. [2021-03-30T18:03:14.848Z] #67 25.78 + cd /tmp/tmp.OKjXENocom/src/github.com/docker/libnetwork [2021-03-30T18:03:14.848Z] #67 25.79 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-03-30T18:03:14.848Z] #67 26.44 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-30T18:03:14.947Z] #44 40.70 CC compel/src/lib/infect-util.o [2021-03-30T18:03:14.948Z] #44 ... [2021-03-30T18:03:14.948Z] [2021-03-30T18:03:14.948Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-03-30T18:03:14.948Z] #52 77.98 mvdan.cc/sh/v3/cmd/shfmt [2021-03-30T18:03:14.948Z] #52 DONE 82.0s [2021-03-30T18:03:14.948Z] [2021-03-30T18:03:14.948Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:03:14.948Z] #46 77.71 github.com/LK4D4/vndr/build [2021-03-30T18:03:14.948Z] #46 79.49 github.com/LK4D4/vndr/versioned [2021-03-30T18:03:14.948Z] #46 79.58 crypto/rsa [2021-03-30T18:03:14.948Z] #46 79.86 crypto/dsa [2021-03-30T18:03:14.948Z] #46 80.14 crypto/x509/pkix [2021-03-30T18:03:14.948Z] #46 80.48 vendor/golang.org/x/crypto/cryptobyte [2021-03-30T18:03:14.948Z] #46 80.53 net [2021-03-30T18:03:14.948Z] #46 81.72 vendor/golang.org/x/sys/cpu [2021-03-30T18:03:14.948Z] #46 82.07 vendor/golang.org/x/crypto/internal/chacha20 [2021-03-30T18:03:15.105Z] #67 ... [2021-03-30T18:03:15.105Z] [2021-03-30T18:03:15.105Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:03:15.105Z] #58 sha256:fe2c5261a75756eb742216ee2c2671feb8c5d568fa9400c0ad21911832645d73 [2021-03-30T18:03:15.105Z] #58 25.76 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-30T18:03:15.105Z] #58 25.98 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-30T18:03:15.105Z] #58 26.28 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-30T18:03:15.105Z] #58 26.28 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-30T18:03:15.105Z] #58 26.67 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-30T18:03:15.105Z] #58 27.51 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-30T18:03:15.105Z] #58 30.30 go: finding github.com/pkg/errors v0.9.1 [2021-03-30T18:03:15.105Z] #58 30.39 go: finding github.com/sirupsen/logrus v1.8.1 [2021-03-30T18:03:15.105Z] #58 30.69 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-30T18:03:15.105Z] #58 30.73 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-30T18:03:15.105Z] #58 30.92 go: finding github.com/google/uuid v1.2.0 [2021-03-30T18:03:15.105Z] #58 31.04 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-30T18:03:15.105Z] #58 31.08 go: finding github.com/gofrs/flock v0.8.0 [2021-03-30T18:03:15.105Z] #58 31.10 go: finding github.com/moby/vpnkit v0.5.0 [2021-03-30T18:03:15.105Z] #58 31.13 go: finding github.com/gorilla/mux v1.8.0 [2021-03-30T18:03:15.105Z] #58 31.16 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-03-30T18:03:15.105Z] #58 31.21 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-30T18:03:15.105Z] #58 31.23 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-30T18:03:15.105Z] #58 31.28 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-30T18:03:15.105Z] #58 31.54 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-30T18:03:15.105Z] #58 31.63 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-30T18:03:15.105Z] #58 ... [2021-03-30T18:03:15.105Z] [2021-03-30T18:03:15.106Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:03:15.106Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:03:15.106Z] #42 25.94 Fetched 8424 kB in 19s (443 kB/s) [2021-03-30T18:03:15.106Z] #42 25.94 Reading package lists... [2021-03-30T18:03:15.144Z] #20 21.06 Setting up xfsprogs (4.20.0-1) ... [2021-03-30T18:03:15.144Z] #20 21.07 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-30T18:03:15.144Z] #20 21.16 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-30T18:03:15.144Z] #20 21.36 Setting up python3-distutils (3.7.3-1) ... [2021-03-30T18:03:15.367Z] #42 32.81 Reading package lists... [2021-03-30T18:03:15.367Z] #42 ... [2021-03-30T18:03:15.367Z] [2021-03-30T18:03:15.367Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:03:15.367Z] #49 sha256:d95e2a29913026bc8aa688b271598ead13e6d91dcc09da8960d80db2bb7dfbef [2021-03-30T18:03:15.367Z] #49 30.50 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-30T18:03:15.367Z] #49 30.63 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-30T18:03:15.367Z] #49 30.75 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-30T18:03:15.367Z] #49 30.75 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-30T18:03:15.367Z] #49 30.75 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-30T18:03:15.367Z] #49 30.80 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-30T18:03:15.367Z] #49 30.87 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-30T18:03:15.367Z] #49 30.92 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-30T18:03:15.367Z] #49 31.13 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-30T18:03:15.367Z] #49 31.22 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-30T18:03:15.367Z] #49 31.29 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-30T18:03:15.368Z] #49 31.44 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-30T18:03:15.368Z] #49 31.44 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-30T18:03:15.368Z] #49 31.54 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-30T18:03:15.368Z] #49 31.76 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-30T18:03:15.368Z] #49 31.91 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-30T18:03:15.368Z] #49 31.91 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-30T18:03:15.368Z] #49 32.30 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-30T18:03:15.368Z] #49 34.40 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-30T18:03:15.368Z] #49 ... [2021-03-30T18:03:15.368Z] [2021-03-30T18:03:15.368Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:03:15.368Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-30T18:03:15.368Z] #36 26.21 Fetched 8424 kB in 18s (457 kB/s) [2021-03-30T18:03:15.368Z] #36 26.21 Reading package lists... [2021-03-30T18:03:15.399Z] #20 21.48 Setting up python3-setuptools (40.8.0-1) ... [2021-03-30T18:03:15.625Z] #36 33.23 Reading package lists... [2021-03-30T18:03:15.625Z] #36 ... [2021-03-30T18:03:15.625Z] [2021-03-30T18:03:15.625Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:03:15.625Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:03:15.625Z] #13 23.32 Fetched 8929 kB in 20s (452 kB/s) [2021-03-30T18:03:15.625Z] #13 23.32 Reading package lists... [2021-03-30T18:03:15.655Z] #20 21.71 Setting up python3-pip (18.1-5) ... [2021-03-30T18:03:15.655Z] #20 ... [2021-03-30T18:03:15.655Z] [2021-03-30T18:03:15.655Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:03:15.655Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:03:15.655Z] #43 35.90 CC criu/cr-service.o [2021-03-30T18:03:15.655Z] #43 36.42 CC criu/crtools.o [2021-03-30T18:03:15.655Z] #43 36.62 CC criu/eventfd.o [2021-03-30T18:03:15.655Z] #43 36.74 CC criu/eventpoll.o [2021-03-30T18:03:15.655Z] #43 37.04 CC criu/external.o [2021-03-30T18:03:15.655Z] #43 37.17 CC criu/fault-injection.o [2021-03-30T18:03:15.655Z] #43 37.21 CC criu/fdstore.o [2021-03-30T18:03:15.655Z] #43 37.35 CC criu/fifo.o [2021-03-30T18:03:15.655Z] #43 37.48 CC criu/file-ids.o [2021-03-30T18:03:15.655Z] #43 37.59 CC criu/file-lock.o [2021-03-30T18:03:15.655Z] #43 37.91 CC criu/files-ext.o [2021-03-30T18:03:15.655Z] #43 38.05 CC criu/files-reg.o [2021-03-30T18:03:15.655Z] #43 38.74 CC criu/files.o [2021-03-30T18:03:15.655Z] #43 39.35 CC criu/filesystems.o [2021-03-30T18:03:15.655Z] #43 39.57 CC criu/fsnotify.o [2021-03-30T18:03:15.655Z] #43 39.85 CC criu/image-desc.o [2021-03-30T18:03:15.655Z] #43 39.88 CC criu/image.o [2021-03-30T18:03:15.655Z] #43 40.10 CC criu/ipc_ns.o [2021-03-30T18:03:15.655Z] #43 40.38 CC criu/irmap.o [2021-03-30T18:03:15.655Z] #43 40.57 CC criu/kcmp-ids.o [2021-03-30T18:03:15.655Z] #43 40.67 CC criu/kerndat.o [2021-03-30T18:03:15.655Z] #43 40.98 CC criu/libnetlink.o [2021-03-30T18:03:15.655Z] #43 41.08 CC criu/log.o [2021-03-30T18:03:15.655Z] #43 41.26 CC criu/lsm.o [2021-03-30T18:03:15.655Z] #43 41.36 CC criu/mem.o [2021-03-30T18:03:15.655Z] #43 41.78 CC criu/memfd.o [2021-03-30T18:03:15.655Z] #43 41.93 CC criu/mount.o [2021-03-30T18:03:15.655Z] #43 42.89 CC criu/namespaces.o [2021-03-30T18:03:15.655Z] #43 43.37 CC criu/net.o [2021-03-30T18:03:15.655Z] #43 44.14 CC criu/netfilter.o [2021-03-30T18:03:15.655Z] #43 44.27 CC criu/page-pipe.o [2021-03-30T18:03:15.655Z] #43 44.43 CC criu/page-xfer.o [2021-03-30T18:03:15.655Z] #43 44.83 CC criu/pagemap-cache.o [2021-03-30T18:03:15.655Z] #43 44.92 CC criu/pagemap.o [2021-03-30T18:03:15.655Z] #43 45.17 CC criu/parasite-syscall.o [2021-03-30T18:03:15.655Z] #43 45.43 CC criu/path.o [2021-03-30T18:03:15.655Z] #43 45.54 CC criu/pie-util-vdso-elf32.o [2021-03-30T18:03:15.655Z] #43 45.66 CC criu/pie-util-vdso.o [2021-03-30T18:03:15.655Z] #43 45.78 CC criu/pie-util.o [2021-03-30T18:03:15.655Z] #43 45.83 CC criu/pipes.o [2021-03-30T18:03:15.655Z] #43 46.05 CC criu/plugin.o [2021-03-30T18:03:15.911Z] #43 46.16 CC criu/proc_parse.o [2021-03-30T18:03:15.911Z] #43 ... [2021-03-30T18:03:15.911Z] [2021-03-30T18:03:15.911Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:03:15.911Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-30T18:03:15.911Z] #20 21.93 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:03:15.911Z] #20 21.95 Processing triggers for mime-support (3.62) ... [2021-03-30T18:03:16.040Z] #46 82.94 vendor/golang.org/x/crypto/poly1305 [2021-03-30T18:03:16.330Z] #46 83.33 vendor/golang.org/x/crypto/chacha20poly1305 [2021-03-30T18:03:16.555Z] #13 30.43 Reading package lists... [2021-03-30T18:03:16.555Z] #13 ... [2021-03-30T18:03:16.555Z] [2021-03-30T18:03:16.555Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:03:16.555Z] #49 sha256:d95e2a29913026bc8aa688b271598ead13e6d91dcc09da8960d80db2bb7dfbef [2021-03-30T18:03:16.555Z] #49 37.47 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-30T18:03:16.621Z] #46 83.63 vendor/golang.org/x/crypto/curve25519 [2021-03-30T18:03:16.812Z] #49 ... [2021-03-30T18:03:16.812Z] [2021-03-30T18:03:16.812Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-30T18:03:16.812Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-30T18:03:16.812Z] #55 27.62 Fetched 8424 kB in 20s (427 kB/s) [2021-03-30T18:03:16.812Z] #55 27.62 Reading package lists... [2021-03-30T18:03:16.837Z] #20 DONE 22.9s [2021-03-30T18:03:16.837Z] [2021-03-30T18:03:16.837Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-03-30T18:03:16.837Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-03-30T18:03:17.252Z] #46 84.01 vendor/golang.org/x/crypto/hkdf [2021-03-30T18:03:17.252Z] #46 84.13 vendor/golang.org/x/text/transform [2021-03-30T18:03:17.398Z] #21 0.512 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-30T18:03:17.398Z] #21 0.516 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-30T18:03:17.398Z] #21 0.519 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-30T18:03:17.398Z] #21 DONE 0.6s [2021-03-30T18:03:17.398Z] [2021-03-30T18:03:17.398Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-30T18:03:17.398Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-30T18:03:17.542Z] #46 84.58 vendor/golang.org/x/text/unicode/bidi [2021-03-30T18:03:18.181Z] #55 34.40 Reading package lists... [2021-03-30T18:03:18.181Z] #55 ... [2021-03-30T18:03:18.181Z] [2021-03-30T18:03:18.181Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:03:18.181Z] #49 sha256:d95e2a29913026bc8aa688b271598ead13e6d91dcc09da8960d80db2bb7dfbef [2021-03-30T18:03:18.181Z] #49 38.89 go: extracting golang.org/x/text v0.3.2 [2021-03-30T18:03:18.573Z] #46 ... [2021-03-30T18:03:18.573Z] [2021-03-30T18:03:18.573Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:18.573Z] #44 40.96 CC compel/src/lib/infect.o [2021-03-30T18:03:18.573Z] #44 42.46 CC compel/src/lib/ptrace.o [2021-03-30T18:03:18.573Z] #44 42.79 AR compel/libcompel.a [2021-03-30T18:03:18.573Z] #44 42.86 HOSTCC compel/src/main-host.o [2021-03-30T18:03:18.573Z] #44 43.04 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2021-03-30T18:03:18.573Z] #44 43.15 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-30T18:03:18.573Z] #44 43.37 HOSTCC compel/src/lib/log-host.o [2021-03-30T18:03:18.573Z] #44 43.46 HOSTLINK compel/compel-host-bin [2021-03-30T18:03:18.573Z] #44 43.53 DEP soccr/soccr.d [2021-03-30T18:03:18.573Z] #44 43.61 CC soccr/soccr.o [2021-03-30T18:03:18.761Z] #22 1.384 Collecting yamllint==1.16.0 [2021-03-30T18:03:18.863Z] #44 44.63 AR soccr/libsoccr.a [2021-03-30T18:03:18.863Z] #44 44.66 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-30T18:03:19.156Z] #44 44.90 DEP criu/arch/s390/sigframe.d [2021-03-30T18:03:19.446Z] #44 45.08 DEP criu/arch/s390/crtools.d [2021-03-30T18:03:19.446Z] #44 ... [2021-03-30T18:03:19.446Z] [2021-03-30T18:03:19.446Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-30T18:03:19.446Z] #14 78.36 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-30T18:03:19.446Z] #14 78.37 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-03-30T18:03:19.446Z] #14 78.38 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:03:19.446Z] #14 ... [2021-03-30T18:03:19.446Z] [2021-03-30T18:03:19.446Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:19.446Z] #44 45.29 DEP criu/arch/s390/cpu.d [2021-03-30T18:03:19.737Z] #44 45.52 CC criu/arch/s390/cpu.o [2021-03-30T18:03:19.876Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-03-30T18:03:19.876Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-509f9921\powershellScript.ps1'; exit $LASTEXITCODE; [2021-03-30T18:03:19.876Z] ---------------------------------------------------------------------------- [2021-03-30T18:03:19.876Z] [2021-03-30T18:03:19.876Z] INFO: executeCI.ps1 starting at Tue Mar 30 18:03:19 CUT 2021 [2021-03-30T18:03:19.876Z] [2021-03-30T18:03:19.876Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-03-30T18:03:19.876Z] INFO: Running git version 2.24.1.windows.2 [2021-03-30T18:03:20.350Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-03-30T18:03:20.350Z] INFO: Environment variables: [2021-03-30T18:03:20.350Z] [2021-03-30T18:03:20.350Z] Name Value [2021-03-30T18:03:20.350Z] ---- ----- [2021-03-30T18:03:20.350Z] ALLUSERSPROFILE C:\ProgramData [2021-03-30T18:03:20.350Z] amd64 true [2021-03-30T18:03:20.350Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2021-03-30T18:03:20.350Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-03-30T18:03:20.350Z] arm64 true [2021-03-30T18:03:20.350Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.10 [2021-03-30T18:03:20.350Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-03-30T18:03:20.350Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.10 [2021-03-30T18:03:20.350Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-03-30T18:03:20.350Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-03-30T18:03:20.350Z] BRANCH_NAME PR-42226 [2021-03-30T18:03:20.350Z] BUILD_DISPLAY_NAME #2 [2021-03-30T18:03:20.350Z] BUILD_ID 2 [2021-03-30T18:03:20.350Z] BUILD_NUMBER 2 [2021-03-30T18:03:20.350Z] BUILD_TAG jenkins-moby-PR-42226-2 [2021-03-30T18:03:20.350Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42226/2/ [2021-03-30T18:03:20.350Z] cgroup2 true [2021-03-30T18:03:20.350Z] CHANGE_AUTHOR nomis52 [2021-03-30T18:03:20.350Z] CHANGE_AUTHOR_DISPLAY_NAME Simon Newton [2021-03-30T18:03:20.350Z] CHANGE_AUTHOR_EMAIL nomis52@gmail.com [2021-03-30T18:03:20.350Z] CHANGE_BRANCH img-pull [2021-03-30T18:03:20.350Z] CHANGE_FORK nomis52 [2021-03-30T18:03:20.350Z] CHANGE_ID 42226 [2021-03-30T18:03:20.350Z] CHANGE_TARGET master [2021-03-30T18:03:20.350Z] CHANGE_TITLE Provide a mechanism to add custom HTTP headers for ImagePull requests. [2021-03-30T18:03:20.350Z] CHANGE_URL https://github.com/moby/moby/pull/42226 [2021-03-30T18:03:20.350Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-03-30T18:03:20.350Z] CommonProgramFiles C:\Program Files\Common Files [2021-03-30T18:03:20.350Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-03-30T18:03:20.350Z] CommonProgramW6432 C:\Program Files\Common Files [2021-03-30T18:03:20.350Z] COMPUTERNAME azwin-2-b5ecb0 [2021-03-30T18:03:20.350Z] ComSpec C:\windows\system32\cmd.exe [2021-03-30T18:03:20.350Z] ConfigSequenceNumber 0 [2021-03-30T18:03:20.350Z] dco true [2021-03-30T18:03:20.350Z] DOCKER_BUILDKIT 0 [2021-03-30T18:03:20.350Z] DOCKER_DUT_DEBUG 1 [2021-03-30T18:03:20.350Z] DOCKER_EXPERIMENTAL 1 [2021-03-30T18:03:20.350Z] DOCKER_GRAPHDRIVER overlay2 [2021-03-30T18:03:20.350Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-03-30T18:03:20.350Z] EXECUTOR_NUMBER 0 [2021-03-30T18:03:20.350Z] FQDN azwin-2-b5ecb0.westus.cloudapp.azure.com [2021-03-30T18:03:20.350Z] GIT_BRANCH PR-42226 [2021-03-30T18:03:20.350Z] GIT_COMMIT 1a8237e65734ace8abbb27ce346848e30a27c2e8 [2021-03-30T18:03:20.350Z] GIT_URL https://github.com/moby/moby.git [2021-03-30T18:03:20.350Z] HUDSON_COOKIE 8c6b4836-ca37-4df9-bfbf-8323d65fe868 [2021-03-30T18:03:20.350Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-03-30T18:03:20.350Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-03-30T18:03:20.350Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-03-30T18:03:20.350Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-03-30T18:03:20.350Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-03-30T18:03:20.350Z] JENKINS_NODE_COOKIE 4e014283-68ad-45a3-8fc7-d06cd667b42c [2021-03-30T18:03:20.350Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-03-30T18:03:20.350Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-03-30T18:03:20.350Z] JOB_BASE_NAME PR-42226 [2021-03-30T18:03:20.350Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42226/display/redirect [2021-03-30T18:03:20.350Z] JOB_NAME moby/PR-42226 [2021-03-30T18:03:20.350Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42226/ [2021-03-30T18:03:20.350Z] library.jps.version master [2021-03-30T18:03:20.350Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2021-03-30T18:03:20.350Z] NODE_LABELS amd64 azure azwin-2-b5ecb0 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-03-30T18:03:20.350Z] NODE_NAME azwin-2-b5ecb0 [2021-03-30T18:03:20.350Z] NUMBER_OF_PROCESSORS 4 [2021-03-30T18:03:20.350Z] OS Windows_NT [2021-03-30T18:03:20.350Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2021-03-30T18:03:20.350Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-03-30T18:03:20.350Z] ppc64le true [2021-03-30T18:03:20.350Z] PROCESSOR_ARCHITECTURE AMD64 [2021-03-30T18:03:20.350Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-03-30T18:03:20.350Z] PROCESSOR_LEVEL 6 [2021-03-30T18:03:20.350Z] PROCESSOR_REVISION 5504 [2021-03-30T18:03:20.350Z] ProgramData C:\ProgramData [2021-03-30T18:03:20.350Z] ProgramFiles C:\Program Files [2021-03-30T18:03:20.350Z] ProgramFiles(x86) C:\Program Files (x86) [2021-03-30T18:03:20.350Z] ProgramW6432 C:\Program Files [2021-03-30T18:03:20.350Z] PROMPT $P$G [2021-03-30T18:03:20.350Z] PSExecutionPolicyPreference Bypass [2021-03-30T18:03:20.350Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2021-03-30T18:03:20.350Z] PUBLIC C:\Users\Public [2021-03-30T18:03:20.350Z] rootless true [2021-03-30T18:03:20.350Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42226/2/display/redirect?page=artif... [2021-03-30T18:03:20.350Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42226/2/display/redirect?page=changes [2021-03-30T18:03:20.350Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42226/2/display/redirect [2021-03-30T18:03:20.350Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42226/2/display/redirect?page=tests [2021-03-30T18:03:20.350Z] s390x true [2021-03-30T18:03:20.350Z] SKIP_VALIDATION_TESTS 1 [2021-03-30T18:03:20.350Z] SOURCES_DRIVE d [2021-03-30T18:03:20.350Z] SOURCES_SUBDIR gopath [2021-03-30T18:03:20.350Z] STAGE_NAME Run tests [2021-03-30T18:03:20.350Z] SystemDrive C: [2021-03-30T18:03:20.350Z] SystemRoot C:\windows [2021-03-30T18:03:20.350Z] TEMP C:\windows\TEMP [2021-03-30T18:03:20.350Z] TESTDEBUG 0 [2021-03-30T18:03:20.350Z] TESTRUN_DRIVE d [2021-03-30T18:03:20.350Z] TESTRUN_SUBDIR CI [2021-03-30T18:03:20.350Z] TIMEOUT 120m [2021-03-30T18:03:20.350Z] TMP C:\windows\TEMP [2021-03-30T18:03:20.350Z] unit_validate true [2021-03-30T18:03:20.350Z] USERDOMAIN WORKGROUP [2021-03-30T18:03:20.350Z] USERNAME azwin-2-b5ecb0$ [2021-03-30T18:03:20.350Z] USERPROFILE C:\windows\system32\config\systemprofile [2021-03-30T18:03:20.350Z] validate_force false [2021-03-30T18:03:20.350Z] windir C:\windows [2021-03-30T18:03:20.350Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-03-30T18:03:20.350Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-03-30T18:03:20.350Z] windowsRS1 false [2021-03-30T18:03:20.350Z] windowsRS5 true [2021-03-30T18:03:20.350Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-03-30T18:03:20.350Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-03-30T18:03:20.350Z] [2021-03-30T18:03:20.350Z] [2021-03-30T18:03:20.350Z] [2021-03-30T18:03:20.367Z] #44 45.93 CC criu/arch/s390/crtools.o [2021-03-30T18:03:20.825Z] INFO: Sources under d:\gopath\... [2021-03-30T18:03:20.825Z] INFO: Test run under d:\CI\... [2021-03-30T18:03:20.825Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-03-30T18:03:20.825Z] INFO: docker/docker repository was found [2021-03-30T18:03:20.825Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-03-30T18:03:20.999Z] #44 46.62 CC criu/arch/s390/sigframe.o [2021-03-30T18:03:20.999Z] #44 46.78 LINK criu/arch/s390/crtools.built-in.o [2021-03-30T18:03:20.999Z] #44 46.80 DEP criu/pie/util-vdso.d [2021-03-30T18:03:21.299Z] ltsc2019: Pulling from windows/servercore [2021-03-30T18:03:21.313Z] #44 46.97 DEP criu/pie/util.d [2021-03-30T18:03:21.603Z] #44 47.19 CC criu/pie/util.o [2021-03-30T18:03:21.603Z] #44 47.44 CC criu/pie/util-vdso.o [2021-03-30T18:03:21.772Z] 4612f6d0b889: Pulling fs layer [2021-03-30T18:03:21.772Z] 5ff1512f88ec: Pulling fs layer [2021-03-30T18:03:22.235Z] #44 47.89 AR criu/pie/pie.lib.a [2021-03-30T18:03:22.235Z] #44 47.93 DEP criu/pie/restorer.d [2021-03-30T18:03:22.235Z] #44 48.16 DEP criu/arch/s390/restorer.d [2021-03-30T18:03:22.551Z] #44 48.31 DEP criu/arch/s390/vdso-pie.d [2021-03-30T18:03:22.551Z] #44 48.41 DEP criu/pie/parasite-vdso.d [2021-03-30T18:03:22.858Z] #44 48.57 DEP criu/pie/parasite.d [2021-03-30T18:03:22.858Z] #44 48.75 CC criu/pie/parasite.o [2021-03-30T18:03:22.924Z] #22 ... [2021-03-30T18:03:22.924Z] [2021-03-30T18:03:22.924Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:03:22.924Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:03:22.924Z] #43 46.91 CC criu/protobuf-desc.o [2021-03-30T18:03:22.924Z] #43 47.16 CC criu/protobuf.o [2021-03-30T18:03:22.924Z] #43 47.28 CC criu/pstree.o [2021-03-30T18:03:22.924Z] #43 47.62 CC criu/rbtree.o [2021-03-30T18:03:22.924Z] #43 47.72 CC criu/rst-malloc.o [2021-03-30T18:03:22.924Z] #43 47.83 CC criu/seccomp.o [2021-03-30T18:03:22.924Z] #43 48.02 CC criu/seize.o [2021-03-30T18:03:22.924Z] #43 48.27 CC criu/servicefd.o [2021-03-30T18:03:22.924Z] #43 48.42 CC criu/shmem.o [2021-03-30T18:03:22.924Z] #43 48.67 CC criu/sigframe.o [2021-03-30T18:03:22.924Z] #43 48.73 CC criu/signalfd.o [2021-03-30T18:03:22.924Z] #43 48.81 CC criu/sk-inet.o [2021-03-30T18:03:22.924Z] #43 49.10 CC criu/sk-netlink.o [2021-03-30T18:03:22.924Z] #43 49.22 CC criu/sk-packet.o [2021-03-30T18:03:22.924Z] #43 49.41 CC criu/sk-queue.o [2021-03-30T18:03:22.924Z] #43 49.58 CC criu/sk-tcp.o [2021-03-30T18:03:22.924Z] #43 49.80 CC criu/sk-unix.o [2021-03-30T18:03:22.924Z] #43 50.37 CC criu/sockets.o [2021-03-30T18:03:22.924Z] #43 50.63 CC criu/stats.o [2021-03-30T18:03:22.924Z] #43 50.73 CC criu/string.o [2021-03-30T18:03:22.924Z] #43 50.75 CC criu/sysctl.o [2021-03-30T18:03:22.924Z] #43 50.95 CC criu/sysfs_parse.o [2021-03-30T18:03:22.924Z] #43 51.06 CC criu/timens.o [2021-03-30T18:03:22.924Z] #43 51.18 CC criu/timerfd.o [2021-03-30T18:03:22.924Z] #43 51.35 CC criu/tty.o [2021-03-30T18:03:22.924Z] #43 52.17 CC criu/tun.o [2021-03-30T18:03:22.924Z] #43 52.38 CC criu/uffd.o [2021-03-30T18:03:22.924Z] #43 52.81 CC criu/util.o [2021-03-30T18:03:23.180Z] #43 53.34 CC criu/uts_ns.o [2021-03-30T18:03:23.180Z] #43 53.42 CC criu/vdso-compat.o [2021-03-30T18:03:23.180Z] #43 53.49 CC criu/vdso.o [2021-03-30T18:03:23.435Z] #43 53.70 LINK criu/built-in.o [2021-03-30T18:03:23.435Z] #49 ... [2021-03-30T18:03:23.437Z] [2021-03-30T18:03:23.437Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:03:23.437Z] #45 sha256:0b24240f4727f10d9fc5b978638b2cfe80121362b628c08c68cb742a09f6bdf4 [2021-03-30T18:03:23.437Z] #45 43.34 internal/reflectlite [2021-03-30T18:03:23.437Z] #45 43.34 github.com/LK4D4/vndr/godl/singleflight [2021-03-30T18:03:23.437Z] #45 43.58 math/rand [2021-03-30T18:03:23.437Z] #45 ... [2021-03-30T18:03:23.437Z] [2021-03-30T18:03:23.437Z] #67 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-30T18:03:23.437Z] #67 sha256:452f2b177b717d80d90892d596a121a9b24c455d6efe5f315aa486dfaa0b9589 [2021-03-30T18:03:23.437Z] #67 DONE 44.2s [2021-03-30T18:03:23.437Z] [2021-03-30T18:03:23.437Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:03:23.437Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:03:23.437Z] #42 32.81 Reading package lists... [2021-03-30T18:03:23.437Z] #42 39.61 Building dependency tree... [2021-03-30T18:03:23.437Z] #42 43.01 The following additional packages will be installed: [2021-03-30T18:03:23.437Z] #42 43.01 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-30T18:03:23.437Z] #42 43.02 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-30T18:03:23.437Z] #42 43.04 Suggested packages: [2021-03-30T18:03:23.437Z] #42 43.04 manpages-dev python-setuptools [2021-03-30T18:03:23.437Z] #42 44.37 The following NEW packages will be installed: [2021-03-30T18:03:23.437Z] #42 44.39 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-30T18:03:23.437Z] #42 44.39 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-30T18:03:23.437Z] #42 44.39 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-30T18:03:23.489Z] #44 ... [2021-03-30T18:03:23.489Z] [2021-03-30T18:03:23.489Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=m... [2021-03-30T18:03:23.489Z] #14 89.54 Selecting previously unselected package libapparmor1:s390x. [2021-03-30T18:03:23.489Z] #14 89.56 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2021-03-30T18:03:23.489Z] #14 89.56 Unpacking libapparmor1:s390x (2.13.2-10) ... [2021-03-30T18:03:23.489Z] #14 89.66 Selecting previously unselected package libapparmor-dev:s390x. [2021-03-30T18:03:23.489Z] #14 89.68 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2021-03-30T18:03:23.489Z] #14 89.69 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2021-03-30T18:03:23.489Z] #14 89.80 Selecting previously unselected package libbtrfs0. [2021-03-30T18:03:23.489Z] #14 89.81 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2021-03-30T18:03:23.489Z] #14 89.81 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-30T18:03:23.489Z] #14 89.86 Selecting previously unselected package libbtrfs-dev. [2021-03-30T18:03:23.489Z] #14 89.87 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2021-03-30T18:03:23.489Z] #14 89.87 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-30T18:03:23.489Z] #14 89.95 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2021-03-30T18:03:23.489Z] #14 89.95 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2021-03-30T18:03:23.489Z] #14 89.95 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2021-03-30T18:03:23.489Z] #14 90.01 Selecting previously unselected package libudev-dev:s390x. [2021-03-30T18:03:23.489Z] #14 90.01 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_s390x.deb ... [2021-03-30T18:03:23.489Z] #14 90.03 Unpacking libudev-dev:s390x (241-7~deb10u7) ... [2021-03-30T18:03:23.489Z] #14 90.14 Selecting previously unselected package libsepol1-dev:s390x. [2021-03-30T18:03:23.489Z] #14 90.14 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2021-03-30T18:03:23.489Z] #14 90.15 Unpacking libsepol1-dev:s390x (2.8-1) ... [2021-03-30T18:03:23.489Z] #14 90.39 Selecting previously unselected package libpcre16-3:s390x. [2021-03-30T18:03:23.489Z] #14 90.39 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2021-03-30T18:03:23.489Z] #14 90.40 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2021-03-30T18:03:23.489Z] #14 90.52 Selecting previously unselected package libpcre32-3:s390x. [2021-03-30T18:03:23.489Z] #14 90.53 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2021-03-30T18:03:23.489Z] #14 90.55 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2021-03-30T18:03:23.489Z] #14 90.68 Selecting previously unselected package libpcrecpp0v5:s390x. [2021-03-30T18:03:23.489Z] #14 90.69 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2021-03-30T18:03:23.489Z] #14 90.69 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2021-03-30T18:03:23.489Z] #14 90.76 Selecting previously unselected package libpcre3-dev:s390x. [2021-03-30T18:03:23.489Z] #14 90.77 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2021-03-30T18:03:23.489Z] #14 90.78 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2021-03-30T18:03:23.489Z] #14 91.02 Selecting previously unselected package libselinux1-dev:s390x. [2021-03-30T18:03:23.489Z] #14 91.05 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2021-03-30T18:03:23.489Z] #14 91.06 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2021-03-30T18:03:23.489Z] #14 91.26 Selecting previously unselected package libdevmapper-dev:s390x. [2021-03-30T18:03:23.489Z] #14 91.27 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2021-03-30T18:03:23.489Z] #14 91.29 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2021-03-30T18:03:23.489Z] #14 91.37 Selecting previously unselected package libseccomp-dev:s390x. [2021-03-30T18:03:23.489Z] #14 91.37 Preparing to unpack .../23-libseccomp-dev_2.4.1-2~bpo10+1_s390x.deb ... [2021-03-30T18:03:23.489Z] #14 91.38 Unpacking libseccomp-dev:s390x (2.4.1-2~bpo10+1) ... [2021-03-30T18:03:23.489Z] #14 91.46 Selecting previously unselected package libsystemd-dev:s390x. [2021-03-30T18:03:23.489Z] #14 91.46 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_s390x.deb ... [2021-03-30T18:03:23.489Z] #14 91.48 Unpacking libsystemd-dev:s390x (241-7~deb10u7) ... [2021-03-30T18:03:23.489Z] #14 91.93 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2021-03-30T18:03:23.489Z] #14 91.94 Setting up libseccomp-dev:s390x (2.4.1-2~bpo10+1) ... [2021-03-30T18:03:23.489Z] #14 91.95 Setting up libapparmor1:s390x (2.13.2-10) ... [2021-03-30T18:03:23.489Z] #14 91.95 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-30T18:03:23.489Z] #14 91.96 Setting up libpcre16-3:s390x (2:8.39-12) ... [2021-03-30T18:03:23.489Z] #14 91.98 Setting up libsepol1-dev:s390x (2.8-1) ... [2021-03-30T18:03:23.489Z] #14 91.99 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:03:23.489Z] #14 92.00 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-30T18:03:23.489Z] #14 92.01 Setting up libpcre32-3:s390x (2:8.39-12) ... [2021-03-30T18:03:23.489Z] #14 92.02 Setting up libudev-dev:s390x (241-7~deb10u7) ... [2021-03-30T18:03:23.489Z] #14 92.03 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-30T18:03:23.489Z] #14 92.03 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-30T18:03:23.489Z] #14 92.04 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2021-03-30T18:03:23.489Z] #14 92.05 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-30T18:03:23.489Z] #14 92.06 Setting up libsystemd-dev:s390x (241-7~deb10u7) ... [2021-03-30T18:03:23.489Z] #14 92.07 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-30T18:03:23.489Z] #14 92.07 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2021-03-30T18:03:23.489Z] #14 92.08 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:03:23.489Z] #14 92.11 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 [2021-03-30T18:03:23.489Z] #14 92.12 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 [2021-03-30T18:03:23.489Z] #14 92.12 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:03:23.489Z] #14 92.13 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 [2021-03-30T18:03:23.489Z] #14 92.13 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 [2021-03-30T18:03:23.489Z] #14 92.14 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-30T18:03:23.489Z] #14 92.14 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2021-03-30T18:03:23.489Z] #14 92.15 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2021-03-30T18:03:23.489Z] #14 92.16 Setting up dmsetup (2:1.02.155-3) ... [2021-03-30T18:03:23.489Z] #14 92.17 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2021-03-30T18:03:23.489Z] #14 92.18 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2021-03-30T18:03:23.489Z] #14 92.18 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:03:23.489Z] #14 DONE 92.5s [2021-03-30T18:03:23.489Z] [2021-03-30T18:03:23.489Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:23.489Z] #44 49.45 LINK criu/pie/parasite.built-in.o [2021-03-30T18:03:23.693Z] #43 53.76 LINK criu/criu [2021-03-30T18:03:23.693Z] #43 53.89 DEP lib/c/criu.d [2021-03-30T18:03:23.693Z] #43 53.91 CC images/rpc.pb-c.o [2021-03-30T18:03:23.697Z] #42 44.39 python-six zlib1g-dev [2021-03-30T18:03:23.779Z] #44 49.47 GEN criu/pie/parasite-blob.h [2021-03-30T18:03:23.779Z] #44 49.53 CC criu/pie/parasite-vdso.o [2021-03-30T18:03:23.950Z] #43 54.12 CC lib/c/criu.o [2021-03-30T18:03:23.950Z] #43 ... [2021-03-30T18:03:23.950Z] [2021-03-30T18:03:23.950Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-30T18:03:23.950Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-30T18:03:23.950Z] #22 6.591 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-30T18:03:23.950Z] #22 6.622 Collecting pyyaml (from yamllint==1.16.0) [2021-03-30T18:03:23.950Z] #22 6.700 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-03-30T18:03:23.958Z] #42 ... [2021-03-30T18:03:23.958Z] [2021-03-30T18:03:23.958Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:03:23.958Z] #49 sha256:d95e2a29913026bc8aa688b271598ead13e6d91dcc09da8960d80db2bb7dfbef [2021-03-30T18:03:23.958Z] #49 44.74 go: finding github.com/fatih/color v1.7.0 [2021-03-30T18:03:24.206Z] #22 6.823 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-30T18:03:24.206Z] #22 6.841 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-30T18:03:24.206Z] #22 6.862 Installing collected packages: pyyaml, pathspec, yamllint [2021-03-30T18:03:24.215Z] #49 44.96 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-30T18:03:24.215Z] #49 44.98 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-30T18:03:24.215Z] #49 45.08 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-30T18:03:24.429Z] #44 50.17 CC criu/arch/s390/vdso-pie.o [2021-03-30T18:03:24.464Z] #22 6.983 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-30T18:03:24.473Z] #49 45.23 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-30T18:03:24.473Z] #49 45.30 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-30T18:03:24.473Z] #49 45.34 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-30T18:03:24.473Z] #49 45.38 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-30T18:03:24.720Z] #44 50.36 CC criu/arch/s390/restorer.o [2021-03-30T18:03:24.732Z] #49 45.42 go: finding github.com/pkg/errors v0.8.1 [2021-03-30T18:03:24.732Z] #49 45.47 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-30T18:03:24.732Z] #49 45.47 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-30T18:03:24.732Z] #49 45.49 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-30T18:03:24.732Z] #49 45.49 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-30T18:03:24.732Z] #49 45.50 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-30T18:03:24.732Z] #49 45.52 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-30T18:03:24.732Z] #49 45.53 go: finding github.com/stretchr/testify v1.4.0 [2021-03-30T18:03:24.732Z] #49 45.53 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-30T18:03:24.732Z] #49 45.55 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-30T18:03:24.732Z] #49 45.55 go: finding github.com/spf13/viper v1.6.1 [2021-03-30T18:03:24.732Z] #49 45.58 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-30T18:03:24.732Z] #49 45.59 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-30T18:03:24.999Z] #49 45.66 go: finding github.com/stretchr/objx v0.2.0 [2021-03-30T18:03:24.999Z] #49 45.67 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-30T18:03:24.999Z] #49 45.69 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-30T18:03:24.999Z] #49 45.70 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-30T18:03:24.999Z] #49 45.75 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-30T18:03:24.999Z] #49 45.77 go: finding github.com/gobwas/glob v0.2.3 [2021-03-30T18:03:24.999Z] #49 45.83 go: finding github.com/spf13/cobra v0.0.5 [2021-03-30T18:03:25.015Z] #44 50.79 CC criu/pie/restorer.o [2021-03-30T18:03:25.256Z] #49 46.02 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-30T18:03:25.256Z] #49 46.05 go: finding github.com/spf13/pflag v1.0.5 [2021-03-30T18:03:25.256Z] #49 46.08 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-30T18:03:25.256Z] #49 46.08 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-30T18:03:25.256Z] #49 46.13 go: finding github.com/magiconair/properties v1.8.1 [2021-03-30T18:03:25.256Z] #49 46.19 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-30T18:03:25.256Z] #49 46.20 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-30T18:03:25.256Z] #49 46.24 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-30T18:03:25.308Z] #44 ... [2021-03-30T18:03:25.308Z] [2021-03-30T18:03:25.308Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-30T18:03:25.308Z] #15 DONE 1.6s [2021-03-30T18:03:25.308Z] [2021-03-30T18:03:25.308Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:03:25.308Z] #54 1.529 + RM_GOPATH=0 [2021-03-30T18:03:25.308Z] #54 1.529 + TMP_GOPATH= [2021-03-30T18:03:25.308Z] #54 1.529 + : /build [2021-03-30T18:03:25.308Z] #54 1.529 + '[' -z '' ']' [2021-03-30T18:03:25.308Z] #54 1.530 ++ mktemp -d [2021-03-30T18:03:25.308Z] #54 1.531 + export GOPATH=/tmp/tmp.JjbpyvL6Ac [2021-03-30T18:03:25.308Z] #54 1.531 + GOPATH=/tmp/tmp.JjbpyvL6Ac [2021-03-30T18:03:25.308Z] #54 1.531 + RM_GOPATH=1 [2021-03-30T18:03:25.308Z] #54 1.531 + case "$(go env GOARCH)" in [2021-03-30T18:03:25.308Z] #54 1.532 ++ go env GOARCH [2021-03-30T18:03:25.308Z] #54 1.563 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:03:25.308Z] #54 1.563 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:03:25.308Z] #54 1.564 ++ dirname /tmp/install/install.sh [2021-03-30T18:03:25.308Z] #54 1.565 + dir=/tmp/install [2021-03-30T18:03:25.308Z] #54 1.565 + bin=runc [2021-03-30T18:03:25.308Z] #54 1.565 + shift [2021-03-30T18:03:25.308Z] #54 1.565 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-30T18:03:25.308Z] #54 1.565 + . /tmp/install/runc.installer [2021-03-30T18:03:25.308Z] #54 1.565 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:03:25.308Z] #54 1.566 + install_runc [2021-03-30T18:03:25.308Z] #54 1.566 + uname -r [2021-03-30T18:03:25.308Z] #54 1.567 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-30T18:03:25.308Z] #54 1.571 + RUNC_BUILDTAGS='seccomp ' [2021-03-30T18:03:25.308Z] #54 1.571 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-30T18:03:25.308Z] #54 1.572 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-30T18:03:25.308Z] #54 1.572 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.JjbpyvL6Ac/src/github.com/opencontainers/runc [2021-03-30T18:03:25.308Z] #54 1.576 Cloning into '/tmp/tmp.JjbpyvL6Ac/src/github.com/opencontainers/runc'... [2021-03-30T18:03:25.392Z] #22 DONE 7.9s [2021-03-30T18:03:25.392Z] [2021-03-30T18:03:25.392Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-30T18:03:25.392Z] #25 sha256:2e2c86922950ab3fd4b5411822f20597c547e4b5dfddf460b75c6dc9a723c5a6 [2021-03-30T18:03:25.513Z] #49 46.27 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-30T18:03:25.513Z] #49 46.31 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-30T18:03:25.648Z] #25 DONE 0.2s [2021-03-30T18:03:25.648Z] [2021-03-30T18:03:25.648Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:03:25.648Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:03:25.648Z] #43 54.61 LINK lib/c/built-in.o [2021-03-30T18:03:25.648Z] #43 54.61 LINK lib/c/libcriu.so [2021-03-30T18:03:25.648Z] #43 54.65 LINK lib/c/libcriu.a [2021-03-30T18:03:25.648Z] #43 54.72 GEN magic.py [2021-03-30T18:03:25.648Z] #43 54.88 Note: Building without setproctitle() and strlcpy() support. [2021-03-30T18:03:25.648Z] #43 54.88 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-30T18:03:25.648Z] #43 54.90 Note: Building without GnuTLS support [2021-03-30T18:03:25.648Z] #43 54.90 Makefile.config:39: Warn: you have no libnftables installed [2021-03-30T18:03:25.648Z] #43 54.90 Makefile.config:40: Warn: Building without nftables support [2021-03-30T18:03:25.648Z] #43 55.34 fatal: not a git repository (or any of the parent directories): .git [2021-03-30T18:03:25.648Z] #43 55.51 make[1]: Nothing to be done for 'all'. [2021-03-30T18:03:25.648Z] #43 55.71 make[1]: 'images/built-in.o' is up to date. [2021-03-30T18:03:25.648Z] #43 55.72 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-30T18:03:25.648Z] #43 55.73 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-30T18:03:25.648Z] #43 55.75 make[1]: 'compel/libcompel.a' is up to date. [2021-03-30T18:03:25.648Z] #43 55.76 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-30T18:03:25.648Z] #43 55.77 make[1]: Nothing to be done for 'all'. [2021-03-30T18:03:25.648Z] #43 55.78 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-30T18:03:25.648Z] #43 55.85 make[2]: Nothing to be done for 'all'. [2021-03-30T18:03:25.648Z] #43 55.86 make[2]: Nothing to be done for 'all'. [2021-03-30T18:03:25.648Z] #43 55.87 make[2]: Nothing to be done for 'all'. [2021-03-30T18:03:25.648Z] #43 55.90 make[2]: Nothing to be done for 'all'. [2021-03-30T18:03:25.648Z] #43 55.93 make[2]: Nothing to be done for 'all'. [2021-03-30T18:03:25.648Z] #43 55.94 make[2]: Nothing to be done for 'all'. [2021-03-30T18:03:25.648Z] #43 55.95 make[2]: Nothing to be done for 'all'. [2021-03-30T18:03:25.770Z] #49 46.42 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-30T18:03:25.770Z] #49 46.42 go: finding github.com/spf13/afero v1.1.2 [2021-03-30T18:03:25.770Z] #49 46.46 go: finding github.com/spf13/cast v1.3.0 [2021-03-30T18:03:25.770Z] #49 46.48 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-30T18:03:25.770Z] #49 46.48 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-30T18:03:25.770Z] #49 46.55 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-30T18:03:25.770Z] #49 46.56 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-30T18:03:25.770Z] #49 46.60 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-30T18:03:25.770Z] #49 46.61 go: finding golang.org/x/text v0.3.2 [2021-03-30T18:03:25.770Z] #49 46.61 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-30T18:03:25.903Z] #43 55.99 make[2]: Nothing to be done for 'all'. [2021-03-30T18:03:25.903Z] #43 55.99 INSTALL criu/criu [2021-03-30T18:03:26.028Z] #49 46.67 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-30T18:03:26.028Z] #49 46.70 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-30T18:03:26.028Z] #49 46.72 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-30T18:03:26.028Z] #49 46.75 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-30T18:03:26.028Z] #49 46.77 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-30T18:03:26.028Z] #49 46.79 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-30T18:03:26.028Z] #49 46.80 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-30T18:03:26.028Z] #49 46.82 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-30T18:03:26.028Z] #49 46.83 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-30T18:03:26.028Z] #49 46.89 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-30T18:03:26.028Z] #49 46.95 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-30T18:03:26.028Z] #49 47.00 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-30T18:03:26.285Z] #49 47.04 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-30T18:03:26.285Z] #49 47.05 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-30T18:03:26.285Z] #49 47.06 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-30T18:03:26.285Z] #49 47.07 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-30T18:03:26.285Z] #49 47.08 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-30T18:03:26.285Z] #49 47.09 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-30T18:03:26.285Z] #49 47.13 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-30T18:03:26.285Z] #49 47.16 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-30T18:03:26.285Z] #49 47.19 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-30T18:03:26.543Z] #49 47.39 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-30T18:03:26.543Z] #49 47.40 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-30T18:03:26.543Z] #49 47.50 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-30T18:03:26.800Z] #49 47.54 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-30T18:03:26.800Z] #49 47.56 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-30T18:03:27.380Z] #54 ... [2021-03-30T18:03:27.380Z] [2021-03-30T18:03:27.380Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2021-03-30T18:03:27.380Z] #16 DONE 1.8s [2021-03-30T18:03:27.380Z] [2021-03-30T18:03:27.380Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:27.380Z] #44 52.87 LINK criu/pie/restorer.built-in.o [2021-03-30T18:03:27.380Z] #44 52.88 GEN criu/pie/restorer-blob.h [2021-03-30T18:03:27.380Z] #44 52.94 DEP criu/vdso.d [2021-03-30T18:03:27.380Z] #44 53.14 DEP criu/uts_ns.d [2021-03-30T18:03:27.381Z] #49 ... [2021-03-30T18:03:27.381Z] [2021-03-30T18:03:27.381Z] #55 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-30T18:03:27.381Z] #55 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-03-30T18:03:27.381Z] #55 34.40 Reading package lists... [2021-03-30T18:03:27.381Z] #55 41.08 Building dependency tree... [2021-03-30T18:03:27.381Z] #55 44.72 The following additional packages will be installed: [2021-03-30T18:03:27.381Z] #55 44.72 libbtrfs0 [2021-03-30T18:03:27.381Z] #55 44.99 The following NEW packages will be installed: [2021-03-30T18:03:27.381Z] #55 45.00 libbtrfs-dev libbtrfs0 [2021-03-30T18:03:27.381Z] #55 45.72 0 upgraded, 2 newly installed, 0 to remove and 26 not upgraded. [2021-03-30T18:03:27.381Z] #55 45.72 Need to get 119 kB of archives. [2021-03-30T18:03:27.381Z] #55 45.72 After this operation, 387 kB of additional disk space will be used. [2021-03-30T18:03:27.381Z] #55 45.72 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-30T18:03:27.381Z] #55 45.72 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-30T18:03:27.381Z] #55 46.82 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:03:27.381Z] #55 47.05 Fetched 119 kB in 0s (387 kB/s) [2021-03-30T18:03:27.381Z] #55 47.18 Selecting previously unselected package libbtrfs0. [2021-03-30T18:03:27.381Z] #55 47.18 (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.) [2021-03-30T18:03:27.381Z] #55 47.25 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-30T18:03:27.381Z] #55 47.27 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-30T18:03:27.381Z] #55 47.36 Selecting previously unselected package libbtrfs-dev. [2021-03-30T18:03:27.381Z] #55 47.36 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-30T18:03:27.381Z] #55 47.37 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-30T18:03:27.381Z] #55 47.60 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-30T18:03:27.381Z] #55 47.65 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-30T18:03:27.381Z] #55 47.67 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:03:27.381Z] #55 DONE 48.1s [2021-03-30T18:03:27.381Z] [2021-03-30T18:03:27.381Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:03:27.381Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:03:27.381Z] #42 44.86 0 upgraded, 17 newly installed, 0 to remove and 26 not upgraded. [2021-03-30T18:03:27.381Z] #42 44.86 Need to get 4095 kB of archives. [2021-03-30T18:03:27.381Z] #42 44.86 After this operation, 22.5 MB of additional disk space will be used. [2021-03-30T18:03:27.381Z] #42 44.86 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-03-30T18:03:27.381Z] #42 44.89 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-30T18:03:27.381Z] #42 44.89 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-03-30T18:03:27.381Z] #42 44.90 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-30T18:03:27.381Z] #42 44.90 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-03-30T18:03:27.381Z] #42 44.93 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-30T18:03:27.381Z] #42 44.94 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c-dev amd64 1.3.1-1+b1 [33.8 kB] [2021-03-30T18:03:27.381Z] #42 44.95 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-03-30T18:03:27.381Z] #42 45.00 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-03-30T18:03:27.381Z] #42 45.18 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-03-30T18:03:27.381Z] #42 45.21 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-03-30T18:03:27.381Z] #42 45.37 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-03-30T18:03:27.381Z] #42 45.44 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-c-compiler amd64 1.3.1-1+b1 [76.0 kB] [2021-03-30T18:03:27.381Z] #42 45.44 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-03-30T18:03:27.381Z] #42 45.44 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-30T18:03:27.381Z] #42 45.49 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-03-30T18:03:27.381Z] #42 45.49 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-03-30T18:03:27.381Z] #42 46.66 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:03:27.381Z] #42 46.89 Fetched 4095 kB in 1s (4264 kB/s) [2021-03-30T18:03:27.381Z] #42 47.00 Selecting previously unselected package libcap-dev:amd64. [2021-03-30T18:03:27.381Z] #42 47.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 ... 15410 files and directories currently installed.) [2021-03-30T18:03:27.381Z] #42 47.10 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-03-30T18:03:27.381Z] #42 47.11 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-03-30T18:03:27.381Z] #42 47.26 Selecting previously unselected package libnet1:amd64. [2021-03-30T18:03:27.381Z] #42 47.26 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-30T18:03:27.381Z] #42 47.28 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-30T18:03:27.381Z] #42 47.36 Selecting previously unselected package libnet1-dev. [2021-03-30T18:03:27.381Z] #42 47.36 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-30T18:03:27.381Z] #42 47.37 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-30T18:03:27.381Z] #42 47.56 Selecting previously unselected package libnl-3-200:amd64. [2021-03-30T18:03:27.381Z] #42 47.56 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-30T18:03:27.381Z] #42 47.57 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-30T18:03:27.381Z] #42 47.71 Selecting previously unselected package libnl-3-dev:amd64. [2021-03-30T18:03:27.381Z] #42 47.71 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-03-30T18:03:27.381Z] #42 47.73 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-30T18:03:27.381Z] #42 47.99 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-30T18:03:27.381Z] #42 47.99 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-30T18:03:27.381Z] #42 48.00 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-30T18:03:27.381Z] #42 48.13 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-03-30T18:03:27.381Z] #42 48.22 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-03-30T18:03:27.639Z] #42 48.26 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-30T18:03:27.671Z] #44 53.30 DEP criu/util.d [2021-03-30T18:03:27.671Z] #44 53.51 DEP criu/uffd.d [2021-03-30T18:03:27.898Z] #42 48.66 Selecting previously unselected package zlib1g-dev:amd64. [2021-03-30T18:03:27.898Z] #42 48.66 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-03-30T18:03:27.898Z] #42 48.69 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-30T18:03:27.963Z] #44 53.68 DEP criu/tun.d [2021-03-30T18:03:28.156Z] #42 48.98 Selecting previously unselected package libprotobuf17:amd64. [2021-03-30T18:03:28.156Z] #42 48.98 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-03-30T18:03:28.156Z] #42 48.99 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-30T18:03:28.254Z] #44 53.85 DEP criu/tty.d [2021-03-30T18:03:28.254Z] #44 54.06 DEP criu/timerfd.d [2021-03-30T18:03:28.546Z] #44 ... [2021-03-30T18:03:28.546Z] [2021-03-30T18:03:28.546Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2021-03-30T18:03:28.546Z] #17 1.349 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-30T18:03:28.546Z] #17 DONE 1.5s [2021-03-30T18:03:28.546Z] [2021-03-30T18:03:28.546Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:28.546Z] #44 54.24 DEP criu/timens.d [2021-03-30T18:03:28.546Z] #44 54.37 DEP criu/sysfs_parse.d [2021-03-30T18:03:28.546Z] #44 54.46 DEP criu/sysctl.d [2021-03-30T18:03:28.721Z] #42 ... [2021-03-30T18:03:28.721Z] [2021-03-30T18:03:28.721Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:03:28.721Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-30T18:03:28.721Z] #36 33.23 Reading package lists... [2021-03-30T18:03:28.721Z] #36 39.86 Building dependency tree... [2021-03-30T18:03:28.721Z] #36 43.49 The following additional packages will be installed: [2021-03-30T18:03:28.721Z] #36 43.50 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-30T18:03:28.721Z] #36 43.51 Suggested packages: [2021-03-30T18:03:28.721Z] #36 43.53 cmake-doc ninja-build lrzip [2021-03-30T18:03:28.721Z] #36 43.53 Recommended packages: [2021-03-30T18:03:28.721Z] #36 43.53 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-30T18:03:28.721Z] #36 45.24 The following NEW packages will be installed: [2021-03-30T18:03:28.721Z] #36 45.26 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-30T18:03:28.721Z] #36 45.28 vim-common xxd [2021-03-30T18:03:28.721Z] #36 45.73 0 upgraded, 10 newly installed, 0 to remove and 26 not upgraded. [2021-03-30T18:03:28.721Z] #36 45.73 Need to get 14.9 MB of archives. [2021-03-30T18:03:28.721Z] #36 45.73 After this operation, 61.8 MB of additional disk space will be used. [2021-03-30T18:03:28.721Z] #36 45.73 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-30T18:03:28.721Z] #36 45.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-30T18:03:28.721Z] #36 45.74 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-03-30T18:03:28.721Z] #36 45.90 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-30T18:03:28.721Z] #36 46.70 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-03-30T18:03:28.721Z] #36 46.75 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-03-30T18:03:28.721Z] #36 46.78 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-03-30T18:03:28.721Z] #36 46.80 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-03-30T18:03:28.721Z] #36 46.81 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-03-30T18:03:28.721Z] #36 46.82 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-03-30T18:03:28.721Z] #36 48.66 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:03:28.721Z] #36 49.02 Fetched 14.9 MB in 2s (8860 kB/s) [2021-03-30T18:03:28.721Z] #36 49.19 Selecting previously unselected package xxd. [2021-03-30T18:03:28.721Z] #36 49.19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-30T18:03:28.721Z] #36 49.30 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-30T18:03:28.721Z] #36 49.30 Unpacking xxd (2:8.1.0875-5) ... [2021-03-30T18:03:28.721Z] #36 49.52 Selecting previously unselected package vim-common. [2021-03-30T18:03:28.721Z] #36 49.53 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-30T18:03:28.721Z] #36 49.58 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-30T18:03:28.837Z] #44 54.54 DEP criu/string.d [2021-03-30T18:03:28.837Z] #44 54.56 DEP criu/stats.d [2021-03-30T18:03:28.837Z] #44 ... [2021-03-30T18:03:28.837Z] [2021-03-30T18:03:28.837Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:03:28.837Z] #46 85.79 vendor/golang.org/x/text/secure/bidirule [2021-03-30T18:03:28.837Z] #46 86.11 vendor/golang.org/x/text/unicode/norm [2021-03-30T18:03:28.837Z] #46 88.85 vendor/golang.org/x/net/idna [2021-03-30T18:03:28.837Z] #46 90.37 vendor/golang.org/x/net/http2/hpack [2021-03-30T18:03:28.837Z] #46 91.30 mime [2021-03-30T18:03:28.837Z] #46 92.84 mime/quotedprintable [2021-03-30T18:03:28.837Z] #46 93.05 net/http/internal [2021-03-30T18:03:28.837Z] #46 94.69 crypto/tls [2021-03-30T18:03:28.837Z] #46 94.69 mime/multipart [2021-03-30T18:03:28.978Z] #36 ... [2021-03-30T18:03:28.978Z] [2021-03-30T18:03:28.978Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:03:28.978Z] #56 sha256:a0c56d7e4d348fbec1b8a9a60c6d1f20e3ac73f35c6c1722eeb063f4666fc88b [2021-03-30T18:03:28.978Z] #56 1.269 + RM_GOPATH=0 [2021-03-30T18:03:28.978Z] #56 1.269 + TMP_GOPATH= [2021-03-30T18:03:28.978Z] #56 1.269 + : /build [2021-03-30T18:03:28.978Z] #56 1.269 + '[' -z '' ']' [2021-03-30T18:03:28.978Z] #56 1.269 ++ mktemp -d [2021-03-30T18:03:28.978Z] #56 1.270 + export GOPATH=/tmp/tmp.cWWsoWBEiE [2021-03-30T18:03:28.978Z] #56 1.271 + GOPATH=/tmp/tmp.cWWsoWBEiE [2021-03-30T18:03:28.978Z] #56 1.271 + RM_GOPATH=1 [2021-03-30T18:03:28.978Z] #56 1.271 + case "$(go env GOARCH)" in [2021-03-30T18:03:28.978Z] #56 1.272 ++ go env GOARCH [2021-03-30T18:03:28.978Z] #56 1.316 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:03:28.978Z] #56 1.316 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:03:28.978Z] #56 1.317 ++ dirname /tmp/install/install.sh [2021-03-30T18:03:28.978Z] #56 1.318 + dir=/tmp/install [2021-03-30T18:03:28.978Z] #56 1.318 + bin=containerd [2021-03-30T18:03:28.978Z] #56 1.318 + shift [2021-03-30T18:03:28.978Z] #56 1.318 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-30T18:03:28.978Z] #56 1.320 + . /tmp/install/containerd.installer [2021-03-30T18:03:28.978Z] #56 1.320 ++ set -e [2021-03-30T18:03:28.978Z] #56 1.320 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:03:28.978Z] #56 1.320 + install_containerd [2021-03-30T18:03:28.978Z] #56 1.322 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-30T18:03:28.978Z] #56 1.322 + git clone https://github.com/containerd/containerd.git /tmp/tmp.cWWsoWBEiE/src/github.com/containerd/containerd [2021-03-30T18:03:28.978Z] #56 1.322 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:03:28.978Z] #56 1.333 Cloning into '/tmp/tmp.cWWsoWBEiE/src/github.com/containerd/containerd'... [2021-03-30T18:03:28.987Z] 5ff1512f88ec: Verifying Checksum [2021-03-30T18:03:28.987Z] 5ff1512f88ec: Download complete [2021-03-30T18:03:29.129Z] #46 ... [2021-03-30T18:03:29.129Z] [2021-03-30T18:03:29.129Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:29.129Z] #44 54.71 DEP criu/sockets.d [2021-03-30T18:03:29.129Z] #44 54.91 DEP criu/sk-unix.d [2021-03-30T18:03:29.168Z] #43 ... [2021-03-30T18:03:29.168Z] [2021-03-30T18:03:29.168Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:03:29.168Z] #56 sha256:d623fc1475912258f62c3ac9162ac8aee891c47868733a3948939e74d5868b96 [2021-03-30T18:03:29.168Z] #56 60.37 + bin/containerd-stress [2021-03-30T18:03:29.168Z] #56 62.05 + bin/containerd-shim [2021-03-30T18:03:29.168Z] #56 64.91 + bin/containerd-shim-runc-v1 [2021-03-30T18:03:29.168Z] #56 67.51 + bin/containerd-shim-runc-v2 [2021-03-30T18:03:29.168Z] #56 68.77 + binaries [2021-03-30T18:03:29.168Z] #56 68.77 + install -D bin/containerd /build/containerd [2021-03-30T18:03:29.168Z] #56 68.80 + install -D bin/containerd-shim /build/containerd-shim [2021-03-30T18:03:29.168Z] #56 68.81 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-30T18:03:29.168Z] #56 68.82 + install -D bin/ctr /build/ctr [2021-03-30T18:03:29.420Z] #44 55.12 DEP criu/sk-tcp.d [2021-03-30T18:03:29.711Z] #44 55.31 DEP criu/sk-queue.d [2021-03-30T18:03:29.711Z] #44 55.42 DEP criu/sk-packet.d [2021-03-30T18:03:30.009Z] #44 55.64 DEP criu/sk-netlink.d [2021-03-30T18:03:30.009Z] #44 ... [2021-03-30T18:03:30.009Z] [2021-03-30T18:03:30.009Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2021-03-30T18:03:30.009Z] #18 DONE 1.6s [2021-03-30T18:03:30.302Z] [2021-03-30T18:03:30.302Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:30.302Z] #44 55.90 DEP criu/sk-inet.d [2021-03-30T18:03:30.302Z] #44 56.13 DEP criu/signalfd.d [2021-03-30T18:03:30.531Z] #56 DONE 71.7s [2021-03-30T18:03:30.531Z] [2021-03-30T18:03:30.531Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:03:30.531Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:03:30.531Z] #43 DONE 60.8s [2021-03-30T18:03:30.531Z] [2021-03-30T18:03:30.531Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-30T18:03:30.531Z] #30 sha256:136389555b79d4b3c3b1e3583950373289c844b981a6b1ccc6455e561e8cae60 [2021-03-30T18:03:30.531Z] #30 DONE 5.0s [2021-03-30T18:03:30.531Z] [2021-03-30T18:03:30.531Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-30T18:03:30.531Z] #33 sha256:67c3fa0e5d6cee310eb03c6de67f1dfe92cd4779a89adc341281db06c043e44d [2021-03-30T18:03:30.594Z] #44 56.31 DEP criu/sigframe.d [2021-03-30T18:03:30.787Z] #33 DONE 0.3s [2021-03-30T18:03:30.787Z] [2021-03-30T18:03:30.787Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-30T18:03:30.787Z] #35 sha256:973c20353e348fc2281fd760403a45f46ba86ddea0950ab8823d7c730e3ef13f [2021-03-30T18:03:30.787Z] #35 DONE 0.0s [2021-03-30T18:03:30.876Z] #56 ... [2021-03-30T18:03:30.876Z] [2021-03-30T18:03:30.876Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:03:30.876Z] #34 sha256:54d50a0b441f678ef6a04481f1bef5863af3a91dbe5a5e7eb92c7e7d989bd223 [2021-03-30T18:03:30.876Z] #34 41.24 internal/reflectlite [2021-03-30T18:03:30.876Z] #34 41.24 sync [2021-03-30T18:03:30.876Z] #34 43.74 errors [2021-03-30T18:03:30.876Z] #34 43.74 sort [2021-03-30T18:03:30.876Z] #34 44.26 strconv [2021-03-30T18:03:30.876Z] #34 45.59 io [2021-03-30T18:03:30.876Z] #34 46.79 internal/oserror [2021-03-30T18:03:30.876Z] #34 46.88 syscall [2021-03-30T18:03:30.876Z] #34 48.51 reflect [2021-03-30T18:03:30.876Z] #34 ... [2021-03-30T18:03:30.876Z] [2021-03-30T18:03:30.876Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:03:30.876Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-30T18:03:30.886Z] #44 56.44 DEP criu/shmem.d [2021-03-30T18:03:30.886Z] #44 56.60 DEP criu/servicefd.d [2021-03-30T18:03:31.043Z] [2021-03-30T18:03:31.043Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-30T18:03:31.043Z] #38 sha256:ab333d86c41d4fd903504fa37e5c814bc51a0d02dd2fe4ec52ec8767626116c0 [2021-03-30T18:03:31.043Z] #38 DONE 0.0s [2021-03-30T18:03:31.043Z] [2021-03-30T18:03:31.043Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-30T18:03:31.043Z] #41 sha256:c07ff4b89ceb7d56a8b2435d6f56c3744278195a4a6c871520e8de252d770040 [2021-03-30T18:03:31.134Z] #32 50.45 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. [2021-03-30T18:03:31.134Z] #32 51.20 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-30T18:03:31.178Z] #44 56.81 DEP criu/seize.d [2021-03-30T18:03:31.178Z] #44 56.92 DEP criu/seccomp.d [2021-03-30T18:03:31.470Z] #44 57.16 DEP criu/rst-malloc.d [2021-03-30T18:03:31.470Z] #44 57.24 DEP criu/rbtree.d [2021-03-30T18:03:31.470Z] #44 57.26 DEP criu/pstree.d [2021-03-30T18:03:31.470Z] #44 ... [2021-03-30T18:03:31.470Z] [2021-03-30T18:03:31.470Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2021-03-30T18:03:31.470Z] #19 DONE 1.6s [2021-03-30T18:03:31.470Z] [2021-03-30T18:03:31.470Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:31.470Z] #44 57.38 DEP criu/protobuf.d [2021-03-30T18:03:31.604Z] #41 DONE 0.6s [2021-03-30T18:03:31.604Z] [2021-03-30T18:03:31.604Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-30T18:03:31.604Z] #44 sha256:546be85e54a5766debf815d694173bc0383072cd3888f3a4d200483e577d05c6 [2021-03-30T18:03:31.604Z] #44 DONE 0.0s [2021-03-30T18:03:31.604Z] [2021-03-30T18:03:31.604Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-30T18:03:31.604Z] #46 sha256:251f99af5d273206998ac0f94dc3be2dc3ccec70f90fabdc1e473b01b6853d77 [2021-03-30T18:03:31.604Z] #46 DONE 0.2s [2021-03-30T18:03:31.699Z] #32 ... [2021-03-30T18:03:31.699Z] [2021-03-30T18:03:31.699Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:03:31.699Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:03:31.699Z] #13 30.43 Reading package lists... [2021-03-30T18:03:31.699Z] #13 37.40 Building dependency tree... [2021-03-30T18:03:31.699Z] #13 41.58 The following additional packages will be installed: [2021-03-30T18:03:31.699Z] #13 41.59 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-30T18:03:31.699Z] #13 41.59 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-30T18:03:31.699Z] #13 41.59 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-30T18:03:31.699Z] #13 41.60 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-30T18:03:31.699Z] #13 41.60 mingw-w64-common mingw-w64-x86-64-dev [2021-03-30T18:03:31.699Z] #13 41.61 Suggested packages: [2021-03-30T18:03:31.699Z] #13 41.61 gcc-8-locales seccomp wine64 [2021-03-30T18:03:31.699Z] #13 43.10 The following NEW packages will be installed: [2021-03-30T18:03:31.699Z] #13 43.10 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-30T18:03:31.699Z] #13 43.10 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-30T18:03:31.699Z] #13 43.10 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-30T18:03:31.699Z] #13 43.11 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-30T18:03:31.699Z] #13 43.11 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-30T18:03:31.699Z] #13 43.11 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-30T18:03:31.699Z] #13 43.14 The following packages will be upgraded: [2021-03-30T18:03:31.699Z] #13 43.14 libseccomp2 libsystemd0 libudev1 [2021-03-30T18:03:31.699Z] #13 43.56 3 upgraded, 25 newly installed, 0 to remove and 24 not upgraded. [2021-03-30T18:03:31.699Z] #13 43.56 Need to get 78.2 MB of archives. [2021-03-30T18:03:31.699Z] #13 43.56 After this operation, 487 MB of additional disk space will be used. [2021-03-30T18:03:31.699Z] #13 43.56 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-03-30T18:03:31.699Z] #13 43.56 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-03-30T18:03:31.699Z] #13 43.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-03-30T18:03:31.699Z] #13 43.63 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-03-30T18:03:31.699Z] #13 43.69 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-03-30T18:03:31.699Z] #13 43.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-03-30T18:03:31.699Z] #13 44.22 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-30T18:03:31.699Z] #13 44.23 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-03-30T18:03:31.699Z] #13 44.24 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-03-30T18:03:31.699Z] #13 44.26 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-30T18:03:31.699Z] #13 44.76 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-30T18:03:31.699Z] #13 45.07 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-30T18:03:31.699Z] #13 45.09 Get:13 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] [2021-03-30T18:03:31.699Z] #13 ... [2021-03-30T18:03:31.699Z] [2021-03-30T18:03:31.699Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:03:31.699Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:03:31.699Z] #42 49.90 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-03-30T18:03:31.699Z] #42 49.90 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-03-30T18:03:31.699Z] #42 49.91 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-30T18:03:31.699Z] #42 50.20 Selecting previously unselected package libprotobuf-dev:amd64. [2021-03-30T18:03:31.699Z] #42 50.20 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-03-30T18:03:31.699Z] #42 50.21 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-30T18:03:31.699Z] #42 51.52 Selecting previously unselected package libprotoc17:amd64. [2021-03-30T18:03:31.699Z] #42 51.52 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-03-30T18:03:31.699Z] #42 51.53 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-30T18:03:31.699Z] #42 52.29 Selecting previously unselected package protobuf-c-compiler. [2021-03-30T18:03:31.700Z] #42 52.29 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-03-30T18:03:31.700Z] #42 52.31 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-30T18:03:31.700Z] #42 52.49 Selecting previously unselected package protobuf-compiler. [2021-03-30T18:03:31.700Z] #42 52.51 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-03-30T18:03:31.700Z] #42 52.52 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-30T18:03:31.763Z] #44 57.64 GEN criu/protobuf-desc-gen.h [2021-03-30T18:03:31.860Z] [2021-03-30T18:03:31.860Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-30T18:03:31.860Z] #48 sha256:460dfc217271f1cb00fa08abee1e9a2c7fd1ae475eba75eb6dd11aa51fc2985a [2021-03-30T18:03:31.860Z] #48 DONE 0.1s [2021-03-30T18:03:31.860Z] [2021-03-30T18:03:31.860Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-30T18:03:31.860Z] #50 sha256:bae15d541aea8405a676f429325b10e6d044394d7627fa82cae8af345e19a300 [2021-03-30T18:03:31.957Z] #42 52.74 Selecting previously unselected package python-pkg-resources. [2021-03-30T18:03:31.957Z] #42 52.76 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-30T18:03:31.957Z] #42 52.80 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-30T18:03:32.421Z] #50 DONE 0.4s [2021-03-30T18:03:32.421Z] [2021-03-30T18:03:32.421Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-30T18:03:32.421Z] #52 sha256:0e34253530d2320d9998ebb74b2bff1916594e50144f8e743fe075edf9303570 [2021-03-30T18:03:32.421Z] #52 DONE 0.0s [2021-03-30T18:03:32.421Z] [2021-03-30T18:03:32.421Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-30T18:03:32.421Z] #54 sha256:9bb1af07a05cf546451f44805858a5e08008ec20529cdf246fecc02d5014603d [2021-03-30T18:03:32.421Z] #54 DONE 0.2s [2021-03-30T18:03:32.523Z] #42 53.09 Selecting previously unselected package python-six. [2021-03-30T18:03:32.523Z] #42 53.09 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-30T18:03:32.523Z] #42 53.10 Unpacking python-six (1.12.0-1) ... [2021-03-30T18:03:32.523Z] #42 53.20 Selecting previously unselected package python-protobuf. [2021-03-30T18:03:32.523Z] #42 53.21 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-03-30T18:03:32.523Z] #42 53.22 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-30T18:03:32.676Z] [2021-03-30T18:03:32.676Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-30T18:03:32.676Z] #57 sha256:2dd8f1319fef424edd7ebcac43a2411470f0a0c7d0e3dcfb2b261af012e1632c [2021-03-30T18:03:33.088Z] #42 53.87 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-30T18:03:33.237Z] #57 DONE 0.9s [2021-03-30T18:03:33.284Z] #44 ... [2021-03-30T18:03:33.284Z] [2021-03-30T18:03:33.284Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2021-03-30T18:03:33.284Z] #20 DONE 1.5s [2021-03-30T18:03:33.284Z] [2021-03-30T18:03:33.284Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:33.284Z] #44 58.85 DEP criu/protobuf-desc.d [2021-03-30T18:03:33.284Z] #44 59.11 DEP criu/proc_parse.d [2021-03-30T18:03:33.492Z] [2021-03-30T18:03:33.492Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-30T18:03:33.492Z] #61 sha256:08765b429e8809cd23d2cc43eeec21df8d57166d42eff879567c75b6f0eadde9 [2021-03-30T18:03:33.575Z] #44 59.42 DEP criu/plugin.d [2021-03-30T18:03:33.748Z] #61 DONE 0.2s [2021-03-30T18:03:33.748Z] [2021-03-30T18:03:33.748Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-03-30T18:03:33.748Z] #66 sha256:2bdfaeff3017d8c7a489b4374fd3891d45525944f23d88c6dc08558df5ec4a0e [2021-03-30T18:03:33.867Z] #44 59.52 DEP criu/pipes.d [2021-03-30T18:03:33.867Z] #44 59.68 DEP criu/pie-util.d [2021-03-30T18:03:34.158Z] #44 59.82 DEP criu/pie-util-vdso.d [2021-03-30T18:03:34.158Z] #44 60.02 DEP criu/path.d [2021-03-30T18:03:34.450Z] #44 60.19 DEP criu/parasite-syscall.d [2021-03-30T18:03:34.459Z] #42 ... [2021-03-30T18:03:34.459Z] [2021-03-30T18:03:34.459Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:03:34.459Z] #45 sha256:0b24240f4727f10d9fc5b978638b2cfe80121362b628c08c68cb742a09f6bdf4 [2021-03-30T18:03:34.459Z] #45 45.18 internal/singleflight [2021-03-30T18:03:34.459Z] #45 46.66 strconv [2021-03-30T18:03:34.459Z] #45 46.66 io [2021-03-30T18:03:34.459Z] #45 48.08 bytes [2021-03-30T18:03:34.459Z] #45 50.54 bufio [2021-03-30T18:03:34.459Z] #45 50.56 reflect [2021-03-30T18:03:34.459Z] #45 52.35 syscall [2021-03-30T18:03:34.459Z] #45 ... [2021-03-30T18:03:34.459Z] [2021-03-30T18:03:34.459Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:03:34.459Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-30T18:03:34.459Z] #32 52.01 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:03:34.674Z] #66 DONE 0.9s [2021-03-30T18:03:34.674Z] [2021-03-30T18:03:34.674Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-30T18:03:34.674Z] #68 sha256:b4f45b97d2d714265df9d9c19df74f76f422d63474ff0d4b3d1e94c58f9bcb2e [2021-03-30T18:03:34.674Z] #68 DONE 0.0s [2021-03-30T18:03:34.674Z] [2021-03-30T18:03:34.674Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-30T18:03:34.674Z] #69 sha256:699decf257d62675555b27a54f22a6785ed040431182ccc836f560242b9ccdd5 [2021-03-30T18:03:34.674Z] #69 DONE 0.0s [2021-03-30T18:03:34.674Z] [2021-03-30T18:03:34.674Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-30T18:03:34.674Z] #70 sha256:9241d05623ba07b6b78819a8c7667a8aa381bccddffc024c9b1c5458a94326f1 [2021-03-30T18:03:34.742Z] #44 60.48 DEP criu/pagemap.d [2021-03-30T18:03:35.034Z] #44 60.74 DEP criu/pagemap-cache.d [2021-03-30T18:03:35.034Z] #44 60.90 DEP criu/page-xfer.d [2021-03-30T18:03:35.237Z] #70 DONE 0.7s [2021-03-30T18:03:35.326Z] #44 61.03 DEP criu/page-pipe.d [2021-03-30T18:03:35.326Z] #44 61.17 DEP criu/netfilter.d [2021-03-30T18:03:35.494Z] [2021-03-30T18:03:35.494Z] #71 exporting to image [2021-03-30T18:03:35.494Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-30T18:03:35.494Z] #71 exporting layers [2021-03-30T18:03:35.618Z] #44 61.33 DEP criu/net.d [2021-03-30T18:03:35.618Z] #44 61.51 DEP criu/namespaces.d [2021-03-30T18:03:35.909Z] #44 61.64 DEP criu/mount.d [2021-03-30T18:03:35.909Z] #44 61.75 DEP criu/memfd.d [2021-03-30T18:03:36.201Z] #44 61.91 DEP criu/mem.d [2021-03-30T18:03:36.201Z] #44 62.14 DEP criu/lsm.d [2021-03-30T18:03:36.202Z] 4612f6d0b889: Verifying Checksum [2021-03-30T18:03:36.202Z] 4612f6d0b889: Download complete [2021-03-30T18:03:36.492Z] #44 62.26 DEP criu/log.d [2021-03-30T18:03:36.784Z] #44 62.45 DEP criu/libnetlink.d [2021-03-30T18:03:36.784Z] #44 62.59 DEP criu/kerndat.d [2021-03-30T18:03:37.075Z] #44 62.86 DEP criu/kcmp-ids.d [2021-03-30T18:03:37.075Z] #44 62.98 DEP criu/irmap.d [2021-03-30T18:03:37.370Z] #44 ... [2021-03-30T18:03:37.370Z] [2021-03-30T18:03:37.370Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:03:37.370Z] #59 98.01 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-30T18:03:37.370Z] #59 98.01 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-30T18:03:37.370Z] #59 DONE 104.4s [2021-03-30T18:03:37.370Z] [2021-03-30T18:03:37.370Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-30T18:03:37.370Z] #60 DONE 0.1s [2021-03-30T18:03:37.370Z] [2021-03-30T18:03:37.370Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:37.370Z] #44 63.20 DEP criu/ipc_ns.d [2021-03-30T18:03:37.665Z] #44 ... [2021-03-30T18:03:37.665Z] [2021-03-30T18:03:37.665Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-30T18:03:37.665Z] #61 DONE 0.1s [2021-03-30T18:03:37.665Z] [2021-03-30T18:03:37.665Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:37.665Z] #44 63.51 DEP criu/image.d [2021-03-30T18:03:37.965Z] #44 63.68 DEP criu/image-desc.d [2021-03-30T18:03:37.965Z] #44 63.82 DEP criu/fsnotify.d [2021-03-30T18:03:38.258Z] #44 64.06 DEP criu/filesystems.d [2021-03-30T18:03:38.549Z] #44 64.27 DEP criu/files.d [2021-03-30T18:03:38.549Z] #44 64.49 DEP criu/files-reg.d [2021-03-30T18:03:38.658Z] #32 ... [2021-03-30T18:03:38.658Z] [2021-03-30T18:03:38.658Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:03:38.658Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:03:38.658Z] #13 48.83 Get:14 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] [2021-03-30T18:03:38.658Z] #13 51.48 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-03-30T18:03:38.658Z] #13 51.48 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-03-30T18:03:38.658Z] #13 51.49 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-03-30T18:03:38.658Z] #13 51.49 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-03-30T18:03:38.658Z] #13 51.49 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-03-30T18:03:38.658Z] #13 51.50 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-03-30T18:03:38.658Z] #13 51.51 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-03-30T18:03:38.658Z] #13 51.55 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-03-30T18:03:38.658Z] #13 51.58 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-03-30T18:03:38.658Z] #13 51.60 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-03-30T18:03:38.658Z] #13 51.62 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-03-30T18:03:38.658Z] #13 51.68 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-03-30T18:03:38.658Z] #13 51.70 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-03-30T18:03:38.658Z] #13 51.71 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-03-30T18:03:38.658Z] #13 52.87 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:03:38.658Z] #13 53.07 Fetched 78.2 MB in 8s (9269 kB/s) [2021-03-30T18:03:38.658Z] #13 53.28 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-03-30T18:03:38.658Z] #13 53.32 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-03-30T18:03:38.658Z] #13 53.53 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-03-30T18:03:38.658Z] #13 53.86 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-03-30T18:03:38.658Z] #13 54.07 (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.) [2021-03-30T18:03:38.658Z] #13 54.14 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-30T18:03:38.761Z] #71 exporting layers 3.4s done [2021-03-30T18:03:38.761Z] #71 writing image sha256:b15812dd4978d12ea3eeb3027b3e585c9e8b707feb89bd84dc48fedc34dbfb26 done [2021-03-30T18:03:38.761Z] #71 naming to docker.io/library/docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 done [2021-03-30T18:03:38.761Z] #71 DONE 3.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-03-30T18:03:38.846Z] #44 64.64 DEP criu/files-ext.d [2021-03-30T18:03:38.846Z] #44 64.78 DEP criu/file-lock.d [2021-03-30T18:03:39.089Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42226/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42226/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/validate/default [2021-03-30T18:03:39.144Z] #44 64.89 DEP criu/file-ids.d [2021-03-30T18:03:39.223Z] #13 54.58 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-03-30T18:03:39.223Z] #13 ... [2021-03-30T18:03:39.223Z] [2021-03-30T18:03:39.223Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:03:39.223Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-30T18:03:39.223Z] #36 49.98 Selecting previously unselected package cmake-data. [2021-03-30T18:03:39.223Z] #36 49.98 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-30T18:03:39.223Z] #36 49.99 Unpacking cmake-data (3.13.4-1) ... [2021-03-30T18:03:39.223Z] #36 53.28 Selecting previously unselected package libicu63:amd64. [2021-03-30T18:03:39.223Z] #36 53.32 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-30T18:03:39.223Z] #36 53.33 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-30T18:03:39.223Z] #36 ... [2021-03-30T18:03:39.223Z] [2021-03-30T18:03:39.223Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:03:39.223Z] #45 sha256:0b24240f4727f10d9fc5b978638b2cfe80121362b628c08c68cb742a09f6bdf4 [2021-03-30T18:03:39.223Z] #45 60.10 time [2021-03-30T18:03:39.435Z] #44 65.07 DEP criu/fifo.d [2021-03-30T18:03:39.435Z] #44 65.26 DEP criu/fdstore.d [2021-03-30T18:03:39.435Z] #44 65.33 DEP criu/fault-injection.d [2021-03-30T18:03:39.650Z] Congratulations! All commits are properly signed with the DCO! [2021-03-30T18:03:39.650Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-03-30T18:03:39.726Z] #44 65.36 DEP criu/external.d [2021-03-30T18:03:39.727Z] #44 65.45 DEP criu/eventpoll.d [2021-03-30T18:03:39.727Z] #44 65.59 DEP criu/eventfd.d [2021-03-30T18:03:39.727Z] #44 65.70 DEP criu/crtools.d [2021-03-30T18:03:39.788Z] #45 ... [2021-03-30T18:03:39.789Z] [2021-03-30T18:03:39.789Z] #47 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-30T18:03:39.789Z] #47 sha256:dad6eb1916655f6eefc7dfe65efb06dda9be019882b4ccaba9abdd6537c7f7a2 [2021-03-30T18:03:39.789Z] #47 DONE 60.5s [2021-03-30T18:03:39.789Z] [2021-03-30T18:03:39.789Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:03:39.789Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:03:39.789Z] #42 59.23 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-03-30T18:03:39.789Z] #42 59.26 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-30T18:03:39.789Z] #42 59.28 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-30T18:03:39.789Z] #42 59.33 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-03-30T18:03:39.789Z] #42 59.36 Setting up python-six (1.12.0-1) ... [2021-03-30T18:03:39.967Z] Removing intermediate container 7067590319ef [2021-03-30T18:03:39.967Z] ---> 7e22e939c58e [2021-03-30T18:03:39.967Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2021-03-30T18:03:39.967Z] ---> 805dc2d65d1c [2021-03-30T18:03:39.967Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2021-03-30T18:03:39.967Z] ---> 055adf6952e2 [2021-03-30T18:03:39.967Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2021-03-30T18:03:39.967Z] ---> Running in 2d590f5c5a81 [2021-03-30T18:03:39.967Z] Removing intermediate container 2d590f5c5a81 [2021-03-30T18:03:39.967Z] ---> 675a1347e413 [2021-03-30T18:03:39.967Z] Successfully built 675a1347e413 [2021-03-30T18:03:39.967Z] Successfully tagged moby-buildx:latest [2021-03-30T18:03:39.967Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2021-03-30T18:03:39.967Z] if [ -n "${id}" ]; then \ [2021-03-30T18:03:39.967Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2021-03-30T18:03:39.967Z] && touch bundles/buildx; \ [2021-03-30T18:03:39.967Z] docker rm -f ${id}; \ [2021-03-30T18:03:39.967Z] fi [2021-03-30T18:03:39.968Z] 539fe8f9e17ae7d9ac5fc81cf025cbcbd93ad88b81ce3cd828e2395f20adc2d8 [2021-03-30T18:03:39.968Z] bundles/buildx version [2021-03-30T18:03:39.968Z] buildx v0.5.1 11057da [2021-03-30T18:03:39.968Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 . [2021-03-30T18:03:39.968Z] #1 [internal] booting buildkit [2021-03-30T18:03:39.968Z] #1 sha256:50b45afba63c8fa1b37ae392cfe91b8248b16a19a9165255a15a62c028a7d172 [2021-03-30T18:03:39.968Z] #1 pulling image moby/buildkit:buildx-stable-1 [2021-03-30T18:03:39.968Z] #1 pulling image moby/buildkit:buildx-stable-1 2.7s done [2021-03-30T18:03:39.968Z] #1 creating container buildx_buildkit_default [2021-03-30T18:03:39.968Z] #1 creating container buildx_buildkit_default 0.4s done [2021-03-30T18:03:39.968Z] #1 DONE 3.1s [2021-03-30T18:03:40.018Z] #44 65.85 DEP criu/cr-service.d [2021-03-30T18:03:40.263Z] [2021-03-30T18:03:40.263Z] #2 [internal] load build definition from Dockerfile [2021-03-30T18:03:40.263Z] #2 sha256:ab41e1d4d63c5839a853c679fa85be3431a33f611eb3c9ee93db6ce51d0c8d57 [2021-03-30T18:03:40.263Z] #2 transferring dockerfile: 17.01kB done [2021-03-30T18:03:40.264Z] #2 DONE 0.0s [2021-03-30T18:03:40.264Z] [2021-03-30T18:03:40.264Z] #3 [internal] load .dockerignore [2021-03-30T18:03:40.264Z] #3 sha256:fcd83940a8bdc165396a650ae6d8c8fb0a32818699cf4389c7abb9e314910999 [2021-03-30T18:03:40.264Z] #3 transferring context: 87B done [2021-03-30T18:03:40.264Z] #3 DONE 0.0s [2021-03-30T18:03:40.264Z] [2021-03-30T18:03:40.264Z] #4 resolve image config for docker.io/docker/dockerfile:1.2 [2021-03-30T18:03:40.264Z] #4 sha256:015248391ba8b1ea9cbf068fd1b217d4a8c47b8199713eff20dde0d4bb1ff54e [2021-03-30T18:03:40.309Z] #44 66.00 DEP criu/cr-restore.d [2021-03-30T18:03:40.600Z] #44 66.18 DEP criu/cr-errno.d [2021-03-30T18:03:40.600Z] #44 66.20 DEP criu/cr-dump.d [2021-03-30T18:03:40.600Z] #44 66.39 DEP criu/cr-dedup.d [2021-03-30T18:03:40.892Z] #44 66.52 DEP criu/cr-check.d [2021-03-30T18:03:40.892Z] #44 66.74 DEP criu/config.d [2021-03-30T18:03:40.905Z] #4 DONE 0.6s [2021-03-30T18:03:40.905Z] [2021-03-30T18:03:40.905Z] #5 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-03-30T18:03:40.905Z] #5 sha256:c1ffd679b366d96d85a26e8e9be46cbf879ab4272e5979aa145e5162ea217d35 [2021-03-30T18:03:40.905Z] #5 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-03-30T18:03:40.905Z] #5 sha256:0fbb1661cd80a39540a487f097952096281220bdd316f86c49a0ff30e5b4d988 4.19MB / 8.92MB 0.2s [2021-03-30T18:03:41.164Z] #42 ... [2021-03-30T18:03:41.164Z] [2021-03-30T18:03:41.164Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:03:41.164Z] #51 sha256:07ae8a481030b9f777cf008b1d5cd7c7074184a1c6da4aa37c5f46cc1dbb41fc [2021-03-30T18:03:41.164Z] #51 51.76 syscall [2021-03-30T18:03:41.164Z] #51 51.86 reflect [2021-03-30T18:03:41.164Z] #51 59.09 time [2021-03-30T18:03:41.164Z] #51 ... [2021-03-30T18:03:41.164Z] [2021-03-30T18:03:41.164Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:03:41.164Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:03:41.164Z] #13 55.43 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-03-30T18:03:41.164Z] #13 55.90 (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.) [2021-03-30T18:03:41.164Z] #13 56.00 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-03-30T18:03:41.164Z] #13 56.04 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-03-30T18:03:41.164Z] #13 56.51 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-03-30T18:03:41.183Z] #44 66.88 DEP criu/clone-noasan.d [2021-03-30T18:03:41.183Z] #44 66.99 DEP criu/cgroup.d [2021-03-30T18:03:41.200Z] #5 sha256:0fbb1661cd80a39540a487f097952096281220bdd316f86c49a0ff30e5b4d988 8.92MB / 8.92MB 0.3s done [2021-03-30T18:03:41.200Z] #5 extracting sha256:0fbb1661cd80a39540a487f097952096281220bdd316f86c49a0ff30e5b4d988 [2021-03-30T18:03:41.200Z] #5 extracting sha256:0fbb1661cd80a39540a487f097952096281220bdd316f86c49a0ff30e5b4d988 0.2s done [2021-03-30T18:03:41.200Z] #5 DONE 0.4s [2021-03-30T18:03:41.422Z] #13 56.91 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-30T18:03:41.475Z] #44 67.22 DEP criu/cgroup-props.d [2021-03-30T18:03:41.475Z] #44 67.34 DEP criu/bitmap.d [2021-03-30T18:03:41.475Z] #44 67.35 DEP criu/bfd.d [2021-03-30T18:03:41.475Z] #44 ... [2021-03-30T18:03:41.475Z] [2021-03-30T18:03:41.475Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:03:41.475Z] #54 7.933 + cd /tmp/tmp.JjbpyvL6Ac/src/github.com/opencontainers/runc [2021-03-30T18:03:41.475Z] #54 7.933 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:03:41.475Z] #54 8.401 + '[' -z '' ']' [2021-03-30T18:03:41.475Z] #54 8.401 + target=static [2021-03-30T18:03:41.475Z] #54 8.401 + make 'BUILDTAGS=seccomp ' static [2021-03-30T18:03:41.475Z] #54 8.804 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-30T18:03:41.494Z] [2021-03-30T18:03:41.494Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:03:41.494Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-03-30T18:03:41.680Z] #13 56.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 ... 15410 files and directories currently installed.) [2021-03-30T18:03:41.680Z] #13 57.02 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-03-30T18:03:41.680Z] #13 57.03 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-30T18:03:41.766Z] #54 ... [2021-03-30T18:03:41.766Z] [2021-03-30T18:03:41.766Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:41.766Z] #44 67.43 DEP criu/autofs.d [2021-03-30T18:03:41.766Z] #44 67.62 DEP criu/aio.d [2021-03-30T18:03:42.058Z] #44 67.75 DEP criu/action-scripts.d [2021-03-30T18:03:42.058Z] #44 68.00 CC criu/action-scripts.o [2021-03-30T18:03:42.140Z] #9 DONE 0.8s [2021-03-30T18:03:42.140Z] [2021-03-30T18:03:42.140Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-03-30T18:03:42.140Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-03-30T18:03:42.140Z] #6 DONE 0.7s [2021-03-30T18:03:42.140Z] [2021-03-30T18:03:42.140Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-03-30T18:03:42.140Z] #8 sha256:40c9f69513e725b643844c4f54ff586edd2c989eaf3d76fa2bc341d2ddd2df16 [2021-03-30T18:03:42.140Z] #8 DONE 0.8s [2021-03-30T18:03:42.140Z] [2021-03-30T18:03:42.140Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-03-30T18:03:42.140Z] #7 sha256:372687b2b903cd79cdd8659c1562f9f4227eb74c5d3643ad399921b7565c1743 [2021-03-30T18:03:42.140Z] #7 DONE 0.9s [2021-03-30T18:03:42.140Z] [2021-03-30T18:03:42.140Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:03:42.140Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-30T18:03:42.165Z] Congratulations! All API changes are done the right way. [2021-03-30T18:03:42.165Z] Congratulations! All TOML source files changed here have valid syntax. [2021-03-30T18:03:42.165Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-03-30T18:03:42.165Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-03-30T18:03:42.165Z] Congratulations! No new tests were added to integration-cli. [2021-03-30T18:03:42.165Z] [2021-03-30T18:03:42.165Z] INFO Start validation with golang-ci-lint [2021-03-30T18:03:42.165Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-03-30T18:03:42.165Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-03-30T18:03:42.165Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-03-30T18:03:42.361Z] #44 68.28 CC criu/aio.o [2021-03-30T18:03:42.485Z] #10 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-03-30T18:03:43.058Z] #44 68.71 CC criu/autofs.o [2021-03-30T18:03:43.058Z] #44 ... [2021-03-30T18:03:43.058Z] [2021-03-30T18:03:43.058Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-30T18:03:43.058Z] #21 1.568 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:03:43.058Z] #21 1.572 Get:2 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-30T18:03:43.058Z] #21 1.596 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:03:43.058Z] #21 1.615 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:03:43.058Z] #21 2.098 Get:5 http://deb.debian.org/debian buster-backports/main s390x Packages [425 kB] [2021-03-30T18:03:43.058Z] #21 2.974 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-03-30T18:03:43.058Z] #21 5.033 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [240 kB] [2021-03-30T18:03:43.058Z] #21 6.222 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [9508 B] [2021-03-30T18:03:43.058Z] #21 8.376 Fetched 8584 kB in 7s (1254 kB/s) [2021-03-30T18:03:43.229Z] #10 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.2s [2021-03-30T18:03:43.229Z] #10 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.2s done [2021-03-30T18:03:43.229Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 0B / 96.52MB 0.2s [2021-03-30T18:03:43.229Z] #10 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0B / 8.25MB 0.2s [2021-03-30T18:03:43.229Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 0B / 73.58MB 0.2s [2021-03-30T18:03:43.229Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0B / 10.73MB 0.2s [2021-03-30T18:03:43.229Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 4.19MB / 73.58MB 0.3s [2021-03-30T18:03:43.229Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 0B / 57.46MB 0.3s [2021-03-30T18:03:43.229Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 0B / 54.14MB 0.2s [2021-03-30T18:03:43.229Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 5.24MB / 96.52MB 0.5s [2021-03-30T18:03:43.796Z] #10 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 2.10MB / 8.25MB 0.5s [2021-03-30T18:03:43.796Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 1.05MB / 10.73MB 0.5s [2021-03-30T18:03:43.796Z] #10 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 6.29MB / 8.25MB 0.6s [2021-03-30T18:03:43.796Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 9.44MB / 73.58MB 0.6s [2021-03-30T18:03:43.796Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 2.10MB / 10.73MB 0.6s [2021-03-30T18:03:43.796Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 14.68MB / 96.52MB 0.8s [2021-03-30T18:03:43.796Z] #10 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 0.7s done [2021-03-30T18:03:43.796Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 3.15MB / 10.73MB 0.8s [2021-03-30T18:03:43.796Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 3.15MB / 54.14MB 0.8s [2021-03-30T18:03:44.093Z] #21 8.376 Reading package lists... [2021-03-30T18:03:44.093Z] #21 ... [2021-03-30T18:03:44.093Z] [2021-03-30T18:03:44.093Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:03:44.093Z] #46 101.0 net/http/httptrace [2021-03-30T18:03:44.093Z] #46 101.2 net/http [2021-03-30T18:03:44.093Z] #46 ... [2021-03-30T18:03:44.093Z] [2021-03-30T18:03:44.093Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-30T18:03:44.093Z] #21 8.376 Reading package lists... [2021-03-30T18:03:44.210Z] #13 59.15 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-30T18:03:44.210Z] #13 59.15 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-03-30T18:03:44.210Z] #13 59.17 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-30T18:03:44.210Z] #13 ... [2021-03-30T18:03:44.210Z] [2021-03-30T18:03:44.210Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:03:44.210Z] #34 sha256:54d50a0b441f678ef6a04481f1bef5863af3a91dbe5a5e7eb92c7e7d989bd223 [2021-03-30T18:03:44.210Z] #34 54.52 time [2021-03-30T18:03:44.210Z] #34 60.60 internal/poll [2021-03-30T18:03:44.210Z] #34 62.97 internal/fmtsort [2021-03-30T18:03:44.210Z] #34 63.00 internal/syscall/execenv [2021-03-30T18:03:44.210Z] #34 63.13 internal/syscall/unix [2021-03-30T18:03:44.210Z] #34 63.44 os [2021-03-30T18:03:44.210Z] #34 63.75 strings [2021-03-30T18:03:44.210Z] #34 ... [2021-03-30T18:03:44.210Z] [2021-03-30T18:03:44.210Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:03:44.210Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:03:44.210Z] #42 64.04 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-03-30T18:03:44.210Z] #42 64.06 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-30T18:03:44.210Z] #42 64.09 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-03-30T18:03:44.210Z] #42 64.10 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-03-30T18:03:44.210Z] #42 64.11 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-03-30T18:03:44.210Z] #42 64.13 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-30T18:03:44.210Z] #42 64.14 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-30T18:03:44.210Z] #42 64.15 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-03-30T18:03:44.210Z] #42 64.17 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-30T18:03:44.210Z] #42 64.18 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-30T18:03:44.248Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 4.19MB / 10.73MB 0.9s [2021-03-30T18:03:44.249Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 7.34MB / 54.14MB 1.0s [2021-03-30T18:03:44.249Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 15.73MB / 73.58MB 1.1s [2021-03-30T18:03:44.249Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 6.29MB / 10.73MB 1.1s [2021-03-30T18:03:44.249Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 3.15MB / 57.46MB 1.1s [2021-03-30T18:03:44.249Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 22.02MB / 96.52MB 1.2s [2021-03-30T18:03:44.249Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 8.39MB / 10.73MB 1.2s [2021-03-30T18:03:44.249Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 20.97MB / 73.58MB 1.4s [2021-03-30T18:03:44.249Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 11.53MB / 54.14MB 1.3s [2021-03-30T18:03:44.627Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 27.26MB / 96.52MB 1.5s [2021-03-30T18:03:44.627Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 1.4s done [2021-03-30T18:03:44.627Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 14.68MB / 54.14MB 1.5s [2021-03-30T18:03:44.627Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 7.34MB / 57.46MB 1.7s [2021-03-30T18:03:44.991Z] #10 ... [2021-03-30T18:03:44.991Z] [2021-03-30T18:03:44.991Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-30T18:03:44.991Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-03-30T18:03:44.991Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-03-30T18:03:44.991Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.5s done [2021-03-30T18:03:44.991Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.8s done [2021-03-30T18:03:44.991Z] #63 DONE 2.4s [2021-03-30T18:03:44.991Z] [2021-03-30T18:03:44.991Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:03:44.991Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-30T18:03:44.991Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 32.51MB / 96.52MB 2.0s [2021-03-30T18:03:44.991Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 28.31MB / 73.58MB 2.0s [2021-03-30T18:03:44.991Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 18.87MB / 54.14MB 1.8s [2021-03-30T18:03:44.991Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 10.68MB / 57.46MB 2.1s [2021-03-30T18:03:44.991Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 22.02MB / 54.14MB 2.1s [2021-03-30T18:03:45.721Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 39.85MB / 96.52MB 2.6s [2021-03-30T18:03:45.721Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 32.51MB / 73.58MB 2.4s [2021-03-30T18:03:45.721Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 13.63MB / 57.46MB 2.4s [2021-03-30T18:03:45.722Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 25.17MB / 54.14MB 2.4s [2021-03-30T18:03:45.722Z] #10 ... [2021-03-30T18:03:45.722Z] [2021-03-30T18:03:45.722Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-03-30T18:03:45.722Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-03-30T18:03:45.722Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-03-30T18:03:45.722Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.6s done [2021-03-30T18:03:45.722Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.4s done [2021-03-30T18:03:45.722Z] #65 DONE 3.1s [2021-03-30T18:03:45.722Z] [2021-03-30T18:03:45.722Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:03:45.722Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-30T18:03:45.722Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 36.70MB / 73.58MB 2.7s [2021-03-30T18:03:45.722Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 16.78MB / 57.46MB 2.7s [2021-03-30T18:03:45.722Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 28.31MB / 54.14MB 2.7s [2021-03-30T18:03:46.129Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 45.09MB / 96.52MB 3.0s [2021-03-30T18:03:46.129Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 19.92MB / 57.46MB 3.0s [2021-03-30T18:03:46.129Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 31.46MB / 54.14MB 3.0s [2021-03-30T18:03:46.129Z] #10 ... [2021-03-30T18:03:46.129Z] [2021-03-30T18:03:46.129Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-03-30T18:03:46.129Z] #64 sha256:9291c3b4e140d56f3257205169f51baeff14b98cd9f05d842abc32b62c68ed9f [2021-03-30T18:03:46.129Z] #64 DONE 0.4s [2021-03-30T18:03:46.129Z] [2021-03-30T18:03:46.129Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:03:46.129Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-30T18:03:46.129Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 40.89MB / 73.58MB 3.2s [2021-03-30T18:03:46.615Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 23.07MB / 57.46MB 3.3s [2021-03-30T18:03:46.615Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 50.33MB / 96.52MB 3.5s [2021-03-30T18:03:46.615Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 35.65MB / 54.14MB 3.3s [2021-03-30T18:03:46.615Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 46.14MB / 73.58MB 3.5s [2021-03-30T18:03:46.615Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 26.21MB / 57.46MB 3.6s [2021-03-30T18:03:46.736Z] #42 ... [2021-03-30T18:03:46.736Z] [2021-03-30T18:03:46.736Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:03:46.736Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-03-30T18:03:46.736Z] #36 61.38 Selecting previously unselected package libxml2:amd64. [2021-03-30T18:03:46.736Z] #36 61.39 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-03-30T18:03:46.736Z] #36 61.39 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-30T18:03:46.736Z] #36 62.18 Selecting previously unselected package libarchive13:amd64. [2021-03-30T18:03:46.736Z] #36 62.18 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-03-30T18:03:46.736Z] #36 62.20 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-30T18:03:46.736Z] #36 62.58 Selecting previously unselected package libjsoncpp1:amd64. [2021-03-30T18:03:46.736Z] #36 62.59 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-03-30T18:03:46.736Z] #36 62.60 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-30T18:03:46.736Z] #36 62.76 Selecting previously unselected package librhash0:amd64. [2021-03-30T18:03:46.736Z] #36 62.77 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-03-30T18:03:46.736Z] #36 62.77 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-03-30T18:03:46.736Z] #36 62.97 Selecting previously unselected package libuv1:amd64. [2021-03-30T18:03:46.736Z] #36 62.98 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-03-30T18:03:46.736Z] #36 62.98 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-03-30T18:03:46.736Z] #36 63.13 Selecting previously unselected package cmake. [2021-03-30T18:03:46.736Z] #36 63.18 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-03-30T18:03:46.736Z] #36 63.20 Unpacking cmake (3.13.4-1) ... [2021-03-30T18:03:46.736Z] #36 66.06 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-30T18:03:46.736Z] #36 66.08 Setting up xxd (2:8.1.0875-5) ... [2021-03-30T18:03:46.736Z] #36 66.10 Setting up libuv1:amd64 (1.24.1-1) ... [2021-03-30T18:03:46.736Z] #36 66.11 Setting up vim-common (2:8.1.0875-5) ... [2021-03-30T18:03:46.736Z] #36 66.13 Setting up librhash0:amd64 (1.3.8-1) ... [2021-03-30T18:03:46.736Z] #36 66.17 Setting up cmake-data (3.13.4-1) ... [2021-03-30T18:03:46.736Z] #36 66.19 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-03-30T18:03:46.736Z] #36 66.20 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-03-30T18:03:46.736Z] #36 66.21 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-03-30T18:03:46.736Z] #36 66.23 Setting up cmake (3.13.4-1) ... [2021-03-30T18:03:46.736Z] #36 66.25 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:03:46.736Z] #36 66.37 Processing triggers for mime-support (3.62) ... [2021-03-30T18:03:46.736Z] #36 DONE 67.1s [2021-03-30T18:03:46.736Z] [2021-03-30T18:03:46.736Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:03:46.736Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:03:46.736Z] #13 61.80 Selecting previously unselected package binutils-mingw-w64. [2021-03-30T18:03:46.736Z] #13 61.83 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-30T18:03:46.736Z] #13 61.87 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-30T18:03:46.736Z] #13 62.12 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-03-30T18:03:46.736Z] #13 62.12 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-30T18:03:46.736Z] #13 62.14 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-30T18:03:46.826Z] #21 11.15 Reading package lists... [2021-03-30T18:03:47.118Z] #21 13.67 Building dependency tree... [2021-03-30T18:03:47.217Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 50.33MB / 73.58MB 3.8s [2021-03-30T18:03:47.217Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 56.62MB / 96.52MB 3.9s [2021-03-30T18:03:47.217Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 29.43MB / 57.46MB 3.9s [2021-03-30T18:03:47.217Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 44.04MB / 54.14MB 3.9s [2021-03-30T18:03:47.217Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 61.87MB / 96.52MB 4.2s [2021-03-30T18:03:47.217Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 54.53MB / 73.58MB 4.2s [2021-03-30T18:03:47.217Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 35.65MB / 57.46MB 4.2s [2021-03-30T18:03:47.217Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 47.19MB / 54.14MB 4.2s [2021-03-30T18:03:47.251Z] #13 62.52 Selecting previously unselected package dmsetup. [2021-03-30T18:03:47.251Z] #13 62.58 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-03-30T18:03:47.251Z] #13 62.58 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-30T18:03:47.508Z] #13 62.86 Selecting previously unselected package mingw-w64-common. [2021-03-30T18:03:47.508Z] #13 62.86 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-30T18:03:47.508Z] #13 62.86 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-30T18:03:47.614Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 69.21MB / 96.52MB 4.7s [2021-03-30T18:03:47.614Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 58.72MB / 73.58MB 4.5s [2021-03-30T18:03:47.614Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 39.85MB / 57.46MB 4.5s [2021-03-30T18:03:47.614Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 42.99MB / 57.46MB 4.7s [2021-03-30T18:03:47.614Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 50.33MB / 54.14MB 4.7s [2021-03-30T18:03:47.753Z] #21 14.61 libcap2-bin is already the newest version (1:2.25-2). [2021-03-30T18:03:47.753Z] #21 14.61 The following additional packages will be installed: [2021-03-30T18:03:47.753Z] #21 14.64 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-30T18:03:47.753Z] #21 14.64 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-30T18:03:47.753Z] #21 14.64 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-30T18:03:47.753Z] #21 14.64 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-30T18:03:47.753Z] #21 14.64 python3.7 python3.7-minimal vim-runtime xxd [2021-03-30T18:03:47.753Z] #21 14.64 Suggested packages: [2021-03-30T18:03:47.753Z] #21 14.64 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-30T18:03:47.753Z] #21 14.64 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-30T18:03:47.753Z] #21 14.64 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-30T18:03:47.753Z] #21 14.64 Recommended packages: [2021-03-30T18:03:47.753Z] #21 14.64 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-30T18:03:47.753Z] #21 14.64 python3-keyrings.alt python3-xdg unzip [2021-03-30T18:03:47.953Z] #10 ... [2021-03-30T18:03:47.953Z] [2021-03-30T18:03:47.953Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-03-30T18:03:47.953Z] #66 sha256:f5430741c081573d02fc73e742c13c54ad86b2979a0d716d52e92328bd15c9ac [2021-03-30T18:03:47.953Z] #66 DONE 0.5s [2021-03-30T18:03:47.953Z] [2021-03-30T18:03:47.953Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:03:47.953Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-30T18:03:47.953Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 66.06MB / 73.58MB 5.0s [2021-03-30T18:03:47.953Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 46.14MB / 57.46MB 5.0s [2021-03-30T18:03:47.953Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 53.48MB / 54.14MB 5.0s [2021-03-30T18:03:47.953Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 75.50MB / 96.52MB 5.1s [2021-03-30T18:03:47.953Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 5.1s done [2021-03-30T18:03:47.953Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 [2021-03-30T18:03:48.325Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 49.28MB / 57.46MB 5.1s [2021-03-30T18:03:48.325Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 81.79MB / 96.52MB 5.4s [2021-03-30T18:03:48.325Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 71.30MB / 73.58MB 5.3s [2021-03-30T18:03:48.325Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 5.5s done [2021-03-30T18:03:48.325Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 55.57MB / 57.46MB 5.4s [2021-03-30T18:03:48.629Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 5.6s done [2021-03-30T18:03:48.629Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 87.03MB / 96.52MB 5.7s [2021-03-30T18:03:48.928Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 94.37MB / 96.52MB 6.0s [2021-03-30T18:03:48.928Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 6.2s done [2021-03-30T18:03:49.260Z] #21 15.93 The following NEW packages will be installed: [2021-03-30T18:03:49.260Z] #21 15.95 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-30T18:03:49.260Z] #21 15.95 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-30T18:03:49.260Z] #21 15.95 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-30T18:03:49.260Z] #21 15.95 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-30T18:03:49.260Z] #21 15.95 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-30T18:03:49.260Z] #21 15.95 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-30T18:03:49.260Z] #21 15.95 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-30T18:03:49.260Z] #21 15.95 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-30T18:03:49.260Z] #21 15.95 xz-utils zip [2021-03-30T18:03:49.260Z] #21 16.06 0 upgraded, 48 newly installed, 0 to remove and 24 not upgraded. [2021-03-30T18:03:49.260Z] #21 16.06 Need to get 27.7 MB of archives. [2021-03-30T18:03:49.260Z] #21 16.06 After this operation, 117 MB of additional disk space will be used. [2021-03-30T18:03:49.260Z] #21 16.06 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2021-03-30T18:03:49.260Z] #21 16.08 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u3 [586 kB] [2021-03-30T18:03:49.260Z] #21 16.11 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u3 [1590 kB] [2021-03-30T18:03:49.260Z] #21 16.16 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2021-03-30T18:03:49.260Z] #21 16.17 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2021-03-30T18:03:49.260Z] #21 16.17 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u3 [1686 kB] [2021-03-30T18:03:49.260Z] #21 16.24 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u3 [330 kB] [2021-03-30T18:03:49.260Z] #21 16.25 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2021-03-30T18:03:49.260Z] #21 16.25 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2021-03-30T18:03:49.260Z] #21 16.25 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2021-03-30T18:03:49.260Z] #21 16.25 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2021-03-30T18:03:49.260Z] #21 16.26 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2021-03-30T18:03:49.260Z] #21 16.26 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2021-03-30T18:03:49.260Z] #21 16.26 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2021-03-30T18:03:49.552Z] #21 16.27 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2021-03-30T18:03:49.552Z] #21 16.27 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2021-03-30T18:03:49.552Z] #21 16.28 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2021-03-30T18:03:49.552Z] #21 16.29 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2021-03-30T18:03:49.552Z] #21 16.29 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2021-03-30T18:03:49.552Z] #21 16.29 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2021-03-30T18:03:49.552Z] #21 16.30 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2021-03-30T18:03:49.552Z] #21 16.30 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2021-03-30T18:03:49.552Z] #21 16.31 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2021-03-30T18:03:49.552Z] #21 16.33 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2021-03-30T18:03:49.552Z] #21 16.33 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2021-03-30T18:03:49.552Z] #21 16.35 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2021-03-30T18:03:49.552Z] #21 16.35 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2021-03-30T18:03:49.552Z] #21 16.35 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2021-03-30T18:03:49.552Z] #21 16.35 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2021-03-30T18:03:49.844Z] #21 16.60 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2021-03-30T18:03:49.844Z] #21 16.60 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2021-03-30T18:03:49.844Z] #21 16.61 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2021-03-30T18:03:49.844Z] #21 16.61 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2021-03-30T18:03:49.844Z] #21 16.64 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2021-03-30T18:03:49.844Z] #21 16.64 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2021-03-30T18:03:49.844Z] #21 16.68 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-30T18:03:49.844Z] #21 16.69 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2021-03-30T18:03:49.844Z] #21 16.70 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2021-03-30T18:03:49.844Z] #21 16.71 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-30T18:03:49.844Z] #21 16.71 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2021-03-30T18:03:49.844Z] #21 16.72 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-30T18:03:49.844Z] #21 16.72 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main s390x sudo s390x 1.8.27-1+deb10u3 [1199 kB] [2021-03-30T18:03:49.844Z] #21 16.74 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2021-03-30T18:03:49.844Z] #21 16.77 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2021-03-30T18:03:49.844Z] #21 16.78 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-30T18:03:50.136Z] #21 16.94 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2021-03-30T18:03:50.136Z] #21 16.97 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2021-03-30T18:03:50.136Z] #21 16.99 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2021-03-30T18:03:50.774Z] #21 17.65 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:03:50.774Z] #21 17.73 Fetched 27.7 MB in 1s (27.1 MB/s) [2021-03-30T18:03:50.774Z] #21 17.79 Selecting previously unselected package pigz. [2021-03-30T18:03:51.065Z] #21 17.79 (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 ... 23201 files and directories currently installed.) [2021-03-30T18:03:51.065Z] #21 17.85 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2021-03-30T18:03:51.065Z] #21 17.85 Unpacking pigz (2.4-1) ... [2021-03-30T18:03:51.065Z] #21 17.93 Selecting previously unselected package libpython3.7-minimal:s390x. [2021-03-30T18:03:51.065Z] #21 17.93 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_s390x.deb ... [2021-03-30T18:03:51.065Z] #21 17.93 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u3) ... [2021-03-30T18:03:51.357Z] #21 18.27 Selecting previously unselected package python3.7-minimal. [2021-03-30T18:03:51.357Z] #21 18.27 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_s390x.deb ... [2021-03-30T18:03:51.357Z] #21 18.27 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-03-30T18:03:51.694Z] #13 ... [2021-03-30T18:03:51.694Z] [2021-03-30T18:03:51.694Z] #42 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:03:51.694Z] #42 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-03-30T18:03:51.694Z] #42 71.17 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-03-30T18:03:51.694Z] #42 71.19 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:03:51.694Z] #42 DONE 71.8s [2021-03-30T18:03:51.694Z] [2021-03-30T18:03:51.694Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-30T18:03:51.694Z] #37 sha256:2e69b70026f015dafdfbc652747204118b2734f0ebb8d5329dbf0e98bb266f78 [2021-03-30T18:03:51.694Z] #37 1.234 + RM_GOPATH=0 [2021-03-30T18:03:51.694Z] #37 1.234 + TMP_GOPATH= [2021-03-30T18:03:51.694Z] #37 1.234 + : /build [2021-03-30T18:03:51.694Z] #37 1.234 + '[' -z '' ']' [2021-03-30T18:03:51.694Z] #37 1.234 ++ mktemp -d [2021-03-30T18:03:51.694Z] #37 1.235 + export GOPATH=/tmp/tmp.pB9gNQnH92 [2021-03-30T18:03:51.694Z] #37 1.236 + GOPATH=/tmp/tmp.pB9gNQnH92 [2021-03-30T18:03:51.694Z] #37 1.236 + RM_GOPATH=1 [2021-03-30T18:03:51.694Z] #37 1.236 + case "$(go env GOARCH)" in [2021-03-30T18:03:51.694Z] #37 1.244 ++ go env GOARCH [2021-03-30T18:03:51.694Z] #37 1.278 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:03:51.694Z] #37 1.279 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:03:51.694Z] #37 1.286 ++ dirname /tmp/install/install.sh [2021-03-30T18:03:51.694Z] #37 1.287 + dir=/tmp/install [2021-03-30T18:03:51.694Z] #37 1.290 + bin=tini [2021-03-30T18:03:51.694Z] #37 1.290 + shift [2021-03-30T18:03:51.694Z] #37 1.290 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-30T18:03:51.694Z] #37 1.290 + . /tmp/install/tini.installer [2021-03-30T18:03:51.694Z] #37 1.291 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-30T18:03:51.694Z] #37 1.291 + install_tini [2021-03-30T18:03:51.694Z] #37 1.291 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-30T18:03:51.694Z] #37 1.291 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-30T18:03:51.694Z] #37 1.291 + git clone https://github.com/krallin/tini.git /tmp/tmp.pB9gNQnH92/tini [2021-03-30T18:03:51.694Z] #37 1.299 Cloning into '/tmp/tmp.pB9gNQnH92/tini'... [2021-03-30T18:03:51.694Z] #37 2.052 + cd /tmp/tmp.pB9gNQnH92/tini [2021-03-30T18:03:51.694Z] #37 2.052 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-30T18:03:51.694Z] #37 2.057 + cmake . [2021-03-30T18:03:51.694Z] #37 2.820 -- The C compiler identification is GNU 8.3.0 [2021-03-30T18:03:51.694Z] #37 2.972 -- Check for working C compiler: /usr/bin/cc [2021-03-30T18:03:51.694Z] #37 3.666 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-30T18:03:51.694Z] #37 3.683 -- Detecting C compiler ABI info [2021-03-30T18:03:51.695Z] #37 4.398 -- Detecting C compiler ABI info - done [2021-03-30T18:03:51.695Z] #37 4.440 -- Detecting C compile features [2021-03-30T18:03:51.723Z] #10 ... [2021-03-30T18:03:51.723Z] [2021-03-30T18:03:51.723Z] #24 [internal] load build context [2021-03-30T18:03:51.723Z] #24 sha256:e459c99bfc338ebc57681a4d3b2872cfbc7b4835719b2a9f442a08cffe11cee8 [2021-03-30T18:03:51.723Z] #24 transferring context: 53.44MB 9.1s done [2021-03-30T18:03:51.723Z] #24 DONE 9.2s [2021-03-30T18:03:51.723Z] [2021-03-30T18:03:51.723Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:ed28974b37a2ee07bc8d43249c7396eee05a210d92aa784871e3bed715671d4f [2021-03-30T18:03:51.723Z] #27 sha256:5cb40e86452ca78dc2ff89a37b6f1835640cd90c76c9e84bad0c895f0cf1cd23 [2021-03-30T18:03:51.723Z] #27 resolve docker.io/library/debian:buster@sha256:ed28974b37a2ee07bc8d43249c7396eee05a210d92aa784871e3bed715671d4f 0.1s done [2021-03-30T18:03:51.723Z] #27 sha256:2280757cb36e3eef6465890eb70453bb9f66e271e373f08ae5e9d7a3307c5fe4 54.14MB / 54.14MB 2.9s done [2021-03-30T18:03:51.723Z] #27 extracting sha256:2280757cb36e3eef6465890eb70453bb9f66e271e373f08ae5e9d7a3307c5fe4 [2021-03-30T18:03:52.394Z] #21 19.08 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u3) ... [2021-03-30T18:03:52.394Z] #21 19.09 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-03-30T18:03:52.782Z] #27 extracting sha256:2280757cb36e3eef6465890eb70453bb9f66e271e373f08ae5e9d7a3307c5fe4 7.2s done [2021-03-30T18:03:52.782Z] #27 DONE 10.1s [2021-03-30T18:03:52.782Z] [2021-03-30T18:03:52.782Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:03:52.782Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-30T18:03:52.782Z] #10 ... [2021-03-30T18:03:52.782Z] [2021-03-30T18:03:52.782Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-30T18:03:52.782Z] #28 sha256:4c9ac34fba489c9a21e75eb4db8b4339bc5cee945923daf80a1efb2d78a05f42 [2021-03-30T18:03:52.782Z] #28 0.234 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:03:52.782Z] #28 0.263 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:03:53.067Z] #37 6.893 -- Detecting C compile features - done [2021-03-30T18:03:53.087Z] #28 0.284 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:03:53.087Z] #28 0.517 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [259 kB] [2021-03-30T18:03:53.325Z] #37 6.959 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-30T18:03:53.325Z] #37 ... [2021-03-30T18:03:53.325Z] [2021-03-30T18:03:53.325Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:03:53.325Z] #45 sha256:0b24240f4727f10d9fc5b978638b2cfe80121362b628c08c68cb742a09f6bdf4 [2021-03-30T18:03:53.325Z] #45 64.15 strings [2021-03-30T18:03:53.325Z] #45 66.60 os [2021-03-30T18:03:53.325Z] #45 67.04 regexp/syntax [2021-03-30T18:03:53.325Z] #45 70.89 fmt [2021-03-30T18:03:53.325Z] #45 72.62 regexp [2021-03-30T18:03:53.325Z] #45 ... [2021-03-30T18:03:53.325Z] [2021-03-30T18:03:53.325Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:03:53.325Z] #34 sha256:54d50a0b441f678ef6a04481f1bef5863af3a91dbe5a5e7eb92c7e7d989bd223 [2021-03-30T18:03:53.325Z] #34 66.61 path [2021-03-30T18:03:53.325Z] #34 67.32 text/tabwriter [2021-03-30T18:03:53.325Z] #34 67.68 fmt [2021-03-30T18:03:53.325Z] #34 68.41 path/filepath [2021-03-30T18:03:53.325Z] #34 69.54 io/ioutil [2021-03-30T18:03:53.325Z] #34 71.67 github.com/BurntSushi/toml [2021-03-30T18:03:53.325Z] #34 71.67 flag [2021-03-30T18:03:53.325Z] #34 73.74 log [2021-03-30T18:03:53.387Z] #28 0.815 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-30T18:03:53.431Z] #21 ... [2021-03-30T18:03:53.431Z] [2021-03-30T18:03:53.431Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:03:53.431Z] #46 112.0 github.com/LK4D4/vndr/godl [2021-03-30T18:03:53.431Z] #46 112.6 github.com/LK4D4/vndr [2021-03-30T18:03:53.431Z] #46 DONE 120.4s [2021-03-30T18:03:53.431Z] [2021-03-30T18:03:53.431Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:03:53.431Z] #44 69.76 CC criu/bfd.o [2021-03-30T18:03:53.431Z] #44 70.15 CC criu/bitmap.o [2021-03-30T18:03:53.431Z] #44 70.27 CC criu/cgroup-props.o [2021-03-30T18:03:53.431Z] #44 70.97 CC criu/cgroup.o [2021-03-30T18:03:53.431Z] #44 73.01 CC criu/clone-noasan.o [2021-03-30T18:03:53.431Z] #44 73.26 CC criu/config.o [2021-03-30T18:03:53.431Z] #44 74.46 CC criu/cr-check.o [2021-03-30T18:03:53.431Z] #44 75.88 CC criu/cr-dedup.o [2021-03-30T18:03:53.431Z] #44 76.19 CC criu/cr-dump.o [2021-03-30T18:03:53.431Z] #44 78.05 CC criu/cr-errno.o [2021-03-30T18:03:53.431Z] #44 78.13 CC criu/cr-restore.o [2021-03-30T18:03:53.582Z] #34 ... [2021-03-30T18:03:53.582Z] [2021-03-30T18:03:53.582Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-30T18:03:53.582Z] #37 sha256:2e69b70026f015dafdfbc652747204118b2734f0ebb8d5329dbf0e98bb266f78 [2021-03-30T18:03:53.582Z] #37 7.171 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-30T18:03:53.582Z] #37 7.273 -- Configuring done [2021-03-30T18:03:53.582Z] #37 7.293 -- Generating done [2021-03-30T18:03:53.582Z] #37 7.307 -- Build files have been written to: /tmp/tmp.pB9gNQnH92/tini [2021-03-30T18:03:53.582Z] #37 7.319 + make tini-static [2021-03-30T18:03:54.033Z] #28 1.371 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-30T18:03:54.146Z] #37 7.704 Scanning dependencies of target tini-static [2021-03-30T18:03:54.146Z] #37 7.764 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-30T18:03:54.465Z] #44 ... [2021-03-30T18:03:54.465Z] [2021-03-30T18:03:54.465Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-30T18:03:54.465Z] #21 21.31 Selecting previously unselected package python3-minimal. [2021-03-30T18:03:54.465Z] #21 21.31 (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 ... 23450 files and directories currently installed.) [2021-03-30T18:03:54.465Z] #21 21.37 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2021-03-30T18:03:54.465Z] #21 21.37 Unpacking python3-minimal (3.7.3-1) ... [2021-03-30T18:03:54.465Z] #21 21.43 Selecting previously unselected package libmpdec2:s390x. [2021-03-30T18:03:54.465Z] #21 21.43 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2021-03-30T18:03:54.465Z] #21 21.44 Unpacking libmpdec2:s390x (2.4.2-2) ... [2021-03-30T18:03:54.465Z] #21 21.53 Selecting previously unselected package libpython3.7-stdlib:s390x. [2021-03-30T18:03:54.465Z] #21 21.54 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_s390x.deb ... [2021-03-30T18:03:54.757Z] #21 21.55 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u3) ... [2021-03-30T18:03:54.982Z] ok github.com/docker/docker/api/server/httputils 0.011s coverage: 14.7% of statements [2021-03-30T18:03:55.079Z] #37 ... [2021-03-30T18:03:55.080Z] [2021-03-30T18:03:55.080Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:03:55.080Z] #51 sha256:07ae8a481030b9f777cf008b1d5cd7c7074184a1c6da4aa37c5f46cc1dbb41fc [2021-03-30T18:03:55.080Z] #51 65.67 context [2021-03-30T18:03:55.080Z] #51 66.06 encoding/binary [2021-03-30T18:03:55.080Z] #51 66.64 os [2021-03-30T18:03:55.080Z] #51 68.78 encoding/base64 [2021-03-30T18:03:55.080Z] #51 69.46 golang.org/x/sys/unix [2021-03-30T18:03:55.080Z] #51 71.03 fmt [2021-03-30T18:03:55.080Z] #51 ... [2021-03-30T18:03:55.080Z] [2021-03-30T18:03:55.080Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:03:55.080Z] #45 sha256:0b24240f4727f10d9fc5b978638b2cfe80121362b628c08c68cb742a09f6bdf4 [2021-03-30T18:03:55.080Z] #45 75.85 go/token [2021-03-30T18:03:55.245Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-30T18:03:55.389Z] #21 22.14 Selecting previously unselected package python3.7. [2021-03-30T18:03:55.389Z] #21 22.15 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_s390x.deb ... [2021-03-30T18:03:55.389Z] #21 22.15 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-03-30T18:03:55.389Z] #21 22.22 Selecting previously unselected package libpython3-stdlib:s390x. [2021-03-30T18:03:55.389Z] #21 22.22 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2021-03-30T18:03:55.389Z] #21 22.23 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2021-03-30T18:03:55.389Z] #21 22.37 Setting up python3-minimal (3.7.3-1) ... [2021-03-30T18:03:55.644Z] #45 76.40 internal/lazyregexp [2021-03-30T18:03:55.902Z] #45 76.73 net/url [2021-03-30T18:03:56.023Z] #21 22.96 Selecting previously unselected package python3. [2021-03-30T18:03:56.023Z] #21 22.96 (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 ... 23862 files and directories currently installed.) [2021-03-30T18:03:56.023Z] #21 22.98 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2021-03-30T18:03:56.023Z] #21 22.99 Unpacking python3 (3.7.3-1) ... [2021-03-30T18:03:56.023Z] #21 23.09 Selecting previously unselected package libip4tc0:s390x. [2021-03-30T18:03:56.023Z] #21 23.09 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2021-03-30T18:03:56.023Z] #21 23.09 Unpacking libip4tc0:s390x (1.8.2-4) ... [2021-03-30T18:03:56.159Z] #45 76.88 go/scanner [2021-03-30T18:03:56.160Z] #28 3.620 Fetched 8199 kB in 3s (2416 kB/s) [2021-03-30T18:03:56.195Z] ok github.com/docker/docker/api/server/middleware 0.018s coverage: 37.7% of statements [2021-03-30T18:03:56.195Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-30T18:03:56.195Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-30T18:03:56.195Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-30T18:03:56.195Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-30T18:03:56.195Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-30T18:03:56.195Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-30T18:03:56.195Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-30T18:03:56.195Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-30T18:03:56.354Z] #21 23.13 Selecting previously unselected package libip6tc0:s390x. [2021-03-30T18:03:56.354Z] #21 23.14 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2021-03-30T18:03:56.354Z] #21 23.14 Unpacking libip6tc0:s390x (1.8.2-4) ... [2021-03-30T18:03:56.354Z] #21 23.20 Selecting previously unselected package libiptc0:s390x. [2021-03-30T18:03:56.354Z] #21 23.20 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2021-03-30T18:03:56.354Z] #21 23.20 Unpacking libiptc0:s390x (1.8.2-4) ... [2021-03-30T18:03:56.354Z] #21 23.26 Selecting previously unselected package libnfnetlink0:s390x. [2021-03-30T18:03:56.354Z] #21 23.26 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2021-03-30T18:03:56.354Z] #21 23.27 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2021-03-30T18:03:56.354Z] #21 23.30 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2021-03-30T18:03:56.354Z] #21 ... [2021-03-30T18:03:56.354Z] [2021-03-30T18:03:56.354Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-03-30T18:03:56.354Z] #33 DONE 127.4s [2021-03-30T18:03:56.354Z] [2021-03-30T18:03:56.354Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-30T18:03:56.354Z] #21 23.30 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2021-03-30T18:03:56.354Z] #21 23.31 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2021-03-30T18:03:56.354Z] #21 23.39 Selecting previously unselected package libnftnl11:s390x. [2021-03-30T18:03:56.354Z] #21 23.40 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2021-03-30T18:03:56.458Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-30T18:03:56.723Z] #45 ... [2021-03-30T18:03:56.724Z] [2021-03-30T18:03:56.724Z] #37 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-30T18:03:56.724Z] #37 sha256:2e69b70026f015dafdfbc652747204118b2734f0ebb8d5329dbf0e98bb266f78 [2021-03-30T18:03:56.724Z] #37 9.139 [100%] Linking C executable tini-static [2021-03-30T18:03:56.724Z] #37 9.913 [100%] Built target tini-static [2021-03-30T18:03:56.724Z] #37 10.05 + mkdir -p /build [2021-03-30T18:03:56.724Z] #37 10.05 + cp tini-static /build/docker-init [2021-03-30T18:03:56.724Z] #37 DONE 10.3s [2021-03-30T18:03:56.724Z] #21 23.41 Unpacking libnftnl11:s390x (1.1.2-2) ... [2021-03-30T18:03:56.725Z] #21 23.55 Selecting previously unselected package iptables. [2021-03-30T18:03:56.725Z] #21 23.56 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2021-03-30T18:03:56.725Z] #21 23.57 Unpacking iptables (1.8.2-4) ... [2021-03-30T18:03:56.981Z] [2021-03-30T18:03:56.981Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:03:56.981Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:03:56.981Z] #43 2.452 Note: Building without setproctitle() and strlcpy() support. [2021-03-30T18:03:56.981Z] #43 2.452 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-30T18:03:56.981Z] #43 2.478 Note: Building without GnuTLS support [2021-03-30T18:03:56.981Z] #43 2.511 Makefile.config:39: Warn: you have no libnftables installed [2021-03-30T18:03:56.981Z] #43 2.512 Makefile.config:40: Warn: Building without nftables support [2021-03-30T18:03:56.981Z] #43 4.589 fatal: not a git repository (or any of the parent directories): .git [2021-03-30T18:03:56.981Z] #43 4.657 GEN .gitid [2021-03-30T18:03:56.981Z] #43 4.692 GEN criu/include/version.h [2021-03-30T18:03:56.981Z] #43 4.748 GEN include/common/asm [2021-03-30T18:03:57.377Z] #21 24.08 Selecting previously unselected package xxd. [2021-03-30T18:03:57.377Z] #21 24.08 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2021-03-30T18:03:57.377Z] #21 24.09 Unpacking xxd (2:8.1.0875-5) ... [2021-03-30T18:03:57.377Z] #21 24.22 Selecting previously unselected package vim-common. [2021-03-30T18:03:57.377Z] #21 24.22 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-30T18:03:57.377Z] #21 24.24 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-30T18:03:57.377Z] #21 24.41 Selecting previously unselected package bash-completion. [2021-03-30T18:03:57.670Z] #21 24.41 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-30T18:03:57.849Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-30T18:03:57.849Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-30T18:03:57.849Z] ok github.com/docker/docker/api/types/filters 0.017s coverage: 92.2% of statements [2021-03-30T18:03:57.849Z] ok github.com/docker/docker/api/types/strslice 0.014s coverage: 90.0% of statements [2021-03-30T18:03:57.914Z] #43 ... [2021-03-30T18:03:57.914Z] [2021-03-30T18:03:57.914Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:03:57.914Z] #45 sha256:0b24240f4727f10d9fc5b978638b2cfe80121362b628c08c68cb742a09f6bdf4 [2021-03-30T18:03:57.914Z] #45 78.78 go/ast [2021-03-30T18:03:58.112Z] ok github.com/docker/docker/api/server/router/swarm 0.035s coverage: 5.7% of statements [2021-03-30T18:03:58.112Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-30T18:03:58.112Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-30T18:03:58.112Z] ? github.com/docker/docker/api/types [no test files] [2021-03-30T18:03:58.112Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-30T18:03:58.112Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-30T18:03:58.112Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-30T18:03:58.112Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-30T18:03:58.112Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-30T18:03:58.112Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-30T18:03:58.112Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-30T18:03:58.112Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-30T18:03:58.112Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-30T18:03:58.112Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-30T18:03:58.112Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-30T18:03:58.112Z] ok github.com/docker/docker/api/types/versions 0.013s coverage: 75.0% of statements [2021-03-30T18:03:58.264Z] #28 3.620 Reading package lists... [2021-03-30T18:03:58.375Z] ok github.com/docker/docker/api/types/time 0.046s coverage: 100.0% of statements [2021-03-30T18:03:58.375Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-30T18:03:58.375Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-30T18:03:58.375Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-30T18:03:58.375Z] ? github.com/docker/docker/builder [no test files] [2021-03-30T18:03:58.375Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-30T18:03:58.375Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-30T18:03:58.375Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-30T18:03:58.375Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-30T18:03:58.375Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-30T18:03:58.375Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-30T18:03:58.375Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-30T18:03:58.846Z] #45 79.48 text/template/parse [2021-03-30T18:03:59.179Z] #21 25.83 Unpacking bash-completion (1:2.8-6) ... [2021-03-30T18:03:59.179Z] #21 26.09 Selecting previously unselected package bzip2. [2021-03-30T18:03:59.179Z] #21 26.09 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2021-03-30T18:03:59.179Z] #21 26.09 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-30T18:03:59.179Z] #21 26.14 Selecting previously unselected package xz-utils. [2021-03-30T18:03:59.476Z] #21 26.14 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2021-03-30T18:03:59.476Z] #21 26.14 Unpacking xz-utils (5.2.4-1) ... [2021-03-30T18:03:59.476Z] #21 26.23 Selecting previously unselected package apparmor. [2021-03-30T18:03:59.476Z] #21 26.24 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2021-03-30T18:03:59.476Z] #21 26.29 Unpacking apparmor (2.13.2-10) ... [2021-03-30T18:03:59.476Z] #21 26.55 Selecting previously unselected package aufs-tools. [2021-03-30T18:03:59.777Z] #21 26.55 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2021-03-30T18:03:59.777Z] #21 26.56 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-30T18:03:59.777Z] #21 26.62 Selecting previously unselected package libonig5:s390x. [2021-03-30T18:03:59.777Z] #21 26.62 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2021-03-30T18:03:59.777Z] #21 26.63 Unpacking libonig5:s390x (6.9.1-1) ... [2021-03-30T18:03:59.777Z] #21 26.72 Selecting previously unselected package libjq1:s390x. [2021-03-30T18:03:59.777Z] #21 26.72 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2021-03-30T18:03:59.777Z] #21 26.73 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2021-03-30T18:03:59.777Z] #21 26.79 Selecting previously unselected package jq. [2021-03-30T18:03:59.777Z] #21 26.79 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2021-03-30T18:03:59.777Z] #21 26.80 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-30T18:03:59.815Z] #28 5.339 Reading package lists... [2021-03-30T18:03:59.815Z] #28 6.840 Building dependency tree... [2021-03-30T18:04:00.069Z] #21 26.85 Selecting previously unselected package libaio1:s390x. [2021-03-30T18:04:00.069Z] #21 26.86 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2021-03-30T18:04:00.069Z] #21 26.86 Unpacking libaio1:s390x (0.3.112-3) ... [2021-03-30T18:04:00.069Z] #21 26.90 Selecting previously unselected package libgpm2:s390x. [2021-03-30T18:04:00.069Z] #21 26.90 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2021-03-30T18:04:00.069Z] #21 26.91 Unpacking libgpm2:s390x (1.20.7-5) ... [2021-03-30T18:04:00.069Z] #21 26.93 Selecting previously unselected package libicu63:s390x. [2021-03-30T18:04:00.069Z] #21 26.93 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2021-03-30T18:04:00.069Z] #21 26.94 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2021-03-30T18:04:00.114Z] #28 7.325 The following additional packages will be installed: [2021-03-30T18:04:00.114Z] #28 7.325 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-03-30T18:04:00.114Z] #28 7.326 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-03-30T18:04:00.114Z] #28 7.327 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-03-30T18:04:00.114Z] #28 7.331 Suggested packages: [2021-03-30T18:04:00.114Z] #28 7.331 krb5-doc krb5-user [2021-03-30T18:04:00.114Z] #28 7.331 Recommended packages: [2021-03-30T18:04:00.114Z] #28 7.331 krb5-locales publicsuffix libsasl2-modules [2021-03-30T18:04:00.217Z] #45 ... [2021-03-30T18:04:00.217Z] [2021-03-30T18:04:00.217Z] #34 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:04:00.217Z] #34 sha256:54d50a0b441f678ef6a04481f1bef5863af3a91dbe5a5e7eb92c7e7d989bd223 [2021-03-30T18:04:00.217Z] #34 76.21 github.com/BurntSushi/toml/cmd/tomlv [2021-03-30T18:04:00.217Z] #34 DONE 81.0s [2021-03-30T18:04:00.412Z] #28 7.690 The following NEW packages will be installed: [2021-03-30T18:04:00.412Z] #28 7.691 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-03-30T18:04:00.412Z] #28 7.692 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-03-30T18:04:00.412Z] #28 7.692 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-03-30T18:04:00.412Z] #28 7.693 libssh2-1 libssl1.1 openssl [2021-03-30T18:04:00.412Z] #28 7.738 0 upgraded, 21 newly installed, 0 to remove and 5 not upgraded. [2021-03-30T18:04:00.412Z] #28 7.738 Need to get 5175 kB of archives. [2021-03-30T18:04:00.412Z] #28 7.738 After this operation, 14.6 MB of additional disk space will be used. [2021-03-30T18:04:00.412Z] #28 7.738 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u6 [1527 kB] [2021-03-30T18:04:00.412Z] #28 7.751 Get:2 http://deb.debian.org/debian buster/main ppc64el ca-certificates all 20200601~deb10u2 [166 kB] [2021-03-30T18:04:00.412Z] #28 7.784 Get:3 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB] [2021-03-30T18:04:00.412Z] #28 7.786 Get:4 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3+deb10u1 [69.3 kB] [2021-03-30T18:04:00.412Z] #28 7.790 Get:5 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3+deb10u1 [134 kB] [2021-03-30T18:04:00.412Z] #28 7.801 Get:6 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3+deb10u1 [400 kB] [2021-03-30T18:04:00.412Z] #28 7.804 Get:7 http://security.debian.org/debian-security buster/updates/main ppc64el openssl ppc64el 1.1.1d-0+deb10u6 [844 kB] [2021-03-30T18:04:00.412Z] #28 7.833 Get:8 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3+deb10u1 [172 kB] [2021-03-30T18:04:00.412Z] #28 7.846 Get:9 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB] [2021-03-30T18:04:00.475Z] [2021-03-30T18:04:00.475Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:04:00.475Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:04:00.475Z] #43 6.975 PBCC images/timens.pb-c.c [2021-03-30T18:04:00.475Z] #43 7.010 DEP images/timens.pb-c.d [2021-03-30T18:04:00.475Z] #43 7.054 PBCC images/fown.pb-c.c [2021-03-30T18:04:00.475Z] #43 7.076 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-30T18:04:00.475Z] #43 7.158 PBCC images/opts.pb-c.c [2021-03-30T18:04:00.475Z] #43 7.193 PBCC images/memfd.pb-c.c [2021-03-30T18:04:00.475Z] #43 7.235 DEP images/fown.pb-c.d [2021-03-30T18:04:00.475Z] #43 7.268 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-30T18:04:00.475Z] #43 7.312 DEP images/opts.pb-c.d [2021-03-30T18:04:00.475Z] #43 7.364 DEP images/memfd.pb-c.d [2021-03-30T18:04:00.475Z] #43 7.416 PBCC images/sit.pb-c.c [2021-03-30T18:04:00.475Z] #43 7.469 DEP images/sit.pb-c.d [2021-03-30T18:04:00.475Z] #43 7.533 PBCC images/macvlan.pb-c.c [2021-03-30T18:04:00.475Z] #43 7.588 DEP images/macvlan.pb-c.d [2021-03-30T18:04:00.475Z] #43 7.636 PBCC images/autofs.pb-c.c [2021-03-30T18:04:00.475Z] #43 7.664 DEP images/autofs.pb-c.d [2021-03-30T18:04:00.475Z] #43 7.748 PBCC images/sysctl.pb-c.c [2021-03-30T18:04:00.475Z] #43 7.760 DEP images/sysctl.pb-c.d [2021-03-30T18:04:00.475Z] #43 7.801 PBCC images/time.pb-c.c [2021-03-30T18:04:00.475Z] #43 7.823 DEP images/time.pb-c.d [2021-03-30T18:04:00.475Z] #43 7.860 PBCC images/binfmt-misc.pb-c.c [2021-03-30T18:04:00.475Z] #43 7.910 DEP images/binfmt-misc.pb-c.d [2021-03-30T18:04:00.475Z] #43 7.961 PBCC images/seccomp.pb-c.c [2021-03-30T18:04:00.475Z] #43 8.012 DEP images/seccomp.pb-c.d [2021-03-30T18:04:00.475Z] #43 8.057 PBCC images/userns.pb-c.c [2021-03-30T18:04:00.475Z] #43 8.100 DEP images/userns.pb-c.d [2021-03-30T18:04:00.475Z] #43 8.173 PBCC images/cgroup.pb-c.c [2021-03-30T18:04:00.475Z] #43 8.209 DEP images/cgroup.pb-c.d [2021-03-30T18:04:00.475Z] #43 8.255 PBCC images/ext-file.pb-c.c [2021-03-30T18:04:00.475Z] #43 8.282 DEP images/ext-file.pb-c.d [2021-03-30T18:04:00.475Z] #43 8.334 PBCC images/rpc.pb-c.c [2021-03-30T18:04:00.475Z] #43 8.379 DEP images/rpc.pb-c.d [2021-03-30T18:04:00.475Z] #43 8.456 PBCC images/siginfo.pb-c.c [2021-03-30T18:04:00.475Z] #43 8.463 DEP images/siginfo.pb-c.d [2021-03-30T18:04:00.475Z] #43 8.525 PBCC images/pagemap.pb-c.c [2021-03-30T18:04:00.475Z] #43 8.605 DEP images/pagemap.pb-c.d [2021-03-30T18:04:00.475Z] #43 8.668 PBCC images/rlimit.pb-c.c [2021-03-30T18:04:00.475Z] #43 8.724 DEP images/rlimit.pb-c.d [2021-03-30T18:04:00.475Z] #43 8.772 PBCC images/file-lock.pb-c.c [2021-03-30T18:04:00.475Z] #43 8.788 DEP images/file-lock.pb-c.d [2021-03-30T18:04:00.475Z] #43 8.839 PBCC images/tty.pb-c.c [2021-03-30T18:04:00.475Z] #43 8.936 DEP images/tty.pb-c.d [2021-03-30T18:04:00.475Z] #43 8.987 PBCC images/tun.pb-c.c [2021-03-30T18:04:00.475Z] #43 9.089 PBCC images/netdev.pb-c.c [2021-03-30T18:04:00.475Z] #43 9.267 DEP images/tun.pb-c.d [2021-03-30T18:04:00.475Z] #43 9.376 DEP images/netdev.pb-c.d [2021-03-30T18:04:00.475Z] #43 9.492 PBCC images/vma.pb-c.c [2021-03-30T18:04:00.710Z] #28 7.852 Get:10 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB] [2021-03-30T18:04:00.710Z] #28 7.859 Get:11 http://deb.debian.org/debian buster/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-03-30T18:04:00.710Z] #28 7.868 Get:12 http://deb.debian.org/debian buster/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u6 [243 kB] [2021-03-30T18:04:00.710Z] #28 7.885 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB] [2021-03-30T18:04:00.710Z] #28 7.894 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB] [2021-03-30T18:04:00.710Z] #28 7.897 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB] [2021-03-30T18:04:00.710Z] #28 7.901 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB] [2021-03-30T18:04:00.710Z] #28 7.912 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB] [2021-03-30T18:04:00.710Z] #28 7.938 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB] [2021-03-30T18:04:00.710Z] #28 7.958 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-03-30T18:04:00.710Z] #28 7.973 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-03-30T18:04:00.710Z] #28 7.979 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-03-30T18:04:00.733Z] #43 9.627 DEP images/vma.pb-c.d [2021-03-30T18:04:00.733Z] #43 9.731 PBCC images/creds.pb-c.c [2021-03-30T18:04:00.932Z] ok github.com/docker/docker/cli/debug 0.010s coverage: 100.0% of statements [2021-03-30T18:04:00.990Z] #43 9.766 DEP images/creds.pb-c.d [2021-03-30T18:04:00.990Z] #43 9.907 PBCC images/utsns.pb-c.c [2021-03-30T18:04:00.990Z] #43 9.947 DEP images/utsns.pb-c.d [2021-03-30T18:04:01.008Z] #28 8.204 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:04:01.008Z] #28 8.235 Fetched 5175 kB in 0s (20.3 MB/s) [2021-03-30T18:04:01.008Z] #28 8.257 Selecting previously unselected package libssl1.1:ppc64el. [2021-03-30T18:04:01.008Z] #28 8.257 (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.) [2021-03-30T18:04:01.008Z] #28 8.265 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_ppc64el.deb ... [2021-03-30T18:04:01.008Z] #28 8.267 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u6) ... [2021-03-30T18:04:01.248Z] #43 10.03 PBCC images/ipc-desc.pb-c.c [2021-03-30T18:04:01.248Z] #43 10.11 PBCC images/ipc-sem.pb-c.c [2021-03-30T18:04:01.248Z] #43 10.18 DEP images/ipc-desc.pb-c.d [2021-03-30T18:04:01.248Z] #43 10.30 DEP images/ipc-sem.pb-c.d [2021-03-30T18:04:01.306Z] #28 8.459 Selecting previously unselected package openssl. [2021-03-30T18:04:01.306Z] #28 8.461 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_ppc64el.deb ... [2021-03-30T18:04:01.306Z] #28 8.463 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-03-30T18:04:01.306Z] #28 8.589 Selecting previously unselected package ca-certificates. [2021-03-30T18:04:01.306Z] #28 8.592 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-03-30T18:04:01.306Z] #28 8.593 Unpacking ca-certificates (20200601~deb10u2) ... [2021-03-30T18:04:01.306Z] #28 8.653 Selecting previously unselected package libkeyutils1:ppc64el. [2021-03-30T18:04:01.306Z] #28 8.656 Preparing to unpack .../03-libkeyutils1_1.6-6_ppc64el.deb ... [2021-03-30T18:04:01.306Z] #28 8.657 Unpacking libkeyutils1:ppc64el (1.6-6) ... [2021-03-30T18:04:01.307Z] #28 8.680 Selecting previously unselected package libkrb5support0:ppc64el. [2021-03-30T18:04:01.307Z] #28 8.684 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_ppc64el.deb ... [2021-03-30T18:04:01.307Z] #28 8.685 Unpacking libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2021-03-30T18:04:01.307Z] #28 8.719 Selecting previously unselected package libk5crypto3:ppc64el. [2021-03-30T18:04:01.307Z] #28 8.721 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_ppc64el.deb ... [2021-03-30T18:04:01.307Z] #28 8.723 Unpacking libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2021-03-30T18:04:01.307Z] #28 8.761 Selecting previously unselected package libkrb5-3:ppc64el. [2021-03-30T18:04:01.505Z] #43 10.36 PBCC images/ipc-msg.pb-c.c [2021-03-30T18:04:01.505Z] #43 10.37 DEP images/ipc-msg.pb-c.d [2021-03-30T18:04:01.505Z] #43 10.40 PBCC images/ipc-shm.pb-c.c [2021-03-30T18:04:01.505Z] #43 10.42 DEP images/ipc-shm.pb-c.d [2021-03-30T18:04:01.505Z] #43 10.48 PBCC images/ipc-var.pb-c.c [2021-03-30T18:04:01.505Z] #43 10.48 DEP images/ipc-var.pb-c.d [2021-03-30T18:04:01.505Z] #43 10.53 PBCC images/sk-opts.pb-c.c [2021-03-30T18:04:01.607Z] #28 8.763 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_ppc64el.deb ... [2021-03-30T18:04:01.607Z] #28 8.764 Unpacking libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2021-03-30T18:04:01.607Z] #28 8.848 Selecting previously unselected package libgssapi-krb5-2:ppc64el. [2021-03-30T18:04:01.607Z] #28 8.851 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_ppc64el.deb ... [2021-03-30T18:04:01.607Z] #28 8.852 Unpacking libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2021-03-30T18:04:01.607Z] #28 8.892 Selecting previously unselected package libsasl2-modules-db:ppc64el. [2021-03-30T18:04:01.607Z] #28 8.894 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2021-03-30T18:04:01.607Z] #28 8.896 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-03-30T18:04:01.607Z] #28 8.930 Selecting previously unselected package libsasl2-2:ppc64el. [2021-03-30T18:04:01.607Z] #28 8.932 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2021-03-30T18:04:01.607Z] #28 8.934 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-03-30T18:04:01.607Z] #28 8.967 Selecting previously unselected package libldap-common. [2021-03-30T18:04:01.607Z] #28 8.969 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-03-30T18:04:01.607Z] #28 8.972 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-30T18:04:01.607Z] #28 9.000 Selecting previously unselected package libldap-2.4-2:ppc64el. [2021-03-30T18:04:01.763Z] #43 10.55 PBCC images/packet-sock.pb-c.c [2021-03-30T18:04:01.763Z] #43 10.61 DEP images/sk-opts.pb-c.d [2021-03-30T18:04:01.763Z] #43 10.67 DEP images/packet-sock.pb-c.d [2021-03-30T18:04:01.763Z] #43 10.72 PBCC images/sk-netlink.pb-c.c [2021-03-30T18:04:01.763Z] #43 10.75 DEP images/sk-netlink.pb-c.d [2021-03-30T18:04:01.763Z] #43 10.79 PBCC images/sk-inet.pb-c.c [2021-03-30T18:04:01.879Z] ok github.com/docker/docker/builder/remotecontext 0.281s coverage: 13.7% of statements [2021-03-30T18:04:01.906Z] #28 9.002 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_ppc64el.deb ... [2021-03-30T18:04:01.906Z] #28 9.004 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u6) ... [2021-03-30T18:04:01.906Z] #28 9.059 Selecting previously unselected package libnghttp2-14:ppc64el. [2021-03-30T18:04:01.906Z] #28 9.059 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ... [2021-03-30T18:04:01.906Z] #28 9.060 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2021-03-30T18:04:01.906Z] #28 9.092 Selecting previously unselected package libpsl5:ppc64el. [2021-03-30T18:04:01.906Z] #28 9.094 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ... [2021-03-30T18:04:01.906Z] #28 9.095 Unpacking libpsl5:ppc64el (0.20.2-2) ... [2021-03-30T18:04:01.906Z] #28 9.123 Selecting previously unselected package librtmp1:ppc64el. [2021-03-30T18:04:01.906Z] #28 9.125 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ... [2021-03-30T18:04:01.906Z] #28 9.127 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2021-03-30T18:04:01.906Z] #28 9.161 Selecting previously unselected package libssh2-1:ppc64el. [2021-03-30T18:04:01.906Z] #28 9.163 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ... [2021-03-30T18:04:01.906Z] #28 9.165 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ... [2021-03-30T18:04:01.906Z] #28 9.204 Selecting previously unselected package libcurl4:ppc64el. [2021-03-30T18:04:01.906Z] #28 9.207 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ... [2021-03-30T18:04:01.906Z] #28 9.207 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2021-03-30T18:04:01.906Z] #28 9.266 Selecting previously unselected package curl. [2021-03-30T18:04:01.906Z] #28 9.268 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ... [2021-03-30T18:04:01.906Z] #28 9.269 Unpacking curl (7.64.0-4+deb10u1) ... [2021-03-30T18:04:01.906Z] #28 9.318 Selecting previously unselected package libonig5:ppc64el. [2021-03-30T18:04:01.906Z] #28 9.320 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ... [2021-03-30T18:04:01.906Z] #28 9.323 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-03-30T18:04:01.906Z] #28 9.368 Selecting previously unselected package libjq1:ppc64el. [2021-03-30T18:04:02.020Z] #43 10.83 DEP images/sk-inet.pb-c.d [2021-03-30T18:04:02.020Z] #43 10.87 PBCC images/sk-unix.pb-c.c [2021-03-30T18:04:02.020Z] #43 10.92 DEP images/sk-unix.pb-c.d [2021-03-30T18:04:02.020Z] #43 10.96 PBCC images/mm.pb-c.c [2021-03-30T18:04:02.020Z] #43 11.00 DEP images/mm.pb-c.d [2021-03-30T18:04:02.136Z] #21 29.18 Selecting previously unselected package libnet1:s390x. [2021-03-30T18:04:02.216Z] #28 9.370 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-03-30T18:04:02.216Z] #28 9.371 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-03-30T18:04:02.216Z] #28 9.408 Selecting previously unselected package jq. [2021-03-30T18:04:02.216Z] #28 9.411 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-03-30T18:04:02.216Z] #28 9.413 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-30T18:04:02.216Z] #28 9.449 Setting up libkeyutils1:ppc64el (1.6-6) ... [2021-03-30T18:04:02.216Z] #28 9.452 Setting up libpsl5:ppc64el (0.20.2-2) ... [2021-03-30T18:04:02.216Z] #28 9.455 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u6) ... [2021-03-30T18:04:02.216Z] #28 9.606 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2021-03-30T18:04:02.216Z] #28 9.609 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-03-30T18:04:02.216Z] #28 9.614 Setting up libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2021-03-30T18:04:02.216Z] #28 9.617 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-03-30T18:04:02.216Z] #28 9.620 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2021-03-30T18:04:02.277Z] #43 11.09 PBCC images/timerfd.pb-c.c [2021-03-30T18:04:02.277Z] #43 11.15 DEP images/timerfd.pb-c.d [2021-03-30T18:04:02.277Z] #43 11.21 PBCC images/timer.pb-c.c [2021-03-30T18:04:02.277Z] #43 11.25 DEP images/timer.pb-c.d [2021-03-30T18:04:02.277Z] #43 11.30 PBCC images/sa.pb-c.c [2021-03-30T18:04:02.430Z] #21 29.18 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2021-03-30T18:04:02.430Z] #21 29.19 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-03-30T18:04:02.430Z] #21 29.26 Selecting previously unselected package libnl-3-200:s390x. [2021-03-30T18:04:02.430Z] #21 29.26 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2021-03-30T18:04:02.430Z] #21 29.27 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2021-03-30T18:04:02.430Z] #21 29.32 Selecting previously unselected package libprotobuf-c1:s390x. [2021-03-30T18:04:02.430Z] #21 29.33 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2021-03-30T18:04:02.430Z] #21 29.33 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-03-30T18:04:02.430Z] #21 29.40 Selecting previously unselected package libreadline5:s390x. [2021-03-30T18:04:02.430Z] #21 29.40 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2021-03-30T18:04:02.430Z] #21 29.41 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2021-03-30T18:04:02.430Z] #21 29.47 Selecting previously unselected package net-tools. [2021-03-30T18:04:02.515Z] #28 9.623 Setting up libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2021-03-30T18:04:02.515Z] #28 9.626 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-03-30T18:04:02.515Z] #28 9.629 Setting up libssh2-1:ppc64el (1.8.0-2.1) ... [2021-03-30T18:04:02.515Z] #28 9.632 Setting up libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2021-03-30T18:04:02.515Z] #28 9.636 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-03-30T18:04:02.515Z] #28 9.641 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-03-30T18:04:02.515Z] #28 9.645 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-03-30T18:04:02.515Z] #28 9.648 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u6) ... [2021-03-30T18:04:02.515Z] #28 9.651 Setting up ca-certificates (20200601~deb10u2) ... [2021-03-30T18:04:02.539Z] #43 11.38 DEP images/sa.pb-c.d [2021-03-30T18:04:02.539Z] #43 11.44 PBCC images/pipe-data.pb-c.c [2021-03-30T18:04:02.539Z] #43 11.46 DEP images/pipe-data.pb-c.d [2021-03-30T18:04:02.539Z] #43 11.51 PBCC images/mnt.pb-c.c [2021-03-30T18:04:02.539Z] #43 11.57 DEP images/mnt.pb-c.d [2021-03-30T18:04:02.539Z] #43 11.62 PBCC images/sk-packet.pb-c.c [2021-03-30T18:04:02.723Z] #21 29.47 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2021-03-30T18:04:02.723Z] #21 29.48 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-30T18:04:02.723Z] #21 29.59 Selecting previously unselected package python-pip-whl. [2021-03-30T18:04:02.723Z] #21 29.60 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-30T18:04:02.723Z] #21 29.60 Unpacking python-pip-whl (18.1-5) ... [2021-03-30T18:04:02.796Z] #43 11.65 DEP images/sk-packet.pb-c.d [2021-03-30T18:04:02.797Z] #43 11.72 PBCC images/tcp-stream.pb-c.c [2021-03-30T18:04:02.797Z] #43 11.76 DEP images/tcp-stream.pb-c.d [2021-03-30T18:04:02.797Z] #43 11.82 PBCC images/pipe.pb-c.c [2021-03-30T18:04:02.797Z] #43 11.88 DEP images/pipe.pb-c.d [2021-03-30T18:04:03.014Z] #21 29.97 Selecting previously unselected package python3-lib2to3. [2021-03-30T18:04:03.014Z] #21 29.97 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-30T18:04:03.014Z] #21 29.97 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-30T18:04:03.054Z] #43 11.94 PBCC images/pstree.pb-c.c [2021-03-30T18:04:03.054Z] #43 11.95 DEP images/pstree.pb-c.d [2021-03-30T18:04:03.054Z] #43 12.03 PBCC images/fs.pb-c.c [2021-03-30T18:04:03.054Z] #43 12.04 DEP images/fs.pb-c.d [2021-03-30T18:04:03.054Z] #43 12.10 PBCC images/signalfd.pb-c.c [2021-03-30T18:04:03.054Z] #43 12.15 DEP images/signalfd.pb-c.d [2021-03-30T18:04:03.163Z] #28 ... [2021-03-30T18:04:03.163Z] [2021-03-30T18:04:03.163Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:04:03.163Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-30T18:04:03.163Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 4.9s done [2021-03-30T18:04:03.163Z] #10 extracting sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0.4s done [2021-03-30T18:04:03.163Z] #10 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0.3s done [2021-03-30T18:04:03.163Z] #10 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 2.6s done [2021-03-30T18:04:03.163Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 2.5s done [2021-03-30T18:04:03.163Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 [2021-03-30T18:04:03.163Z] #10 ... [2021-03-30T18:04:03.163Z] [2021-03-30T18:04:03.163Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-30T18:04:03.163Z] #28 sha256:4c9ac34fba489c9a21e75eb4db8b4339bc5cee945923daf80a1efb2d78a05f42 [2021-03-30T18:04:03.163Z] #28 10.46 Updating certificates in /etc/ssl/certs... [2021-03-30T18:04:03.271Z] ok github.com/docker/docker/builder/dockerfile 0.897s coverage: 48.5% of statements [2021-03-30T18:04:03.271Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-30T18:04:03.305Z] #21 30.07 Selecting previously unselected package python3-distutils. [2021-03-30T18:04:03.305Z] #21 30.07 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-30T18:04:03.305Z] #21 30.07 Unpacking python3-distutils (3.7.3-1) ... [2021-03-30T18:04:03.305Z] #21 30.16 Selecting previously unselected package python3-pip. [2021-03-30T18:04:03.305Z] #21 30.16 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-30T18:04:03.305Z] #21 30.16 Unpacking python3-pip (18.1-5) ... [2021-03-30T18:04:03.305Z] #21 30.29 Selecting previously unselected package python3-pkg-resources. [2021-03-30T18:04:03.310Z] #43 12.20 PBCC images/fh.pb-c.c [2021-03-30T18:04:03.310Z] #43 12.26 PBCC images/fsnotify.pb-c.c [2021-03-30T18:04:03.310Z] #43 12.36 DEP images/fh.pb-c.d [2021-03-30T18:04:03.310Z] #43 ... [2021-03-30T18:04:03.311Z] [2021-03-30T18:04:03.311Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:04:03.311Z] #45 sha256:0b24240f4727f10d9fc5b978638b2cfe80121362b628c08c68cb742a09f6bdf4 [2021-03-30T18:04:03.311Z] #45 84.26 text/template [2021-03-30T18:04:03.462Z] #28 ... [2021-03-30T18:04:03.463Z] [2021-03-30T18:04:03.463Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-03-30T18:04:03.463Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-03-30T18:04:03.463Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 4.5s done [2021-03-30T18:04:03.463Z] #10 extracting sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0.0s done [2021-03-30T18:04:03.463Z] #10 DONE 20.6s [2021-03-30T18:04:03.463Z] [2021-03-30T18:04:03.463Z] #11 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-03-30T18:04:03.463Z] #11 sha256:de2b7e1945dbe926869611b3b2029194bc28030208e03614c2a9fe1f572df858 [2021-03-30T18:04:03.463Z] #11 DONE 0.2s [2021-03-30T18:04:03.463Z] [2021-03-30T18:04:03.463Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-30T18:04:03.463Z] #28 sha256:4c9ac34fba489c9a21e75eb4db8b4339bc5cee945923daf80a1efb2d78a05f42 [2021-03-30T18:04:03.534Z] ok github.com/docker/docker/builder/remotecontext/git 3.557s coverage: 86.3% of statements [2021-03-30T18:04:03.534Z] ? github.com/docker/docker/cli [no test files] [2021-03-30T18:04:03.534Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-30T18:04:03.568Z] #45 84.28 go/parser [2021-03-30T18:04:03.596Z] #21 30.29 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-30T18:04:03.597Z] #21 30.29 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-30T18:04:03.597Z] #21 30.40 Selecting previously unselected package python3-setuptools. [2021-03-30T18:04:03.597Z] #21 30.40 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-30T18:04:03.597Z] #21 30.41 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-30T18:04:03.597Z] #21 30.54 Selecting previously unselected package python3-wheel. [2021-03-30T18:04:03.762Z] #28 ... [2021-03-30T18:04:03.762Z] [2021-03-30T18:04:03.762Z] #12 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list && sed -ri "s/(security).debian.org/cdn-fastly.deb.debian.org/g" /etc/apt/sources.list [2021-03-30T18:04:03.762Z] #12 sha256:ff794b9c1ccc7e487b8893ee6ce30fad412303a0fbaab6fd892b0bc7b203e159 [2021-03-30T18:04:03.762Z] #12 DONE 0.2s [2021-03-30T18:04:03.887Z] #21 30.54 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-30T18:04:03.887Z] #21 30.55 Unpacking python3-wheel (0.32.3-2) ... [2021-03-30T18:04:03.887Z] #21 30.59 Selecting previously unselected package sudo. [2021-03-30T18:04:03.887Z] #21 30.60 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_s390x.deb ... [2021-03-30T18:04:03.887Z] #21 30.60 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-30T18:04:04.063Z] [2021-03-30T18:04:04.063Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-03-30T18:04:04.063Z] #32 sha256:34d72fd651778c0cdb3dc938aacb06f57ff1869c20cbd1458f724e704eb32e92 [2021-03-30T18:04:04.063Z] #32 DONE 0.1s [2021-03-30T18:04:04.063Z] [2021-03-30T18:04:04.063Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-03-30T18:04:04.063Z] #40 sha256:b948760ec906f0112e36d43a368d2764d9e6051a21547341b1990eac2341e2c0 [2021-03-30T18:04:04.063Z] #40 DONE 0.1s [2021-03-30T18:04:04.063Z] [2021-03-30T18:04:04.063Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-30T18:04:04.063Z] #28 sha256:4c9ac34fba489c9a21e75eb4db8b4339bc5cee945923daf80a1efb2d78a05f42 [2021-03-30T18:04:04.063Z] #28 11.31 137 added, 0 removed; done. [2021-03-30T18:04:04.063Z] #28 11.47 Setting up libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2021-03-30T18:04:04.063Z] #28 11.51 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-30T18:04:04.063Z] #28 11.51 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2021-03-30T18:04:04.063Z] #28 11.53 Setting up curl (7.64.0-4+deb10u1) ... [2021-03-30T18:04:04.179Z] #21 31.01 Selecting previously unselected package thin-provisioning-tools. [2021-03-30T18:04:04.179Z] #21 31.01 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2021-03-30T18:04:04.179Z] #21 31.02 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-30T18:04:04.179Z] #21 31.19 Selecting previously unselected package uidmap. [2021-03-30T18:04:04.179Z] #21 31.19 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2021-03-30T18:04:04.179Z] #21 31.19 Unpacking uidmap (1:4.5-1.1) ... [2021-03-30T18:04:04.179Z] #21 31.26 Selecting previously unselected package vim-runtime. [2021-03-30T18:04:04.381Z] #28 ... [2021-03-30T18:04:04.381Z] [2021-03-30T18:04:04.381Z] #13 [runtime-dev-cross-false 1/2] RUN echo 'deb http://deb.debian.org/debian buster-backports main' > /etc/apt/sources.list.d/backports.list [2021-03-30T18:04:04.381Z] #13 sha256:5a1f2a0034de595e514e07eaa74fd77b855eb96acfd626c32dc2608ff009b168 [2021-03-30T18:04:04.381Z] #13 DONE 0.4s [2021-03-30T18:04:04.381Z] [2021-03-30T18:04:04.381Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-30T18:04:04.381Z] #28 sha256:4c9ac34fba489c9a21e75eb4db8b4339bc5cee945923daf80a1efb2d78a05f42 [2021-03-30T18:04:04.381Z] #28 11.53 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:04:04.381Z] #28 11.60 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-03-30T18:04:04.381Z] #28 11.62 Updating certificates in /etc/ssl/certs... [2021-03-30T18:04:04.470Z] #21 31.26 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-30T18:04:04.470Z] #21 31.28 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-30T18:04:04.470Z] #21 31.29 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-30T18:04:04.470Z] #21 31.30 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-30T18:04:04.498Z] #45 ... [2021-03-30T18:04:04.498Z] [2021-03-30T18:04:04.498Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:04:04.498Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:04:04.498Z] #13 69.90 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-30T18:04:04.499Z] #13 69.91 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-30T18:04:04.499Z] #13 69.92 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-30T18:04:04.499Z] #13 77.03 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-30T18:04:04.499Z] #13 77.03 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-30T18:04:04.499Z] #13 77.05 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:04:04.499Z] #13 77.22 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-30T18:04:04.499Z] #13 77.22 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-30T18:04:04.499Z] #13 77.23 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:04:04.499Z] #13 ... [2021-03-30T18:04:04.499Z] [2021-03-30T18:04:04.499Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:04:04.499Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:04:04.499Z] #43 12.43 DEP images/fsnotify.pb-c.d [2021-03-30T18:04:04.499Z] #43 12.45 PBCC images/eventpoll.pb-c.c [2021-03-30T18:04:04.499Z] #43 12.50 DEP images/eventpoll.pb-c.d [2021-03-30T18:04:04.499Z] #43 12.55 PBCC images/eventfd.pb-c.c [2021-03-30T18:04:04.499Z] #43 12.61 DEP images/eventfd.pb-c.d [2021-03-30T18:04:04.499Z] #43 12.67 PBCC images/remap-file-path.pb-c.c [2021-03-30T18:04:04.499Z] #43 12.70 DEP images/remap-file-path.pb-c.d [2021-03-30T18:04:04.499Z] #43 12.76 PBCC images/fifo.pb-c.c [2021-03-30T18:04:04.499Z] #43 12.79 DEP images/fifo.pb-c.d [2021-03-30T18:04:04.499Z] #43 12.82 PBCC images/ghost-file.pb-c.c [2021-03-30T18:04:04.499Z] #43 12.90 DEP images/ghost-file.pb-c.d [2021-03-30T18:04:04.499Z] #43 12.96 PBCC images/regfile.pb-c.c [2021-03-30T18:04:04.499Z] #43 13.01 DEP images/regfile.pb-c.d [2021-03-30T18:04:04.499Z] #43 13.04 PBCC images/ns.pb-c.c [2021-03-30T18:04:04.499Z] #43 13.06 DEP images/ns.pb-c.d [2021-03-30T18:04:04.499Z] #43 13.11 PBCC images/fdinfo.pb-c.c [2021-03-30T18:04:04.499Z] #43 13.22 DEP images/fdinfo.pb-c.d [2021-03-30T18:04:04.499Z] #43 13.29 PBCC images/core-aarch64.pb-c.c [2021-03-30T18:04:04.499Z] #43 13.34 PBCC images/core-arm.pb-c.c [2021-03-30T18:04:04.499Z] #43 13.42 PBCC images/core-ppc64.pb-c.c [2021-03-30T18:04:04.499Z] #43 13.51 PBCC images/core-s390.pb-c.c [2021-03-30T18:04:04.499Z] #43 13.56 PBCC images/core-x86.pb-c.c [2021-03-30T18:04:04.499Z] #43 13.60 PBCC images/core.pb-c.c [2021-03-30T18:04:04.756Z] #43 13.66 PBCC images/inventory.pb-c.c [2021-03-30T18:04:04.756Z] #43 13.73 DEP images/core-aarch64.pb-c.d [2021-03-30T18:04:04.756Z] #43 13.78 DEP images/core-arm.pb-c.d [2021-03-30T18:04:04.756Z] #43 13.86 DEP images/core-ppc64.pb-c.d [2021-03-30T18:04:05.013Z] #43 13.89 DEP images/core-s390.pb-c.d [2021-03-30T18:04:05.013Z] #43 13.93 DEP images/core-x86.pb-c.d [2021-03-30T18:04:05.013Z] #43 13.96 DEP images/core.pb-c.d [2021-03-30T18:04:05.013Z] #43 14.02 DEP images/inventory.pb-c.d [2021-03-30T18:04:05.013Z] #43 14.08 PBCC images/cpuinfo.pb-c.c [2021-03-30T18:04:05.270Z] #43 14.12 DEP images/cpuinfo.pb-c.d [2021-03-30T18:04:05.270Z] #43 14.18 PBCC images/stats.pb-c.c [2021-03-30T18:04:05.270Z] #43 14.23 DEP images/stats.pb-c.d [2021-03-30T18:04:05.527Z] #43 ... [2021-03-30T18:04:05.527Z] [2021-03-30T18:04:05.527Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:04:05.527Z] #51 sha256:07ae8a481030b9f777cf008b1d5cd7c7074184a1c6da4aa37c5f46cc1dbb41fc [2021-03-30T18:04:05.527Z] #51 76.28 encoding/json [2021-03-30T18:04:05.527Z] #51 78.93 github.com/pkg/diff [2021-03-30T18:04:05.527Z] #51 80.37 go/ast [2021-03-30T18:04:05.527Z] #51 83.56 golang.org/x/crypto/ssh/terminal [2021-03-30T18:04:05.527Z] #51 84.81 mvdan.cc/editorconfig [2021-03-30T18:04:05.527Z] #51 85.36 mvdan.cc/sh/v3/fileutil [2021-03-30T18:04:05.527Z] #51 85.63 mvdan.cc/sh/v3/syntax [2021-03-30T18:04:06.013Z] #21 ... [2021-03-30T18:04:06.013Z] [2021-03-30T18:04:06.013Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:04:06.013Z] #44 81.65 CC criu/cr-service.o [2021-03-30T18:04:06.013Z] #44 82.82 CC criu/crtools.o [2021-03-30T18:04:06.013Z] #44 83.43 CC criu/eventfd.o [2021-03-30T18:04:06.013Z] #44 83.67 CC criu/eventpoll.o [2021-03-30T18:04:06.013Z] #44 84.33 CC criu/external.o [2021-03-30T18:04:06.013Z] #44 84.54 CC criu/fault-injection.o [2021-03-30T18:04:06.013Z] #44 84.63 CC criu/fdstore.o [2021-03-30T18:04:06.013Z] #44 84.83 CC criu/fifo.o [2021-03-30T18:04:06.014Z] #44 85.07 CC criu/file-ids.o [2021-03-30T18:04:06.014Z] #44 85.33 CC criu/file-lock.o [2021-03-30T18:04:06.014Z] #44 85.92 CC criu/files-ext.o [2021-03-30T18:04:06.014Z] #44 86.18 CC criu/files-reg.o [2021-03-30T18:04:06.014Z] #44 87.66 CC criu/files.o [2021-03-30T18:04:06.014Z] #44 89.15 CC criu/filesystems.o [2021-03-30T18:04:06.014Z] #44 89.46 CC criu/fsnotify.o [2021-03-30T18:04:06.014Z] #44 89.91 CC criu/image-desc.o [2021-03-30T18:04:06.014Z] #44 89.97 CC criu/image.o [2021-03-30T18:04:06.014Z] #44 90.44 CC criu/ipc_ns.o [2021-03-30T18:04:06.014Z] #44 91.19 CC criu/irmap.o [2021-03-30T18:04:06.014Z] #44 91.72 CC criu/kcmp-ids.o [2021-03-30T18:04:06.014Z] #44 91.84 CC criu/kerndat.o [2021-03-30T18:04:06.719Z] #44 ... [2021-03-30T18:04:06.719Z] [2021-03-30T18:04:06.719Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-03-30T18:04:06.719Z] #21 33.58 Selecting previously unselected package vim. [2021-03-30T18:04:06.719Z] #21 33.58 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2021-03-30T18:04:06.719Z] #21 33.59 Unpacking vim (2:8.1.0875-5) ... [2021-03-30T18:04:06.901Z] #51 ... [2021-03-30T18:04:06.901Z] [2021-03-30T18:04:06.901Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:04:06.901Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:04:06.901Z] #43 15.65 make[1]: Nothing to be done for 'all'. [2021-03-30T18:04:07.011Z] #21 33.93 Selecting previously unselected package xfsprogs. [2021-03-30T18:04:07.011Z] #21 33.93 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2021-03-30T18:04:07.011Z] #21 33.93 Unpacking xfsprogs (4.20.0-1) ... [2021-03-30T18:04:07.303Z] #21 34.23 Selecting previously unselected package zip. [2021-03-30T18:04:07.303Z] #21 34.23 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2021-03-30T18:04:07.303Z] #21 34.23 Unpacking zip (3.0-11+b1) ... [2021-03-30T18:04:07.303Z] #21 34.31 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-30T18:04:07.303Z] #21 34.34 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-30T18:04:07.594Z] #21 34.35 Setting up libip6tc0:s390x (1.8.2-4) ... [2021-03-30T18:04:07.594Z] #21 34.36 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2021-03-30T18:04:07.594Z] #21 34.36 Setting up libgpm2:s390x (1.20.7-5) ... [2021-03-30T18:04:07.594Z] #21 34.37 Setting up libip4tc0:s390x (1.8.2-4) ... [2021-03-30T18:04:07.594Z] #21 34.38 Setting up uidmap (1:4.5-1.1) ... [2021-03-30T18:04:07.594Z] #21 34.38 Setting up libnftnl11:s390x (1.1.2-2) ... [2021-03-30T18:04:07.594Z] #21 34.39 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-03-30T18:04:07.594Z] #21 34.40 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-30T18:04:07.594Z] #21 34.40 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-03-30T18:04:07.594Z] #21 34.41 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2021-03-30T18:04:07.594Z] #21 34.42 Setting up xxd (2:8.1.0875-5) ... [2021-03-30T18:04:07.594Z] #21 34.42 Setting up zip (3.0-11+b1) ... [2021-03-30T18:04:07.594Z] #21 34.43 Setting up vim-common (2:8.1.0875-5) ... [2021-03-30T18:04:07.594Z] #21 34.44 Setting up bash-completion (1:2.8-6) ... [2021-03-30T18:04:08.276Z] #43 17.19 CC images/stats.o [2021-03-30T18:04:08.423Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-30T18:04:08.423Z] [2021-03-30T18:04:08.423Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-30T18:04:08.423Z] DOCKER_SYSTEMD=1 [2021-03-30T18:04:08.423Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-30T18:04:08.423Z] HOSTNAME=118f080ce7ce [2021-03-30T18:04:08.423Z] DEST=bundles/test-integration [2021-03-30T18:04:08.423Z] PWD=/go/src/github.com/docker/docker [2021-03-30T18:04:08.423Z] DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 [2021-03-30T18:04:08.423Z] container=docker [2021-03-30T18:04:08.423Z] HOME=/root [2021-03-30T18:04:08.423Z] LANG=C.UTF-8 [2021-03-30T18:04:08.423Z] INVOCATION_ID=c106cfe2086943f99488db6e449fb17c [2021-03-30T18:04:08.423Z] GOLANG_VERSION=1.13.15 [2021-03-30T18:04:08.423Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-30T18:04:08.423Z] VALIDATE_BRANCH=master [2021-03-30T18:04:08.423Z] TERM=xterm [2021-03-30T18:04:08.423Z] DOCKER_PKG=github.com/docker/docker [2021-03-30T18:04:08.423Z] SHLVL=3 [2021-03-30T18:04:08.423Z] TIMEOUT=120m [2021-03-30T18:04:08.423Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-30T18:04:08.423Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-30T18:04:08.423Z] GO111MODULE=off [2021-03-30T18:04:08.423Z] DOCKER_EXPERIMENTAL=1 [2021-03-30T18:04:08.423Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-30T18:04:08.423Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-30T18:04:08.423Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-30T18:04:08.423Z] GOPATH=/go [2021-03-30T18:04:08.423Z] PKG_CONFIG=pkg-config [2021-03-30T18:04:08.423Z] _=/usr/bin/env [2021-03-30T18:04:08.423Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-30T18:04:08.657Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-30T18:04:08.657Z] [2021-03-30T18:04:08.657Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-30T18:04:08.657Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-30T18:04:08.657Z] HOSTNAME=964a06849089 [2021-03-30T18:04:08.657Z] DEST=bundles/test-integration [2021-03-30T18:04:08.657Z] PWD=/go/src/github.com/docker/docker [2021-03-30T18:04:08.657Z] DOCKER_ROOTLESS=1 [2021-03-30T18:04:08.657Z] DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 [2021-03-30T18:04:08.657Z] container=docker [2021-03-30T18:04:08.657Z] HOME=/root [2021-03-30T18:04:08.657Z] GOLANG_VERSION=1.13.15 [2021-03-30T18:04:08.657Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-30T18:04:08.657Z] VALIDATE_BRANCH=master [2021-03-30T18:04:08.657Z] TERM=xterm [2021-03-30T18:04:08.657Z] DOCKER_PKG=github.com/docker/docker [2021-03-30T18:04:08.657Z] SHLVL=1 [2021-03-30T18:04:08.657Z] TIMEOUT=120m [2021-03-30T18:04:08.657Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-30T18:04:08.657Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-30T18:04:08.657Z] GO111MODULE=off [2021-03-30T18:04:08.657Z] DOCKER_EXPERIMENTAL=1 [2021-03-30T18:04:08.657Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-30T18:04:08.657Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-30T18:04:08.657Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-30T18:04:08.657Z] GOPATH=/go [2021-03-30T18:04:08.657Z] PKG_CONFIG=pkg-config [2021-03-30T18:04:08.657Z] _=/usr/bin/env [2021-03-30T18:04:08.657Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-30T18:04:08.840Z] #43 17.66 CC images/core.o [2021-03-30T18:04:08.845Z] ok github.com/docker/docker/client 0.265s coverage: 75.5% of statements [2021-03-30T18:04:08.933Z] #28 ... [2021-03-30T18:04:08.933Z] [2021-03-30T18:04:08.933Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-30T18:04:08.933Z] #48 sha256:1369eeb5b1735d317fccc2529a3d02536849662e72be6a38735d434db1ff20cb [2021-03-30T18:04:08.933Z] #48 0.446 + RM_GOPATH=0 [2021-03-30T18:04:08.933Z] #48 0.448 + TMP_GOPATH= [2021-03-30T18:04:08.933Z] #48 0.448 + : /build [2021-03-30T18:04:08.933Z] #48 0.449 + '[' -z '' ']' [2021-03-30T18:04:08.933Z] #48 0.450 ++ mktemp -d [2021-03-30T18:04:08.933Z] #48 0.452 + export GOPATH=/tmp/tmp.qdxSCVkSs8 [2021-03-30T18:04:08.933Z] #48 0.453 + GOPATH=/tmp/tmp.qdxSCVkSs8 [2021-03-30T18:04:08.933Z] #48 0.454 + RM_GOPATH=1 [2021-03-30T18:04:08.933Z] #48 0.454 + case "$(go env GOARCH)" in [2021-03-30T18:04:08.933Z] #48 0.456 ++ go env GOARCH [2021-03-30T18:04:08.933Z] #48 0.465 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:08.933Z] #48 0.466 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:08.933Z] #48 0.467 ++ dirname /tmp/install/install.sh [2021-03-30T18:04:08.933Z] #48 0.469 + dir=/tmp/install [2021-03-30T18:04:08.933Z] #48 0.469 + bin=gotestsum [2021-03-30T18:04:08.933Z] #48 0.469 + shift [2021-03-30T18:04:08.933Z] #48 0.470 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-03-30T18:04:08.933Z] #48 0.470 + . /tmp/install/gotestsum.installer [2021-03-30T18:04:08.933Z] #48 0.470 ++ : v0.5.3 [2021-03-30T18:04:08.933Z] #48 0.470 + install_gotestsum [2021-03-30T18:04:08.933Z] #48 0.471 + set -e [2021-03-30T18:04:08.933Z] #48 0.471 + export GO111MODULE=on [2021-03-30T18:04:08.933Z] #48 0.471 + GO111MODULE=on [2021-03-30T18:04:08.933Z] #48 0.471 + GOBIN=/build [2021-03-30T18:04:08.933Z] #48 0.471 + go get gotest.tools/gotestsum@v0.5.3 [2021-03-30T18:04:08.933Z] #48 0.582 go: finding gotest.tools/gotestsum v0.5.3 [2021-03-30T18:04:08.933Z] #48 0.605 go: finding gotest.tools v0.5.3 [2021-03-30T18:04:08.933Z] #48 1.329 go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-30T18:04:08.933Z] #48 2.438 go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-30T18:04:08.933Z] #48 4.333 go: downloading github.com/fatih/color v1.9.0 [2021-03-30T18:04:08.933Z] #48 4.360 go: downloading github.com/pkg/errors v0.9.1 [2021-03-30T18:04:08.933Z] #48 4.367 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-30T18:04:08.933Z] #48 4.368 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-30T18:04:08.933Z] #48 4.369 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-30T18:04:08.933Z] #48 4.370 go: downloading github.com/spf13/pflag v1.0.3 [2021-03-30T18:04:08.933Z] #48 4.492 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-30T18:04:08.933Z] #48 4.689 go: extracting github.com/fatih/color v1.9.0 [2021-03-30T18:04:08.933Z] #48 4.979 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-30T18:04:08.933Z] #48 5.004 go: extracting github.com/spf13/pflag v1.0.3 [2021-03-30T18:04:08.933Z] #48 5.174 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-30T18:04:09.106Z] #21 35.83 Setting up libiptc0:s390x (1.8.2-4) ... [2021-03-30T18:04:09.106Z] #21 35.84 Setting up xz-utils (5.2.4-1) ... [2021-03-30T18:04:09.106Z] #21 35.85 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-30T18:04:09.106Z] #21 35.85 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-30T18:04:09.106Z] #21 35.88 invoke-rc.d: could not determine current runlevel [2021-03-30T18:04:09.106Z] #21 35.89 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-30T18:04:09.106Z] #21 35.90 Setting up pigz (2.4-1) ... [2021-03-30T18:04:09.106Z] #21 35.90 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2021-03-30T18:04:09.106Z] #21 35.91 Setting up libnl-3-200:s390x (3.4.0-1) ... [2021-03-30T18:04:09.106Z] #21 35.92 Setting up python-pip-whl (18.1-5) ... [2021-03-30T18:04:09.106Z] #21 35.93 Setting up libmpdec2:s390x (2.4.2-2) ... [2021-03-30T18:04:09.106Z] #21 35.93 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-30T18:04:09.106Z] #21 36.12 Setting up libaio1:s390x (0.3.112-3) ... [2021-03-30T18:04:09.234Z] #48 5.222 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-30T18:04:09.234Z] #48 5.246 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-30T18:04:09.234Z] #48 5.259 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-30T18:04:09.234Z] #48 5.300 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-30T18:04:09.234Z] #48 5.328 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-30T18:04:09.234Z] #48 5.400 go: extracting github.com/pkg/errors v0.9.1 [2021-03-30T18:04:09.399Z] #21 36.13 Setting up libonig5:s390x (6.9.1-1) ... [2021-03-30T18:04:09.399Z] #21 36.14 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u3) ... [2021-03-30T18:04:09.399Z] #21 36.14 Setting up vim (2:8.1.0875-5) ... [2021-03-30T18:04:09.399Z] #21 36.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-30T18:04:09.399Z] #21 36.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-30T18:04:09.399Z] #21 36.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-30T18:04:09.399Z] #21 36.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-30T18:04:09.399Z] #21 36.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-30T18:04:09.399Z] #21 36.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-30T18:04:09.399Z] #21 36.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-30T18:04:09.399Z] #21 36.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-30T18:04:09.399Z] #21 36.19 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2021-03-30T18:04:09.399Z] #21 36.19 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-30T18:04:09.399Z] #21 36.20 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2021-03-30T18:04:09.399Z] #21 36.21 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-30T18:04:09.399Z] #21 36.22 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2021-03-30T18:04:09.399Z] #21 36.23 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-03-30T18:04:09.406Z] #43 18.34 CC images/core-x86.o [2021-03-30T18:04:09.908Z] #48 5.814 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-30T18:04:09.908Z] #48 ... [2021-03-30T18:04:09.908Z] [2021-03-30T18:04:09.908Z] #28 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen-images-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-frozen-images-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends ca-certificates curl jq [2021-03-30T18:04:09.908Z] #28 sha256:4c9ac34fba489c9a21e75eb4db8b4339bc5cee945923daf80a1efb2d78a05f42 [2021-03-30T18:04:09.908Z] #28 17.09 0 added, 0 removed; done. [2021-03-30T18:04:09.908Z] #28 17.09 Running hooks in /etc/ca-certificates/update.d... [2021-03-30T18:04:09.908Z] #28 17.10 done. [2021-03-30T18:04:09.971Z] #43 18.84 CC images/core-arm.o [2021-03-30T18:04:10.210Z] #28 DONE 17.4s [2021-03-30T18:04:10.210Z] [2021-03-30T18:04:10.210Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-30T18:04:10.210Z] #48 sha256:1369eeb5b1735d317fccc2529a3d02536849662e72be6a38735d434db1ff20cb [2021-03-30T18:04:10.210Z] #48 6.317 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-30T18:04:10.210Z] #48 ... [2021-03-30T18:04:10.210Z] [2021-03-30T18:04:10.210Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-03-30T18:04:10.210Z] #29 sha256:0aaa622be0a6fbdfeeb9b94c69136d3069b6382cf560ebb5f77c5f6661cef8a8 [2021-03-30T18:04:10.210Z] #29 DONE 0.2s [2021-03-30T18:04:10.516Z] [2021-03-30T18:04:10.516Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:04:10.516Z] #35 sha256:ae0da9a0a1db6d2e698786cd3e54a674a18122b5a7d51507849b2eac102e473d [2021-03-30T18:04:10.516Z] #35 0.564 + RM_GOPATH=0 [2021-03-30T18:04:10.516Z] #35 0.564 + TMP_GOPATH= [2021-03-30T18:04:10.516Z] #35 0.565 + : /build [2021-03-30T18:04:10.516Z] #35 0.565 + '[' -z '' ']' [2021-03-30T18:04:10.516Z] #35 0.569 ++ mktemp -d [2021-03-30T18:04:10.516Z] #35 0.573 + export GOPATH=/tmp/tmp.EPAhvlvH62 [2021-03-30T18:04:10.516Z] #35 0.573 + GOPATH=/tmp/tmp.EPAhvlvH62 [2021-03-30T18:04:10.516Z] #35 0.573 + RM_GOPATH=1 [2021-03-30T18:04:10.516Z] #35 0.573 + case "$(go env GOARCH)" in [2021-03-30T18:04:10.516Z] #35 0.575 ++ go env GOARCH [2021-03-30T18:04:10.516Z] #35 0.586 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:10.516Z] #35 0.586 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:10.516Z] #35 0.587 ++ dirname /tmp/install/install.sh [2021-03-30T18:04:10.516Z] #35 0.594 + dir=/tmp/install [2021-03-30T18:04:10.516Z] #35 0.594 + bin=tomlv [2021-03-30T18:04:10.516Z] #35 0.595 + shift [2021-03-30T18:04:10.516Z] #35 0.595 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-03-30T18:04:10.516Z] #35 0.595 + . /tmp/install/tomlv.installer [2021-03-30T18:04:10.516Z] #35 0.596 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-30T18:04:10.516Z] #35 0.596 + install_tomlv [2021-03-30T18:04:10.516Z] #35 0.597 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-03-30T18:04:10.516Z] #35 0.597 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-30T18:04:10.516Z] #35 0.597 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.EPAhvlvH62/src/github.com/BurntSushi/toml [2021-03-30T18:04:10.516Z] #35 0.600 Cloning into '/tmp/tmp.EPAhvlvH62/src/github.com/BurntSushi/toml'... [2021-03-30T18:04:10.516Z] #35 1.591 + cd /tmp/tmp.EPAhvlvH62/src/github.com/BurntSushi/toml [2021-03-30T18:04:10.516Z] #35 1.608 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-03-30T18:04:10.517Z] #35 1.635 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-03-30T18:04:10.517Z] #35 2.443 internal/cpu [2021-03-30T18:04:10.517Z] #35 2.583 math/bits [2021-03-30T18:04:10.517Z] #35 2.595 runtime/internal/sys [2021-03-30T18:04:10.517Z] #35 2.606 runtime/internal/atomic [2021-03-30T18:04:10.517Z] #35 3.373 unicode/utf8 [2021-03-30T18:04:10.517Z] #35 3.425 runtime/internal/math [2021-03-30T18:04:10.517Z] #35 3.726 sync/atomic [2021-03-30T18:04:10.517Z] #35 4.309 internal/bytealg [2021-03-30T18:04:10.517Z] #35 4.926 unicode [2021-03-30T18:04:10.517Z] #35 5.392 math [2021-03-30T18:04:10.517Z] #35 5.509 internal/testlog [2021-03-30T18:04:10.517Z] #35 6.377 encoding [2021-03-30T18:04:10.535Z] #43 19.34 CC images/core-aarch64.o [2021-03-30T18:04:10.792Z] #43 19.74 CC images/core-ppc64.o [2021-03-30T18:04:10.819Z] #35 6.790 runtime/cgo [2021-03-30T18:04:10.819Z] #35 6.877 runtime [2021-03-30T18:04:11.357Z] #43 20.39 CC images/core-s390.o [2021-03-30T18:04:11.538Z] #21 38.07 Setting up iptables (1.8.2-4) ... [2021-03-30T18:04:11.538Z] #21 38.08 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-30T18:04:11.538Z] #21 38.08 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-30T18:04:11.538Z] #21 38.08 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-30T18:04:11.538Z] #21 38.09 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-30T18:04:11.538Z] #21 38.09 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-30T18:04:11.538Z] #21 38.09 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-30T18:04:11.538Z] #21 38.10 Setting up python3 (3.7.3-1) ... [2021-03-30T18:04:11.538Z] #21 38.30 Setting up python3-wheel (0.32.3-2) ... [2021-03-30T18:04:11.830Z] #21 38.76 Setting up apparmor (2.13.2-10) ... [2021-03-30T18:04:11.922Z] #43 ... [2021-03-30T18:04:11.922Z] [2021-03-30T18:04:11.922Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:04:11.922Z] #56 sha256:a0c56d7e4d348fbec1b8a9a60c6d1f20e3ac73f35c6c1722eeb063f4666fc88b [2021-03-30T18:04:12.179Z] #56 43.60 Checking out files: 51% (1964/3824) Checking out files: 52% (1989/3824) Checking out files: 53% (2027/3824) Checking out files: 54% (2065/3824) Checking out files: 55% (2104/3824) Checking out files: 56% (2142/3824) Checking out files: 57% (2180/3824) Checking out files: 58% (2218/3824) Checking out files: 59% (2257/3824) Checking out files: 60% (2295/3824) Checking out files: 61% (2333/3824) Checking out files: 62% (2371/3824) Checking out files: 63% (2410/3824) Checking out files: 64% (2448/3824) Checking out files: 65% (2486/3824) Checking out files: 66% (2524/3824) Checking out files: 67% (2563/3824) Checking out files: 68% (2601/3824) Checking out files: 69% (2639/3824) Checking out files: 70% (2677/3824) Checking out files: 71% (2716/3824) Checking out files: 72% (2754/3824) Checking out files: 73% (2792/3824) Checking out files: 74% (2830/3824) Checking out files: 75% (2868/3824) Checking out files: 76% (2907/3824) Checking out files: 77% (2945/3824) Checking out files: 78% (2983/3824) Checking out files: 79% (3021/3824) Checking out files: 80% (3060/3824) Checking out files: 81% (3098/3824) Checking out files: 82% (3136/3824) Checking out files: 83% (3174/3824) Checking out files: 84% (3213/3824) Checking out files: 85% (3251/3824) Checking out files: 86% (3289/3824) Checking out files: 87% (3327/3824) Checking out files: 88% (3366/3824) Checking out files: 89% (3404/3824) Checking out files: 90% (3442/3824) Checking out files: 91% (3480/3824) Checking out files: 92% (3519/3824) Checking out files: 93% (3557/3824) Checking out files: 94% (3595/3824) Checking out files: 95% (3633/3824) Checking out files: 96% (3672/3824) Checking out files: 97% (3710/3824) Checking out files: 98% (3748/3824) Checking out files: 99% (3786/3824) Checking out files: 100% (3824/3824) Checking out files: 100% (3824/3824), done. [2021-03-30T18:04:12.370Z] #35 ... [2021-03-30T18:04:12.370Z] [2021-03-30T18:04:12.370Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-30T18:04:12.370Z] #48 sha256:1369eeb5b1735d317fccc2529a3d02536849662e72be6a38735d434db1ff20cb [2021-03-30T18:04:12.370Z] #48 8.532 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-30T18:04:12.437Z] #56 45.02 + cd /tmp/tmp.cWWsoWBEiE/src/github.com/containerd/containerd [2021-03-30T18:04:12.437Z] #56 45.02 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:04:12.867Z] #21 39.72 Setting up xfsprogs (4.20.0-1) ... [2021-03-30T18:04:12.867Z] #21 39.74 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-30T18:04:13.025Z] #48 9.269 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-30T18:04:13.159Z] #21 39.98 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-30T18:04:13.791Z] #21 40.56 Setting up python3-distutils (3.7.3-1) ... [2021-03-30T18:04:13.807Z] #56 46.50 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-30T18:04:13.807Z] #56 46.50 + BUILDTAGS='netgo osusergo static_build' [2021-03-30T18:04:13.807Z] #56 46.50 + export EXTRA_FLAGS=-buildmode=pie [2021-03-30T18:04:13.807Z] #56 46.50 + EXTRA_FLAGS=-buildmode=pie [2021-03-30T18:04:13.807Z] #56 46.50 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-30T18:04:13.807Z] #56 46.50 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-30T18:04:13.807Z] #56 46.50 + '[' '' = dynamic ']' [2021-03-30T18:04:13.807Z] #56 46.50 + make [2021-03-30T18:04:14.082Z] #21 40.88 Setting up python3-setuptools (40.8.0-1) ... [2021-03-30T18:04:14.098Z] #48 ... [2021-03-30T18:04:14.098Z] [2021-03-30T18:04:14.098Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:04:14.098Z] #37 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-30T18:04:14.098Z] #37 0.707 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:04:14.098Z] #37 0.767 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:04:14.098Z] #37 0.794 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:04:14.098Z] #37 2.579 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-30T18:04:14.098Z] #37 4.815 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [259 kB] [2021-03-30T18:04:14.098Z] #37 7.282 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-30T18:04:14.098Z] #37 ... [2021-03-30T18:04:14.098Z] [2021-03-30T18:04:14.098Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-30T18:04:14.098Z] #25 sha256:46df68e52d62a5f2f91d3f7d96414aca05d12fc82302c622b88fe10e92052296 [2021-03-30T18:04:14.098Z] #25 0.929 + RM_GOPATH=0 [2021-03-30T18:04:14.098Z] #25 0.929 + TMP_GOPATH= [2021-03-30T18:04:14.098Z] #25 0.929 + : /build [2021-03-30T18:04:14.098Z] #25 0.929 + '[' -z '' ']' [2021-03-30T18:04:14.098Z] #25 0.930 ++ mktemp -d [2021-03-30T18:04:14.098Z] #25 0.960 + export GOPATH=/tmp/tmp.Mq0WTF4IgL [2021-03-30T18:04:14.098Z] #25 0.960 + GOPATH=/tmp/tmp.Mq0WTF4IgL [2021-03-30T18:04:14.098Z] #25 0.960 + RM_GOPATH=1 [2021-03-30T18:04:14.098Z] #25 0.960 + case "$(go env GOARCH)" in [2021-03-30T18:04:14.098Z] #25 0.961 ++ go env GOARCH [2021-03-30T18:04:14.098Z] #25 1.015 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:14.098Z] #25 1.057 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:14.098Z] #25 1.063 ++ dirname /tmp/install/install.sh [2021-03-30T18:04:14.098Z] #25 1.080 + dir=/tmp/install [2021-03-30T18:04:14.098Z] #25 1.080 + bin=dockercli [2021-03-30T18:04:14.098Z] #25 1.080 + shift [2021-03-30T18:04:14.098Z] #25 1.080 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-03-30T18:04:14.098Z] #25 1.081 + . /tmp/install/dockercli.installer [2021-03-30T18:04:14.098Z] #25 1.081 ++ : stable [2021-03-30T18:04:14.098Z] #25 1.081 ++ : 17.06.2-ce [2021-03-30T18:04:14.098Z] #25 1.082 + install_dockercli [2021-03-30T18:04:14.098Z] #25 1.082 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-03-30T18:04:14.098Z] #25 1.083 Install docker/cli version 17.06.2-ce from stable [2021-03-30T18:04:14.098Z] #25 1.085 ++ uname -m [2021-03-30T18:04:14.098Z] #25 1.093 + arch=ppc64le [2021-03-30T18:04:14.098Z] #25 1.140 + '[' ppc64le '!=' x86_64 ']' [2021-03-30T18:04:14.098Z] #25 1.140 + '[' ppc64le '!=' s390x ']' [2021-03-30T18:04:14.098Z] #25 1.141 + '[' ppc64le '!=' armhf ']' [2021-03-30T18:04:14.098Z] #25 1.141 + build_dockercli [2021-03-30T18:04:14.098Z] #25 1.141 + git clone https://github.com/docker/docker-ce /tmp/tmp.Mq0WTF4IgL/tmp/docker-ce [2021-03-30T18:04:14.098Z] #25 1.158 Cloning into '/tmp/tmp.Mq0WTF4IgL/tmp/docker-ce'... [2021-03-30T18:04:14.098Z] #25 ... [2021-03-30T18:04:14.098Z] [2021-03-30T18:04:14.098Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:04:14.098Z] #43 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-30T18:04:14.098Z] #43 1.286 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:04:14.098Z] #43 1.388 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:04:14.098Z] #43 1.399 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:04:14.098Z] #43 2.906 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-30T18:04:14.098Z] #43 5.251 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [259 kB] [2021-03-30T18:04:14.098Z] #43 7.280 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-30T18:04:14.407Z] #43 ... [2021-03-30T18:04:14.407Z] [2021-03-30T18:04:14.407Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:04:14.407Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-30T18:04:14.407Z] #14 0.884 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:04:14.407Z] #14 0.895 Get:2 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-30T18:04:14.407Z] #14 1.052 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:04:14.407Z] #14 1.053 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:04:14.407Z] #14 2.705 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-30T18:04:14.407Z] #14 4.842 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [259 kB] [2021-03-30T18:04:14.407Z] #14 6.857 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-30T18:04:14.407Z] #14 8.918 Get:8 http://deb.debian.org/debian buster-backports/main ppc64el Packages [446 kB] [2021-03-30T18:04:14.407Z] #14 ... [2021-03-30T18:04:14.407Z] [2021-03-30T18:04:14.407Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:04:14.407Z] #52 sha256:12bee0b462027e6a5de94e67450420039887d31ba9b75e27fcefc47ca9b29e82 [2021-03-30T18:04:14.407Z] #52 0.472 + RM_GOPATH=0 [2021-03-30T18:04:14.407Z] #52 0.472 + TMP_GOPATH= [2021-03-30T18:04:14.407Z] #52 0.472 + : /build [2021-03-30T18:04:14.407Z] #52 0.472 + '[' -z '' ']' [2021-03-30T18:04:14.407Z] #52 0.473 ++ mktemp -d [2021-03-30T18:04:14.407Z] #52 0.474 + export GOPATH=/tmp/tmp.nkpYhZz8uO [2021-03-30T18:04:14.407Z] #52 0.474 + GOPATH=/tmp/tmp.nkpYhZz8uO [2021-03-30T18:04:14.407Z] #52 0.474 + RM_GOPATH=1 [2021-03-30T18:04:14.407Z] #52 0.475 + case "$(go env GOARCH)" in [2021-03-30T18:04:14.407Z] #52 0.477 ++ go env GOARCH [2021-03-30T18:04:14.407Z] #52 0.500 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:14.407Z] #52 0.500 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:14.407Z] #52 0.502 ++ dirname /tmp/install/install.sh [2021-03-30T18:04:14.407Z] #52 0.506 + dir=/tmp/install [2021-03-30T18:04:14.407Z] #52 0.507 + bin=shfmt [2021-03-30T18:04:14.407Z] #52 0.507 + shift [2021-03-30T18:04:14.407Z] #52 0.507 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-03-30T18:04:14.407Z] #52 0.508 + . /tmp/install/shfmt.installer [2021-03-30T18:04:14.407Z] #52 0.508 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-30T18:04:14.407Z] #52 0.509 + install_shfmt [2021-03-30T18:04:14.407Z] #52 0.509 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-03-30T18:04:14.407Z] #52 0.509 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-30T18:04:14.407Z] #52 0.509 + git clone https://github.com/mvdan/sh.git /tmp/tmp.nkpYhZz8uO/src/github.com/mvdan/sh [2021-03-30T18:04:14.407Z] #52 0.513 Cloning into '/tmp/tmp.nkpYhZz8uO/src/github.com/mvdan/sh'... [2021-03-30T18:04:14.407Z] #52 ... [2021-03-30T18:04:14.407Z] [2021-03-30T18:04:14.407Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:04:14.407Z] #59 sha256:1d96b029be641117914920d702a5cda41ce4edf0e08a95f9a061e60a1cb85292 [2021-03-30T18:04:14.407Z] #59 0.923 + RM_GOPATH=0 [2021-03-30T18:04:14.407Z] #59 0.924 + TMP_GOPATH= [2021-03-30T18:04:14.407Z] #59 0.924 + : /build [2021-03-30T18:04:14.407Z] #59 0.924 + '[' -z '' ']' [2021-03-30T18:04:14.407Z] #59 0.925 ++ mktemp -d [2021-03-30T18:04:14.407Z] #59 0.928 + export GOPATH=/tmp/tmp.LZEyTRDnKb [2021-03-30T18:04:14.407Z] #59 0.928 + GOPATH=/tmp/tmp.LZEyTRDnKb [2021-03-30T18:04:14.407Z] #59 0.928 + RM_GOPATH=1 [2021-03-30T18:04:14.407Z] #59 0.929 + case "$(go env GOARCH)" in [2021-03-30T18:04:14.407Z] #59 0.934 ++ go env GOARCH [2021-03-30T18:04:14.407Z] #59 1.012 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:14.407Z] #59 1.012 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:14.407Z] #59 1.013 ++ dirname /tmp/install/install.sh [2021-03-30T18:04:14.407Z] #59 1.021 + dir=/tmp/install [2021-03-30T18:04:14.407Z] #59 1.022 + bin=rootlesskit [2021-03-30T18:04:14.407Z] #59 1.022 + shift [2021-03-30T18:04:14.407Z] #59 1.022 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-03-30T18:04:14.407Z] #59 1.022 + . /tmp/install/rootlesskit.installer [2021-03-30T18:04:14.407Z] #59 1.023 ++ : 81d7d047d09a5b93645817ec580181de7a984082 [2021-03-30T18:04:14.407Z] #59 1.024 + install_rootlesskit [2021-03-30T18:04:14.407Z] #59 1.025 + case "$1" in [2021-03-30T18:04:14.407Z] #59 1.025 + export CGO_ENABLED=0 [2021-03-30T18:04:14.407Z] #59 1.026 + CGO_ENABLED=0 [2021-03-30T18:04:14.407Z] #59 1.026 + _install_rootlesskit [2021-03-30T18:04:14.407Z] #59 1.031 + echo 'Install rootlesskit version 81d7d047d09a5b93645817ec580181de7a984082' [2021-03-30T18:04:14.407Z] #59 1.032 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.LZEyTRDnKb/src/github.com/rootless-containers/rootlesskit [2021-03-30T18:04:14.407Z] #59 1.032 Install rootlesskit version 81d7d047d09a5b93645817ec580181de7a984082 [2021-03-30T18:04:14.407Z] #59 1.045 Cloning into '/tmp/tmp.LZEyTRDnKb/src/github.com/rootless-containers/rootlesskit'... [2021-03-30T18:04:14.407Z] #59 7.379 + cd /tmp/tmp.LZEyTRDnKb/src/github.com/rootless-containers/rootlesskit [2021-03-30T18:04:14.407Z] #59 7.380 + git checkout -q 81d7d047d09a5b93645817ec580181de7a984082 [2021-03-30T18:04:14.407Z] #59 7.404 + export GO111MODULE=on [2021-03-30T18:04:14.407Z] #59 7.405 + GO111MODULE=on [2021-03-30T18:04:14.407Z] #59 7.406 + export GOPROXY=https://proxy.golang.org [2021-03-30T18:04:14.407Z] #59 7.407 + GOPROXY=https://proxy.golang.org [2021-03-30T18:04:14.407Z] #59 7.408 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-30T18:04:14.407Z] #59 7.409 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-03-30T18:04:14.407Z] #59 10.37 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-03-30T18:04:14.407Z] #59 10.38 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-30T18:04:14.407Z] #59 10.42 go: downloading github.com/gorilla/mux v1.8.0 [2021-03-30T18:04:14.408Z] #59 10.48 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-03-30T18:04:14.408Z] #59 10.48 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-03-30T18:04:14.408Z] #59 10.48 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-30T18:04:14.408Z] #59 10.51 go: downloading github.com/google/uuid v1.2.0 [2021-03-30T18:04:14.408Z] #59 10.60 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-30T18:04:14.715Z] #21 41.70 Setting up python3-pip (18.1-5) ... [2021-03-30T18:04:14.723Z] #59 10.75 go: downloading github.com/moby/vpnkit v0.5.0 [2021-03-30T18:04:14.723Z] #59 ... [2021-03-30T18:04:14.723Z] [2021-03-30T18:04:14.723Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-30T18:04:14.723Z] #56 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-03-30T18:04:14.723Z] #56 0.655 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:04:14.723Z] #56 0.768 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:04:14.723Z] #56 0.798 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:04:14.723Z] #56 2.103 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-30T18:04:14.723Z] #56 4.810 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [259 kB] [2021-03-30T18:04:14.723Z] #56 7.155 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-30T18:04:14.723Z] #56 ... [2021-03-30T18:04:14.723Z] [2021-03-30T18:04:14.723Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:04:14.723Z] #46 sha256:7187537ba83b6a68c7176f75c71f374a7da82a2ddfc66794e8a0b44614feaf4d [2021-03-30T18:04:14.723Z] #46 0.909 + RM_GOPATH=0 [2021-03-30T18:04:14.723Z] #46 0.911 + TMP_GOPATH= [2021-03-30T18:04:14.723Z] #46 0.912 + : /build [2021-03-30T18:04:14.723Z] #46 0.913 + '[' -z '' ']' [2021-03-30T18:04:14.723Z] #46 0.913 ++ mktemp -d [2021-03-30T18:04:14.723Z] #46 0.914 + export GOPATH=/tmp/tmp.OxS6vqpbn6 [2021-03-30T18:04:14.723Z] #46 0.915 + GOPATH=/tmp/tmp.OxS6vqpbn6 [2021-03-30T18:04:14.723Z] #46 0.915 + RM_GOPATH=1 [2021-03-30T18:04:14.723Z] #46 0.915 + case "$(go env GOARCH)" in [2021-03-30T18:04:14.723Z] #46 0.915 ++ go env GOARCH [2021-03-30T18:04:14.723Z] #46 0.932 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:14.723Z] #46 0.932 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:14.723Z] #46 0.934 ++ dirname /tmp/install/install.sh [2021-03-30T18:04:14.723Z] #46 0.959 + dir=/tmp/install [2021-03-30T18:04:14.723Z] #46 0.959 + bin=vndr [2021-03-30T18:04:14.723Z] #46 0.959 + shift [2021-03-30T18:04:14.723Z] #46 0.960 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-03-30T18:04:14.723Z] #46 0.960 + . /tmp/install/vndr.installer [2021-03-30T18:04:14.723Z] #46 0.960 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-30T18:04:14.723Z] #46 0.961 + install_vndr [2021-03-30T18:04:14.723Z] #46 0.961 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-03-30T18:04:14.723Z] #46 0.961 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-30T18:04:14.723Z] #46 0.962 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.OxS6vqpbn6/src/github.com/LK4D4/vndr [2021-03-30T18:04:14.723Z] #46 0.980 Cloning into '/tmp/tmp.OxS6vqpbn6/src/github.com/LK4D4/vndr'... [2021-03-30T18:04:14.723Z] #46 1.746 + cd /tmp/tmp.OxS6vqpbn6/src/github.com/LK4D4/vndr [2021-03-30T18:04:14.723Z] #46 1.746 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-03-30T18:04:14.723Z] #46 1.769 + go build -buildmode=pie -v -o /build/vndr . [2021-03-30T18:04:14.723Z] #46 3.457 runtime/internal/math [2021-03-30T18:04:14.723Z] #46 3.498 internal/race [2021-03-30T18:04:14.723Z] #46 3.536 sync/atomic [2021-03-30T18:04:14.723Z] #46 3.587 internal/cpu [2021-03-30T18:04:14.723Z] #46 3.743 unicode [2021-03-30T18:04:14.723Z] #46 3.860 unicode/utf8 [2021-03-30T18:04:14.723Z] #46 4.250 math/bits [2021-03-30T18:04:14.723Z] #46 5.197 internal/bytealg [2021-03-30T18:04:14.723Z] #46 6.023 internal/testlog [2021-03-30T18:04:14.723Z] #46 6.857 unicode/utf16 [2021-03-30T18:04:14.723Z] #46 6.893 math [2021-03-30T18:04:14.723Z] #46 7.111 runtime [2021-03-30T18:04:14.723Z] #46 7.860 container/list [2021-03-30T18:04:14.723Z] #46 10.43 crypto/internal/subtle [2021-03-30T18:04:14.739Z] #56 47.49 + bin/ctr [2021-03-30T18:04:15.058Z] #46 ... [2021-03-30T18:04:15.058Z] [2021-03-30T18:04:15.058Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:04:15.058Z] #33 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-03-30T18:04:15.058Z] #33 0.808 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-03-30T18:04:15.058Z] #33 0.835 Cloning into '.'... [2021-03-30T18:04:15.058Z] #33 ... [2021-03-30T18:04:15.058Z] [2021-03-30T18:04:15.058Z] #68 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-30T18:04:15.058Z] #68 sha256:681ae27b7f75e95765439f2aca820aaaff00562c7fb288cf33346009d60568b7 [2021-03-30T18:04:15.058Z] #68 0.956 + RM_GOPATH=0 [2021-03-30T18:04:15.058Z] #68 0.957 + TMP_GOPATH= [2021-03-30T18:04:15.058Z] #68 0.957 + : /build [2021-03-30T18:04:15.058Z] #68 0.959 + '[' -z '' ']' [2021-03-30T18:04:15.058Z] #68 0.964 ++ mktemp -d [2021-03-30T18:04:15.058Z] #68 0.974 + export GOPATH=/tmp/tmp.pEg1b4QIOe [2021-03-30T18:04:15.058Z] #68 0.974 + GOPATH=/tmp/tmp.pEg1b4QIOe [2021-03-30T18:04:15.058Z] #68 0.975 + RM_GOPATH=1 [2021-03-30T18:04:15.058Z] #68 0.975 + case "$(go env GOARCH)" in [2021-03-30T18:04:15.058Z] #68 0.977 ++ go env GOARCH [2021-03-30T18:04:15.058Z] #68 1.011 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:15.058Z] #68 1.011 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:15.058Z] #68 1.013 ++ dirname /tmp/install/install.sh [2021-03-30T18:04:15.058Z] #68 1.019 + dir=/tmp/install [2021-03-30T18:04:15.058Z] #68 1.020 + bin=proxy [2021-03-30T18:04:15.058Z] #68 1.020 + shift [2021-03-30T18:04:15.058Z] #68 1.020 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-03-30T18:04:15.058Z] #68 1.020 + . /tmp/install/proxy.installer [2021-03-30T18:04:15.058Z] #68 1.020 ++ : b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-03-30T18:04:15.058Z] #68 1.020 + install_proxy [2021-03-30T18:04:15.058Z] #68 1.020 + case "$1" in [2021-03-30T18:04:15.058Z] #68 1.025 + export CGO_ENABLED=0 [2021-03-30T18:04:15.058Z] #68 1.026 + CGO_ENABLED=0 [2021-03-30T18:04:15.058Z] #68 1.026 + _install_proxy [2021-03-30T18:04:15.058Z] #68 1.026 + echo 'Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46' [2021-03-30T18:04:15.058Z] #68 1.026 Install docker-proxy version b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-03-30T18:04:15.058Z] #68 1.026 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.pEg1b4QIOe/src/github.com/docker/libnetwork [2021-03-30T18:04:15.058Z] #68 1.038 Cloning into '/tmp/tmp.pEg1b4QIOe/src/github.com/docker/libnetwork'... [2021-03-30T18:04:15.058Z] #68 ... [2021-03-30T18:04:15.058Z] [2021-03-30T18:04:15.058Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:04:15.058Z] #41 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-30T18:04:15.058Z] #41 0.817 + git clone https://github.com/docker/distribution.git . [2021-03-30T18:04:15.058Z] #41 0.820 Cloning into '.'... [2021-03-30T18:04:15.348Z] #21 42.30 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:04:15.374Z] #41 ... [2021-03-30T18:04:15.374Z] [2021-03-30T18:04:15.374Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:04:15.374Z] #50 sha256:0e2203f3e8a5147c0eb16559b5c7736acb443d0814a640dbef65c9302cadfab4 [2021-03-30T18:04:15.374Z] #50 0.611 + RM_GOPATH=0 [2021-03-30T18:04:15.374Z] #50 0.611 + TMP_GOPATH= [2021-03-30T18:04:15.374Z] #50 0.612 + : /build [2021-03-30T18:04:15.374Z] #50 0.613 + '[' -z '' ']' [2021-03-30T18:04:15.374Z] #50 0.614 ++ mktemp -d [2021-03-30T18:04:15.374Z] #50 0.616 + export GOPATH=/tmp/tmp.8hOEX2AWZA [2021-03-30T18:04:15.374Z] #50 0.616 + GOPATH=/tmp/tmp.8hOEX2AWZA [2021-03-30T18:04:15.374Z] #50 0.616 + RM_GOPATH=1 [2021-03-30T18:04:15.374Z] #50 0.617 + case "$(go env GOARCH)" in [2021-03-30T18:04:15.374Z] #50 0.621 ++ go env GOARCH [2021-03-30T18:04:15.374Z] #50 0.632 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:15.374Z] #50 0.632 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:15.374Z] #50 0.636 ++ dirname /tmp/install/install.sh [2021-03-30T18:04:15.374Z] #50 0.638 + dir=/tmp/install [2021-03-30T18:04:15.374Z] #50 0.638 + bin=golangci_lint [2021-03-30T18:04:15.374Z] #50 0.638 + shift [2021-03-30T18:04:15.374Z] #50 0.639 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-03-30T18:04:15.374Z] #50 0.639 + . /tmp/install/golangci_lint.installer [2021-03-30T18:04:15.374Z] #50 0.639 ++ : v1.23.8 [2021-03-30T18:04:15.374Z] #50 0.642 + install_golangci_lint [2021-03-30T18:04:15.374Z] #50 0.642 + set -e [2021-03-30T18:04:15.374Z] #50 0.642 + export GO111MODULE=on [2021-03-30T18:04:15.374Z] #50 0.642 + GO111MODULE=on [2021-03-30T18:04:15.374Z] #50 0.642 + GOBIN=/build [2021-03-30T18:04:15.374Z] #50 0.642 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-03-30T18:04:15.374Z] #50 0.651 go: finding github.com v1.23.8 [2021-03-30T18:04:15.374Z] #50 0.654 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-03-30T18:04:15.374Z] #50 0.660 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-03-30T18:04:15.374Z] #50 0.661 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-03-30T18:04:15.374Z] #50 0.662 go: finding github.com/golangci v1.23.8 [2021-03-30T18:04:15.374Z] #50 1.598 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-03-30T18:04:15.374Z] #50 3.027 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-03-30T18:04:15.374Z] #50 ... [2021-03-30T18:04:15.374Z] [2021-03-30T18:04:15.374Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:04:15.374Z] #30 sha256:c30b9e6185aa12b4b124b529b51fba597d9d415cb2bb33c1bd5e19b8832c043a [2021-03-30T18:04:15.374Z] #30 1.815 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-03-30T18:04:15.374Z] #30 2.391 [2021-03-30T18:04:15.374Z] #30 2.571 0.1% ## 3.8% ##### 7.9% ########## 14.0% ########### 16.0% ############## 20.1% ################# 24.2% #################### 28.2% ####################### 32.3% ########################## 36.4% ################################# 47.0% #################################### 51.0% ####################################### 55.1% ########################################## 59.1% ################################################ 67.7% ###################################################### 76.1% ########################################################### 83.0% ############################################################## 87.0% ################################################################### 93.1% ######################################################################## 100.0% [2021-03-30T18:04:15.640Z] #21 42.32 Processing triggers for mime-support (3.62) ... [2021-03-30T18:04:15.674Z] #30 5.558 [2021-03-30T18:04:15.934Z] #21 DONE 42.8s [2021-03-30T18:04:15.934Z] [2021-03-30T18:04:15.934Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:04:15.934Z] #44 92.60 CC criu/libnetlink.o [2021-03-30T18:04:15.934Z] #44 92.83 CC criu/log.o [2021-03-30T18:04:15.934Z] #44 93.24 CC criu/lsm.o [2021-03-30T18:04:15.934Z] #44 93.53 CC criu/mem.o [2021-03-30T18:04:15.934Z] #44 94.80 CC criu/memfd.o [2021-03-30T18:04:15.934Z] #44 95.26 CC criu/mount.o [2021-03-30T18:04:15.934Z] #44 97.72 CC criu/namespaces.o [2021-03-30T18:04:15.934Z] #44 99.12 CC criu/net.o [2021-03-30T18:04:15.934Z] #44 101.4 CC criu/netfilter.o [2021-03-30T18:04:15.934Z] #44 101.6 CC criu/page-pipe.o [2021-03-30T18:04:15.934Z] #44 ... [2021-03-30T18:04:15.934Z] [2021-03-30T18:04:15.934Z] #22 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2021-03-30T18:04:16.593Z] #30 5.738 0.4% ######################### 35.5% ###################################################### 75.6% ######################################################################## 100.0% [2021-03-30T18:04:16.897Z] #30 6.617 [2021-03-30T18:04:17.270Z] #56 ... [2021-03-30T18:04:17.270Z] [2021-03-30T18:04:17.270Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:04:17.270Z] #45 sha256:0b24240f4727f10d9fc5b978638b2cfe80121362b628c08c68cb742a09f6bdf4 [2021-03-30T18:04:17.270Z] #45 87.98 encoding/xml [2021-03-30T18:04:17.270Z] #45 89.02 go/doc [2021-03-30T18:04:17.270Z] #45 92.27 github.com/LK4D4/vndr/build [2021-03-30T18:04:17.270Z] #45 93.19 github.com/LK4D4/vndr/versioned [2021-03-30T18:04:17.270Z] #45 93.37 compress/flate [2021-03-30T18:04:17.270Z] #45 95.72 hash/crc32 [2021-03-30T18:04:17.270Z] #45 96.25 net [2021-03-30T18:04:17.270Z] #45 96.37 compress/gzip [2021-03-30T18:04:17.270Z] #45 96.92 vendor/golang.org/x/text/transform [2021-03-30T18:04:17.270Z] #45 97.50 vendor/golang.org/x/text/unicode/bidi [2021-03-30T18:04:17.270Z] #45 ... [2021-03-30T18:04:17.270Z] [2021-03-30T18:04:17.270Z] #51 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:04:17.270Z] #51 sha256:07ae8a481030b9f777cf008b1d5cd7c7074184a1c6da4aa37c5f46cc1dbb41fc [2021-03-30T18:04:17.270Z] #51 91.48 mvdan.cc/sh/v3/cmd/shfmt [2021-03-30T18:04:17.270Z] #51 DONE 98.1s [2021-03-30T18:04:17.270Z] [2021-03-30T18:04:17.270Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:04:17.270Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:04:17.270Z] #43 21.01 CC images/cpuinfo.o [2021-03-30T18:04:17.270Z] #43 21.46 CC images/inventory.o [2021-03-30T18:04:17.270Z] #43 21.74 CC images/fdinfo.o [2021-03-30T18:04:17.270Z] #43 22.17 CC images/fown.o [2021-03-30T18:04:17.270Z] #43 22.45 CC images/ns.o [2021-03-30T18:04:17.270Z] #43 22.72 CC images/regfile.o [2021-03-30T18:04:17.270Z] #43 22.95 CC images/ghost-file.o [2021-03-30T18:04:17.270Z] #43 23.25 CC images/fifo.o [2021-03-30T18:04:17.270Z] #43 23.49 CC images/remap-file-path.o [2021-03-30T18:04:17.270Z] #43 23.68 CC images/eventfd.o [2021-03-30T18:04:17.270Z] #43 23.86 CC images/eventpoll.o [2021-03-30T18:04:17.270Z] #43 24.17 CC images/fh.o [2021-03-30T18:04:17.270Z] #43 24.42 CC images/fsnotify.o [2021-03-30T18:04:17.270Z] #43 25.14 CC images/signalfd.o [2021-03-30T18:04:17.270Z] #43 25.44 CC images/fs.o [2021-03-30T18:04:17.270Z] #43 25.60 CC images/pstree.o [2021-03-30T18:04:17.270Z] #43 25.75 CC images/pipe.o [2021-03-30T18:04:17.270Z] #43 26.05 CC images/tcp-stream.o [2021-03-30T18:04:17.467Z] #22 1.239 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-30T18:04:17.467Z] #22 1.243 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-30T18:04:17.467Z] #22 1.245 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-30T18:04:17.467Z] #22 DONE 1.4s [2021-03-30T18:04:17.467Z] [2021-03-30T18:04:17.467Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:04:17.467Z] #44 102.0 CC criu/page-xfer.o [2021-03-30T18:04:17.467Z] #44 103.2 CC criu/pagemap-cache.o [2021-03-30T18:04:17.524Z] #30 6.790 0.9% ########### 16.6% ################################## 47.3% ######################################################## 78.0% ############################################################### 88.2% ######################################################################## 100.0% [2021-03-30T18:04:17.528Z] #43 26.46 CC images/sk-packet.o [2021-03-30T18:04:17.759Z] #44 103.5 CC criu/pagemap.o [2021-03-30T18:04:18.091Z] #43 26.96 CC images/mnt.o [2021-03-30T18:04:18.185Z] #30 7.855 [2021-03-30T18:04:18.348Z] #43 27.33 CC images/pipe-data.o [2021-03-30T18:04:18.605Z] #43 27.57 CC images/sa.o [2021-03-30T18:04:18.836Z] #44 104.5 CC criu/parasite-syscall.o [2021-03-30T18:04:18.862Z] #43 27.78 CC images/timer.o [2021-03-30T18:04:18.862Z] #43 ... [2021-03-30T18:04:18.862Z] [2021-03-30T18:04:18.862Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:04:18.862Z] #45 sha256:0b24240f4727f10d9fc5b978638b2cfe80121362b628c08c68cb742a09f6bdf4 [2021-03-30T18:04:18.862Z] #45 99.72 vendor/golang.org/x/text/secure/bidirule [2021-03-30T18:04:19.426Z] #45 100.1 vendor/golang.org/x/text/unicode/norm [2021-03-30T18:04:19.470Z] #44 105.3 CC criu/path.o [2021-03-30T18:04:19.761Z] #44 105.5 CC criu/pie-util-vdso.o [2021-03-30T18:04:20.054Z] #44 105.9 CC criu/pie-util.o [2021-03-30T18:04:20.054Z] #44 106.0 CC criu/pipes.o [2021-03-30T18:04:20.689Z] #44 106.5 CC criu/plugin.o [2021-03-30T18:04:20.719Z] #30 8.010 0.3% ## 3.2% ###### 9.0% ########### 16.5% ################ 22.2% ##################### 29.9% ###################### 31.7% ######################### 35.5% ############################ 39.4% ############################### 44.2% #################################### 50.1% ######################################## 55.8% ######################################### 57.7% ############################################### 65.4% ################################################# 69.3% ##################################################### 75.0% ######################################################## 78.8% ############################################################## 86.5% ##################################################################### 96.0% ######################################################################## 100.0% [2021-03-30T18:04:20.844Z] INFO [loader] Go packages loading at mode 575 (files|imports|name|types_sizes|compiled_files|deps|exports_file) took 35.397382791s [2021-03-30T18:04:20.844Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 175.595777ms [2021-03-30T18:04:20.981Z] #44 106.8 CC criu/proc_parse.o [2021-03-30T18:04:21.377Z] #30 10.83 [2021-03-30T18:04:22.699Z] #45 103.6 vendor/golang.org/x/net/idna [2021-03-30T18:04:23.050Z] #44 108.9 CC criu/protobuf-desc.o [2021-03-30T18:04:23.684Z] #44 ... [2021-03-30T18:04:23.684Z] [2021-03-30T18:04:23.684Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-30T18:04:23.684Z] #41 154.6 + dpkg --print-architecture [2021-03-30T18:04:23.684Z] #41 154.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-30T18:04:23.962Z] #30 11.04 0.1% 1.1% # 2.7% ### 4.8% ##### 7.0% ###### 8.6% ####### 10.9% ######## 12.0% ########## 14.1% ########### 15.8% ############ 17.4% ############# 18.5% ############## 20.7% ############### 21.7% ################# 24.5% ################## 26.2% #################### 27.8% #################### 28.9% ##################### 30.5% ####################### 32.2% ####################### 33.2% ######################### 35.4% ########################## 36.5% [2021-03-30T18:04:23.962Z] #30 ... [2021-03-30T18:04:23.962Z] [2021-03-30T18:04:23.962Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:04:23.962Z] #37 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-30T18:04:23.962Z] #37 20.22 Fetched 8199 kB in 20s (420 kB/s) [2021-03-30T18:04:23.975Z] #41 154.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-30T18:04:23.975Z] #41 154.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-30T18:04:24.592Z] #45 ... [2021-03-30T18:04:24.592Z] [2021-03-30T18:04:24.592Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:04:24.593Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:04:24.593Z] #43 28.13 CC images/timerfd.o [2021-03-30T18:04:24.593Z] #43 28.33 CC images/mm.o [2021-03-30T18:04:24.593Z] #43 28.60 CC images/sk-opts.o [2021-03-30T18:04:24.593Z] #43 28.80 CC images/sk-unix.o [2021-03-30T18:04:24.593Z] #43 29.08 CC images/sk-inet.o [2021-03-30T18:04:24.593Z] #43 29.46 CC images/tun.o [2021-03-30T18:04:24.593Z] #43 29.72 CC images/sk-netlink.o [2021-03-30T18:04:24.593Z] #43 29.99 CC images/packet-sock.o [2021-03-30T18:04:24.593Z] #43 30.37 CC images/ipc-var.o [2021-03-30T18:04:24.593Z] #43 30.65 CC images/ipc-desc.o [2021-03-30T18:04:24.593Z] #43 30.84 CC images/ipc-shm.o [2021-03-30T18:04:24.593Z] #43 31.00 CC images/ipc-msg.o [2021-03-30T18:04:24.593Z] #43 31.30 CC images/ipc-sem.o [2021-03-30T18:04:24.593Z] #43 31.54 CC images/utsns.o [2021-03-30T18:04:24.593Z] #43 31.76 CC images/creds.o [2021-03-30T18:04:24.593Z] #43 31.95 CC images/vma.o [2021-03-30T18:04:24.593Z] #43 32.27 CC images/netdev.o [2021-03-30T18:04:24.593Z] #43 32.68 CC images/tty.o [2021-03-30T18:04:24.593Z] #43 33.19 CC images/file-lock.o [2021-03-30T18:04:24.593Z] #43 33.44 CC images/rlimit.o [2021-03-30T18:04:24.648Z] #37 20.22 Reading package lists... [2021-03-30T18:04:24.648Z] #37 ... [2021-03-30T18:04:24.648Z] [2021-03-30T18:04:24.648Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-30T18:04:24.648Z] #48 sha256:1369eeb5b1735d317fccc2529a3d02536849662e72be6a38735d434db1ff20cb [2021-03-30T18:04:24.648Z] #48 10.72 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-30T18:04:24.648Z] #48 15.01 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-30T18:04:24.648Z] #48 15.02 go: finding github.com/pkg/errors v0.9.1 [2021-03-30T18:04:24.648Z] #48 15.04 go: finding github.com/fatih/color v1.9.0 [2021-03-30T18:04:24.648Z] #48 15.19 go: finding github.com/spf13/pflag v1.0.3 [2021-03-30T18:04:24.648Z] #48 15.56 go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-30T18:04:24.648Z] #48 15.67 go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-30T18:04:24.648Z] #48 16.29 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-30T18:04:24.648Z] #48 16.30 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-30T18:04:24.648Z] #48 16.36 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-30T18:04:24.648Z] #48 16.39 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-30T18:04:24.648Z] #48 16.47 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-30T18:04:24.648Z] #48 ... [2021-03-30T18:04:24.648Z] [2021-03-30T18:04:24.648Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:04:24.648Z] #30 sha256:c30b9e6185aa12b4b124b529b51fba597d9d415cb2bb33c1bd5e19b8832c043a [2021-03-30T18:04:24.850Z] #43 33.62 CC images/pagemap.o [2021-03-30T18:04:25.106Z] #43 33.94 CC images/siginfo.o [2021-03-30T18:04:25.106Z] #43 34.19 CC images/rpc.o [2021-03-30T18:04:25.285Z] #30 11.04 0.1% 1.1% # 2.7% ### 4.8% ##### 7.0% ###### 8.6% ####### 10.9% ######## 12.0% ########## 14.1% ########### 15.8% ############ 17.4% ############# 18.5% ############## 20.7% ############### 21.7% ################# 24.5% ################## 26.2% #################### 27.8% #################### 28.9% ##################### 30.5% ####################### 32.2% ####################### 33.2% ######################### 35.4% ########################## 36.5% ########################### 38.1% ############################ 39.7% ############################## 41.9% ############################### 43.5% ################################ 45.2% ################################# 46.8% ################################## 48.4% #################################### 50.2% #################################### 51.0% [2021-03-30T18:04:25.286Z] #30 ... [2021-03-30T18:04:25.286Z] [2021-03-30T18:04:25.286Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:04:25.286Z] #59 sha256:1d96b029be641117914920d702a5cda41ce4edf0e08a95f9a061e60a1cb85292 [2021-03-30T18:04:25.286Z] #59 11.35 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-30T18:04:25.286Z] #59 11.36 go: downloading github.com/pkg/errors v0.9.1 [2021-03-30T18:04:25.286Z] #59 11.49 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-03-30T18:04:25.286Z] #59 11.58 go: extracting github.com/google/uuid v1.2.0 [2021-03-30T18:04:25.286Z] #59 11.63 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-03-30T18:04:25.286Z] #59 11.71 go: extracting github.com/gorilla/mux v1.8.0 [2021-03-30T18:04:25.286Z] #59 11.96 go: downloading github.com/gofrs/flock v0.8.0 [2021-03-30T18:04:25.286Z] #59 12.63 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-30T18:04:25.286Z] #59 12.94 go: extracting github.com/gofrs/flock v0.8.0 [2021-03-30T18:04:25.286Z] #59 13.07 go: extracting github.com/pkg/errors v0.9.1 [2021-03-30T18:04:25.286Z] #59 14.26 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-03-30T18:04:25.286Z] #59 14.29 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-30T18:04:25.286Z] #59 14.65 go: extracting github.com/moby/vpnkit v0.5.0 [2021-03-30T18:04:25.286Z] #59 17.43 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-03-30T18:04:25.286Z] #59 17.46 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-30T18:04:25.286Z] #59 ... [2021-03-30T18:04:25.286Z] [2021-03-30T18:04:25.286Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:04:25.286Z] #46 sha256:7187537ba83b6a68c7176f75c71f374a7da82a2ddfc66794e8a0b44614feaf4d [2021-03-30T18:04:25.286Z] #46 11.36 crypto/subtle [2021-03-30T18:04:25.286Z] #46 11.69 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-03-30T18:04:25.286Z] #46 12.03 internal/nettrace [2021-03-30T18:04:25.286Z] #46 12.76 runtime/cgo [2021-03-30T18:04:25.286Z] #46 14.69 vendor/golang.org/x/crypto/internal/subtle [2021-03-30T18:04:25.589Z] #46 ... [2021-03-30T18:04:25.589Z] [2021-03-30T18:04:25.589Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:04:25.589Z] #41 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-30T18:04:25.589Z] #41 19.22 Checking out files: 46% (784/1684) Checking out files: 47% (792/1684) Checking out files: 48% (809/1684) Checking out files: 49% (826/1684) Checking out files: 50% (842/1684) Checking out files: 51% (859/1684) Checking out files: 52% (876/1684) Checking out files: 53% (893/1684) Checking out files: 54% (910/1684) Checking out files: 55% (927/1684) Checking out files: 56% (944/1684) Checking out files: 57% (960/1684) Checking out files: 58% (977/1684) Checking out files: 59% (994/1684) Checking out files: 60% (1011/1684) Checking out files: 61% (1028/1684) Checking out files: 62% (1045/1684) Checking out files: 63% (1061/1684) Checking out files: 64% (1078/1684) Checking out files: 65% (1095/1684) Checking out files: 66% (1112/1684) Checking out files: 67% (1129/1684) Checking out files: 68% (1146/1684) Checking out files: 69% (1162/1684) Checking out files: 70% (1179/1684) Checking out files: 71% (1196/1684) Checking out files: 72% (1213/1684) Checking out files: 73% (1230/1684) Checking out files: 74% (1247/1684) Checking out files: 75% (1263/1684) Checking out files: 76% (1280/1684) Checking out files: 77% (1297/1684) Checking out files: 78% (1314/1684) Checking out files: 79% (1331/1684) Checking out files: 80% (1348/1684) Checking out files: 81% (1365/1684) Checking out files: 82% (1381/1684) Checking out files: 83% (1398/1684) Checking out files: 84% (1415/1684) Checking out files: 85% (1432/1684) Checking out files: 86% (1449/1684) Checking out files: 87% (1466/1684) Checking out files: 88% (1482/1684) Checking out files: 89% (1499/1684) Checking out files: 90% (1516/1684) Checking out files: 91% (1533/1684) Checking out files: 92% (1550/1684) Checking out files: 93% (1567/1684) Checking out files: 94% (1583/1684) Checking out files: 95% (1600/1684) Checking out files: 96% (1617/1684) Checking out files: 97% (1634/1684) Checking out files: 98% (1651/1684) Checking out files: 99% (1668/1684) Checking out files: 100% (1684/1684) Checking out files: 100% (1684/1684), done. [2021-03-30T18:04:25.589Z] #41 20.06 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-03-30T18:04:25.589Z] #41 ... [2021-03-30T18:04:25.589Z] [2021-03-30T18:04:25.589Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:04:25.589Z] #52 sha256:12bee0b462027e6a5de94e67450420039887d31ba9b75e27fcefc47ca9b29e82 [2021-03-30T18:04:25.589Z] #52 11.73 + cd /tmp/tmp.nkpYhZz8uO/src/github.com/mvdan/sh [2021-03-30T18:04:25.589Z] #52 11.73 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-03-30T18:04:25.589Z] #52 11.83 + GO111MODULE=on [2021-03-30T18:04:25.589Z] #52 11.84 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-03-30T18:04:25.589Z] #52 13.32 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-30T18:04:25.589Z] #52 13.39 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-30T18:04:25.589Z] #52 13.49 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-30T18:04:25.589Z] #52 13.84 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-30T18:04:25.589Z] #52 13.88 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-30T18:04:25.589Z] #52 15.46 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-30T18:04:25.589Z] #52 16.76 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-30T18:04:25.589Z] #52 19.86 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-30T18:04:25.905Z] #52 ... [2021-03-30T18:04:25.905Z] [2021-03-30T18:04:25.905Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:04:25.905Z] #30 sha256:c30b9e6185aa12b4b124b529b51fba597d9d415cb2bb33c1bd5e19b8832c043a [2021-03-30T18:04:26.474Z] #43 35.32 CC images/ext-file.o [2021-03-30T18:04:26.474Z] #43 35.52 CC images/cgroup.o [2021-03-30T18:04:26.594Z] #30 11.04 0.1% 1.1% # 2.7% ### 4.8% ##### 7.0% ###### 8.6% ####### 10.9% ######## 12.0% ########## 14.1% ########### 15.8% ############ 17.4% ############# 18.5% ############## 20.7% ############### 21.7% ################# 24.5% ################## 26.2% #################### 27.8% #################### 28.9% ##################### 30.5% ####################### 32.2% ####################### 33.2% ######################### 35.4% ########################## 36.5% ########################### 38.1% ############################ 39.7% ############################## 41.9% ############################### 43.5% ################################ 45.2% ################################# 46.8% ################################## 48.4% #################################### 50.2% #################################### 51.0% ##################################### 52.6% ###################################### 53.7% ####################################### 54.7% ######################################## 56.4% ######################################### 58.0% ########################################## 59.6% ########################################### 60.2% ############################################ 61.3% ############################################## 64.8% ############################################### 65.4% ################################################# 68.1% [2021-03-30T18:04:26.594Z] #30 ... [2021-03-30T18:04:26.594Z] [2021-03-30T18:04:26.594Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:04:26.594Z] #50 sha256:0e2203f3e8a5147c0eb16559b5c7736acb443d0814a640dbef65c9302cadfab4 [2021-03-30T18:04:26.594Z] #50 12.82 go: downloading github.com/fatih/color v1.7.0 [2021-03-30T18:04:26.594Z] #50 12.84 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-30T18:04:26.594Z] #50 12.87 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-03-30T18:04:26.594Z] #50 12.88 go: downloading github.com/pkg/errors v0.8.1 [2021-03-30T18:04:26.594Z] #50 12.90 go: downloading github.com/spf13/cobra v0.0.5 [2021-03-30T18:04:26.594Z] #50 12.99 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-30T18:04:26.594Z] #50 13.10 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-30T18:04:26.594Z] #50 13.18 go: extracting github.com/fatih/color v1.7.0 [2021-03-30T18:04:26.594Z] #50 13.29 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-03-30T18:04:26.594Z] #50 13.38 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-03-30T18:04:26.594Z] #50 13.48 go: downloading github.com/spf13/viper v1.6.1 [2021-03-30T18:04:26.594Z] #50 13.56 go: extracting github.com/spf13/cobra v0.0.5 [2021-03-30T18:04:26.594Z] #50 13.70 go: downloading github.com/spf13/pflag v1.0.5 [2021-03-30T18:04:26.594Z] #50 13.72 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-03-30T18:04:26.594Z] #50 13.78 go: downloading github.com/stretchr/testify v1.4.0 [2021-03-30T18:04:26.594Z] #50 13.97 go: extracting github.com/pkg/errors v0.8.1 [2021-03-30T18:04:26.595Z] #50 14.02 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-03-30T18:04:26.595Z] #50 14.10 go: extracting github.com/spf13/viper v1.6.1 [2021-03-30T18:04:26.595Z] #50 14.29 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-03-30T18:04:26.595Z] #50 14.42 go: extracting github.com/stretchr/testify v1.4.0 [2021-03-30T18:04:26.595Z] #50 14.63 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-30T18:04:26.595Z] #50 14.73 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-30T18:04:26.595Z] #50 14.74 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-03-30T18:04:26.595Z] #50 14.83 go: extracting github.com/spf13/pflag v1.0.5 [2021-03-30T18:04:26.595Z] #50 14.84 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-30T18:04:26.595Z] #50 14.96 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-30T18:04:26.595Z] #50 15.06 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-03-30T18:04:26.595Z] #50 15.09 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-30T18:04:26.595Z] #50 15.18 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-30T18:04:26.595Z] #50 15.23 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-30T18:04:26.595Z] #50 15.36 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-30T18:04:26.595Z] #50 15.38 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-30T18:04:26.595Z] #50 16.76 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-30T18:04:26.595Z] #50 18.30 go: downloading github.com/stretchr/objx v0.2.0 [2021-03-30T18:04:26.595Z] #50 18.48 go: extracting github.com/stretchr/objx v0.2.0 [2021-03-30T18:04:26.595Z] #50 18.95 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-30T18:04:26.595Z] #50 19.07 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-30T18:04:26.595Z] #50 19.80 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-30T18:04:26.965Z] #50 ... [2021-03-30T18:04:26.965Z] [2021-03-30T18:04:26.965Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:04:26.965Z] #30 sha256:c30b9e6185aa12b4b124b529b51fba597d9d415cb2bb33c1bd5e19b8832c043a [2021-03-30T18:04:27.041Z] #43 36.07 CC images/userns.o [2021-03-30T18:04:27.297Z] #43 36.27 CC images/google/protobuf/descriptor.o [2021-03-30T18:04:27.492Z] #41 ... [2021-03-30T18:04:27.492Z] [2021-03-30T18:04:27.492Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-30T18:04:27.492Z] #23 4.172 Collecting yamllint==1.16.0 [2021-03-30T18:04:27.492Z] #23 4.318 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-30T18:04:27.492Z] #23 4.351 Collecting pyyaml (from yamllint==1.16.0) [2021-03-30T18:04:27.492Z] #23 4.508 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-03-30T18:04:27.492Z] #23 4.832 Installing build dependencies: started [2021-03-30T18:04:27.783Z] #23 ... [2021-03-30T18:04:27.783Z] [2021-03-30T18:04:27.783Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:04:27.783Z] #44 109.8 CC criu/protobuf.o [2021-03-30T18:04:27.783Z] #44 110.2 CC criu/pstree.o [2021-03-30T18:04:27.783Z] #44 111.4 CC criu/rbtree.o [2021-03-30T18:04:27.783Z] #44 111.7 CC criu/rst-malloc.o [2021-03-30T18:04:27.783Z] #44 111.9 CC criu/seccomp.o [2021-03-30T18:04:27.783Z] #44 112.4 CC criu/seize.o [2021-03-30T18:04:27.783Z] #44 113.5 CC criu/servicefd.o [2021-03-30T18:04:28.075Z] #44 114.0 CC criu/shmem.o [2021-03-30T18:04:28.867Z] #30 11.04 0.1% 1.1% # 2.7% ### 4.8% ##### 7.0% ###### 8.6% ####### 10.9% ######## 12.0% ########## 14.1% ########### 15.8% ############ 17.4% ############# 18.5% ############## 20.7% ############### 21.7% ################# 24.5% ################## 26.2% #################### 27.8% #################### 28.9% ##################### 30.5% ####################### 32.2% ####################### 33.2% ######################### 35.4% ########################## 36.5% ########################### 38.1% ############################ 39.7% ############################## 41.9% ############################### 43.5% ################################ 45.2% ################################# 46.8% ################################## 48.4% #################################### 50.2% #################################### 51.0% ##################################### 52.6% ###################################### 53.7% ####################################### 54.7% ######################################## 56.4% ######################################### 58.0% ########################################## 59.6% ########################################### 60.2% ############################################ 61.3% ############################################## 64.8% ############################################### 65.4% ################################################# 68.1% ################################################## 70.8% #################################################### 72.6% ##################################################### 74.5% ####################################################### 77.2% ######################################################### 79.3% ########################################################## 81.5% ########################################################### 83.1% ############################################################# 85.3% ############################################################## 86.4% ############################################################### 88.0% ################################################################ 89.1% ################################################################# 90.7% ################################################################## 92.4% #################################################################### 94.5% #################################################################### 95.6% ##################################################################### 97.2% ####################################################################### 98.8% ######################################################################## 100.0% [2021-03-30T18:04:28.867Z] #30 18.72 [2021-03-30T18:04:29.108Z] #44 115.1 CC criu/sigframe.o [2021-03-30T18:04:29.296Z] #43 38.19 CC images/opts.o [2021-03-30T18:04:29.400Z] #44 115.3 CC criu/signalfd.o [2021-03-30T18:04:29.554Z] #43 38.47 CC images/seccomp.o [2021-03-30T18:04:29.811Z] #43 38.84 CC images/binfmt-misc.o [2021-03-30T18:04:30.034Z] #44 115.7 CC criu/sk-inet.o [2021-03-30T18:04:30.069Z] #43 39.04 CC images/time.o [2021-03-30T18:04:30.326Z] #43 39.19 CC images/sysctl.o [2021-03-30T18:04:30.410Z] #30 20.30 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-03-30T18:04:30.584Z] #43 39.52 CC images/autofs.o [2021-03-30T18:04:30.584Z] #43 39.72 CC images/macvlan.o [2021-03-30T18:04:31.063Z] #30 20.71 [2021-03-30T18:04:31.072Z] #44 116.7 CC criu/sk-netlink.o [2021-03-30T18:04:31.161Z] #43 39.94 CC images/sit.o [2021-03-30T18:04:31.161Z] #43 40.17 CC images/memfd.o [2021-03-30T18:04:31.364Z] #44 117.3 CC criu/sk-packet.o [2021-03-30T18:04:31.364Z] #44 ... [2021-03-30T18:04:31.364Z] [2021-03-30T18:04:31.364Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-30T18:04:31.364Z] #23 14.04 Installing build dependencies: finished with status 'done' [2021-03-30T18:04:31.370Z] #30 20.96 ## 3.4% ###################################################### 75.4% ######################################################################## 100.0% [2021-03-30T18:04:31.670Z] #30 21.38 [2021-03-30T18:04:31.742Z] #43 40.54 CC images/timens.o [2021-03-30T18:04:32.009Z] #43 40.83 LINK images/built-in.o [2021-03-30T18:04:32.009Z] #43 40.99 GEN compel/include/asm [2021-03-30T18:04:32.009Z] #43 41.02 GEN compel/include/version.h [2021-03-30T18:04:32.286Z] #43 41.04 touch .config [2021-03-30T18:04:32.286Z] #43 41.09 GEN include/common/config.h [2021-03-30T18:04:32.286Z] #43 41.22 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-03-30T18:04:32.286Z] #43 41.24 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-03-30T18:04:32.286Z] #43 41.28 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-03-30T18:04:32.286Z] #43 41.30 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-03-30T18:04:32.286Z] #43 41.33 DEP compel/arch/x86/plugins/std/memcpy.d [2021-03-30T18:04:32.286Z] #43 41.34 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-03-30T18:04:32.286Z] #43 41.37 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-30T18:04:32.286Z] #43 41.41 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-03-30T18:04:32.553Z] #43 41.42 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-30T18:04:32.553Z] #43 41.50 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-30T18:04:32.553Z] #43 41.50 DEP compel/plugins/std/infect.d [2021-03-30T18:04:32.734Z] #30 ... [2021-03-30T18:04:32.734Z] [2021-03-30T18:04:32.734Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-30T18:04:32.734Z] #56 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-03-30T18:04:32.734Z] #56 18.70 Fetched 8199 kB in 18s (454 kB/s) [2021-03-30T18:04:32.734Z] #56 18.70 Reading package lists... [2021-03-30T18:04:32.734Z] #56 28.45 Reading package lists... [2021-03-30T18:04:32.734Z] #56 ... [2021-03-30T18:04:32.734Z] [2021-03-30T18:04:32.734Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:04:32.734Z] #37 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-30T18:04:32.734Z] #37 20.22 Reading package lists... [2021-03-30T18:04:32.815Z] #43 41.61 DEP compel/plugins/std/string.d [2021-03-30T18:04:32.815Z] #43 41.74 DEP compel/plugins/std/log.d [2021-03-30T18:04:32.815Z] #43 41.78 DEP compel/plugins/std/fds.d [2021-03-30T18:04:32.815Z] #43 41.84 DEP compel/plugins/std/std.d [2021-03-30T18:04:33.075Z] #43 41.91 DEP compel/plugins/shmem/shmem.d [2021-03-30T18:04:33.075Z] #43 42.01 DEP compel/plugins/fds/fds.d [2021-03-30T18:04:33.332Z] #43 42.16 CC compel/plugins/std/std.o [2021-03-30T18:04:33.332Z] #43 ... [2021-03-30T18:04:33.332Z] [2021-03-30T18:04:33.332Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:04:33.332Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:04:33.332Z] #13 98.77 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-30T18:04:33.332Z] #13 98.78 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-03-30T18:04:33.332Z] #13 98.78 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:04:33.332Z] #13 ... [2021-03-30T18:04:33.332Z] [2021-03-30T18:04:33.332Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:04:33.332Z] #45 sha256:0b24240f4727f10d9fc5b978638b2cfe80121362b628c08c68cb742a09f6bdf4 [2021-03-30T18:04:33.332Z] #45 105.9 vendor/golang.org/x/net/http2/hpack [2021-03-30T18:04:33.332Z] #45 107.1 mime [2021-03-30T18:04:33.332Z] #45 108.8 mime/quotedprintable [2021-03-30T18:04:33.332Z] #45 109.4 net/http/internal [2021-03-30T18:04:33.332Z] #45 113.6 net/textproto [2021-03-30T18:04:33.332Z] #45 113.6 crypto/x509 [2021-03-30T18:04:33.588Z] #45 ... [2021-03-30T18:04:33.588Z] [2021-03-30T18:04:33.588Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:04:33.588Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:04:33.588Z] #43 42.54 CC compel/plugins/std/fds.o [2021-03-30T18:04:34.056Z] #37 29.43 Reading package lists... [2021-03-30T18:04:34.056Z] #37 ... [2021-03-30T18:04:34.056Z] [2021-03-30T18:04:34.056Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:04:34.056Z] #43 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-30T18:04:34.056Z] #43 20.05 Fetched 8199 kB in 19s (437 kB/s) [2021-03-30T18:04:34.056Z] #43 20.05 Reading package lists... [2021-03-30T18:04:34.056Z] #43 29.01 Reading package lists... [2021-03-30T18:04:34.056Z] #43 ... [2021-03-30T18:04:34.056Z] [2021-03-30T18:04:34.056Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:04:34.056Z] #50 sha256:0e2203f3e8a5147c0eb16559b5c7736acb443d0814a640dbef65c9302cadfab4 [2021-03-30T18:04:34.056Z] #50 24.71 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-30T18:04:34.056Z] #50 24.73 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-03-30T18:04:34.056Z] #50 24.73 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-30T18:04:34.056Z] #50 24.73 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-30T18:04:34.056Z] #50 24.73 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-30T18:04:34.056Z] #50 24.73 go: downloading github.com/subosito/gotenv v1.2.0 [2021-03-30T18:04:34.056Z] #50 24.73 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-30T18:04:34.056Z] #50 24.73 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-03-30T18:04:34.056Z] #50 24.73 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-30T18:04:34.056Z] #50 24.87 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-30T18:04:34.056Z] #50 25.01 go: downloading github.com/ultraware/funlen v0.0.2 [2021-03-30T18:04:34.056Z] #50 25.06 go: extracting github.com/subosito/gotenv v1.2.0 [2021-03-30T18:04:34.056Z] #50 25.08 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-30T18:04:34.056Z] #50 25.09 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-30T18:04:34.056Z] #50 25.09 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-03-30T18:04:34.056Z] #50 25.14 go: downloading github.com/spf13/afero v1.1.2 [2021-03-30T18:04:34.056Z] #50 25.14 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-30T18:04:34.056Z] #50 25.22 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-30T18:04:34.056Z] #50 25.32 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-03-30T18:04:34.056Z] #50 25.60 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-30T18:04:34.056Z] #50 25.64 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-30T18:04:34.056Z] #50 25.77 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-30T18:04:34.056Z] #50 25.85 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-30T18:04:34.056Z] #50 25.95 go: extracting github.com/ultraware/funlen v0.0.2 [2021-03-30T18:04:34.056Z] #50 25.95 go: downloading github.com/spf13/cast v1.3.0 [2021-03-30T18:04:34.056Z] #50 26.05 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-03-30T18:04:34.056Z] #50 26.05 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-30T18:04:34.056Z] #50 26.13 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-30T18:04:34.056Z] #50 26.32 go: extracting github.com/spf13/cast v1.3.0 [2021-03-30T18:04:34.056Z] #50 26.35 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-30T18:04:34.056Z] #50 26.38 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-30T18:04:34.056Z] #50 26.40 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-03-30T18:04:34.056Z] #50 26.43 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-30T18:04:34.056Z] #50 26.44 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-30T18:04:34.056Z] #50 26.46 go: extracting github.com/spf13/afero v1.1.2 [2021-03-30T18:04:34.056Z] #50 26.59 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-30T18:04:34.056Z] #50 26.68 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-30T18:04:34.056Z] #50 26.68 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-30T18:04:34.056Z] #50 26.68 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-30T18:04:34.056Z] #50 26.73 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-30T18:04:34.056Z] #50 26.74 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-03-30T18:04:34.056Z] #50 26.96 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-03-30T18:04:34.056Z] #50 27.02 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-03-30T18:04:34.056Z] #50 27.04 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-03-30T18:04:34.056Z] #50 27.04 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-30T18:04:34.056Z] #50 27.04 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-03-30T18:04:34.056Z] #50 27.07 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-30T18:04:34.056Z] #50 27.07 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-30T18:04:34.056Z] #50 27.11 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-03-30T18:04:34.056Z] #50 27.20 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-03-30T18:04:34.056Z] #50 27.20 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-30T18:04:34.056Z] #50 27.21 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-30T18:04:34.056Z] #50 27.32 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-03-30T18:04:34.056Z] #50 27.44 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-03-30T18:04:34.056Z] #50 27.47 go: downloading github.com/magiconair/properties v1.8.1 [2021-03-30T18:04:34.056Z] #50 27.48 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-30T18:04:34.056Z] #50 27.70 go: downloading github.com/gobwas/glob v0.2.3 [2021-03-30T18:04:34.056Z] #50 27.70 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-30T18:04:34.056Z] #50 27.72 go: downloading golang.org/x/text v0.3.2 [2021-03-30T18:04:34.056Z] #50 27.73 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-03-30T18:04:34.056Z] #50 27.83 go: extracting github.com/gobwas/glob v0.2.3 [2021-03-30T18:04:34.056Z] #50 27.93 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-03-30T18:04:34.056Z] #50 27.93 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-30T18:04:34.056Z] #50 28.03 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-03-30T18:04:34.056Z] #50 28.13 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-30T18:04:34.056Z] #50 28.13 go: downloading github.com/kisielk/gotool v1.0.0 [2021-03-30T18:04:34.056Z] #50 28.13 go: extracting github.com/magiconair/properties v1.8.1 [2021-03-30T18:04:34.056Z] #50 28.22 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-03-30T18:04:34.056Z] #50 28.31 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-03-30T18:04:34.056Z] #50 28.32 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-30T18:04:34.056Z] #50 28.54 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-30T18:04:34.056Z] #50 28.74 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-30T18:04:34.057Z] #50 28.83 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-30T18:04:34.057Z] #50 28.88 go: extracting github.com/kisielk/gotool v1.0.0 [2021-03-30T18:04:34.057Z] #50 29.22 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-03-30T18:04:34.057Z] #50 29.26 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-30T18:04:34.057Z] #50 29.39 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-03-30T18:04:34.057Z] #50 29.61 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-03-30T18:04:34.057Z] #50 29.62 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-03-30T18:04:34.057Z] #50 29.66 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-03-30T18:04:34.057Z] #50 29.76 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-03-30T18:04:34.057Z] #50 29.91 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-03-30T18:04:34.057Z] #50 30.10 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-30T18:04:34.057Z] #50 30.16 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-03-30T18:04:34.057Z] #50 30.20 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-03-30T18:04:34.057Z] #50 30.29 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-30T18:04:34.151Z] #43 43.01 CC compel/plugins/std/log.o [2021-03-30T18:04:34.357Z] #50 30.30 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-03-30T18:04:34.357Z] #50 30.33 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-30T18:04:34.357Z] #50 30.34 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-30T18:04:34.357Z] #50 30.41 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-30T18:04:34.660Z] #50 30.61 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-30T18:04:34.660Z] #50 30.65 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-30T18:04:34.660Z] #50 30.71 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-30T18:04:34.660Z] #50 30.92 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-30T18:04:34.716Z] #43 43.83 CC compel/plugins/std/string.o [2021-03-30T18:04:34.923Z] #23 17.31 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-30T18:04:34.923Z] #23 17.42 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-30T18:04:34.923Z] #23 17.43 Building wheels for collected packages: pyyaml [2021-03-30T18:04:34.923Z] #23 17.44 Running setup.py bdist_wheel for pyyaml: started [2021-03-30T18:04:34.931Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-30T18:04:35.309Z] #50 31.30 go: downloading github.com/gogo/protobuf v1.2.1 [2021-03-30T18:04:35.309Z] #50 ... [2021-03-30T18:04:35.309Z] [2021-03-30T18:04:35.309Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:04:35.309Z] #59 sha256:1d96b029be641117914920d702a5cda41ce4edf0e08a95f9a061e60a1cb85292 [2021-03-30T18:04:35.309Z] #59 21.57 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-30T18:04:35.309Z] #59 25.05 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-30T18:04:35.309Z] #59 25.19 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-30T18:04:35.309Z] #59 25.23 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-03-30T18:04:35.309Z] #59 26.04 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-03-30T18:04:35.309Z] #59 26.87 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-03-30T18:04:35.309Z] #59 30.04 go: finding github.com/pkg/errors v0.9.1 [2021-03-30T18:04:35.309Z] #59 30.14 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-03-30T18:04:35.309Z] #59 30.21 go: finding github.com/sirupsen/logrus v1.8.1 [2021-03-30T18:04:35.309Z] #59 30.29 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-03-30T18:04:35.309Z] #59 30.57 go: finding github.com/google/uuid v1.2.0 [2021-03-30T18:04:35.309Z] #59 30.74 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-03-30T18:04:35.309Z] #59 30.87 go: finding github.com/gofrs/flock v0.8.0 [2021-03-30T18:04:35.309Z] #59 30.90 go: finding github.com/moby/vpnkit v0.5.0 [2021-03-30T18:04:35.309Z] #59 31.01 go: finding github.com/gorilla/mux v1.8.0 [2021-03-30T18:04:35.309Z] #59 31.13 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-03-30T18:04:35.309Z] #59 31.31 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-03-30T18:04:35.309Z] #59 31.41 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-03-30T18:04:35.309Z] #59 31.48 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-03-30T18:04:35.449Z] ok github.com/docker/docker/cmd/dockerd 0.114s coverage: 29.1% of statements [2021-03-30T18:04:35.556Z] #23 18.24 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-03-30T18:04:35.556Z] #23 18.24 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-03-30T18:04:35.610Z] #59 ... [2021-03-30T18:04:35.611Z] [2021-03-30T18:04:35.611Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:04:35.611Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-30T18:04:35.611Z] #14 21.19 Fetched 8692 kB in 20s (428 kB/s) [2021-03-30T18:04:35.611Z] #14 21.19 Reading package lists... [2021-03-30T18:04:35.611Z] #14 31.02 Reading package lists... [2021-03-30T18:04:35.611Z] #14 ... [2021-03-30T18:04:35.611Z] [2021-03-30T18:04:35.611Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:04:35.611Z] #30 sha256:c30b9e6185aa12b4b124b529b51fba597d9d415cb2bb33c1bd5e19b8832c043a [2021-03-30T18:04:35.611Z] #30 22.74 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-03-30T18:04:35.611Z] #30 22.85 skipping existing 5cb8031fd95d [2021-03-30T18:04:35.611Z] #30 23.08 [2021-03-30T18:04:35.611Z] #30 24.52 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-03-30T18:04:35.611Z] #30 25.01 [2021-03-30T18:04:35.645Z] #43 44.50 CC compel/plugins/std/infect.o [2021-03-30T18:04:35.710Z] ok github.com/docker/docker/container 0.156s coverage: 34.7% of statements [2021-03-30T18:04:35.710Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-30T18:04:35.710Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-30T18:04:35.710Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-30T18:04:35.710Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-30T18:04:35.847Z] #23 18.31 Successfully built pyyaml [2021-03-30T18:04:35.847Z] #23 18.32 Installing collected packages: pyyaml, pathspec, yamllint [2021-03-30T18:04:35.847Z] #23 18.52 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-30T18:04:35.860Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-30T18:04:35.902Z] #43 44.94 CC compel/arch/x86/plugins/std/parasite-head.o [2021-03-30T18:04:35.902Z] #43 44.99 CC compel/arch/x86/plugins/std/memcpy.o [2021-03-30T18:04:35.921Z] #30 25.24 0.0% ### 4.4% ###### 8.4% ######## 12.1% [2021-03-30T18:04:35.921Z] #30 ... [2021-03-30T18:04:35.921Z] [2021-03-30T18:04:35.921Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:04:35.921Z] #52 sha256:12bee0b462027e6a5de94e67450420039887d31ba9b75e27fcefc47ca9b29e82 [2021-03-30T18:04:35.921Z] #52 21.96 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-03-30T18:04:35.921Z] #52 22.08 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-03-30T18:04:35.921Z] #52 22.77 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-03-30T18:04:35.921Z] #52 23.34 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-03-30T18:04:35.921Z] #52 25.04 runtime/cgo [2021-03-30T18:04:35.921Z] #52 25.52 runtime [2021-03-30T18:04:35.921Z] #52 ... [2021-03-30T18:04:35.921Z] [2021-03-30T18:04:35.921Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:04:35.921Z] #30 sha256:c30b9e6185aa12b4b124b529b51fba597d9d415cb2bb33c1bd5e19b8832c043a [2021-03-30T18:04:36.160Z] #43 45.04 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-03-30T18:04:36.160Z] #43 45.11 AR compel/plugins/std.lib.a [2021-03-30T18:04:36.160Z] #43 45.20 CC compel/plugins/fds/fds.o [2021-03-30T18:04:36.481Z] #23 DONE 19.0s [2021-03-30T18:04:36.481Z] [2021-03-30T18:04:36.481Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:04:36.481Z] #44 117.9 CC criu/sk-queue.o [2021-03-30T18:04:36.481Z] #44 118.3 CC criu/sk-tcp.o [2021-03-30T18:04:36.481Z] #44 118.8 CC criu/sk-unix.o [2021-03-30T18:04:36.481Z] #44 120.4 CC criu/sockets.o [2021-03-30T18:04:36.481Z] #44 121.2 CC criu/stats.o [2021-03-30T18:04:36.481Z] #44 121.5 CC criu/string.o [2021-03-30T18:04:36.481Z] #44 121.6 CC criu/sysctl.o [2021-03-30T18:04:36.481Z] #44 122.1 CC criu/sysfs_parse.o [2021-03-30T18:04:36.481Z] #44 ... [2021-03-30T18:04:36.481Z] [2021-03-30T18:04:36.481Z] #26 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2021-03-30T18:04:36.481Z] #26 DONE 0.2s [2021-03-30T18:04:36.481Z] [2021-03-30T18:04:36.481Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:04:36.481Z] #44 122.4 CC criu/timens.o [2021-03-30T18:04:36.723Z] #43 45.44 AR compel/plugins/fds.lib.a [2021-03-30T18:04:36.723Z] #43 45.49 HOSTDEP compel/src/lib/log-host.d [2021-03-30T18:04:36.723Z] #43 45.59 HOSTDEP compel/src/lib/handle-elf-host.d [2021-03-30T18:04:36.723Z] #43 45.77 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-03-30T18:04:36.980Z] #43 45.87 HOSTDEP compel/src/main-host.d [2021-03-30T18:04:36.980Z] #43 45.96 DEP compel/src/lib/ptrace.d [2021-03-30T18:04:37.124Z] #44 122.8 CC criu/timerfd.o [2021-03-30T18:04:37.237Z] #43 46.17 DEP compel/src/lib/infect.d [2021-03-30T18:04:37.416Z] #44 123.1 CC criu/tty.o [2021-03-30T18:04:37.493Z] #43 46.40 DEP compel/src/lib/infect-util.d [2021-03-30T18:04:37.493Z] #43 46.50 DEP compel/src/lib/infect-rpc.d [2021-03-30T18:04:37.634Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.039s coverage: 65.3% of statements [2021-03-30T18:04:37.714Z] #44 ... [2021-03-30T18:04:37.714Z] [2021-03-30T18:04:37.714Z] #31 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2021-03-30T18:04:37.714Z] #31 DONE 1.1s [2021-03-30T18:04:37.714Z] [2021-03-30T18:04:37.714Z] #34 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2021-03-30T18:04:37.714Z] #34 DONE 0.2s [2021-03-30T18:04:37.714Z] [2021-03-30T18:04:37.714Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-30T18:04:37.740Z] #30 25.24 0.0% ### 4.4% ###### 8.4% ######## 12.1% ############# 19.4% ################### 26.6% ##################### 30.3% ########################### 37.6% ############################### 43.1% #################################### 50.2% ######################################## 56.4% ########################################### 60.1% ################################################ 67.5% #################################################### 73.0% ####################################################### 76.7% ########################################################### 82.3% ############################################################### 87.7% ################################################################# 91.4% ####################################################################### 98.7% ######################################################################## 100.0% [2021-03-30T18:04:37.740Z] #30 27.61 [2021-03-30T18:04:37.749Z] #43 46.62 DEP compel/arch/x86/src/lib/infect.d [2021-03-30T18:04:37.749Z] #43 46.77 DEP compel/arch/x86/src/lib/cpu.d [2021-03-30T18:04:37.749Z] #43 46.88 DEP compel/src/lib/log.d [2021-03-30T18:04:38.005Z] #41 ... [2021-03-30T18:04:38.005Z] [2021-03-30T18:04:38.005Z] #36 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2021-03-30T18:04:38.005Z] #36 DONE 0.2s [2021-03-30T18:04:38.005Z] [2021-03-30T18:04:38.005Z] #43 47.01 DEP compel/src/main.d [2021-03-30T18:04:38.005Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2021-03-30T18:04:38.005Z] #39 DONE 0.1s [2021-03-30T18:04:38.005Z] #43 47.13 DEP compel/src/lib/handle-elf.d [2021-03-30T18:04:38.005Z] [2021-03-30T18:04:38.005Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:04:38.262Z] #43 47.26 DEP compel/arch/x86/src/lib/handle-elf.d [2021-03-30T18:04:38.262Z] #43 47.37 CC compel/src/lib/log.o [2021-03-30T18:04:38.390Z] #30 ... [2021-03-30T18:04:38.390Z] [2021-03-30T18:04:38.390Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:04:38.390Z] #41 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-30T18:04:38.390Z] #41 24.42 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-03-30T18:04:38.637Z] #57 ... [2021-03-30T18:04:38.637Z] [2021-03-30T18:04:38.637Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:04:38.637Z] #44 124.5 CC criu/tun.o [2021-03-30T18:04:38.692Z] #41 ... [2021-03-30T18:04:38.692Z] [2021-03-30T18:04:38.692Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:04:38.692Z] #50 sha256:0e2203f3e8a5147c0eb16559b5c7736acb443d0814a640dbef65c9302cadfab4 [2021-03-30T18:04:38.692Z] #50 31.86 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-30T18:04:38.692Z] #50 31.96 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-30T18:04:38.692Z] #50 32.76 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-30T18:04:38.692Z] #50 33.16 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-30T18:04:38.692Z] #50 33.17 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-30T18:04:38.692Z] #50 34.07 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-03-30T18:04:38.692Z] #50 34.07 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-03-30T18:04:38.692Z] #50 34.08 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-03-30T18:04:38.692Z] #50 34.13 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-03-30T18:04:38.692Z] #50 34.17 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-03-30T18:04:38.692Z] #50 34.18 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-03-30T18:04:38.692Z] #50 34.31 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-03-30T18:04:38.692Z] #50 34.36 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-03-30T18:04:38.692Z] #50 34.43 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-03-30T18:04:38.692Z] #50 34.46 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-03-30T18:04:38.692Z] #50 34.62 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-03-30T18:04:38.692Z] #50 34.67 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-03-30T18:04:38.825Z] #43 47.67 CC compel/arch/x86/src/lib/cpu.o [2021-03-30T18:04:38.993Z] #50 ... [2021-03-30T18:04:38.993Z] [2021-03-30T18:04:38.993Z] #68 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-30T18:04:38.993Z] #68 sha256:681ae27b7f75e95765439f2aca820aaaff00562c7fb288cf33346009d60568b7 [2021-03-30T18:04:38.993Z] #68 24.97 Checking out files: 53% (1024/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. [2021-03-30T18:04:38.993Z] #68 25.69 + cd /tmp/tmp.pEg1b4QIOe/src/github.com/docker/libnetwork [2021-03-30T18:04:38.993Z] #68 25.69 + git checkout -q b3507428be5b458cb0e2b4086b13531fb0706e46 [2021-03-30T18:04:38.993Z] #68 26.28 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-03-30T18:04:39.269Z] #44 124.8 CC criu/uffd.o [2021-03-30T18:04:39.387Z] #43 48.40 CC compel/arch/x86/src/lib/infect.o [2021-03-30T18:04:39.387Z] #43 ... [2021-03-30T18:04:39.387Z] [2021-03-30T18:04:39.387Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:04:39.387Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:04:39.387Z] #13 114.8 Selecting previously unselected package libapparmor1:amd64. [2021-03-30T18:04:39.387Z] #13 114.8 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-03-30T18:04:39.387Z] #13 114.8 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-03-30T18:04:39.643Z] #13 114.9 Selecting previously unselected package libapparmor-dev:amd64. [2021-03-30T18:04:39.643Z] #13 114.9 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-03-30T18:04:39.643Z] #13 115.0 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-30T18:04:39.643Z] #13 115.1 Selecting previously unselected package libbtrfs0. [2021-03-30T18:04:39.643Z] #13 115.1 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-03-30T18:04:39.643Z] #13 115.1 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-30T18:04:39.899Z] #13 115.2 Selecting previously unselected package libbtrfs-dev. [2021-03-30T18:04:39.899Z] #13 115.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-03-30T18:04:39.899Z] #13 115.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-30T18:04:39.899Z] #13 115.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-03-30T18:04:39.899Z] #13 115.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-03-30T18:04:39.899Z] #13 115.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-30T18:04:39.900Z] #44 125.6 CC criu/util.o [2021-03-30T18:04:40.055Z] #68 ... [2021-03-30T18:04:40.055Z] [2021-03-30T18:04:40.055Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:04:40.055Z] #43 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-30T18:04:40.055Z] #43 29.01 Reading package lists... [2021-03-30T18:04:40.155Z] #13 115.5 Selecting previously unselected package libudev-dev:amd64. [2021-03-30T18:04:40.155Z] #13 115.5 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-03-30T18:04:40.155Z] #13 115.6 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-03-30T18:04:40.155Z] #13 115.8 Selecting previously unselected package libsepol1-dev:amd64. [2021-03-30T18:04:40.155Z] #13 115.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-03-30T18:04:40.261Z] ok github.com/docker/docker/daemon/cluster/convert 0.032s coverage: 35.9% of statements [2021-03-30T18:04:40.411Z] #13 115.8 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-03-30T18:04:40.670Z] #13 116.1 Selecting previously unselected package libpcre16-3:amd64. [2021-03-30T18:04:40.670Z] #13 116.1 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-03-30T18:04:40.670Z] #13 116.1 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-03-30T18:04:40.670Z] #13 116.3 Selecting previously unselected package libpcre32-3:amd64. [2021-03-30T18:04:40.670Z] #13 116.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-03-30T18:04:40.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-30T18:04:40.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-30T18:04:40.927Z] #13 116.3 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-03-30T18:04:40.931Z] #44 126.5 CC criu/uts_ns.o [2021-03-30T18:04:40.931Z] #44 126.7 CC criu/vdso.o [2021-03-30T18:04:41.183Z] #13 116.5 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-03-30T18:04:41.183Z] #13 116.5 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-03-30T18:04:41.183Z] #13 116.5 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-30T18:04:41.183Z] #13 116.6 Selecting previously unselected package libpcre3-dev:amd64. [2021-03-30T18:04:41.183Z] #13 116.7 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-03-30T18:04:41.183Z] #13 116.7 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-30T18:04:41.222Z] #44 127.1 LINK criu/built-in.o [2021-03-30T18:04:41.513Z] #44 127.2 LINK criu/criu [2021-03-30T18:04:41.602Z] #43 36.18 Building dependency tree... [2021-03-30T18:04:41.746Z] #13 117.2 Selecting previously unselected package libselinux1-dev:amd64. [2021-03-30T18:04:41.746Z] #13 117.2 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-03-30T18:04:41.746Z] #13 117.2 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-30T18:04:41.804Z] #44 127.5 DEP lib/c/criu.d [2021-03-30T18:04:41.804Z] #44 127.6 CC images/rpc.pb-c.o [2021-03-30T18:04:42.003Z] #13 117.4 Selecting previously unselected package libdevmapper-dev:amd64. [2021-03-30T18:04:42.003Z] #13 117.5 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-03-30T18:04:42.003Z] #13 117.5 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-30T18:04:42.259Z] #13 117.6 Selecting previously unselected package libseccomp-dev:amd64. [2021-03-30T18:04:42.259Z] #13 117.6 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-03-30T18:04:42.259Z] #13 117.6 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-30T18:04:42.259Z] #13 117.7 Selecting previously unselected package libsystemd-dev:amd64. [2021-03-30T18:04:42.259Z] #13 117.7 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-03-30T18:04:42.259Z] #13 117.8 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-03-30T18:04:42.434Z] #44 128.1 CC lib/c/criu.o [2021-03-30T18:04:42.745Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m48.751306856s with top 10 stages: buildssa: 1m29.01636336s, goimports: 15.80503386s, unconvert: 9.980345961s, gosec: 9.675603424s, golint: 6.650054822s, inspect: 5.180378682s, misspell: 5.141609371s, ineffassign: 4.591651151s, deadcode: 4.379148405s, isgenerated: 3.711674588s [2021-03-30T18:04:42.822Z] #13 118.3 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-03-30T18:04:42.822Z] #13 118.3 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-03-30T18:04:42.822Z] #13 118.3 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-03-30T18:04:42.822Z] #13 118.4 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-30T18:04:42.822Z] #13 118.4 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-03-30T18:04:42.822Z] #13 118.4 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-03-30T18:04:42.822Z] #13 118.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:04:42.822Z] #13 118.4 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-30T18:04:43.066Z] #44 129.0 LINK lib/c/built-in.o [2021-03-30T18:04:43.066Z] #44 129.0 LINK lib/c/libcriu.so [2021-03-30T18:04:43.066Z] #44 129.0 LINK lib/c/libcriu.a [2021-03-30T18:04:43.078Z] #13 118.4 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-03-30T18:04:43.078Z] #13 118.4 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-03-30T18:04:43.078Z] #13 118.5 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-30T18:04:43.078Z] #13 118.5 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-30T18:04:43.078Z] #13 118.5 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-03-30T18:04:43.078Z] #13 118.5 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-30T18:04:43.078Z] #13 118.5 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-03-30T18:04:43.078Z] #13 118.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-30T18:04:43.078Z] #13 118.5 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-03-30T18:04:43.078Z] #13 118.6 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:04:43.078Z] #13 118.6 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 [2021-03-30T18:04:43.078Z] #13 118.6 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 [2021-03-30T18:04:43.078Z] #13 118.6 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:04:43.078Z] #13 118.6 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 [2021-03-30T18:04:43.078Z] #13 118.6 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 [2021-03-30T18:04:43.078Z] #13 118.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-30T18:04:43.078Z] #13 118.6 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-03-30T18:04:43.078Z] #13 118.6 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-03-30T18:04:43.152Z] #43 39.03 The following additional packages will be installed: [2021-03-30T18:04:43.152Z] #43 39.03 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-03-30T18:04:43.152Z] #43 39.03 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-03-30T18:04:43.152Z] #43 39.04 Suggested packages: [2021-03-30T18:04:43.152Z] #43 39.04 manpages-dev python-setuptools [2021-03-30T18:04:43.339Z] #13 118.7 Setting up dmsetup (2:1.02.155-3) ... [2021-03-30T18:04:43.339Z] #13 118.7 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-03-30T18:04:43.339Z] #13 118.7 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-03-30T18:04:43.339Z] #13 118.7 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:04:43.357Z] #44 129.1 GEN magic.py [2021-03-30T18:04:43.357Z] #44 129.2 Note: Building without setproctitle() and strlcpy() support. [2021-03-30T18:04:43.357Z] #44 129.2 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-30T18:04:43.357Z] #44 129.2 Note: Building without GnuTLS support [2021-03-30T18:04:43.357Z] #44 129.2 Makefile.config:39: Warn: you have no libnftables installed [2021-03-30T18:04:43.357Z] #44 129.2 Makefile.config:40: Warn: Building without nftables support [2021-03-30T18:04:43.453Z] #43 ... [2021-03-30T18:04:43.453Z] [2021-03-30T18:04:43.453Z] #30 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491 busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209 busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85 debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344 hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9 arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1 [2021-03-30T18:04:43.453Z] #30 sha256:c30b9e6185aa12b4b124b529b51fba597d9d415cb2bb33c1bd5e19b8832c043a [2021-03-30T18:04:43.453Z] #30 30.22 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-03-30T18:04:43.453Z] #30 30.71 [2021-03-30T18:04:43.453Z] #30 30.96 ######################################################################## 100.0% [2021-03-30T18:04:43.453Z] #30 31.16 [2021-03-30T18:04:43.453Z] #30 31.99 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-03-30T18:04:43.453Z] #30 32.57 [2021-03-30T18:04:43.453Z] #30 32.78 ######################################################################## 100.0% [2021-03-30T18:04:43.453Z] #30 33.01 [2021-03-30T18:04:43.453Z] #30 33.12 Download of images into '/build' complete. [2021-03-30T18:04:43.453Z] #30 33.12 Use something like the following to load the result into a Docker daemon: [2021-03-30T18:04:43.453Z] #30 33.12 tar -cC '/build' . | docker load [2021-03-30T18:04:43.453Z] #30 DONE 33.2s [2021-03-30T18:04:43.567Z] ok github.com/docker/docker/daemon/cluster 0.158s coverage: 0.5% of statements [2021-03-30T18:04:43.754Z] [2021-03-30T18:04:43.754Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:04:43.754Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-30T18:04:43.754Z] #14 31.02 Reading package lists... [2021-03-30T18:04:43.901Z] #13 ... [2021-03-30T18:04:43.901Z] [2021-03-30T18:04:43.901Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:04:43.901Z] #45 sha256:0b24240f4727f10d9fc5b978638b2cfe80121362b628c08c68cb742a09f6bdf4 [2021-03-30T18:04:43.901Z] #45 114.7 vendor/golang.org/x/net/http/httpguts [2021-03-30T18:04:43.901Z] #45 115.0 vendor/golang.org/x/net/http/httpproxy [2021-03-30T18:04:43.901Z] #45 115.6 mime/multipart [2021-03-30T18:04:43.901Z] #45 117.5 crypto/tls [2021-03-30T18:04:43.901Z] #45 123.8 net/http/httptrace [2021-03-30T18:04:43.901Z] #45 124.0 net/http [2021-03-30T18:04:43.901Z] #45 ... [2021-03-30T18:04:43.901Z] [2021-03-30T18:04:43.901Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:04:43.901Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:04:43.901Z] #43 49.28 CC compel/src/lib/infect-rpc.o [2021-03-30T18:04:43.901Z] #43 49.62 CC compel/src/lib/infect-util.o [2021-03-30T18:04:43.901Z] #43 49.94 CC compel/src/lib/infect.o [2021-03-30T18:04:43.901Z] #43 52.39 CC compel/src/lib/ptrace.o [2021-03-30T18:04:43.901Z] #43 52.79 AR compel/libcompel.a [2021-03-30T18:04:43.901Z] #43 52.89 HOSTCC compel/src/main-host.o [2021-03-30T18:04:44.157Z] #43 53.19 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-03-30T18:04:44.390Z] #44 130.0 fatal: not a git repository (or any of the parent directories): .git [2021-03-30T18:04:44.414Z] #43 53.32 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-30T18:04:44.670Z] #43 53.59 HOSTCC compel/src/lib/log-host.o [2021-03-30T18:04:44.680Z] #44 130.5 make[1]: Nothing to be done for 'all'. [2021-03-30T18:04:44.927Z] #43 53.74 HOSTLINK compel/compel-host-bin [2021-03-30T18:04:44.927Z] #43 53.85 DEP soccr/soccr.d [2021-03-30T18:04:44.958Z] ok github.com/docker/docker/daemon/discovery 0.014s coverage: 30.0% of statements [2021-03-30T18:04:45.184Z] #43 54.03 CC soccr/soccr.o [2021-03-30T18:04:45.294Z] #14 39.30 Building dependency tree... [2021-03-30T18:04:45.314Z] #44 131.0 make[1]: 'images/built-in.o' is up to date. [2021-03-30T18:04:45.314Z] #44 131.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-30T18:04:45.314Z] #44 131.0 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-30T18:04:45.314Z] #44 131.1 make[1]: 'compel/libcompel.a' is up to date. [2021-03-30T18:04:45.314Z] #44 131.1 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-30T18:04:45.314Z] #44 131.1 make[1]: Nothing to be done for 'all'. [2021-03-30T18:04:45.314Z] #44 131.1 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-30T18:04:45.441Z] #43 ... [2021-03-30T18:04:45.441Z] [2021-03-30T18:04:45.441Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:04:45.441Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-03-30T18:04:45.441Z] #13 DONE 120.9s [2021-03-30T18:04:45.441Z] [2021-03-30T18:04:45.441Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-30T18:04:45.441Z] #53 sha256:35f143734c5c0e063428045c2af37a5ab71372307710b4336736667f5bde1260 [2021-03-30T18:04:45.593Z] #14 ... [2021-03-30T18:04:45.593Z] [2021-03-30T18:04:45.593Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:04:45.593Z] #59 sha256:1d96b029be641117914920d702a5cda41ce4edf0e08a95f9a061e60a1cb85292 [2021-03-30T18:04:45.593Z] #59 31.86 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-03-30T18:04:45.593Z] #59 32.21 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-03-30T18:04:45.611Z] #44 131.3 make[2]: Nothing to be done for 'all'. [2021-03-30T18:04:45.611Z] #44 131.3 make[2]: Nothing to be done for 'all'. [2021-03-30T18:04:45.611Z] #44 ... [2021-03-30T18:04:45.611Z] [2021-03-30T18:04:45.611Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-03-30T18:04:45.611Z] #41 DONE 176.5s [2021-03-30T18:04:45.611Z] [2021-03-30T18:04:45.611Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-03-30T18:04:45.611Z] #44 131.3 make[2]: Nothing to be done for 'all'. [2021-03-30T18:04:45.611Z] #44 131.5 make[2]: Nothing to be done for 'all'. [2021-03-30T18:04:45.611Z] #44 131.5 make[2]: Nothing to be done for 'all'. [2021-03-30T18:04:45.611Z] #44 131.6 make[2]: Nothing to be done for 'all'. [2021-03-30T18:04:45.892Z] #59 ... [2021-03-30T18:04:45.892Z] [2021-03-30T18:04:45.892Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:04:45.892Z] #43 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-30T18:04:45.892Z] #43 41.29 The following NEW packages will be installed: [2021-03-30T18:04:45.892Z] #43 41.30 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-03-30T18:04:45.892Z] #43 41.31 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-03-30T18:04:45.892Z] #43 41.31 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-03-30T18:04:45.892Z] #43 41.32 python-six zlib1g-dev [2021-03-30T18:04:45.892Z] #43 41.64 0 upgraded, 17 newly installed, 0 to remove and 26 not upgraded. [2021-03-30T18:04:45.892Z] #43 41.64 Need to get 4075 kB of archives. [2021-03-30T18:04:45.892Z] #43 41.64 After this operation, 24.5 MB of additional disk space will be used. [2021-03-30T18:04:45.892Z] #43 41.64 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2021-03-30T18:04:45.892Z] #43 41.67 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2021-03-30T18:04:45.892Z] #43 41.68 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2021-03-30T18:04:45.892Z] #43 41.72 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2021-03-30T18:04:45.892Z] #43 41.74 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2021-03-30T18:04:45.892Z] #43 41.76 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2021-03-30T18:04:45.892Z] #43 41.77 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c-dev ppc64el 1.3.1-1+b1 [36.6 kB] [2021-03-30T18:04:45.892Z] #43 41.78 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2021-03-30T18:04:45.892Z] #43 41.80 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2021-03-30T18:04:45.892Z] #43 41.87 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2021-03-30T18:04:45.892Z] #43 41.89 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2021-03-30T18:04:45.902Z] #44 131.6 make[2]: Nothing to be done for 'all'. [2021-03-30T18:04:45.902Z] #44 131.7 make[2]: Nothing to be done for 'all'. [2021-03-30T18:04:45.902Z] #44 131.7 INSTALL criu/criu [2021-03-30T18:04:46.194Z] #44 DONE 132.0s [2021-03-30T18:04:46.194Z] [2021-03-30T18:04:46.194Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:04:46.197Z] #43 42.15 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2021-03-30T18:04:46.197Z] #43 42.27 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-c-compiler ppc64el 1.3.1-1+b1 [81.2 kB] [2021-03-30T18:04:46.197Z] #43 42.27 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2021-03-30T18:04:46.197Z] #43 42.28 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2021-03-30T18:04:46.197Z] #43 42.32 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2021-03-30T18:04:46.197Z] #43 42.33 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2021-03-30T18:04:46.352Z] ok github.com/docker/docker/daemon/config 0.136s coverage: 81.8% of statements [2021-03-30T18:04:46.498Z] #50 173.6 + /build/golangci-lint --version [2021-03-30T18:04:46.614Z] ok github.com/docker/docker/daemon/events 0.069s coverage: 50.0% of statements [2021-03-30T18:04:47.137Z] #50 174.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-30T18:04:47.341Z] #53 1.706 + RM_GOPATH=0 [2021-03-30T18:04:47.341Z] #53 1.707 + TMP_GOPATH= [2021-03-30T18:04:47.341Z] #53 1.707 + : /build [2021-03-30T18:04:47.341Z] #53 1.708 + '[' -z '' ']' [2021-03-30T18:04:47.341Z] #53 1.710 ++ mktemp -d [2021-03-30T18:04:47.341Z] #53 1.711 + export GOPATH=/tmp/tmp.om03a7ycWM [2021-03-30T18:04:47.341Z] #53 1.711 + GOPATH=/tmp/tmp.om03a7ycWM [2021-03-30T18:04:47.341Z] #53 1.711 + RM_GOPATH=1 [2021-03-30T18:04:47.341Z] #53 1.711 + case "$(go env GOARCH)" in [2021-03-30T18:04:47.341Z] #53 1.712 ++ go env GOARCH [2021-03-30T18:04:47.341Z] #53 1.757 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:47.341Z] #53 1.757 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:47.341Z] #53 1.758 ++ dirname /tmp/install/install.sh [2021-03-30T18:04:47.341Z] #53 1.764 + dir=/tmp/install [2021-03-30T18:04:47.341Z] #53 ... [2021-03-30T18:04:47.341Z] [2021-03-30T18:04:47.341Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-30T18:04:47.341Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-03-30T18:04:47.341Z] #14 DONE 1.8s [2021-03-30T18:04:47.341Z] [2021-03-30T18:04:47.341Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-30T18:04:47.341Z] #53 sha256:35f143734c5c0e063428045c2af37a5ab71372307710b4336736667f5bde1260 [2021-03-30T18:04:47.341Z] #53 1.767 + bin=runc [2021-03-30T18:04:47.341Z] #53 1.768 + shift [2021-03-30T18:04:47.341Z] #53 1.768 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-30T18:04:47.341Z] #53 1.768 + . /tmp/install/runc.installer [2021-03-30T18:04:47.341Z] #53 1.769 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:04:47.341Z] #53 1.773 + install_runc [2021-03-30T18:04:47.341Z] #53 1.773 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-30T18:04:47.341Z] #53 1.777 + uname -r [2021-03-30T18:04:47.341Z] #53 1.785 + RUNC_BUILDTAGS='seccomp ' [2021-03-30T18:04:47.341Z] #53 1.785 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-30T18:04:47.341Z] #53 1.785 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-30T18:04:47.341Z] #53 1.786 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.om03a7ycWM/src/github.com/opencontainers/runc [2021-03-30T18:04:47.341Z] #53 1.787 Cloning into '/tmp/tmp.om03a7ycWM/src/github.com/opencontainers/runc'... [2021-03-30T18:04:47.443Z] #50 DONE 174.3s [2021-03-30T18:04:47.443Z] [2021-03-30T18:04:47.443Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:04:47.599Z] #53 ... [2021-03-30T18:04:47.600Z] [2021-03-30T18:04:47.600Z] #58 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:04:47.600Z] #58 sha256:fe2c5261a75756eb742216ee2c2671feb8c5d568fa9400c0ad21911832645d73 [2021-03-30T18:04:47.600Z] #58 120.8 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-30T18:04:47.600Z] #58 120.8 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-30T18:04:47.600Z] #58 DONE 128.4s [2021-03-30T18:04:47.738Z] #54 ... [2021-03-30T18:04:47.738Z] [2021-03-30T18:04:47.738Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2021-03-30T18:04:47.856Z] [2021-03-30T18:04:47.856Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-30T18:04:47.856Z] #59 sha256:2463b4793cb50c4c2d14a326c470f59c9145c77deb9c81c18b72cd8d00137cc5 [2021-03-30T18:04:47.856Z] #59 DONE 0.1s [2021-03-30T18:04:47.856Z] [2021-03-30T18:04:47.856Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-30T18:04:47.856Z] #60 sha256:167e532c50b15c1c6ea9a6b4fbc0b32fd93908df2f78579876380c24ebb9e72a [2021-03-30T18:04:47.856Z] #60 DONE 0.1s [2021-03-30T18:04:47.856Z] [2021-03-30T18:04:47.856Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:04:47.856Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:04:47.856Z] #43 55.83 AR soccr/libsoccr.a [2021-03-30T18:04:47.856Z] #43 55.91 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-30T18:04:47.856Z] #43 56.41 DEP criu/arch/x86/sigframe.d [2021-03-30T18:04:47.856Z] #43 56.60 DEP criu/arch/x86/sigaction_compat.d [2021-03-30T18:04:47.856Z] #43 56.75 DEP criu/arch/x86/kerndat.d [2021-03-30T18:04:48.006Z] ok github.com/docker/docker/daemon/graphdriver 0.020s coverage: 2.2% of statements [2021-03-30T18:04:48.043Z] #42 DONE 0.3s [2021-03-30T18:04:48.043Z] [2021-03-30T18:04:48.043Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:04:48.043Z] #54 ... [2021-03-30T18:04:48.043Z] [2021-03-30T18:04:48.043Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-30T18:04:48.111Z] #43 56.94 DEP criu/arch/x86/crtools.d [2021-03-30T18:04:48.111Z] #43 57.18 DEP criu/arch/x86/cpu.d [2021-03-30T18:04:48.320Z] #43 ... [2021-03-30T18:04:48.320Z] [2021-03-30T18:04:48.320Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-03-30T18:04:48.320Z] #56 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-03-30T18:04:48.320Z] #56 28.45 Reading package lists... [2021-03-30T18:04:48.320Z] #56 37.34 Building dependency tree... [2021-03-30T18:04:48.320Z] #56 41.09 The following additional packages will be installed: [2021-03-30T18:04:48.320Z] #56 41.10 libbtrfs0 [2021-03-30T18:04:48.320Z] #56 41.35 The following NEW packages will be installed: [2021-03-30T18:04:48.320Z] #56 41.36 libbtrfs-dev libbtrfs0 [2021-03-30T18:04:48.320Z] #56 41.65 0 upgraded, 2 newly installed, 0 to remove and 26 not upgraded. [2021-03-30T18:04:48.320Z] #56 41.65 Need to get 120 kB of archives. [2021-03-30T18:04:48.320Z] #56 41.65 After this operation, 423 kB of additional disk space will be used. [2021-03-30T18:04:48.320Z] #56 41.65 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-03-30T18:04:48.320Z] #56 41.67 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-03-30T18:04:48.320Z] #56 43.06 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:04:48.320Z] #56 43.30 Fetched 120 kB in 0s (965 kB/s) [2021-03-30T18:04:48.320Z] #56 43.41 Selecting previously unselected package libbtrfs0. [2021-03-30T18:04:48.320Z] #56 43.41 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-03-30T18:04:48.320Z] #56 43.53 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-03-30T18:04:48.320Z] #56 43.54 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-30T18:04:48.320Z] #56 43.72 Selecting previously unselected package libbtrfs-dev. [2021-03-30T18:04:48.320Z] #56 43.72 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-03-30T18:04:48.320Z] #56 43.74 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-30T18:04:48.320Z] #56 44.03 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-30T18:04:48.320Z] #56 44.04 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-30T18:04:48.320Z] #56 44.05 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:04:48.320Z] #56 DONE 44.2s [2021-03-30T18:04:48.320Z] [2021-03-30T18:04:48.320Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:04:48.320Z] #43 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-30T18:04:48.320Z] #43 44.36 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:04:48.371Z] #43 57.45 CC criu/arch/x86/cpu.o [2021-03-30T18:04:48.624Z] #43 44.59 Fetched 4075 kB in 1s (4980 kB/s) [2021-03-30T18:04:48.624Z] #43 44.69 Selecting previously unselected package libcap-dev:ppc64el. [2021-03-30T18:04:48.624Z] #43 44.69 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-03-30T18:04:48.624Z] #43 44.76 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2021-03-30T18:04:48.624Z] #43 44.77 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2021-03-30T18:04:48.677Z] #45 DONE 0.2s [2021-03-30T18:04:48.677Z] [2021-03-30T18:04:48.677Z] #47 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2021-03-30T18:04:48.677Z] #47 DONE 0.2s [2021-03-30T18:04:48.677Z] [2021-03-30T18:04:48.677Z] #49 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2021-03-30T18:04:48.677Z] #49 DONE 0.2s [2021-03-30T18:04:48.677Z] [2021-03-30T18:04:48.677Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:04:48.925Z] #43 44.96 Selecting previously unselected package libnet1:ppc64el. [2021-03-30T18:04:48.925Z] #43 44.96 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-03-30T18:04:48.925Z] #43 44.96 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-03-30T18:04:48.925Z] #43 45.11 Selecting previously unselected package libnet1-dev. [2021-03-30T18:04:48.925Z] #43 45.13 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-03-30T18:04:48.925Z] #43 45.14 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-30T18:04:49.229Z] #43 45.35 Selecting previously unselected package libnl-3-200:ppc64el. [2021-03-30T18:04:49.229Z] #43 45.35 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-03-30T18:04:49.229Z] #43 45.36 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-03-30T18:04:49.283Z] INFO [runner/unused/goanalysis] analyzers took 27.141554873s with top 10 stages: buildssa: 21.051502883s, U1000: 6.09005199s [2021-03-30T18:04:49.283Z] INFO [runner] Issues before processing: 2267, after processing: 0 [2021-03-30T18:04:49.283Z] INFO [runner] Processors filtering stat (out/in): cgo: 1687/2267, exclude-rules: 64/1582, nolint: 0/64, filename_unadjuster: 1687/1687, path_prettifier: 1687/1687, skip_dirs: 1687/1687, exclude: 1582/1582, autogenerated_exclude: 1582/1687, identifier_marker: 1582/1582, skip_files: 1687/1687 [2021-03-30T18:04:49.283Z] INFO [runner] processing took 127.16153ms with stages: nolint: 53.755165ms, identifier_marker: 38.765386ms, path_prettifier: 14.391666ms, autogenerated_exclude: 7.82495ms, exclude-rules: 6.351122ms, skip_dirs: 3.992438ms, cgo: 1.102158ms, filename_unadjuster: 971.691µs, max_same_issues: 2.011µs, diff: 984ns, path_shortener: 774ns, uniq_by_line: 689ns, exclude: 566ns, max_from_linter: 561ns, skip_files: 542ns, source_code: 527ns, max_per_file_from_linter: 300ns [2021-03-30T18:04:49.283Z] INFO [runner] linters took 30.997680534s with stages: goanalysis_metalinter: 24.646452156s, unused: 6.22317497s [2021-03-30T18:04:49.283Z] INFO File cache stats: 1454 entries of total size 6.8MiB [2021-03-30T18:04:49.283Z] INFO Memory: 611 samples, avg is 495.9MB, max is 3165.1MB [2021-03-30T18:04:49.283Z] INFO Execution took 1m6.602529335s [2021-03-30T18:04:49.283Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [2021-03-30T18:04:49.326Z] #57 ... [2021-03-30T18:04:49.326Z] [2021-03-30T18:04:49.326Z] #51 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [Pipeline] sh [2021-03-30T18:04:49.536Z] #43 45.56 Selecting previously unselected package libnl-3-dev:ppc64el. [2021-03-30T18:04:49.536Z] #43 45.60 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2021-03-30T18:04:49.536Z] #43 45.61 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2021-03-30T18:04:49.609Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/make.sh dynbinary-daemon test-docker-py [2021-03-30T18:04:49.618Z] #51 DONE 0.4s [2021-03-30T18:04:49.618Z] [2021-03-30T18:04:49.618Z] #53 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2021-03-30T18:04:49.741Z] #43 ... [2021-03-30T18:04:49.741Z] [2021-03-30T18:04:49.741Z] #15 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-03-30T18:04:49.741Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-03-30T18:04:49.741Z] #15 DONE 2.3s [2021-03-30T18:04:49.741Z] [2021-03-30T18:04:49.741Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:04:49.741Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:04:49.741Z] #43 58.53 CC criu/arch/x86/crtools.o [2021-03-30T18:04:49.843Z] #43 45.94 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-03-30T18:04:49.843Z] #43 45.95 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-03-30T18:04:49.843Z] #43 45.95 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-03-30T18:04:49.864Z] [2021-03-30T18:04:49.864Z] Removing bundles/ [2021-03-30T18:04:49.864Z] [2021-03-30T18:04:49.864Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-03-30T18:04:49.909Z] #53 DONE 0.2s [2021-03-30T18:04:49.909Z] [2021-03-30T18:04:49.909Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:04:50.119Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-30T18:04:50.119Z] GOOS="" GOARCH="" GOARM="" [2021-03-30T18:04:50.146Z] #43 46.12 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2021-03-30T18:04:50.146Z] #43 46.12 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2021-03-30T18:04:50.146Z] #43 46.13 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-03-30T18:04:50.146Z] #43 46.29 Selecting previously unselected package zlib1g-dev:ppc64el. [2021-03-30T18:04:50.146Z] #43 46.31 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2021-03-30T18:04:50.146Z] #43 46.33 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-03-30T18:04:50.450Z] #43 46.64 Selecting previously unselected package libprotobuf17:ppc64el. [2021-03-30T18:04:50.450Z] #43 46.65 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2021-03-30T18:04:50.450Z] #43 46.66 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-03-30T18:04:51.107Z] #43 ... [2021-03-30T18:04:51.107Z] [2021-03-30T18:04:51.107Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-30T18:04:51.107Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-03-30T18:04:51.107Z] #16 1.332 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-30T18:04:51.107Z] #16 DONE 1.4s [2021-03-30T18:04:51.107Z] [2021-03-30T18:04:51.107Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-30T18:04:51.107Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-03-30T18:04:51.112Z] #43 47.30 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2021-03-30T18:04:51.112Z] #43 47.30 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2021-03-30T18:04:51.112Z] #43 47.31 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-03-30T18:04:51.419Z] #43 47.62 Selecting previously unselected package libprotobuf-dev:ppc64el. [2021-03-30T18:04:51.419Z] #43 47.65 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2021-03-30T18:04:51.419Z] #43 47.65 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-03-30T18:04:51.720Z] #43 ... [2021-03-30T18:04:51.720Z] [2021-03-30T18:04:51.720Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:04:51.720Z] #37 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-30T18:04:51.720Z] #37 29.43 Reading package lists... [2021-03-30T18:04:51.720Z] #37 38.10 Building dependency tree... [2021-03-30T18:04:51.720Z] #37 41.96 The following additional packages will be installed: [2021-03-30T18:04:51.720Z] #37 41.99 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-03-30T18:04:51.720Z] #37 42.01 Suggested packages: [2021-03-30T18:04:51.720Z] #37 42.03 cmake-doc ninja-build lrzip [2021-03-30T18:04:51.720Z] #37 42.03 Recommended packages: [2021-03-30T18:04:51.720Z] #37 42.03 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-03-30T18:04:51.720Z] #37 43.40 The following NEW packages will be installed: [2021-03-30T18:04:51.720Z] #37 43.42 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-03-30T18:04:51.720Z] #37 43.43 vim-common xxd [2021-03-30T18:04:51.720Z] #37 43.62 0 upgraded, 10 newly installed, 0 to remove and 26 not upgraded. [2021-03-30T18:04:51.720Z] #37 43.62 Need to get 14.9 MB of archives. [2021-03-30T18:04:51.720Z] #37 43.62 After this operation, 67.2 MB of additional disk space will be used. [2021-03-30T18:04:51.720Z] #37 43.62 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-03-30T18:04:51.720Z] #37 43.66 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-03-30T18:04:51.720Z] #37 43.68 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2021-03-30T18:04:51.720Z] #37 43.90 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-03-30T18:04:51.720Z] #37 44.63 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+deb10u1 [730 kB] [2021-03-30T18:04:51.720Z] #37 44.71 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2021-03-30T18:04:51.720Z] #37 44.74 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2021-03-30T18:04:51.720Z] #37 44.75 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2021-03-30T18:04:51.720Z] #37 44.76 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2021-03-30T18:04:51.720Z] #37 44.77 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2021-03-30T18:04:51.720Z] #37 46.49 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:04:51.720Z] #37 46.88 Fetched 14.9 MB in 1s (9996 kB/s) [2021-03-30T18:04:51.720Z] #37 47.00 Selecting previously unselected package xxd. [2021-03-30T18:04:51.720Z] #37 47.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 ... 15339 files and directories currently installed.) [2021-03-30T18:04:51.720Z] #37 47.10 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-03-30T18:04:51.720Z] #37 47.10 Unpacking xxd (2:8.1.0875-5) ... [2021-03-30T18:04:51.720Z] #37 47.30 Selecting previously unselected package vim-common. [2021-03-30T18:04:51.720Z] #37 47.30 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-30T18:04:51.720Z] #37 47.37 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-30T18:04:51.720Z] #37 47.76 Selecting previously unselected package cmake-data. [2021-03-30T18:04:51.720Z] #37 47.78 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-03-30T18:04:51.720Z] #37 47.81 Unpacking cmake-data (3.13.4-1) ... [2021-03-30T18:04:51.720Z] #37 ... [2021-03-30T18:04:51.720Z] [2021-03-30T18:04:51.720Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:04:51.720Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-30T18:04:51.720Z] #14 43.07 The following additional packages will be installed: [2021-03-30T18:04:51.720Z] #14 43.08 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-03-30T18:04:51.720Z] #14 43.08 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-03-30T18:04:51.720Z] #14 43.08 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-03-30T18:04:51.720Z] #14 43.08 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-03-30T18:04:51.720Z] #14 43.09 mingw-w64-common mingw-w64-x86-64-dev [2021-03-30T18:04:51.720Z] #14 43.11 Suggested packages: [2021-03-30T18:04:51.720Z] #14 43.12 gcc-8-locales seccomp wine64 [2021-03-30T18:04:51.720Z] #14 44.60 The following NEW packages will be installed: [2021-03-30T18:04:51.720Z] #14 44.60 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-03-30T18:04:51.720Z] #14 44.60 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-03-30T18:04:51.720Z] #14 44.60 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-03-30T18:04:51.720Z] #14 44.60 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-03-30T18:04:51.720Z] #14 44.60 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-03-30T18:04:51.720Z] #14 44.61 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-03-30T18:04:51.720Z] #14 44.62 The following packages will be upgraded: [2021-03-30T18:04:51.720Z] #14 44.62 libseccomp2 libsystemd0 libudev1 [2021-03-30T18:04:51.720Z] #14 44.89 3 upgraded, 25 newly installed, 0 to remove and 24 not upgraded. [2021-03-30T18:04:51.720Z] #14 44.89 Need to get 79.4 MB of archives. [2021-03-30T18:04:51.720Z] #14 44.89 After this operation, 532 MB of additional disk space will be used. [2021-03-30T18:04:51.720Z] #14 44.89 Get:1 http://deb.debian.org/debian buster-backports/main ppc64el libseccomp2 ppc64el 2.4.1-2~bpo10+1 [47.0 kB] [2021-03-30T18:04:51.720Z] #14 44.91 Get:2 http://deb.debian.org/debian buster-backports/main ppc64el libseccomp-dev ppc64el 2.4.1-2~bpo10+1 [73.0 kB] [2021-03-30T18:04:51.721Z] #14 44.92 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u7 [358 kB] [2021-03-30T18:04:51.721Z] #14 45.01 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u7 [158 kB] [2021-03-30T18:04:51.721Z] #14 45.03 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2021-03-30T18:04:51.721Z] #14 45.37 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2021-03-30T18:04:51.721Z] #14 45.66 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-03-30T18:04:51.721Z] #14 45.68 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2021-03-30T18:04:51.721Z] #14 45.70 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2021-03-30T18:04:51.721Z] #14 45.71 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2021-03-30T18:04:51.721Z] #14 46.19 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-03-30T18:04:51.721Z] #14 46.51 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2021-03-30T18:04:51.721Z] #14 46.53 Get:13 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] [2021-03-30T18:04:52.215Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.015s coverage: 2.9% of statements [2021-03-30T18:04:52.215Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.555s coverage: 14.1% of statements [2021-03-30T18:04:52.473Z] #17 DONE 1.3s [2021-03-30T18:04:52.473Z] [2021-03-30T18:04:52.473Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-30T18:04:52.473Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-03-30T18:04:52.786Z] #14 ... [2021-03-30T18:04:52.786Z] [2021-03-30T18:04:52.786Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:04:52.786Z] #43 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-30T18:04:52.786Z] #43 49.03 Selecting previously unselected package libprotoc17:ppc64el. [2021-03-30T18:04:52.786Z] #43 49.04 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2021-03-30T18:04:52.786Z] #43 49.04 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2021-03-30T18:04:53.158Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.569s coverage: 56.2% of statements [2021-03-30T18:04:53.403Z] #18 DONE 1.1s [2021-03-30T18:04:53.403Z] [2021-03-30T18:04:53.403Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-03-30T18:04:53.403Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-03-30T18:04:53.441Z] #43 ... [2021-03-30T18:04:53.441Z] [2021-03-30T18:04:53.441Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:04:53.441Z] #50 sha256:0e2203f3e8a5147c0eb16559b5c7736acb443d0814a640dbef65c9302cadfab4 [2021-03-30T18:04:53.441Z] #50 39.61 go: extracting github.com/gogo/protobuf v1.2.1 [2021-03-30T18:04:53.441Z] #50 44.30 go: extracting golang.org/x/text v0.3.2 [2021-03-30T18:04:53.743Z] #50 ... [2021-03-30T18:04:53.743Z] [2021-03-30T18:04:53.743Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:04:53.743Z] #43 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-30T18:04:53.743Z] #43 49.81 Selecting previously unselected package protobuf-c-compiler. [2021-03-30T18:04:53.743Z] #43 49.82 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2021-03-30T18:04:53.743Z] #43 49.82 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-30T18:04:54.049Z] #43 49.99 Selecting previously unselected package protobuf-compiler. [2021-03-30T18:04:54.049Z] #43 50.00 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2021-03-30T18:04:54.049Z] #43 50.01 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-03-30T18:04:54.049Z] #43 50.15 Selecting previously unselected package python-pkg-resources. [2021-03-30T18:04:54.049Z] #43 50.16 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-03-30T18:04:54.049Z] #43 50.17 Unpacking python-pkg-resources (40.8.0-1) ... [2021-03-30T18:04:54.353Z] #43 50.48 Selecting previously unselected package python-six. [2021-03-30T18:04:54.353Z] #43 50.48 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-03-30T18:04:54.353Z] #43 50.49 Unpacking python-six (1.12.0-1) ... [2021-03-30T18:04:54.353Z] #43 50.63 Selecting previously unselected package python-protobuf. [2021-03-30T18:04:54.353Z] #43 50.66 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2021-03-30T18:04:54.353Z] #43 50.66 Unpacking python-protobuf (3.6.1.3-2) ... [2021-03-30T18:04:54.775Z] #19 DONE 1.2s [2021-03-30T18:04:54.775Z] [2021-03-30T18:04:54.776Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:04:54.776Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-30T18:04:55.438Z] #43 51.43 Setting up python-pkg-resources (40.8.0-1) ... [2021-03-30T18:04:55.710Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.022s coverage: 1.9% of statements [2021-03-30T18:04:56.147Z] #20 1.429 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-30T18:04:56.147Z] #20 1.525 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:04:56.147Z] #20 1.540 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:04:56.404Z] #20 1.732 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:04:56.656Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.444s coverage: 45.9% of statements [2021-03-30T18:04:56.968Z] #20 2.125 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [458 kB] [2021-03-30T18:04:57.060Z] #43 ... [2021-03-30T18:04:57.060Z] [2021-03-30T18:04:57.060Z] #68 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh proxy [2021-03-30T18:04:57.060Z] #68 sha256:681ae27b7f75e95765439f2aca820aaaff00562c7fb288cf33346009d60568b7 [2021-03-30T18:04:57.060Z] #68 DONE 52.8s [2021-03-30T18:04:57.060Z] [2021-03-30T18:04:57.060Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:04:57.060Z] #33 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-03-30T18:04:57.060Z] #33 52.90 Checking out files: 88% (1342/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. [2021-03-30T18:04:57.361Z] #33 53.19 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-03-30T18:04:57.749Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-30T18:04:57.903Z] #20 3.034 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-03-30T18:04:58.008Z] #33 ... [2021-03-30T18:04:58.008Z] [2021-03-30T18:04:58.008Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:04:58.008Z] #57 sha256:c1e4b59a524c9945628d0179a5a93b42c4f3a19ff3008aef4a1f8855c4f41cbc [2021-03-30T18:04:58.008Z] #57 0.326 + RM_GOPATH=0 [2021-03-30T18:04:58.008Z] #57 0.328 + TMP_GOPATH= [2021-03-30T18:04:58.008Z] #57 0.329 + : /build [2021-03-30T18:04:58.008Z] #57 0.330 + '[' -z '' ']' [2021-03-30T18:04:58.008Z] #57 0.332 ++ mktemp -d [2021-03-30T18:04:58.008Z] #57 0.335 + export GOPATH=/tmp/tmp.tlK2wfNXpS [2021-03-30T18:04:58.008Z] #57 0.336 + GOPATH=/tmp/tmp.tlK2wfNXpS [2021-03-30T18:04:58.008Z] #57 0.337 + RM_GOPATH=1 [2021-03-30T18:04:58.008Z] #57 0.338 + case "$(go env GOARCH)" in [2021-03-30T18:04:58.008Z] #57 0.339 ++ go env GOARCH [2021-03-30T18:04:58.008Z] #57 0.366 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:58.008Z] #57 0.367 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:04:58.008Z] #57 0.371 ++ dirname /tmp/install/install.sh [2021-03-30T18:04:58.008Z] #57 0.379 + dir=/tmp/install [2021-03-30T18:04:58.008Z] #57 0.380 + bin=containerd [2021-03-30T18:04:58.008Z] #57 0.380 + shift [2021-03-30T18:04:58.008Z] #57 0.380 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-03-30T18:04:58.008Z] #57 0.380 + . /tmp/install/containerd.installer [2021-03-30T18:04:58.008Z] #57 0.380 ++ set -e [2021-03-30T18:04:58.008Z] #57 0.380 ++ : 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:04:58.008Z] #57 0.386 + install_containerd [2021-03-30T18:04:58.008Z] #57 0.394 + echo 'Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e' [2021-03-30T18:04:58.008Z] #57 0.394 Install containerd version 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:04:58.008Z] #57 0.395 + git clone https://github.com/containerd/containerd.git /tmp/tmp.tlK2wfNXpS/src/github.com/containerd/containerd [2021-03-30T18:04:58.008Z] #57 0.400 Cloning into '/tmp/tmp.tlK2wfNXpS/src/github.com/containerd/containerd'... [2021-03-30T18:04:58.308Z] #57 ... [2021-03-30T18:04:58.308Z] [2021-03-30T18:04:58.308Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:04:58.308Z] #50 sha256:0e2203f3e8a5147c0eb16559b5c7736acb443d0814a640dbef65c9302cadfab4 [2021-03-30T18:04:58.308Z] #50 51.09 go: finding github.com/fatih/color v1.7.0 [2021-03-30T18:04:58.308Z] #50 51.19 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-03-30T18:04:58.308Z] #50 51.33 go: finding github.com/mattn/go-colorable v0.1.4 [2021-03-30T18:04:58.308Z] #50 51.37 go: finding github.com/mattn/go-isatty v0.0.8 [2021-03-30T18:04:58.308Z] #50 51.47 go: finding github.com/go-critic/go-critic v0.4.1 [2021-03-30T18:04:58.308Z] #50 51.51 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-03-30T18:04:58.308Z] #50 51.58 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-03-30T18:04:58.308Z] #50 51.63 go: finding github.com/pkg/errors v0.8.1 [2021-03-30T18:04:58.308Z] #50 51.70 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-03-30T18:04:58.308Z] #50 51.71 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-03-30T18:04:58.308Z] #50 51.72 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-03-30T18:04:58.308Z] #50 51.73 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-03-30T18:04:58.308Z] #50 51.80 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-03-30T18:04:58.308Z] #50 51.82 go: finding github.com/spf13/viper v1.6.1 [2021-03-30T18:04:58.308Z] #50 51.82 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-03-30T18:04:58.308Z] #50 51.84 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-03-30T18:04:58.308Z] #50 51.92 go: finding github.com/sirupsen/logrus v1.4.2 [2021-03-30T18:04:58.308Z] #50 51.92 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-03-30T18:04:58.308Z] #50 52.01 go: finding github.com/stretchr/testify v1.4.0 [2021-03-30T18:04:58.308Z] #50 52.06 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-03-30T18:04:58.308Z] #50 52.13 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-03-30T18:04:58.308Z] #50 52.15 go: finding github.com/spf13/cobra v0.0.5 [2021-03-30T18:04:58.308Z] #50 52.17 go: finding github.com/davecgh/go-spew v1.1.1 [2021-03-30T18:04:58.308Z] #50 52.22 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-03-30T18:04:58.308Z] #50 52.25 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-03-30T18:04:58.308Z] #50 52.33 go: finding github.com/hashicorp/hcl v1.0.0 [2021-03-30T18:04:58.308Z] #50 52.34 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-03-30T18:04:58.308Z] #50 52.36 go: finding github.com/gobwas/glob v0.2.3 [2021-03-30T18:04:58.308Z] #50 52.39 go: finding github.com/spf13/pflag v1.0.5 [2021-03-30T18:04:58.308Z] #50 52.48 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-03-30T18:04:58.308Z] #50 52.49 go: finding github.com/stretchr/objx v0.2.0 [2021-03-30T18:04:58.308Z] #50 52.55 go: finding github.com/magiconair/properties v1.8.1 [2021-03-30T18:04:58.309Z] #50 52.58 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-03-30T18:04:58.309Z] #50 52.59 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-03-30T18:04:58.309Z] #50 52.64 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-03-30T18:04:58.309Z] #50 52.65 go: finding github.com/pelletier/go-toml v1.2.0 [2021-03-30T18:04:58.309Z] #50 52.67 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-03-30T18:04:58.309Z] #50 52.71 go: finding github.com/spf13/afero v1.1.2 [2021-03-30T18:04:58.309Z] #50 52.72 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-03-30T18:04:58.309Z] #50 52.75 go: finding github.com/spf13/cast v1.3.0 [2021-03-30T18:04:58.309Z] #50 52.78 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-03-30T18:04:58.309Z] #50 52.81 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-03-30T18:04:58.309Z] #50 52.82 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-03-30T18:04:58.309Z] #50 53.00 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-03-30T18:04:58.309Z] #50 53.12 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-03-30T18:04:58.309Z] #50 53.24 go: finding github.com/subosito/gotenv v1.2.0 [2021-03-30T18:04:58.309Z] #50 53.49 go: finding golang.org/x/text v0.3.2 [2021-03-30T18:04:58.309Z] #50 53.52 go: finding gopkg.in/ini.v1 v1.51.0 [2021-03-30T18:04:58.309Z] #50 53.81 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-03-30T18:04:58.309Z] #50 53.85 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-03-30T18:04:58.309Z] #50 53.86 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-03-30T18:04:58.309Z] #50 53.87 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-03-30T18:04:58.309Z] #50 53.94 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-03-30T18:04:58.309Z] #50 53.97 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-03-30T18:04:58.309Z] #50 53.97 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-03-30T18:04:58.309Z] #50 54.01 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-03-30T18:04:58.309Z] #50 54.03 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-03-30T18:04:58.309Z] #50 54.06 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-03-30T18:04:58.309Z] #50 54.11 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-03-30T18:04:58.309Z] #50 54.13 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-03-30T18:04:58.309Z] #50 54.16 go: finding github.com/kisielk/gotool v1.0.0 [2021-03-30T18:04:58.309Z] #50 54.17 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-03-30T18:04:58.309Z] #50 54.21 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-03-30T18:04:58.309Z] #50 54.22 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-03-30T18:04:58.309Z] #50 54.26 go: finding github.com/ultraware/funlen v0.0.2 [2021-03-30T18:04:58.309Z] #50 54.26 go: finding github.com/ultraware/whitespace v0.0.4 [2021-03-30T18:04:58.309Z] #50 54.31 go: finding github.com/uudashr/gocognit v1.0.1 [2021-03-30T18:04:58.609Z] #50 54.63 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-03-30T18:04:58.609Z] #50 54.75 go: finding github.com/gogo/protobuf v1.2.1 [2021-03-30T18:04:58.832Z] #20 4.170 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [269 kB] [2021-03-30T18:04:58.909Z] #50 54.86 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-03-30T18:04:58.909Z] #50 54.96 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-03-30T18:04:58.909Z] #50 54.97 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-03-30T18:04:58.909Z] #50 54.98 go: finding github.com/BurntSushi/toml v0.3.1 [2021-03-30T18:04:58.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-30T18:04:59.202Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.008s coverage: 73.3% of statements [2021-03-30T18:04:59.202Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.803s coverage: 49.4% of statements [2021-03-30T18:04:59.207Z] #50 55.11 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-03-30T18:05:00.588Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.019s coverage: 57.5% of statements [2021-03-30T18:05:00.728Z] #20 5.776 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [9504 B] [2021-03-30T18:05:00.728Z] #20 ... [2021-03-30T18:05:00.728Z] [2021-03-30T18:05:00.728Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:00.728Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:05:00.728Z] #43 60.46 CC criu/arch/x86/kerndat.o [2021-03-30T18:05:00.728Z] #43 61.20 CC criu/arch/x86/sigaction_compat.o [2021-03-30T18:05:00.728Z] #43 61.78 CC criu/arch/x86/sigframe.o [2021-03-30T18:05:00.728Z] #43 62.18 LINK criu/arch/x86/crtools.built-in.o [2021-03-30T18:05:00.728Z] #43 62.26 DEP criu/pie/util-vdso-elf32.d [2021-03-30T18:05:00.728Z] #43 62.56 DEP criu/pie/util-vdso.d [2021-03-30T18:05:00.728Z] #43 62.83 DEP criu/pie/util.d [2021-03-30T18:05:00.728Z] #43 63.02 CC criu/pie/util.o [2021-03-30T18:05:00.728Z] #43 63.43 CC criu/pie/util-vdso.o [2021-03-30T18:05:00.728Z] #43 64.59 CC criu/pie/util-vdso-elf32.o [2021-03-30T18:05:00.728Z] #43 65.14 AR criu/pie/pie.lib.a [2021-03-30T18:05:00.728Z] #43 65.23 DEP criu/pie/restorer.d [2021-03-30T18:05:00.728Z] #43 65.45 DEP criu/arch/x86/sigaction_compat_pie.d [2021-03-30T18:05:00.728Z] #43 65.56 DEP criu/arch/x86/restorer_unmap.d [2021-03-30T18:05:00.728Z] #43 65.58 DEP criu/arch/x86/restorer.d [2021-03-30T18:05:00.728Z] #43 65.80 DEP criu/arch/x86/vdso-pie.d [2021-03-30T18:05:00.728Z] #43 65.97 DEP criu/pie/parasite-vdso.d [2021-03-30T18:05:00.728Z] #43 66.15 DEP criu/pie/parasite.d [2021-03-30T18:05:00.728Z] #43 66.45 CC criu/pie/parasite.o [2021-03-30T18:05:00.728Z] #43 67.77 LINK criu/pie/parasite.built-in.o [2021-03-30T18:05:00.728Z] #43 67.78 GEN criu/pie/parasite-blob.h [2021-03-30T18:05:00.728Z] #43 67.80 CC criu/pie/parasite-vdso.o [2021-03-30T18:05:00.728Z] #43 68.48 CC criu/arch/x86/vdso-pie.o [2021-03-30T18:05:00.728Z] #43 68.79 CC criu/arch/x86/restorer.o [2021-03-30T18:05:00.728Z] #43 69.41 CC criu/arch/x86/restorer_unmap.o [2021-03-30T18:05:00.728Z] #43 69.47 CC criu/arch/x86/sigaction_compat_pie.o [2021-03-30T18:05:00.728Z] #43 69.77 CC criu/pie/restorer.o [2021-03-30T18:05:01.161Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.015s coverage: 3.0% of statements [2021-03-30T18:05:01.424Z] ok github.com/docker/docker/daemon 12.380s coverage: 17.2% of statements [2021-03-30T18:05:01.424Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-30T18:05:01.424Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-30T18:05:01.424Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-30T18:05:01.424Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-30T18:05:01.424Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-30T18:05:02.003Z] #50 ... [2021-03-30T18:05:02.003Z] [2021-03-30T18:05:02.003Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:05:02.003Z] #43 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-30T18:05:02.003Z] #43 58.05 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-03-30T18:05:02.003Z] #43 58.05 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-03-30T18:05:02.003Z] #43 58.06 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-03-30T18:05:02.003Z] #43 58.06 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-03-30T18:05:02.003Z] #43 58.08 Setting up python-six (1.12.0-1) ... [2021-03-30T18:05:02.370Z] ok github.com/docker/docker/daemon/links 0.011s coverage: 93.0% of statements [2021-03-30T18:05:02.542Z] #54 ... [2021-03-30T18:05:02.542Z] [2021-03-30T18:05:02.542Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:05:02.542Z] #57 162.6 + bin/containerd [2021-03-30T18:05:02.658Z] #43 ... [2021-03-30T18:05:02.658Z] [2021-03-30T18:05:02.658Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:05:02.658Z] #35 sha256:ae0da9a0a1db6d2e698786cd3e54a674a18122b5a7d51507849b2eac102e473d [2021-03-30T18:05:02.658Z] #35 48.59 internal/reflectlite [2021-03-30T18:05:02.658Z] #35 48.59 sync [2021-03-30T18:05:02.658Z] #35 52.80 sort [2021-03-30T18:05:02.658Z] #35 52.80 errors [2021-03-30T18:05:02.658Z] #35 53.74 io [2021-03-30T18:05:02.658Z] #35 53.74 strconv [2021-03-30T18:05:02.658Z] #35 53.74 internal/oserror [2021-03-30T18:05:02.658Z] #35 53.95 syscall [2021-03-30T18:05:02.658Z] #35 57.03 bytes [2021-03-30T18:05:02.658Z] #35 57.04 strings [2021-03-30T18:05:02.658Z] #35 ... [2021-03-30T18:05:02.658Z] [2021-03-30T18:05:02.658Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:05:02.658Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-30T18:05:02.658Z] #14 50.03 Get:14 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] [2021-03-30T18:05:02.658Z] #14 52.58 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2021-03-30T18:05:02.658Z] #14 52.59 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2021-03-30T18:05:02.658Z] #14 52.62 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-03-30T18:05:02.658Z] #14 52.62 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-03-30T18:05:02.658Z] #14 52.64 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2021-03-30T18:05:02.658Z] #14 52.64 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u7 [110 kB] [2021-03-30T18:05:02.658Z] #14 52.65 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2021-03-30T18:05:02.658Z] #14 52.68 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2021-03-30T18:05:02.658Z] #14 52.70 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2021-03-30T18:05:02.658Z] #14 52.72 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2021-03-30T18:05:02.658Z] #14 52.75 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2021-03-30T18:05:02.658Z] #14 52.80 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2021-03-30T18:05:02.658Z] #14 52.80 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2021-03-30T18:05:02.658Z] #14 52.82 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u7 [322 kB] [2021-03-30T18:05:02.658Z] #14 54.61 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:05:02.658Z] #14 54.82 Fetched 79.4 MB in 8s (9967 kB/s) [2021-03-30T18:05:02.658Z] #14 54.95 (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.) [2021-03-30T18:05:02.658Z] #14 55.04 Preparing to unpack .../libsystemd0_241-7~deb10u7_ppc64el.deb ... [2021-03-30T18:05:02.658Z] #14 55.06 Unpacking libsystemd0:ppc64el (241-7~deb10u7) over (241-7~deb10u4) ... [2021-03-30T18:05:02.658Z] #14 55.41 Setting up libsystemd0:ppc64el (241-7~deb10u7) ... [2021-03-30T18:05:02.658Z] #14 55.54 (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.) [2021-03-30T18:05:02.658Z] #14 55.63 Preparing to unpack .../libseccomp2_2.4.1-2~bpo10+1_ppc64el.deb ... [2021-03-30T18:05:02.658Z] #14 55.64 Unpacking libseccomp2:ppc64el (2.4.1-2~bpo10+1) over (2.3.3-4) ... [2021-03-30T18:05:02.658Z] #14 55.90 Setting up libseccomp2:ppc64el (2.4.1-2~bpo10+1) ... [2021-03-30T18:05:02.658Z] #14 56.03 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-03-30T18:05:02.658Z] #14 56.12 Preparing to unpack .../libudev1_241-7~deb10u7_ppc64el.deb ... [2021-03-30T18:05:02.658Z] #14 56.12 Unpacking libudev1:ppc64el (241-7~deb10u7) over (241-7~deb10u4) ... [2021-03-30T18:05:02.658Z] #14 56.37 Setting up libudev1:ppc64el (241-7~deb10u7) ... [2021-03-30T18:05:02.658Z] #14 56.58 Selecting previously unselected package binutils-mingw-w64-i686. [2021-03-30T18:05:02.658Z] #14 56.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-03-30T18:05:02.658Z] #14 56.63 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2021-03-30T18:05:02.658Z] #14 56.63 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-30T18:05:03.313Z] #14 ... [2021-03-30T18:05:03.313Z] [2021-03-30T18:05:03.313Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:05:03.313Z] #46 sha256:7187537ba83b6a68c7176f75c71f374a7da82a2ddfc66794e8a0b44614feaf4d [2021-03-30T18:05:03.313Z] #46 49.52 sync [2021-03-30T18:05:03.313Z] #46 49.53 internal/reflectlite [2021-03-30T18:05:03.313Z] #46 52.54 internal/singleflight [2021-03-30T18:05:03.313Z] #46 52.54 math/rand [2021-03-30T18:05:03.313Z] #46 52.55 github.com/LK4D4/vndr/godl/singleflight [2021-03-30T18:05:03.313Z] #46 55.38 io [2021-03-30T18:05:03.313Z] #46 55.38 vendor/golang.org/x/net/dns/dnsmessage [2021-03-30T18:05:03.313Z] #46 55.38 strconv [2021-03-30T18:05:03.313Z] #46 55.43 syscall [2021-03-30T18:05:03.615Z] #46 ... [2021-03-30T18:05:03.615Z] [2021-03-30T18:05:03.615Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:05:03.615Z] #52 sha256:12bee0b462027e6a5de94e67450420039887d31ba9b75e27fcefc47ca9b29e82 [2021-03-30T18:05:03.615Z] #52 59.48 strconv [2021-03-30T18:05:03.615Z] #52 59.49 syscall [2021-03-30T18:05:03.615Z] #52 59.50 strings [2021-03-30T18:05:03.615Z] #52 59.58 bytes [2021-03-30T18:05:03.692Z] #57 ... [2021-03-30T18:05:03.692Z] [2021-03-30T18:05:03.692Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-03-30T18:05:03.692Z] #54 99.37 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-30T18:05:03.692Z] #54 99.94 + mkdir -p /build [2021-03-30T18:05:03.693Z] #54 99.94 + cp runc /build/runc [2021-03-30T18:05:03.693Z] #54 DONE 100.2s [2021-03-30T18:05:03.764Z] ok github.com/docker/docker/daemon/logger 0.243s coverage: 43.2% of statements [2021-03-30T18:05:04.000Z] #43 72.86 LINK criu/pie/restorer.built-in.o [2021-03-30T18:05:04.000Z] #43 72.90 GEN criu/pie/restorer-blob.h [2021-03-30T18:05:04.000Z] #43 73.01 DEP criu/vdso.d [2021-03-30T18:05:04.033Z] [2021-03-30T18:05:04.033Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:05:04.257Z] #43 73.19 DEP criu/vdso-compat.d [2021-03-30T18:05:04.338Z] ok github.com/docker/docker/daemon/images 0.084s coverage: 6.7% of statements [2021-03-30T18:05:04.514Z] #43 73.33 DEP criu/uts_ns.d [2021-03-30T18:05:04.514Z] #43 73.53 DEP criu/util.d [2021-03-30T18:05:04.600Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.740s coverage: 57.7% of statements [2021-03-30T18:05:04.600Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-03-30T18:05:04.600Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-30T18:05:04.600Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-30T18:05:04.600Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-30T18:05:04.770Z] #43 73.74 DEP criu/uffd.d [2021-03-30T18:05:04.862Z] ok github.com/docker/docker/daemon/logger/awslogs 0.310s coverage: 77.8% of statements [2021-03-30T18:05:04.862Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-30T18:05:04.862Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-30T18:05:05.027Z] #43 73.91 DEP criu/tun.d [2021-03-30T18:05:05.027Z] #43 74.06 DEP criu/tty.d [2021-03-30T18:05:05.068Z] #57 ... [2021-03-30T18:05:05.068Z] [2021-03-30T18:05:05.068Z] #55 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2021-03-30T18:05:05.068Z] #55 DONE 0.2s [2021-03-30T18:05:05.068Z] [2021-03-30T18:05:05.068Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-03-30T18:05:05.439Z] ok github.com/docker/docker/daemon/logger/gelf 0.035s coverage: 67.0% of statements [2021-03-30T18:05:05.591Z] #43 74.30 DEP criu/timerfd.d [2021-03-30T18:05:05.591Z] #43 74.56 DEP criu/timens.d [2021-03-30T18:05:05.702Z] ok github.com/docker/docker/daemon/logger/journald 0.024s coverage: 23.9% of statements [2021-03-30T18:05:05.733Z] #52 ... [2021-03-30T18:05:05.733Z] [2021-03-30T18:05:05.733Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:05:05.733Z] #37 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-30T18:05:05.733Z] #37 51.65 Selecting previously unselected package libicu63:ppc64el. [2021-03-30T18:05:05.733Z] #37 51.67 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-03-30T18:05:05.733Z] #37 51.68 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-03-30T18:05:05.733Z] #37 59.79 Selecting previously unselected package libxml2:ppc64el. [2021-03-30T18:05:05.733Z] #37 59.79 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_ppc64el.deb ... [2021-03-30T18:05:05.733Z] #37 59.80 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-03-30T18:05:05.733Z] #37 60.43 Selecting previously unselected package libarchive13:ppc64el. [2021-03-30T18:05:05.733Z] #37 60.43 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2021-03-30T18:05:05.733Z] #37 60.45 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-03-30T18:05:05.733Z] #37 60.83 Selecting previously unselected package libjsoncpp1:ppc64el. [2021-03-30T18:05:05.733Z] #37 60.84 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2021-03-30T18:05:05.733Z] #37 60.85 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2021-03-30T18:05:05.733Z] #37 60.98 Selecting previously unselected package librhash0:ppc64el. [2021-03-30T18:05:05.733Z] #37 60.99 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2021-03-30T18:05:05.733Z] #37 61.00 Unpacking librhash0:ppc64el (1.3.8-1) ... [2021-03-30T18:05:05.733Z] #37 61.14 Selecting previously unselected package libuv1:ppc64el. [2021-03-30T18:05:05.733Z] #37 61.14 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2021-03-30T18:05:05.733Z] #37 61.16 Unpacking libuv1:ppc64el (1.24.1-1) ... [2021-03-30T18:05:05.733Z] #37 61.27 Selecting previously unselected package cmake. [2021-03-30T18:05:05.733Z] #37 61.33 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2021-03-30T18:05:05.733Z] #37 61.36 Unpacking cmake (3.13.4-1) ... [2021-03-30T18:05:05.733Z] #37 ... [2021-03-30T18:05:05.733Z] [2021-03-30T18:05:05.733Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:05:05.733Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-30T18:05:05.733Z] #14 59.74 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-03-30T18:05:05.733Z] #14 59.75 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2021-03-30T18:05:05.733Z] #14 59.76 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-30T18:05:05.848Z] #43 74.80 DEP criu/sysfs_parse.d [2021-03-30T18:05:05.848Z] #43 74.96 DEP criu/sysctl.d [2021-03-30T18:05:05.964Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.060s coverage: 87.2% of statements [2021-03-30T18:05:06.105Z] #43 ... [2021-03-30T18:05:06.105Z] [2021-03-30T18:05:06.105Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:05:06.105Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-30T18:05:06.105Z] #20 11.51 Fetched 8929 kB in 10s (864 kB/s) [2021-03-30T18:05:06.540Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.037s coverage: 69.9% of statements [2021-03-30T18:05:07.283Z] #14 62.89 Selecting previously unselected package binutils-mingw-w64. [2021-03-30T18:05:07.283Z] #14 62.90 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-03-30T18:05:07.283Z] #14 62.90 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-30T18:05:07.283Z] #14 63.03 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2021-03-30T18:05:07.283Z] #14 63.03 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-03-30T18:05:07.283Z] #14 63.03 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-03-30T18:05:07.488Z] ok github.com/docker/docker/daemon/logger/local 0.058s coverage: 75.2% of statements [2021-03-30T18:05:07.488Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-30T18:05:07.585Z] #14 63.23 Selecting previously unselected package dmsetup. [2021-03-30T18:05:07.585Z] #14 63.25 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2021-03-30T18:05:07.585Z] #14 63.26 Unpacking dmsetup (2:1.02.155-3) ... [2021-03-30T18:05:07.691Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-30T18:05:07.751Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.093s coverage: 55.1% of statements [2021-03-30T18:05:07.899Z] #14 63.45 Selecting previously unselected package mingw-w64-common. [2021-03-30T18:05:07.899Z] #14 63.45 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-03-30T18:05:07.899Z] #14 63.46 Unpacking mingw-w64-common (6.0.0-3) ... [2021-03-30T18:05:07.947Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-30T18:05:07.998Z] #20 11.51 Reading package lists... [2021-03-30T18:05:07.998Z] #20 ... [2021-03-30T18:05:07.998Z] [2021-03-30T18:05:07.998Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-30T18:05:07.998Z] #53 sha256:35f143734c5c0e063428045c2af37a5ab71372307710b4336736667f5bde1260 [2021-03-30T18:05:07.998Z] #53 12.64 + cd /tmp/tmp.om03a7ycWM/src/github.com/opencontainers/runc [2021-03-30T18:05:07.998Z] #53 12.65 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:05:07.998Z] #53 13.17 + '[' -z '' ']' [2021-03-30T18:05:07.998Z] #53 13.17 + target=static [2021-03-30T18:05:07.998Z] #53 13.17 + make 'BUILDTAGS=seccomp ' static [2021-03-30T18:05:07.998Z] #53 13.39 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-30T18:05:08.255Z] #53 ... [2021-03-30T18:05:08.255Z] [2021-03-30T18:05:08.255Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:08.255Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:05:08.255Z] #43 75.11 DEP criu/string.d [2021-03-30T18:05:08.255Z] #43 75.18 DEP criu/stats.d [2021-03-30T18:05:08.255Z] #43 75.35 DEP criu/sockets.d [2021-03-30T18:05:08.255Z] #43 75.52 DEP criu/sk-unix.d [2021-03-30T18:05:08.255Z] #43 75.70 DEP criu/sk-tcp.d [2021-03-30T18:05:08.255Z] #43 75.86 DEP criu/sk-queue.d [2021-03-30T18:05:08.255Z] #43 76.03 DEP criu/sk-packet.d [2021-03-30T18:05:08.255Z] #43 76.29 DEP criu/sk-netlink.d [2021-03-30T18:05:08.255Z] #43 76.51 DEP criu/sk-inet.d [2021-03-30T18:05:08.255Z] #43 76.69 DEP criu/signalfd.d [2021-03-30T18:05:08.255Z] #43 76.88 DEP criu/sigframe.d [2021-03-30T18:05:08.255Z] #43 76.98 DEP criu/shmem.d [2021-03-30T18:05:08.255Z] #43 77.12 DEP criu/servicefd.d [2021-03-30T18:05:08.255Z] #43 77.26 DEP criu/seize.d [2021-03-30T18:05:08.325Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.062s coverage: 31.5% of statements [2021-03-30T18:05:08.512Z] #43 77.42 DEP criu/seccomp.d [2021-03-30T18:05:08.768Z] #43 77.59 DEP criu/rst-malloc.d [2021-03-30T18:05:08.768Z] #43 77.67 DEP criu/rbtree.d [2021-03-30T18:05:08.768Z] #43 77.74 DEP criu/pstree.d [2021-03-30T18:05:08.900Z] ok github.com/docker/docker/daemon/logger/templates 0.041s coverage: 8.3% of statements [2021-03-30T18:05:08.934Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-30T18:05:08.969Z] #14 ... [2021-03-30T18:05:08.969Z] [2021-03-30T18:05:08.969Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:05:08.969Z] #33 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-03-30T18:05:08.969Z] #33 54.73 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:05:08.969Z] #33 ... [2021-03-30T18:05:08.969Z] [2021-03-30T18:05:08.969Z] #37 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-03-30T18:05:08.969Z] #37 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-03-30T18:05:08.969Z] #37 64.35 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-03-30T18:05:08.969Z] #37 64.36 Setting up xxd (2:8.1.0875-5) ... [2021-03-30T18:05:08.969Z] #37 64.40 Setting up libuv1:ppc64el (1.24.1-1) ... [2021-03-30T18:05:08.969Z] #37 64.44 Setting up vim-common (2:8.1.0875-5) ... [2021-03-30T18:05:08.969Z] #37 64.48 Setting up librhash0:ppc64el (1.3.8-1) ... [2021-03-30T18:05:08.969Z] #37 64.48 Setting up cmake-data (3.13.4-1) ... [2021-03-30T18:05:08.969Z] #37 64.51 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-03-30T18:05:08.969Z] #37 64.52 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2021-03-30T18:05:08.969Z] #37 64.53 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-03-30T18:05:08.969Z] #37 64.54 Setting up cmake (3.13.4-1) ... [2021-03-30T18:05:08.969Z] #37 64.55 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:05:08.969Z] #37 64.62 Processing triggers for mime-support (3.62) ... [2021-03-30T18:05:08.969Z] #37 DONE 65.0s [2021-03-30T18:05:08.969Z] [2021-03-30T18:05:08.969Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-30T18:05:08.969Z] #38 sha256:648366af97cf95e1026bcef6045f27ab928f4eca1640f619a70bf197c194db39 [2021-03-30T18:05:09.025Z] #43 77.92 DEP criu/protobuf.d [2021-03-30T18:05:09.025Z] #43 ... [2021-03-30T18:05:09.025Z] [2021-03-30T18:05:09.025Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:05:09.025Z] #45 sha256:0b24240f4727f10d9fc5b978638b2cfe80121362b628c08c68cb742a09f6bdf4 [2021-03-30T18:05:09.025Z] #45 139.7 github.com/LK4D4/vndr/godl [2021-03-30T18:05:09.025Z] #45 140.6 github.com/LK4D4/vndr [2021-03-30T18:05:09.025Z] #45 ... [2021-03-30T18:05:09.025Z] [2021-03-30T18:05:09.025Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:09.025Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:05:09.025Z] #43 78.07 GEN criu/protobuf-desc-gen.h [2021-03-30T18:05:09.163Z] ok github.com/docker/docker/daemon/logger/syslog 0.023s coverage: 46.8% of statements [2021-03-30T18:05:09.271Z] #38 0.323 + RM_GOPATH=0 [2021-03-30T18:05:09.271Z] #38 0.326 + TMP_GOPATH= [2021-03-30T18:05:09.271Z] #38 0.327 + : /build [2021-03-30T18:05:09.271Z] #38 0.328 + '[' -z '' ']' [2021-03-30T18:05:09.271Z] #38 0.331 ++ mktemp -d [2021-03-30T18:05:09.271Z] #38 0.339 + export GOPATH=/tmp/tmp.2uTJs2y7Gr [2021-03-30T18:05:09.271Z] #38 0.340 + GOPATH=/tmp/tmp.2uTJs2y7Gr [2021-03-30T18:05:09.271Z] #38 0.340 + RM_GOPATH=1 [2021-03-30T18:05:09.271Z] #38 0.341 + case "$(go env GOARCH)" in [2021-03-30T18:05:09.271Z] #38 0.342 ++ go env GOARCH [2021-03-30T18:05:09.271Z] #38 0.365 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:05:09.271Z] #38 0.391 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:05:09.271Z] #38 0.392 ++ dirname /tmp/install/install.sh [2021-03-30T18:05:09.271Z] #38 0.394 + dir=/tmp/install [2021-03-30T18:05:09.271Z] #38 0.394 + bin=tini [2021-03-30T18:05:09.271Z] #38 0.395 + shift [2021-03-30T18:05:09.271Z] #38 0.396 + '[' '!' -f /tmp/install/tini.installer ']' [2021-03-30T18:05:09.271Z] #38 0.402 + . /tmp/install/tini.installer [2021-03-30T18:05:09.271Z] #38 0.402 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-30T18:05:09.271Z] #38 0.403 + install_tini [2021-03-30T18:05:09.271Z] #38 0.403 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-03-30T18:05:09.271Z] #38 0.404 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-30T18:05:09.271Z] #38 0.404 + git clone https://github.com/krallin/tini.git /tmp/tmp.2uTJs2y7Gr/tini [2021-03-30T18:05:09.271Z] #38 0.413 Cloning into '/tmp/tmp.2uTJs2y7Gr/tini'... [2021-03-30T18:05:09.312Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-30T18:05:09.737Z] ok github.com/docker/docker/daemon/network 0.034s coverage: 63.8% of statements [2021-03-30T18:05:09.877Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-30T18:05:09.960Z] #43 ... [2021-03-30T18:05:09.960Z] [2021-03-30T18:05:09.961Z] #45 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:05:09.961Z] #45 sha256:0b24240f4727f10d9fc5b978638b2cfe80121362b628c08c68cb742a09f6bdf4 [2021-03-30T18:05:09.961Z] #45 DONE 150.8s [2021-03-30T18:05:10.217Z] [2021-03-30T18:05:10.217Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:05:10.217Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-30T18:05:10.241Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-30T18:05:10.338Z] #38 1.562 + cd /tmp/tmp.2uTJs2y7Gr/tini [2021-03-30T18:05:10.338Z] #38 1.562 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-03-30T18:05:10.338Z] #38 1.590 + cmake . [2021-03-30T18:05:10.474Z] #40 ... [2021-03-30T18:05:10.474Z] [2021-03-30T18:05:10.474Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:05:10.474Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-30T18:05:10.474Z] #20 11.51 Reading package lists... [2021-03-30T18:05:10.497Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-30T18:05:10.683Z] ok github.com/docker/docker/daemon/logger/splunk 1.844s coverage: 82.5% of statements [2021-03-30T18:05:10.683Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-30T18:05:10.683Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-30T18:05:10.822Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-30T18:05:11.259Z] ok github.com/docker/docker/distribution/metadata 0.092s coverage: 48.2% of statements [2021-03-30T18:05:11.419Z] #38 2.417 -- The C compiler identification is GNU 8.3.0 [2021-03-30T18:05:11.419Z] #38 2.513 -- Check for working C compiler: /usr/bin/cc [2021-03-30T18:05:11.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-30T18:05:12.076Z] #38 3.306 -- Check for working C compiler: /usr/bin/cc -- works [2021-03-30T18:05:12.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-30T18:05:12.206Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-30T18:05:12.377Z] #38 3.313 -- Detecting C compiler ABI info [2021-03-30T18:05:12.650Z] ok github.com/docker/docker/distribution 0.239s coverage: 25.2% of statements [2021-03-30T18:05:12.650Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-30T18:05:12.650Z] ok github.com/docker/docker/errdefs 0.015s coverage: 53.1% of statements [2021-03-30T18:05:12.677Z] #38 3.909 -- Detecting C compiler ABI info - done [2021-03-30T18:05:12.677Z] #38 3.949 -- Detecting C compile features [2021-03-30T18:05:13.225Z] ok github.com/docker/docker/image 0.056s coverage: 86.6% of statements [2021-03-30T18:05:13.736Z] #38 ... [2021-03-30T18:05:13.736Z] [2021-03-30T18:05:13.736Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:05:13.736Z] #46 sha256:7187537ba83b6a68c7176f75c71f374a7da82a2ddfc66794e8a0b44614feaf4d [2021-03-30T18:05:13.736Z] #46 59.72 bytes [2021-03-30T18:05:13.736Z] #46 66.04 bufio [2021-03-30T18:05:13.736Z] #46 68.83 reflect [2021-03-30T18:05:13.736Z] #46 ... [2021-03-30T18:05:13.736Z] [2021-03-30T18:05:13.736Z] #43 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libcap-dev libnet-dev libnl-3-dev libprotobuf-c-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler python-protobuf [2021-03-30T18:05:13.736Z] #43 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-03-30T18:05:13.736Z] #43 62.64 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-03-30T18:05:13.736Z] #43 62.64 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-03-30T18:05:13.736Z] #43 62.66 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-03-30T18:05:13.736Z] #43 62.66 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2021-03-30T18:05:13.736Z] #43 62.67 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2021-03-30T18:05:13.736Z] #43 62.67 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-03-30T18:05:13.736Z] #43 62.67 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-03-30T18:05:13.736Z] #43 62.68 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-03-30T18:05:13.736Z] #43 62.68 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-03-30T18:05:13.736Z] #43 62.69 Setting up python-protobuf (3.6.1.3-2) ... [2021-03-30T18:05:13.799Z] ok github.com/docker/docker/distribution/xfer 1.745s coverage: 85.1% of statements [2021-03-30T18:05:13.800Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-30T18:05:14.062Z] ok github.com/docker/docker/image/cache 0.027s coverage: 19.2% of statements [2021-03-30T18:05:14.120Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-30T18:05:14.324Z] ok github.com/docker/docker/image/tarexport 0.032s coverage: 0.6% of statements [2021-03-30T18:05:14.385Z] #43 70.43 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2021-03-30T18:05:14.385Z] #43 70.43 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:05:14.385Z] #43 DONE 70.7s [2021-03-30T18:05:14.385Z] [2021-03-30T18:05:14.385Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:05:14.385Z] #35 sha256:ae0da9a0a1db6d2e698786cd3e54a674a18122b5a7d51507849b2eac102e473d [2021-03-30T18:05:14.385Z] #35 63.66 bufio [2021-03-30T18:05:14.385Z] #35 65.14 reflect [2021-03-30T18:05:14.385Z] #35 68.12 path [2021-03-30T18:05:14.385Z] #35 69.95 text/tabwriter [2021-03-30T18:05:14.586Z] ok github.com/docker/docker/libcontainerd/queue 0.046s coverage: 100.0% of statements [2021-03-30T18:05:14.587Z] ok github.com/docker/docker/image/v1 0.039s coverage: 25.0% of statements [2021-03-30T18:05:14.685Z] #35 ... [2021-03-30T18:05:14.685Z] [2021-03-30T18:05:14.685Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:14.685Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:05:14.849Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-30T18:05:14.904Z] #20 16.15 Reading package lists... [2021-03-30T18:05:15.161Z] #20 20.03 Building dependency tree... [2021-03-30T18:05:15.165Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-30T18:05:16.098Z] #20 21.42 libcap2-bin is already the newest version (1:2.25-2). [2021-03-30T18:05:16.098Z] #20 21.42 The following additional packages will be installed: [2021-03-30T18:05:16.098Z] #20 21.43 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-30T18:05:16.098Z] #20 21.43 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-30T18:05:16.098Z] #20 21.43 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-30T18:05:16.098Z] #20 21.44 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-30T18:05:16.098Z] #20 21.44 python3.7 python3.7-minimal vim-runtime xxd [2021-03-30T18:05:16.098Z] #20 21.44 Suggested packages: [2021-03-30T18:05:16.098Z] #20 21.45 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-30T18:05:16.098Z] #20 21.45 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-30T18:05:16.098Z] #20 21.45 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-30T18:05:16.098Z] #20 21.45 Recommended packages: [2021-03-30T18:05:16.098Z] #20 21.45 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-30T18:05:16.098Z] #20 21.45 python3-keyrings.alt python3-xdg unzip [2021-03-30T18:05:16.236Z] ok github.com/docker/docker/oci 0.027s coverage: 45.2% of statements [2021-03-30T18:05:16.236Z] ok github.com/docker/docker/pkg/aaparser 0.032s coverage: 52.9% of statements [2021-03-30T18:05:16.250Z] #44 1.539 Note: Building without setproctitle() and strlcpy() support. [2021-03-30T18:05:16.250Z] #44 1.539 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-30T18:05:16.250Z] #44 1.571 Note: Building without GnuTLS support [2021-03-30T18:05:16.250Z] #44 1.610 Makefile.config:39: Warn: you have no libnftables installed [2021-03-30T18:05:16.250Z] #44 1.610 Makefile.config:40: Warn: Building without nftables support [2021-03-30T18:05:16.497Z] ok github.com/docker/docker/opts 0.089s coverage: 67.1% of statements [2021-03-30T18:05:16.531Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-30T18:05:17.423Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-30T18:05:17.467Z] #20 ... [2021-03-30T18:05:17.467Z] [2021-03-30T18:05:17.467Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:17.467Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:05:17.467Z] #43 80.59 DEP criu/protobuf-desc.d [2021-03-30T18:05:17.467Z] #43 80.72 DEP criu/proc_parse.d [2021-03-30T18:05:17.467Z] #43 80.89 DEP criu/plugin.d [2021-03-30T18:05:17.467Z] #43 81.02 DEP criu/pipes.d [2021-03-30T18:05:17.467Z] #43 81.16 DEP criu/pie-util.d [2021-03-30T18:05:17.467Z] #43 81.33 DEP criu/pie-util-vdso.d [2021-03-30T18:05:17.467Z] #43 81.46 DEP criu/pie-util-vdso-elf32.d [2021-03-30T18:05:17.467Z] #43 81.56 DEP criu/path.d [2021-03-30T18:05:17.467Z] #43 81.78 DEP criu/parasite-syscall.d [2021-03-30T18:05:17.467Z] #43 82.00 DEP criu/pagemap.d [2021-03-30T18:05:17.467Z] #43 82.23 DEP criu/pagemap-cache.d [2021-03-30T18:05:17.467Z] #43 82.34 DEP criu/page-xfer.d [2021-03-30T18:05:17.467Z] #43 82.52 DEP criu/page-pipe.d [2021-03-30T18:05:17.467Z] #43 82.63 DEP criu/netfilter.d [2021-03-30T18:05:17.467Z] #43 82.76 DEP criu/net.d [2021-03-30T18:05:17.467Z] #43 83.01 DEP criu/namespaces.d [2021-03-30T18:05:17.467Z] #43 83.16 DEP criu/mount.d [2021-03-30T18:05:17.467Z] #43 83.30 DEP criu/memfd.d [2021-03-30T18:05:17.467Z] #43 83.43 DEP criu/mem.d [2021-03-30T18:05:17.467Z] #43 83.60 DEP criu/lsm.d [2021-03-30T18:05:17.467Z] #43 83.84 DEP criu/log.d [2021-03-30T18:05:17.467Z] #43 83.93 DEP criu/libnetlink.d [2021-03-30T18:05:17.467Z] #43 84.01 DEP criu/kerndat.d [2021-03-30T18:05:17.467Z] #43 84.16 DEP criu/kcmp-ids.d [2021-03-30T18:05:17.467Z] #43 84.28 DEP criu/irmap.d [2021-03-30T18:05:17.467Z] #43 84.48 DEP criu/ipc_ns.d [2021-03-30T18:05:17.467Z] #43 84.60 DEP criu/image.d [2021-03-30T18:05:17.467Z] #43 84.78 DEP criu/image-desc.d [2021-03-30T18:05:17.467Z] #43 84.88 DEP criu/fsnotify.d [2021-03-30T18:05:17.467Z] #43 85.07 DEP criu/filesystems.d [2021-03-30T18:05:17.467Z] #43 85.27 DEP criu/files.d [2021-03-30T18:05:17.467Z] #43 85.48 DEP criu/files-reg.d [2021-03-30T18:05:17.467Z] #43 85.61 DEP criu/files-ext.d [2021-03-30T18:05:17.467Z] #43 85.78 DEP criu/file-lock.d [2021-03-30T18:05:17.467Z] #43 86.00 DEP criu/file-ids.d [2021-03-30T18:05:17.467Z] #43 86.20 DEP criu/fifo.d [2021-03-30T18:05:17.467Z] #43 86.34 DEP criu/fdstore.d [2021-03-30T18:05:17.467Z] #43 86.49 DEP criu/fault-injection.d [2021-03-30T18:05:17.467Z] #43 86.54 DEP criu/external.d [2021-03-30T18:05:17.724Z] #43 86.71 DEP criu/eventpoll.d [2021-03-30T18:05:17.724Z] #43 86.83 DEP criu/eventfd.d [2021-03-30T18:05:17.891Z] ok github.com/docker/docker/pkg/broadcaster 0.011s coverage: 100.0% of statements [2021-03-30T18:05:17.981Z] #43 ... [2021-03-30T18:05:17.981Z] [2021-03-30T18:05:17.981Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:05:17.981Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-30T18:05:17.981Z] #20 23.34 The following NEW packages will be installed: [2021-03-30T18:05:17.981Z] #20 ... [2021-03-30T18:05:17.981Z] [2021-03-30T18:05:17.981Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:05:17.981Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-03-30T18:05:17.981Z] #32 DONE 158.3s [2021-03-30T18:05:17.981Z] [2021-03-30T18:05:17.981Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:05:17.981Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-30T18:05:17.981Z] #20 23.36 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-30T18:05:17.981Z] #20 23.36 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-30T18:05:17.981Z] #20 23.36 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-30T18:05:17.981Z] #20 23.36 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-30T18:05:17.981Z] #20 23.36 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-30T18:05:17.981Z] #20 23.36 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-30T18:05:17.981Z] #20 23.36 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-30T18:05:17.981Z] #20 23.36 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-30T18:05:17.981Z] #20 23.36 xz-utils zip [2021-03-30T18:05:18.153Z] ok github.com/docker/docker/pkg/authorization 0.346s coverage: 68.3% of statements [2021-03-30T18:05:18.238Z] #20 23.78 0 upgraded, 48 newly installed, 0 to remove and 24 not upgraded. [2021-03-30T18:05:18.238Z] #20 23.78 Need to get 28.5 MB of archives. [2021-03-30T18:05:18.238Z] #20 23.78 After this operation, 116 MB of additional disk space will be used. [2021-03-30T18:05:18.238Z] #20 23.78 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-03-30T18:05:18.366Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-30T18:05:18.367Z] #44 3.406 fatal: not a git repository (or any of the parent directories): .git [2021-03-30T18:05:18.367Z] #44 3.463 GEN .gitid [2021-03-30T18:05:18.367Z] #44 3.512 GEN criu/include/version.h [2021-03-30T18:05:18.367Z] #44 3.647 GEN include/common/asm [2021-03-30T18:05:18.415Z] ok github.com/docker/docker/pkg/capabilities 0.010s coverage: 87.5% of statements [2021-03-30T18:05:18.421Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-30T18:05:18.495Z] #20 23.78 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-03-30T18:05:18.495Z] #20 23.81 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-03-30T18:05:18.677Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-30T18:05:18.751Z] #20 23.93 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-03-30T18:05:18.751Z] #20 23.93 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-03-30T18:05:18.751Z] #20 23.94 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-03-30T18:05:18.751Z] #20 24.08 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-03-30T18:05:18.751Z] #20 24.10 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-03-30T18:05:18.751Z] #20 24.10 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-03-30T18:05:18.751Z] #20 24.12 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-03-30T18:05:18.751Z] #20 24.13 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-03-30T18:05:18.751Z] #20 24.13 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-03-30T18:05:18.751Z] #20 24.15 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-03-30T18:05:18.751Z] #20 24.15 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-03-30T18:05:18.752Z] #20 24.15 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-03-30T18:05:18.752Z] #20 24.17 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-03-30T18:05:19.008Z] #20 24.21 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-03-30T18:05:19.008Z] #20 24.22 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-03-30T18:05:19.008Z] #20 24.24 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-03-30T18:05:19.008Z] #20 24.26 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-03-30T18:05:19.008Z] #20 24.27 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-03-30T18:05:19.008Z] #20 24.30 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-03-30T18:05:19.008Z] #20 24.35 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-03-30T18:05:19.008Z] #20 24.36 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-03-30T18:05:19.008Z] #20 24.38 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-03-30T18:05:19.008Z] #20 24.40 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-03-30T18:05:19.009Z] #20 24.41 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-03-30T18:05:19.009Z] #20 24.41 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-03-30T18:05:19.009Z] #20 24.42 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-03-30T18:05:19.022Z] #44 ... [2021-03-30T18:05:19.022Z] [2021-03-30T18:05:19.022Z] #38 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tini [2021-03-30T18:05:19.022Z] #38 sha256:648366af97cf95e1026bcef6045f27ab928f4eca1640f619a70bf197c194db39 [2021-03-30T18:05:19.022Z] #38 6.217 -- Detecting C compile features - done [2021-03-30T18:05:19.022Z] #38 6.244 -- Performing Test HAS_BUILTIN_FORTIFY [2021-03-30T18:05:19.022Z] #38 6.533 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-03-30T18:05:19.022Z] #38 6.726 -- Configuring done [2021-03-30T18:05:19.022Z] #38 6.759 -- Generating done [2021-03-30T18:05:19.022Z] #38 6.762 -- Build files have been written to: /tmp/tmp.2uTJs2y7Gr/tini [2021-03-30T18:05:19.022Z] #38 6.771 + make tini-static [2021-03-30T18:05:19.022Z] #38 7.202 Scanning dependencies of target tini-static [2021-03-30T18:05:19.022Z] #38 7.345 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-03-30T18:05:19.022Z] #38 9.420 [100%] Linking C executable tini-static [2021-03-30T18:05:19.022Z] #38 10.08 [100%] Built target tini-static [2021-03-30T18:05:19.022Z] #38 10.13 + mkdir -p /build [2021-03-30T18:05:19.022Z] #38 10.14 + cp tini-static /build/docker-init [2021-03-30T18:05:19.022Z] #38 DONE 10.3s [2021-03-30T18:05:19.323Z] [2021-03-30T18:05:19.323Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:05:19.323Z] #35 sha256:ae0da9a0a1db6d2e698786cd3e54a674a18122b5a7d51507849b2eac102e473d [2021-03-30T18:05:19.323Z] #35 74.88 internal/syscall/unix [2021-03-30T18:05:19.323Z] #35 74.90 internal/syscall/execenv [2021-03-30T18:05:19.323Z] #35 75.19 time [2021-03-30T18:05:19.360Z] ok github.com/docker/docker/pkg/directory 0.012s coverage: 80.0% of statements [2021-03-30T18:05:19.572Z] #20 24.91 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-03-30T18:05:19.572Z] #20 24.91 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-03-30T18:05:19.572Z] #20 24.91 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-03-30T18:05:19.572Z] #20 24.91 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-03-30T18:05:19.572Z] #20 24.91 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-03-30T18:05:19.572Z] #20 24.93 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-03-30T18:05:19.572Z] #20 25.01 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-30T18:05:19.572Z] #20 25.01 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-03-30T18:05:19.621Z] ok github.com/docker/docker/pkg/archive 1.204s coverage: 76.8% of statements [2021-03-30T18:05:19.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-30T18:05:19.829Z] #20 25.02 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-03-30T18:05:19.829Z] #20 25.03 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-30T18:05:19.829Z] #20 25.04 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-03-30T18:05:19.829Z] #20 25.05 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-30T18:05:19.829Z] #20 25.05 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-03-30T18:05:19.829Z] #20 25.11 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-03-30T18:05:19.829Z] #20 25.13 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-03-30T18:05:19.829Z] #20 25.14 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-30T18:05:19.882Z] ok github.com/docker/docker/pkg/discovery 0.016s coverage: 58.3% of statements [2021-03-30T18:05:20.043Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-30T18:05:20.085Z] #20 25.43 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-03-30T18:05:20.085Z] #20 25.47 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-03-30T18:05:20.085Z] #20 25.51 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-03-30T18:05:20.456Z] ok github.com/docker/docker/pkg/discovery/file 0.013s coverage: 97.6% of statements [2021-03-30T18:05:20.695Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-30T18:05:20.888Z] #35 ... [2021-03-30T18:05:20.888Z] [2021-03-30T18:05:20.888Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:05:20.888Z] #52 sha256:12bee0b462027e6a5de94e67450420039887d31ba9b75e27fcefc47ca9b29e82 [2021-03-30T18:05:20.888Z] #52 66.80 bufio [2021-03-30T18:05:20.888Z] #52 69.02 text/tabwriter [2021-03-30T18:05:20.888Z] #52 70.83 reflect [2021-03-30T18:05:20.888Z] #52 70.98 regexp/syntax [2021-03-30T18:05:20.888Z] #52 ... [2021-03-30T18:05:20.888Z] [2021-03-30T18:05:20.888Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:20.888Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:05:20.888Z] #44 5.805 PBCC images/timens.pb-c.c [2021-03-30T18:05:20.888Z] #44 5.842 DEP images/timens.pb-c.d [2021-03-30T18:05:20.888Z] #44 5.921 PBCC images/fown.pb-c.c [2021-03-30T18:05:20.888Z] #44 5.965 PBCC images/google/protobuf/descriptor.pb-c.c [2021-03-30T18:05:20.888Z] #44 6.156 PBCC images/opts.pb-c.c [2021-03-30T18:05:20.888Z] #44 6.247 PBCC images/memfd.pb-c.c [2021-03-30T18:05:20.888Z] #44 6.289 DEP images/fown.pb-c.d [2021-03-30T18:05:20.888Z] #44 6.347 DEP images/google/protobuf/descriptor.pb-c.d [2021-03-30T18:05:20.888Z] #44 6.439 DEP images/opts.pb-c.d [2021-03-30T18:05:21.014Z] #20 26.19 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:05:21.014Z] #20 26.30 Fetched 28.5 MB in 2s (13.9 MB/s) [2021-03-30T18:05:21.014Z] #20 26.35 Selecting previously unselected package pigz. [2021-03-30T18:05:21.014Z] #20 26.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 ... 23435 files and directories currently installed.) [2021-03-30T18:05:21.014Z] #20 26.39 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-03-30T18:05:21.014Z] #20 26.40 Unpacking pigz (2.4-1) ... [2021-03-30T18:05:21.014Z] #20 26.50 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-03-30T18:05:21.029Z] ok github.com/docker/docker/pkg/discovery/memory 0.010s coverage: 92.3% of statements [2021-03-30T18:05:21.187Z] #44 6.525 DEP images/memfd.pb-c.d [2021-03-30T18:05:21.187Z] #44 6.588 PBCC images/sit.pb-c.c [2021-03-30T18:05:21.187Z] #44 6.699 DEP images/sit.pb-c.d [2021-03-30T18:05:21.270Z] #20 26.50 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-03-30T18:05:21.270Z] #20 26.51 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-03-30T18:05:21.410Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-30T18:05:21.486Z] #44 6.837 PBCC images/macvlan.pb-c.c [2021-03-30T18:05:21.486Z] #44 6.850 DEP images/macvlan.pb-c.d [2021-03-30T18:05:21.486Z] #44 6.872 PBCC images/autofs.pb-c.c [2021-03-30T18:05:21.486Z] #44 6.894 DEP images/autofs.pb-c.d [2021-03-30T18:05:21.486Z] #44 6.924 PBCC images/sysctl.pb-c.c [2021-03-30T18:05:21.486Z] #44 6.939 DEP images/sysctl.pb-c.d [2021-03-30T18:05:21.486Z] #44 6.988 PBCC images/time.pb-c.c [2021-03-30T18:05:21.486Z] #44 7.001 DEP images/time.pb-c.d [2021-03-30T18:05:21.486Z] #44 7.028 PBCC images/binfmt-misc.pb-c.c [2021-03-30T18:05:21.527Z] #20 26.96 Selecting previously unselected package python3.7-minimal. [2021-03-30T18:05:21.527Z] #20 26.96 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-03-30T18:05:21.527Z] #20 26.97 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-03-30T18:05:21.601Z] ok github.com/docker/docker/pkg/discovery/nodes 0.009s coverage: 93.8% of statements [2021-03-30T18:05:21.787Z] #44 7.038 DEP images/binfmt-misc.pb-c.d [2021-03-30T18:05:21.787Z] #44 7.082 PBCC images/seccomp.pb-c.c [2021-03-30T18:05:21.787Z] #44 7.101 DEP images/seccomp.pb-c.d [2021-03-30T18:05:21.787Z] #44 7.137 PBCC images/userns.pb-c.c [2021-03-30T18:05:21.787Z] #44 7.161 DEP images/userns.pb-c.d [2021-03-30T18:05:21.787Z] #44 7.202 PBCC images/cgroup.pb-c.c [2021-03-30T18:05:21.787Z] #44 7.232 DEP images/cgroup.pb-c.d [2021-03-30T18:05:21.787Z] #44 7.270 PBCC images/ext-file.pb-c.c [2021-03-30T18:05:21.787Z] #44 7.284 DEP images/ext-file.pb-c.d [2021-03-30T18:05:21.787Z] #44 7.356 PBCC images/rpc.pb-c.c [2021-03-30T18:05:21.787Z] #44 7.393 DEP images/rpc.pb-c.d [2021-03-30T18:05:21.861Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2021-03-30T18:05:22.081Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-30T18:05:22.088Z] #44 7.480 PBCC images/siginfo.pb-c.c [2021-03-30T18:05:22.088Z] #44 7.513 DEP images/siginfo.pb-c.d [2021-03-30T18:05:22.088Z] #44 ... [2021-03-30T18:05:22.088Z] [2021-03-30T18:05:22.088Z] #48 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh gotestsum [2021-03-30T18:05:22.088Z] #48 sha256:1369eeb5b1735d317fccc2529a3d02536849662e72be6a38735d434db1ff20cb [2021-03-30T18:05:22.088Z] #48 DONE 78.3s [2021-03-30T18:05:22.088Z] [2021-03-30T18:05:22.088Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:22.088Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:05:22.088Z] #44 7.593 PBCC images/pagemap.pb-c.c [2021-03-30T18:05:22.153Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-30T18:05:22.153Z] [2021-03-30T18:05:22.153Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-03-30T18:05:22.153Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-03-30T18:05:22.153Z] Using test binary docker [2021-03-30T18:05:22.153Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-30T18:05:22.153Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-30T18:05:22.153Z] INFO: Waiting for daemon to start... [2021-03-30T18:05:22.153Z] Starting dockerd [2021-03-30T18:05:22.389Z] #44 7.667 DEP images/pagemap.pb-c.d [2021-03-30T18:05:22.389Z] #44 7.721 PBCC images/rlimit.pb-c.c [2021-03-30T18:05:22.389Z] #44 7.745 DEP images/rlimit.pb-c.d [2021-03-30T18:05:22.389Z] #44 7.785 PBCC images/file-lock.pb-c.c [2021-03-30T18:05:22.389Z] #44 7.834 DEP images/file-lock.pb-c.d [2021-03-30T18:05:22.389Z] #44 7.908 PBCC images/tty.pb-c.c [2021-03-30T18:05:22.389Z] #44 7.970 DEP images/tty.pb-c.d [2021-03-30T18:05:22.389Z] #44 8.024 PBCC images/tun.pb-c.c [2021-03-30T18:05:22.457Z] #20 27.78 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-03-30T18:05:22.457Z] #20 27.80 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-03-30T18:05:22.690Z] #44 8.120 PBCC images/netdev.pb-c.c [2021-03-30T18:05:22.690Z] #44 8.189 DEP images/tun.pb-c.d [2021-03-30T18:05:22.690Z] #44 8.289 DEP images/netdev.pb-c.d [2021-03-30T18:05:22.803Z] ok github.com/docker/docker/pkg/chrootarchive 3.495s coverage: 43.2% of statements [2021-03-30T18:05:22.991Z] #44 8.496 PBCC images/vma.pb-c.c [2021-03-30T18:05:22.991Z] #44 8.533 DEP images/vma.pb-c.d [2021-03-30T18:05:22.991Z] #44 8.569 PBCC images/creds.pb-c.c [2021-03-30T18:05:23.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-30T18:05:23.064Z] ok github.com/docker/docker/pkg/filenotify 0.610s coverage: 67.0% of statements [2021-03-30T18:05:23.078Z] . [2021-03-30T18:05:23.078Z] INFO: Building docker-sdk-python3:4.4.1... [2021-03-30T18:05:23.292Z] #44 8.586 DEP images/creds.pb-c.d [2021-03-30T18:05:23.292Z] #44 8.616 PBCC images/utsns.pb-c.c [2021-03-30T18:05:23.292Z] #44 8.667 DEP images/utsns.pb-c.d [2021-03-30T18:05:23.292Z] #44 8.713 PBCC images/ipc-desc.pb-c.c [2021-03-30T18:05:23.292Z] #44 8.759 PBCC images/ipc-sem.pb-c.c [2021-03-30T18:05:23.292Z] #44 8.780 DEP images/ipc-desc.pb-c.d [2021-03-30T18:05:23.292Z] #44 8.821 DEP images/ipc-sem.pb-c.d [2021-03-30T18:05:23.299Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-30T18:05:23.326Z] ok github.com/docker/docker/pkg/fileutils 0.026s coverage: 89.5% of statements [2021-03-30T18:05:23.593Z] #44 8.897 PBCC images/ipc-msg.pb-c.c [2021-03-30T18:05:23.593Z] #44 8.913 DEP images/ipc-msg.pb-c.d [2021-03-30T18:05:23.593Z] #44 9.015 PBCC images/ipc-shm.pb-c.c [2021-03-30T18:05:23.593Z] #44 9.035 DEP images/ipc-shm.pb-c.d [2021-03-30T18:05:23.593Z] #44 9.081 PBCC images/ipc-var.pb-c.c [2021-03-30T18:05:23.593Z] #44 9.109 DEP images/ipc-var.pb-c.d [2021-03-30T18:05:23.593Z] #44 9.137 PBCC images/sk-opts.pb-c.c [2021-03-30T18:05:23.593Z] #44 9.150 PBCC images/packet-sock.pb-c.c [2021-03-30T18:05:23.593Z] #44 9.194 DEP images/sk-opts.pb-c.d [2021-03-30T18:05:23.861Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-30T18:05:23.894Z] #44 9.231 DEP images/packet-sock.pb-c.d [2021-03-30T18:05:23.894Z] #44 9.273 PBCC images/sk-netlink.pb-c.c [2021-03-30T18:05:23.894Z] #44 9.327 DEP images/sk-netlink.pb-c.d [2021-03-30T18:05:23.894Z] #44 9.378 PBCC images/sk-inet.pb-c.c [2021-03-30T18:05:23.894Z] #44 9.421 DEP images/sk-inet.pb-c.d [2021-03-30T18:05:23.897Z] ok github.com/docker/docker/pkg/homedir 0.008s coverage: 11.4% of statements [2021-03-30T18:05:23.897Z] ok github.com/docker/docker/pkg/fsutils 0.302s coverage: 85.1% of statements [2021-03-30T18:05:24.159Z] ok github.com/docker/docker/pkg/discovery/kv 3.099s coverage: 84.1% of statements [2021-03-30T18:05:24.193Z] #44 9.509 PBCC images/sk-unix.pb-c.c [2021-03-30T18:05:24.193Z] #44 9.564 DEP images/sk-unix.pb-c.d [2021-03-30T18:05:24.193Z] #44 9.610 PBCC images/mm.pb-c.c [2021-03-30T18:05:24.193Z] #44 9.668 DEP images/mm.pb-c.d [2021-03-30T18:05:24.502Z] #44 9.781 PBCC images/timerfd.pb-c.c [2021-03-30T18:05:24.502Z] #44 9.867 DEP images/timerfd.pb-c.d [2021-03-30T18:05:24.502Z] #44 9.916 PBCC images/timer.pb-c.c [2021-03-30T18:05:24.502Z] #44 9.958 DEP images/timer.pb-c.d [2021-03-30T18:05:24.502Z] #44 10.02 PBCC images/sa.pb-c.c [2021-03-30T18:05:24.502Z] #44 10.07 DEP images/sa.pb-c.d [2021-03-30T18:05:24.502Z] #44 10.12 PBCC images/pipe-data.pb-c.c [2021-03-30T18:05:24.802Z] #44 10.14 DEP images/pipe-data.pb-c.d [2021-03-30T18:05:24.802Z] #44 10.22 PBCC images/mnt.pb-c.c [2021-03-30T18:05:24.802Z] #44 ... [2021-03-30T18:05:24.802Z] [2021-03-30T18:05:24.802Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:05:24.802Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-30T18:05:24.802Z] #14 70.45 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-03-30T18:05:24.802Z] #14 70.46 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-03-30T18:05:24.802Z] #14 70.47 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-30T18:05:24.802Z] #14 78.14 Selecting previously unselected package gcc-mingw-w64-base. [2021-03-30T18:05:24.802Z] #14 78.16 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-03-30T18:05:24.802Z] #14 78.17 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:05:24.802Z] #14 78.39 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-03-30T18:05:24.803Z] #14 78.39 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-03-30T18:05:24.803Z] #14 78.41 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:05:24.803Z] #14 ... [2021-03-30T18:05:24.803Z] [2021-03-30T18:05:24.803Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:24.803Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:05:24.803Z] #44 10.28 DEP images/mnt.pb-c.d [2021-03-30T18:05:24.803Z] #44 10.35 PBCC images/sk-packet.pb-c.c [2021-03-30T18:05:24.803Z] #44 10.38 DEP images/sk-packet.pb-c.d [2021-03-30T18:05:24.941Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-30T18:05:24.978Z] #20 29.89 Selecting previously unselected package python3-minimal. [2021-03-30T18:05:24.978Z] #20 29.90 (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 ... 23684 files and directories currently installed.) [2021-03-30T18:05:24.978Z] #20 29.94 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-03-30T18:05:24.978Z] #20 29.95 Unpacking python3-minimal (3.7.3-1) ... [2021-03-30T18:05:24.978Z] #20 30.02 Selecting previously unselected package libmpdec2:amd64. [2021-03-30T18:05:24.978Z] #20 30.03 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-03-30T18:05:24.978Z] #20 30.04 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-03-30T18:05:24.978Z] #20 30.13 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-03-30T18:05:24.978Z] #20 30.14 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-03-30T18:05:24.978Z] #20 30.15 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-03-30T18:05:25.103Z] ok github.com/docker/docker/layer 7.816s coverage: 68.8% of statements [2021-03-30T18:05:25.103Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-30T18:05:25.103Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-30T18:05:25.103Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-30T18:05:25.103Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-30T18:05:25.103Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-30T18:05:25.103Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-30T18:05:25.103Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-30T18:05:25.103Z] ok github.com/docker/docker/pkg/jsonmessage 0.017s coverage: 91.7% of statements [2021-03-30T18:05:25.105Z] #44 10.45 PBCC images/tcp-stream.pb-c.c [2021-03-30T18:05:25.105Z] #44 10.51 DEP images/tcp-stream.pb-c.d [2021-03-30T18:05:25.105Z] #44 10.59 PBCC images/pipe.pb-c.c [2021-03-30T18:05:25.105Z] #44 10.62 DEP images/pipe.pb-c.d [2021-03-30T18:05:25.105Z] #44 ... [2021-03-30T18:05:25.105Z] [2021-03-30T18:05:25.105Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:05:25.105Z] #46 sha256:7187537ba83b6a68c7176f75c71f374a7da82a2ddfc66794e8a0b44614feaf4d [2021-03-30T18:05:25.105Z] #46 71.29 regexp/syntax [2021-03-30T18:05:25.105Z] #46 74.80 hash/crc32 [2021-03-30T18:05:25.105Z] #46 78.29 vendor/golang.org/x/text/transform [2021-03-30T18:05:25.105Z] #46 80.78 time [2021-03-30T18:05:25.105Z] #46 ... [2021-03-30T18:05:25.105Z] [2021-03-30T18:05:25.105Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:25.105Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:05:25.105Z] #44 10.71 PBCC images/pstree.pb-c.c [2021-03-30T18:05:25.105Z] #44 10.72 DEP images/pstree.pb-c.d [2021-03-30T18:05:25.226Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-30T18:05:25.365Z] ok github.com/docker/docker/pkg/idtools 0.617s coverage: 69.5% of statements [2021-03-30T18:05:25.365Z] ok github.com/docker/docker/pkg/ioutils 0.598s coverage: 69.3% of statements [2021-03-30T18:05:25.365Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-30T18:05:25.404Z] #44 10.80 PBCC images/fs.pb-c.c [2021-03-30T18:05:25.405Z] #44 10.82 DEP images/fs.pb-c.d [2021-03-30T18:05:25.405Z] #44 10.94 PBCC images/signalfd.pb-c.c [2021-03-30T18:05:25.405Z] #44 11.00 DEP images/signalfd.pb-c.d [2021-03-30T18:05:25.529Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-30T18:05:25.542Z] #20 31.03 Selecting previously unselected package python3.7. [2021-03-30T18:05:25.628Z] ok github.com/docker/docker/pkg/longpath 0.030s coverage: 100.0% of statements [2021-03-30T18:05:25.628Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-03-30T18:05:25.628Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-30T18:05:25.706Z] #44 11.05 PBCC images/fh.pb-c.c [2021-03-30T18:05:25.706Z] #44 11.11 PBCC images/fsnotify.pb-c.c [2021-03-30T18:05:25.706Z] #44 11.16 DEP images/fh.pb-c.d [2021-03-30T18:05:25.706Z] #44 11.23 DEP images/fsnotify.pb-c.d [2021-03-30T18:05:25.800Z] #20 31.03 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-03-30T18:05:25.800Z] #20 31.05 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-03-30T18:05:25.800Z] #20 31.18 Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-30T18:05:25.800Z] #20 31.18 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-03-30T18:05:25.800Z] #20 31.19 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-30T18:05:25.891Z] ok github.com/docker/docker/pkg/namesgenerator 0.013s coverage: 85.7% of statements [2021-03-30T18:05:25.891Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-30T18:05:26.005Z] #44 11.27 PBCC images/eventpoll.pb-c.c [2021-03-30T18:05:26.005Z] #44 11.29 DEP images/eventpoll.pb-c.d [2021-03-30T18:05:26.005Z] #44 11.40 PBCC images/eventfd.pb-c.c [2021-03-30T18:05:26.005Z] #44 11.43 DEP images/eventfd.pb-c.d [2021-03-30T18:05:26.005Z] #44 11.48 PBCC images/remap-file-path.pb-c.c [2021-03-30T18:05:26.005Z] #44 11.50 DEP images/remap-file-path.pb-c.d [2021-03-30T18:05:26.005Z] #44 11.54 PBCC images/fifo.pb-c.c [2021-03-30T18:05:26.005Z] #44 11.56 DEP images/fifo.pb-c.d [2021-03-30T18:05:26.005Z] #44 11.60 PBCC images/ghost-file.pb-c.c [2021-03-30T18:05:26.058Z] #20 31.30 Setting up python3-minimal (3.7.3-1) ... [2021-03-30T18:05:26.153Z] ok github.com/docker/docker/pkg/parsers 0.015s coverage: 97.0% of statements [2021-03-30T18:05:26.153Z] ok github.com/docker/docker/pkg/parsers/kernel 0.014s coverage: 60.0% of statements [2021-03-30T18:05:26.154Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-30T18:05:26.154Z] Using test binary docker [2021-03-30T18:05:26.307Z] #44 11.68 DEP images/ghost-file.pb-c.d [2021-03-30T18:05:26.307Z] #44 11.73 PBCC images/regfile.pb-c.c [2021-03-30T18:05:26.307Z] #44 11.79 DEP images/regfile.pb-c.d [2021-03-30T18:05:26.307Z] #44 11.83 PBCC images/ns.pb-c.c [2021-03-30T18:05:26.307Z] #44 11.86 DEP images/ns.pb-c.d [2021-03-30T18:05:26.409Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-30T18:05:26.409Z] Starting apparmor (via systemctl): apparmor.service. [2021-03-30T18:05:26.409Z] Starting dockerd [2021-03-30T18:05:26.409Z] INFO: Waiting for daemon to start... [2021-03-30T18:05:26.415Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.016s coverage: 86.7% of statements [2021-03-30T18:05:26.608Z] #44 11.94 PBCC images/fdinfo.pb-c.c [2021-03-30T18:05:26.608Z] #44 12.05 DEP images/fdinfo.pb-c.d [2021-03-30T18:05:26.678Z] ok github.com/docker/docker/pkg/pidfile 0.013s coverage: 82.4% of statements [2021-03-30T18:05:26.678Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-30T18:05:26.678Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-30T18:05:26.907Z] #44 12.17 PBCC images/core-aarch64.pb-c.c [2021-03-30T18:05:26.907Z] #44 12.24 PBCC images/core-arm.pb-c.c [2021-03-30T18:05:26.907Z] #44 12.34 PBCC images/core-ppc64.pb-c.c [2021-03-30T18:05:26.907Z] #44 12.43 PBCC images/core-s390.pb-c.c [2021-03-30T18:05:26.907Z] #44 12.54 PBCC images/core-x86.pb-c.c [2021-03-30T18:05:26.924Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-30T18:05:26.989Z] #20 32.17 Selecting previously unselected package python3. [2021-03-30T18:05:26.989Z] #20 32.17 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24096 files and directories currently installed.) [2021-03-30T18:05:26.989Z] #20 32.21 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-03-30T18:05:26.989Z] #20 32.22 Unpacking python3 (3.7.3-1) ... [2021-03-30T18:05:26.989Z] #20 32.35 Selecting previously unselected package libip4tc0:amd64. [2021-03-30T18:05:26.989Z] #20 32.37 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-03-30T18:05:26.989Z] #20 32.37 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-03-30T18:05:27.246Z] #20 32.46 Selecting previously unselected package libip6tc0:amd64. [2021-03-30T18:05:27.246Z] #20 32.46 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-03-30T18:05:27.246Z] #20 32.47 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-03-30T18:05:27.247Z] #20 32.56 Selecting previously unselected package libiptc0:amd64. [2021-03-30T18:05:27.247Z] #20 32.57 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-03-30T18:05:27.247Z] #20 32.58 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-03-30T18:05:27.247Z] #20 32.66 Selecting previously unselected package libnfnetlink0:amd64. [2021-03-30T18:05:27.255Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.028s coverage: 56.8% of statements [2021-03-30T18:05:27.491Z] #44 12.59 PBCC images/core.pb-c.c [2021-03-30T18:05:27.491Z] #44 12.83 PBCC images/inventory.pb-c.c [2021-03-30T18:05:27.491Z] #44 12.93 DEP images/core-aarch64.pb-c.d [2021-03-30T18:05:27.491Z] #44 12.96 DEP images/core-arm.pb-c.d [2021-03-30T18:05:27.491Z] #44 12.98 DEP images/core-ppc64.pb-c.d [2021-03-30T18:05:27.491Z] #44 13.00 DEP images/core-s390.pb-c.d [2021-03-30T18:05:27.491Z] #44 13.03 DEP images/core-x86.pb-c.d [2021-03-30T18:05:27.504Z] #20 32.67 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-03-30T18:05:27.504Z] #20 32.67 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-30T18:05:27.504Z] #20 32.74 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-03-30T18:05:27.504Z] #20 32.74 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-03-30T18:05:27.504Z] #20 32.75 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-30T18:05:27.504Z] #20 32.83 Selecting previously unselected package libnftnl11:amd64. [2021-03-30T18:05:27.504Z] #20 32.83 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-03-30T18:05:27.504Z] #20 32.84 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-03-30T18:05:27.504Z] #20 32.94 Selecting previously unselected package iptables. [2021-03-30T18:05:27.520Z] #57 186.4 + bin/containerd-stress [2021-03-30T18:05:27.520Z] #57 187.9 + bin/containerd-shim [2021-03-30T18:05:27.761Z] #20 32.95 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-03-30T18:05:27.761Z] #20 32.95 Unpacking iptables (1.8.2-4) ... [2021-03-30T18:05:27.811Z] #44 13.13 DEP images/core.pb-c.d [2021-03-30T18:05:27.811Z] #44 13.23 DEP images/inventory.pb-c.d [2021-03-30T18:05:27.811Z] #44 13.29 PBCC images/cpuinfo.pb-c.c [2021-03-30T18:05:27.811Z] #44 13.32 DEP images/cpuinfo.pb-c.d [2021-03-30T18:05:27.832Z] ok github.com/docker/docker/pkg/plugins/transport 0.015s coverage: 85.7% of statements [2021-03-30T18:05:27.832Z] ok github.com/docker/docker/pkg/pools 0.036s coverage: 88.2% of statements [2021-03-30T18:05:27.832Z] ok github.com/docker/docker/pkg/progress 0.014s coverage: 75.9% of statements [2021-03-30T18:05:27.867Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-30T18:05:27.867Z] Using test binary docker [2021-03-30T18:05:28.018Z] #20 33.33 Selecting previously unselected package xxd. [2021-03-30T18:05:28.018Z] #20 33.33 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-03-30T18:05:28.018Z] #20 33.34 Unpacking xxd (2:8.1.0875-5) ... [2021-03-30T18:05:28.018Z] #20 ... [2021-03-30T18:05:28.018Z] [2021-03-30T18:05:28.018Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:28.018Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:05:28.018Z] #43 86.97 DEP criu/crtools.d [2021-03-30T18:05:28.018Z] #43 87.27 DEP criu/cr-service.d [2021-03-30T18:05:28.018Z] #43 87.65 DEP criu/cr-restore.d [2021-03-30T18:05:28.018Z] #43 88.06 DEP criu/cr-errno.d [2021-03-30T18:05:28.018Z] #43 88.11 DEP criu/cr-dump.d [2021-03-30T18:05:28.018Z] #43 88.26 DEP criu/cr-dedup.d [2021-03-30T18:05:28.018Z] #43 88.39 DEP criu/cr-check.d [2021-03-30T18:05:28.018Z] #43 88.57 DEP criu/config.d [2021-03-30T18:05:28.018Z] #43 88.72 DEP criu/clone-noasan.d [2021-03-30T18:05:28.018Z] #43 88.82 DEP criu/cgroup.d [2021-03-30T18:05:28.018Z] #43 88.95 DEP criu/cgroup-props.d [2021-03-30T18:05:28.018Z] #43 89.02 DEP criu/bitmap.d [2021-03-30T18:05:28.018Z] #43 89.04 DEP criu/bfd.d [2021-03-30T18:05:28.018Z] #43 89.13 DEP criu/autofs.d [2021-03-30T18:05:28.018Z] #43 89.20 DEP criu/aio.d [2021-03-30T18:05:28.018Z] #43 89.34 DEP criu/action-scripts.d [2021-03-30T18:05:28.018Z] #43 89.61 CC criu/action-scripts.o [2021-03-30T18:05:28.018Z] #43 90.02 CC criu/aio.o [2021-03-30T18:05:28.018Z] #43 90.50 CC criu/autofs.o [2021-03-30T18:05:28.018Z] #43 91.92 CC criu/bfd.o [2021-03-30T18:05:28.018Z] #43 92.40 CC criu/bitmap.o [2021-03-30T18:05:28.018Z] #43 92.62 CC criu/cgroup-props.o [2021-03-30T18:05:28.018Z] #43 93.20 CC criu/cgroup.o [2021-03-30T18:05:28.018Z] #43 96.00 CC criu/clone-noasan.o [2021-03-30T18:05:28.018Z] #43 96.18 CC criu/config.o [2021-03-30T18:05:28.110Z] #44 13.39 PBCC images/stats.pb-c.c [2021-03-30T18:05:28.110Z] #44 13.43 DEP images/stats.pb-c.d [2021-03-30T18:05:28.127Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-30T18:05:28.127Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-30T18:05:28.127Z] INFO: Waiting for daemon to start... [2021-03-30T18:05:28.127Z] Starting dockerd [2021-03-30T18:05:28.275Z] #43 ... [2021-03-30T18:05:28.275Z] [2021-03-30T18:05:28.275Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:05:28.275Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-30T18:05:28.275Z] #20 33.63 Selecting previously unselected package vim-common. [2021-03-30T18:05:28.275Z] #20 33.64 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-30T18:05:28.406Z] ok github.com/docker/docker/pkg/reexec 0.020s coverage: 82.4% of statements [2021-03-30T18:05:28.531Z] #20 33.67 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-30T18:05:28.531Z] #20 33.82 Selecting previously unselected package bash-completion. [2021-03-30T18:05:28.531Z] #20 33.83 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-30T18:05:28.923Z] . [2021-03-30T18:05:28.923Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-30T18:05:28.923Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-30T18:05:28.923Z] Error: No such image: emptyfs [2021-03-30T18:05:28.923Z] Running integration-test (iteration 1) [2021-03-30T18:05:28.923Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-03-30T18:05:28.978Z] ok github.com/docker/docker/pkg/stdcopy 0.017s coverage: 100.0% of statements [2021-03-30T18:05:29.239Z] ok github.com/docker/docker/pkg/pubsub 1.091s coverage: 75.0% of statements [2021-03-30T18:05:29.811Z] ok github.com/docker/docker/pkg/streamformatter 0.010s coverage: 66.2% of statements [2021-03-30T18:05:29.811Z] ok github.com/docker/docker/pkg/stringid 0.011s coverage: 70.6% of statements [2021-03-30T18:05:30.039Z] . [2021-03-30T18:05:30.039Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-30T18:05:30.039Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-30T18:05:30.039Z] Error: No such image: emptyfs [2021-03-30T18:05:30.232Z] #44 15.21 make[1]: Nothing to be done for 'all'. [2021-03-30T18:05:30.300Z] Running integration-test (iteration 1) [2021-03-30T18:05:30.300Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-03-30T18:05:30.755Z] ok github.com/docker/docker/pkg/sysinfo 0.029s coverage: 54.2% of statements [2021-03-30T18:05:30.755Z] ok github.com/docker/docker/pkg/system 0.037s coverage: 36.9% of statements [2021-03-30T18:05:31.051Z] #20 36.49 Unpacking bash-completion (1:2.8-6) ... [2021-03-30T18:05:31.329Z] ok github.com/docker/docker/pkg/tailfile 0.097s coverage: 88.6% of statements [2021-03-30T18:05:31.329Z] ok github.com/docker/docker/pkg/signal 2.822s coverage: 61.0% of statements [2021-03-30T18:05:31.615Z] #20 36.79 Selecting previously unselected package bzip2. [2021-03-30T18:05:31.615Z] #20 36.80 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-03-30T18:05:31.615Z] #20 36.81 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-30T18:05:31.615Z] #20 36.90 Selecting previously unselected package xz-utils. [2021-03-30T18:05:31.615Z] #20 36.92 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-03-30T18:05:31.615Z] #20 36.93 Unpacking xz-utils (5.2.4-1) ... [2021-03-30T18:05:31.777Z] #44 17.05 CC images/stats.o [2021-03-30T18:05:31.872Z] #20 37.09 Selecting previously unselected package apparmor. [2021-03-30T18:05:31.872Z] #20 37.10 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-03-30T18:05:31.872Z] #20 37.16 Unpacking apparmor (2.13.2-10) ... [2021-03-30T18:05:31.903Z] testing: warning: no tests to run [2021-03-30T18:05:31.903Z] coverage: [no statements] [2021-03-30T18:05:31.903Z] ok github.com/docker/docker/pkg/term/windows 0.008s coverage: [no statements] [no tests to run] [2021-03-30T18:05:31.903Z] ok github.com/docker/docker/pkg/tarsum 0.118s coverage: 89.3% of statements [2021-03-30T18:05:32.076Z] #44 17.44 CC images/core.o [2021-03-30T18:05:32.128Z] #20 37.52 Selecting previously unselected package aufs-tools. [2021-03-30T18:05:32.128Z] #20 37.53 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-03-30T18:05:32.128Z] #20 37.54 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-30T18:05:32.164Z] ok github.com/docker/docker/pkg/truncindex 0.110s coverage: 91.5% of statements [2021-03-30T18:05:32.164Z] ok github.com/docker/docker/pkg/urlutil 0.011s coverage: 100.0% of statements [2021-03-30T18:05:32.387Z] #20 37.68 Selecting previously unselected package libonig5:amd64. [2021-03-30T18:05:32.387Z] #20 37.70 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-03-30T18:05:32.387Z] #20 37.71 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-03-30T18:05:32.387Z] #20 37.85 Selecting previously unselected package libjq1:amd64. [2021-03-30T18:05:32.387Z] #20 37.85 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-03-30T18:05:32.387Z] #20 37.86 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-30T18:05:32.427Z] ok github.com/docker/docker/pkg/useragent 0.014s coverage: 88.9% of statements [2021-03-30T18:05:32.644Z] #20 37.97 Selecting previously unselected package jq. [2021-03-30T18:05:32.644Z] #20 37.97 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-03-30T18:05:32.644Z] #20 37.98 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-30T18:05:32.644Z] #20 38.05 Selecting previously unselected package libaio1:amd64. [2021-03-30T18:05:32.644Z] #20 38.06 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-03-30T18:05:32.644Z] #20 38.06 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-03-30T18:05:32.726Z] #44 18.19 CC images/core-x86.o [2021-03-30T18:05:32.901Z] #20 38.14 Selecting previously unselected package libgpm2:amd64. [2021-03-30T18:05:32.901Z] #20 38.15 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-03-30T18:05:32.901Z] #20 38.18 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-03-30T18:05:32.901Z] #20 38.25 Selecting previously unselected package libicu63:amd64. [2021-03-30T18:05:32.901Z] #20 38.25 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-03-30T18:05:32.901Z] #20 38.26 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-30T18:05:33.043Z] 4612f6d0b889: Pull complete [2021-03-30T18:05:33.083Z] #57 193.1 + bin/containerd-shim-runc-v1 [2021-03-30T18:05:33.377Z] #44 18.84 CC images/core-arm.o [2021-03-30T18:05:33.678Z] #44 19.21 CC images/core-aarch64.o [2021-03-30T18:05:33.818Z] ok github.com/docker/docker/plugin/v2 0.015s coverage: 14.5% of statements [2021-03-30T18:05:33.818Z] ok github.com/docker/docker/profiles/seccomp 0.021s coverage: 85.4% of statements [2021-03-30T18:05:34.329Z] #44 19.65 CC images/core-ppc64.o [2021-03-30T18:05:34.329Z] #44 ... [2021-03-30T18:05:34.329Z] [2021-03-30T18:05:34.329Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:05:34.329Z] #52 sha256:12bee0b462027e6a5de94e67450420039887d31ba9b75e27fcefc47ca9b29e82 [2021-03-30T18:05:34.329Z] #52 80.61 time [2021-03-30T18:05:34.329Z] #52 83.97 regexp [2021-03-30T18:05:34.630Z] #52 90.76 context [2021-03-30T18:05:34.630Z] #52 ... [2021-03-30T18:05:34.630Z] [2021-03-30T18:05:34.630Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:05:34.630Z] #35 sha256:ae0da9a0a1db6d2e698786cd3e54a674a18122b5a7d51507849b2eac102e473d [2021-03-30T18:05:34.630Z] #35 82.74 internal/poll [2021-03-30T18:05:34.630Z] #35 85.16 os [2021-03-30T18:05:34.630Z] #35 86.67 internal/fmtsort [2021-03-30T18:05:34.630Z] #35 87.77 fmt [2021-03-30T18:05:34.630Z] #35 87.77 path/filepath [2021-03-30T18:05:34.630Z] #35 89.52 io/ioutil [2021-03-30T18:05:34.630Z] #35 ... [2021-03-30T18:05:34.630Z] [2021-03-30T18:05:34.630Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:05:34.630Z] #52 sha256:12bee0b462027e6a5de94e67450420039887d31ba9b75e27fcefc47ca9b29e82 [2021-03-30T18:05:34.630Z] #52 90.80 mvdan.cc/sh/v3/fileutil [2021-03-30T18:05:34.763Z] ok github.com/docker/docker/reference 0.027s coverage: 83.7% of statements [2021-03-30T18:05:35.025Z] ok github.com/docker/docker/plugin 0.559s coverage: 23.2% of statements [2021-03-30T18:05:35.810Z] #57 196.8 + bin/containerd-shim-runc-v2 [2021-03-30T18:05:36.874Z] #57 197.6 + binaries [2021-03-30T18:05:36.874Z] #57 197.6 + install -D bin/containerd /build/containerd [2021-03-30T18:05:36.874Z] #57 197.7 + install -D bin/containerd-shim /build/containerd-shim [2021-03-30T18:05:36.874Z] #57 197.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-30T18:05:36.874Z] #57 197.7 + install -D bin/ctr /build/ctr [2021-03-30T18:05:36.947Z] ok github.com/docker/docker/registry/resumable 0.026s coverage: 100.0% of statements [2021-03-30T18:05:36.947Z] ok github.com/docker/docker/quota 0.598s coverage: 71.4% of statements [2021-03-30T18:05:36.947Z] ok github.com/docker/docker/registry 0.157s coverage: 58.8% of statements [2021-03-30T18:05:36.947Z] ok github.com/docker/docker/restartmanager 0.016s coverage: 45.3% of statements [2021-03-30T18:05:37.074Z] #20 41.99 Selecting previously unselected package libnet1:amd64. [2021-03-30T18:05:37.074Z] #20 41.99 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-03-30T18:05:37.074Z] #20 42.00 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-30T18:05:37.074Z] #20 42.10 Selecting previously unselected package libnl-3-200:amd64. [2021-03-30T18:05:37.074Z] #20 42.11 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-03-30T18:05:37.074Z] #20 42.12 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-03-30T18:05:37.074Z] #20 42.20 Selecting previously unselected package libprotobuf-c1:amd64. [2021-03-30T18:05:37.074Z] #20 42.21 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-03-30T18:05:37.074Z] #20 42.22 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-30T18:05:37.074Z] #20 42.28 Selecting previously unselected package libreadline5:amd64. [2021-03-30T18:05:37.074Z] #20 42.29 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-03-30T18:05:37.074Z] #20 42.30 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-30T18:05:37.074Z] #20 42.40 Selecting previously unselected package net-tools. [2021-03-30T18:05:37.074Z] #20 42.41 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-03-30T18:05:37.074Z] #20 42.41 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-30T18:05:37.184Z] #57 DONE 198.3s [2021-03-30T18:05:37.331Z] #20 42.72 Selecting previously unselected package python-pip-whl. [2021-03-30T18:05:37.331Z] #20 42.73 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-30T18:05:37.331Z] #20 42.73 Unpacking python-pip-whl (18.1-5) ... [2021-03-30T18:05:37.416Z] #52 93.09 flag [2021-03-30T18:05:37.416Z] #52 93.10 go/token [2021-03-30T18:05:37.416Z] #52 93.10 github.com/pkg/diff [2021-03-30T18:05:37.416Z] #52 93.11 encoding/binary [2021-03-30T18:05:37.522Z] ok github.com/docker/docker/testutil 0.024s coverage: 62.5% of statements [2021-03-30T18:05:37.785Z] ok github.com/docker/docker/runconfig 0.034s coverage: 66.1% of statements [2021-03-30T18:05:37.815Z] [2021-03-30T18:05:37.816Z] #58 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2021-03-30T18:05:37.895Z] #20 43.32 Selecting previously unselected package python3-lib2to3. [2021-03-30T18:05:37.895Z] #20 43.33 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-30T18:05:37.895Z] #20 43.34 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-30T18:05:38.109Z] #58 DONE 0.3s [2021-03-30T18:05:38.109Z] [2021-03-30T18:05:38.109Z] #62 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2021-03-30T18:05:38.152Z] #20 43.48 Selecting previously unselected package python3-distutils. [2021-03-30T18:05:38.152Z] #20 43.49 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-30T18:05:38.152Z] #20 43.50 Unpacking python3-distutils (3.7.3-1) ... [2021-03-30T18:05:38.400Z] #62 DONE 0.1s [2021-03-30T18:05:38.400Z] [2021-03-30T18:05:38.400Z] #67 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/b... [2021-03-30T18:05:38.408Z] #20 43.64 Selecting previously unselected package python3-pip. [2021-03-30T18:05:38.408Z] #20 43.64 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-30T18:05:38.408Z] #20 43.65 Unpacking python3-pip (18.1-5) ... [2021-03-30T18:05:38.665Z] #20 43.84 Selecting previously unselected package python3-pkg-resources. [2021-03-30T18:05:38.665Z] #20 43.85 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-30T18:05:38.665Z] #20 43.85 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-30T18:05:38.665Z] #20 43.97 Selecting previously unselected package python3-setuptools. [2021-03-30T18:05:38.665Z] #20 43.97 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-30T18:05:38.665Z] #20 43.98 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-30T18:05:38.665Z] #20 ... [2021-03-30T18:05:38.665Z] [2021-03-30T18:05:38.665Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:38.665Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:05:38.665Z] #43 97.63 CC criu/cr-check.o [2021-03-30T18:05:38.665Z] #43 99.30 CC criu/cr-dedup.o [2021-03-30T18:05:38.665Z] #43 99.73 CC criu/cr-dump.o [2021-03-30T18:05:38.665Z] #43 102.2 CC criu/cr-errno.o [2021-03-30T18:05:38.665Z] #43 102.3 CC criu/cr-restore.o [2021-03-30T18:05:38.665Z] #43 106.5 CC criu/cr-service.o [2021-03-30T18:05:38.692Z] #67 DONE 0.3s [2021-03-30T18:05:38.692Z] [2021-03-30T18:05:38.692Z] #69 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2021-03-30T18:05:38.922Z] #43 ... [2021-03-30T18:05:38.922Z] [2021-03-30T18:05:38.922Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:05:38.922Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-30T18:05:38.922Z] #20 44.23 Selecting previously unselected package python3-wheel. [2021-03-30T18:05:38.922Z] #20 44.24 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-30T18:05:38.922Z] #20 44.26 Unpacking python3-wheel (0.32.3-2) ... [2021-03-30T18:05:38.922Z] #20 44.36 Selecting previously unselected package sudo. [2021-03-30T18:05:38.922Z] #20 44.36 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-03-30T18:05:38.922Z] #20 44.37 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-30T18:05:38.982Z] #69 DONE 0.1s [2021-03-30T18:05:38.982Z] [2021-03-30T18:05:38.982Z] #70 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-30T18:05:38.982Z] #70 DONE 0.0s [2021-03-30T18:05:38.982Z] [2021-03-30T18:05:38.982Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-30T18:05:39.486Z] #20 44.86 Selecting previously unselected package thin-provisioning-tools. [2021-03-30T18:05:39.535Z] #52 95.83 go/scanner [2021-03-30T18:05:39.614Z] #71 DONE 0.7s [2021-03-30T18:05:39.614Z] [2021-03-30T18:05:39.614Z] #72 exporting to image [2021-03-30T18:05:39.614Z] #72 exporting layers [2021-03-30T18:05:39.704Z] ok github.com/docker/docker/volume/drivers 0.044s coverage: 36.1% of statements [2021-03-30T18:05:39.743Z] #20 44.88 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-03-30T18:05:39.743Z] #20 44.89 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-30T18:05:39.743Z] #20 45.07 Selecting previously unselected package uidmap. [2021-03-30T18:05:39.743Z] #20 45.08 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-03-30T18:05:39.743Z] #20 45.09 Unpacking uidmap (1:4.5-1.1) ... [2021-03-30T18:05:40.000Z] #20 45.20 Selecting previously unselected package vim-runtime. [2021-03-30T18:05:40.000Z] #20 45.21 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-30T18:05:40.000Z] #20 45.23 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-30T18:05:40.000Z] #20 45.26 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-30T18:05:40.000Z] #20 45.27 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-30T18:05:40.278Z] ok github.com/docker/docker/volume/mounts 0.048s coverage: 67.0% of statements [2021-03-30T18:05:40.596Z] #52 ... [2021-03-30T18:05:40.596Z] [2021-03-30T18:05:40.596Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:05:40.596Z] #46 sha256:7187537ba83b6a68c7176f75c71f374a7da82a2ddfc66794e8a0b44614feaf4d [2021-03-30T18:05:40.596Z] #46 86.54 regexp [2021-03-30T18:05:40.596Z] #46 91.56 context [2021-03-30T18:05:40.596Z] #46 92.85 os/exec [2021-03-30T18:05:40.596Z] #46 92.91 net [2021-03-30T18:05:40.596Z] #46 93.95 internal/lazyregexp [2021-03-30T18:05:40.596Z] #46 94.60 github.com/LK4D4/vndr/versioned [2021-03-30T18:05:40.596Z] #46 ... [2021-03-30T18:05:40.596Z] [2021-03-30T18:05:40.596Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:40.596Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:05:40.596Z] #44 20.30 CC images/core-s390.o [2021-03-30T18:05:40.596Z] #44 21.28 CC images/cpuinfo.o [2021-03-30T18:05:40.596Z] #44 21.96 CC images/inventory.o [2021-03-30T18:05:40.596Z] #44 22.35 CC images/fdinfo.o [2021-03-30T18:05:40.596Z] #44 22.69 CC images/fown.o [2021-03-30T18:05:40.596Z] #44 22.88 CC images/ns.o [2021-03-30T18:05:40.596Z] #44 23.08 CC images/regfile.o [2021-03-30T18:05:40.596Z] #44 23.46 CC images/ghost-file.o [2021-03-30T18:05:40.596Z] #44 23.85 CC images/fifo.o [2021-03-30T18:05:40.596Z] #44 24.07 CC images/remap-file-path.o [2021-03-30T18:05:40.596Z] #44 24.35 CC images/eventfd.o [2021-03-30T18:05:40.596Z] #44 24.69 CC images/eventpoll.o [2021-03-30T18:05:40.596Z] #44 25.00 CC images/fh.o [2021-03-30T18:05:40.596Z] #44 25.39 CC images/fsnotify.o [2021-03-30T18:05:40.596Z] #44 26.04 CC images/signalfd.o [2021-03-30T18:05:40.897Z] #44 26.35 CC images/fs.o [2021-03-30T18:05:41.090Z] Loaded image: buildpack-deps:buster [2021-03-30T18:05:41.090Z] Loaded image: busybox:latest [2021-03-30T18:05:41.090Z] Loaded image: busybox:glibc [2021-03-30T18:05:41.197Z] #44 ... [2021-03-30T18:05:41.197Z] [2021-03-30T18:05:41.197Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:05:41.197Z] #57 sha256:c1e4b59a524c9945628d0179a5a93b42c4f3a19ff3008aef4a1f8855c4f41cbc [2021-03-30T18:05:41.226Z] ok github.com/docker/docker/volume/local 0.257s coverage: 76.4% of statements [2021-03-30T18:05:42.099Z] #57 53.05 Checking out files: 60% (2299/3824) Checking out files: 61% (2333/3824) Checking out files: 62% (2371/3824) Checking out files: 63% (2410/3824) Checking out files: 64% (2448/3824) Checking out files: 65% (2486/3824) Checking out files: 66% (2524/3824) Checking out files: 67% (2563/3824) Checking out files: 68% (2601/3824) Checking out files: 69% (2639/3824) Checking out files: 70% (2677/3824) Checking out files: 71% (2716/3824) Checking out files: 72% (2754/3824) Checking out files: 73% (2792/3824) Checking out files: 74% (2830/3824) Checking out files: 75% (2868/3824) Checking out files: 76% (2907/3824) Checking out files: 77% (2945/3824) Checking out files: 78% (2983/3824) Checking out files: 79% (3021/3824) Checking out files: 80% (3060/3824) Checking out files: 81% (3098/3824) Checking out files: 82% (3136/3824) Checking out files: 83% (3174/3824) Checking out files: 84% (3213/3824) Checking out files: 85% (3251/3824) Checking out files: 86% (3289/3824) Checking out files: 87% (3327/3824) Checking out files: 88% (3366/3824) Checking out files: 89% (3404/3824) Checking out files: 90% (3442/3824) Checking out files: 91% (3480/3824) Checking out files: 92% (3519/3824) Checking out files: 93% (3557/3824) Checking out files: 94% (3595/3824) Checking out files: 95% (3633/3824) Checking out files: 96% (3672/3824) Checking out files: 96% (3695/3824) Checking out files: 97% (3710/3824) Checking out files: 98% (3748/3824) Checking out files: 99% (3786/3824) Checking out files: 100% (3824/3824) Checking out files: 100% (3824/3824), done. [2021-03-30T18:05:42.167Z] ok github.com/docker/docker/volume/service 0.027s coverage: 73.1% of statements [2021-03-30T18:05:42.399Z] #57 54.19 + cd /tmp/tmp.tlK2wfNXpS/src/github.com/containerd/containerd [2021-03-30T18:05:42.399Z] #57 54.19 + git checkout -q 05f951a3781f4f2c1911b05e61c160e9c30eaa8e [2021-03-30T18:05:43.124Z] #72 exporting layers 3.0s done [2021-03-30T18:05:43.124Z] #72 writing image sha256:963842d1a68156869b726dd17e770e11b1c4d97c6912de54a61f4e6c4c7482ab done [2021-03-30T18:05:43.124Z] #72 naming to docker.io/library/docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 done [2021-03-30T18:05:43.124Z] #72 DONE 3.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-03-30T18:05:43.271Z] #20 48.46 Selecting previously unselected package vim. [2021-03-30T18:05:43.271Z] #20 48.46 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-03-30T18:05:43.271Z] #20 48.48 Unpacking vim (2:8.1.0875-5) ... [2021-03-30T18:05:43.460Z] #57 55.54 + export 'BUILDTAGS=netgo osusergo static_build' [2021-03-30T18:05:43.558Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-42226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/test/unit [2021-03-30T18:05:43.606Z] Loaded image: debian:bullseye [2021-03-30T18:05:43.606Z] Loaded image: hello-world:latest [2021-03-30T18:05:43.606Z] Loaded image: arm32v7/hello-world:latest [2021-03-30T18:05:43.763Z] #57 55.54 + BUILDTAGS='netgo osusergo static_build' [2021-03-30T18:05:43.763Z] #57 55.54 + export EXTRA_FLAGS=-buildmode=pie [2021-03-30T18:05:43.763Z] #57 55.54 + EXTRA_FLAGS=-buildmode=pie [2021-03-30T18:05:43.763Z] #57 55.54 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-03-30T18:05:43.763Z] #57 55.54 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-03-30T18:05:43.763Z] #57 55.54 + '[' '' = dynamic ']' [2021-03-30T18:05:43.763Z] #57 55.54 + make [2021-03-30T18:05:43.794Z] #20 48.98 Selecting previously unselected package xfsprogs. [2021-03-30T18:05:43.794Z] #20 48.99 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-03-30T18:05:43.794Z] #20 48.99 Unpacking xfsprogs (4.20.0-1) ... [2021-03-30T18:05:43.864Z] INFO: Testing against a local daemon [2021-03-30T18:05:43.864Z] === RUN TestCgroupNamespacesBuild [2021-03-30T18:05:44.051Z] #20 49.43 Selecting previously unselected package zip. [2021-03-30T18:05:44.051Z] #20 49.44 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-03-30T18:05:44.051Z] #20 49.45 Unpacking zip (3.0-11+b1) ... [2021-03-30T18:05:44.308Z] #20 49.66 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-30T18:05:44.308Z] #20 49.70 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-30T18:05:44.308Z] #20 49.71 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-03-30T18:05:44.308Z] #20 49.72 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-03-30T18:05:44.308Z] #20 49.73 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-03-30T18:05:44.309Z] #20 49.75 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-03-30T18:05:44.309Z] #20 49.76 Setting up uidmap (1:4.5-1.1) ... [2021-03-30T18:05:44.309Z] #20 49.77 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-03-30T18:05:44.309Z] #20 49.78 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-03-30T18:05:44.309Z] #20 49.79 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-30T18:05:44.565Z] #20 49.80 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-03-30T18:05:44.565Z] #20 49.81 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-03-30T18:05:44.565Z] #20 49.83 Setting up xxd (2:8.1.0875-5) ... [2021-03-30T18:05:44.565Z] #20 49.84 Setting up zip (3.0-11+b1) ... [2021-03-30T18:05:44.565Z] #20 49.86 Setting up vim-common (2:8.1.0875-5) ... [2021-03-30T18:05:44.565Z] #20 49.89 Setting up bash-completion (1:2.8-6) ... [2021-03-30T18:05:44.825Z] #57 56.47 + bin/ctr [2021-03-30T18:05:45.207Z] Loaded image: buildpack-deps:buster [2021-03-30T18:05:45.207Z] Loaded image: busybox:latest [2021-03-30T18:05:45.207Z] Loaded image: busybox:glibc [2021-03-30T18:05:45.478Z] #57 ... [2021-03-30T18:05:45.478Z] [2021-03-30T18:05:45.478Z] #35 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh tomlv [2021-03-30T18:05:45.478Z] #35 sha256:ae0da9a0a1db6d2e698786cd3e54a674a18122b5a7d51507849b2eac102e473d [2021-03-30T18:05:45.478Z] #35 91.89 flag [2021-03-30T18:05:45.478Z] #35 91.89 log [2021-03-30T18:05:45.478Z] #35 91.89 github.com/BurntSushi/toml [2021-03-30T18:05:45.478Z] #35 96.75 github.com/BurntSushi/toml/cmd/tomlv [2021-03-30T18:05:45.478Z] #35 DONE 101.5s [2021-03-30T18:05:45.478Z] [2021-03-30T18:05:45.478Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:45.478Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:05:45.478Z] #44 26.70 CC images/pstree.o [2021-03-30T18:05:45.478Z] #44 26.96 CC images/pipe.o [2021-03-30T18:05:45.478Z] #44 27.16 CC images/tcp-stream.o [2021-03-30T18:05:45.478Z] #44 27.41 CC images/sk-packet.o [2021-03-30T18:05:45.478Z] #44 27.78 CC images/mnt.o [2021-03-30T18:05:45.478Z] #44 27.99 CC images/pipe-data.o [2021-03-30T18:05:45.478Z] #44 28.36 CC images/sa.o [2021-03-30T18:05:45.478Z] #44 28.72 CC images/timer.o [2021-03-30T18:05:45.478Z] #44 29.23 CC images/timerfd.o [2021-03-30T18:05:45.478Z] #44 29.51 CC images/mm.o [2021-03-30T18:05:45.478Z] #44 29.78 CC images/sk-opts.o [2021-03-30T18:05:45.478Z] #44 29.97 CC images/sk-unix.o [2021-03-30T18:05:45.478Z] #44 30.27 CC images/sk-inet.o [2021-03-30T18:05:45.478Z] #44 30.70 CC images/tun.o [2021-03-30T18:05:45.752Z] --- PASS: TestCgroupNamespacesBuild (2.02s) [2021-03-30T18:05:45.753Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-30T18:05:45.779Z] #44 31.34 CC images/sk-netlink.o [2021-03-30T18:05:46.150Z] Loaded image: debian:bullseye [2021-03-30T18:05:46.150Z] Loaded image: hello-world:latest [2021-03-30T18:05:46.150Z] Loaded image: arm32v7/hello-world:latest [2021-03-30T18:05:46.283Z] ? github.com/docker/docker/api [no test files] [2021-03-30T18:05:46.410Z] INFO: Testing against a local daemon [2021-03-30T18:05:46.410Z] === RUN TestCgroupNamespacesBuild [2021-03-30T18:05:46.451Z] #44 31.63 CC images/packet-sock.o [2021-03-30T18:05:46.767Z] #44 32.33 CC images/ipc-var.o [2021-03-30T18:05:47.067Z] #44 32.54 CC images/ipc-desc.o [2021-03-30T18:05:47.085Z] #20 52.41 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-03-30T18:05:47.086Z] #20 52.43 Setting up xz-utils (5.2.4-1) ... [2021-03-30T18:05:47.086Z] #20 52.46 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-30T18:05:47.086Z] #20 52.47 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-30T18:05:47.086Z] #20 52.55 invoke-rc.d: could not determine current runlevel [2021-03-30T18:05:47.342Z] #20 52.56 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-30T18:05:47.342Z] #20 52.56 Setting up pigz (2.4-1) ... [2021-03-30T18:05:47.342Z] #20 52.57 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-03-30T18:05:47.342Z] #20 52.60 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-03-30T18:05:47.342Z] #20 52.64 Setting up python-pip-whl (18.1-5) ... [2021-03-30T18:05:47.342Z] #20 52.66 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-03-30T18:05:47.342Z] #20 52.67 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-30T18:05:47.366Z] #44 32.75 CC images/ipc-shm.o [2021-03-30T18:05:47.640Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.67s) [2021-03-30T18:05:47.640Z] === RUN TestBuildWithSession [2021-03-30T18:05:47.640Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-30T18:05:47.640Z] build_session_test.go:25: TODO: BuildKit [2021-03-30T18:05:47.640Z] === RUN TestBuildSquashParent [2021-03-30T18:05:47.671Z] #44 32.98 CC images/ipc-msg.o [2021-03-30T18:05:47.671Z] #44 33.31 CC images/ipc-sem.o [2021-03-30T18:05:47.906Z] #20 53.12 Setting up libaio1:amd64 (0.3.112-3) ... [2021-03-30T18:05:47.906Z] #20 53.14 Setting up libonig5:amd64 (6.9.1-1) ... [2021-03-30T18:05:47.906Z] #20 53.15 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-03-30T18:05:47.906Z] #20 53.16 Setting up vim (2:8.1.0875-5) ... [2021-03-30T18:05:47.906Z] #20 53.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-30T18:05:47.906Z] #20 53.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-30T18:05:47.906Z] #20 53.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-30T18:05:47.906Z] #20 53.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-30T18:05:47.906Z] #20 53.20 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-30T18:05:47.906Z] #20 53.21 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-30T18:05:47.906Z] #20 53.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-30T18:05:47.906Z] #20 53.22 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-30T18:05:47.906Z] #20 53.25 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-03-30T18:05:47.906Z] #20 53.26 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-30T18:05:47.906Z] #20 53.28 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-03-30T18:05:47.906Z] #20 53.29 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-30T18:05:47.906Z] #20 53.31 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-03-30T18:05:47.969Z] #44 33.51 CC images/utsns.o [2021-03-30T18:05:48.162Z] #20 53.32 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-03-30T18:05:48.269Z] #44 33.71 CC images/creds.o [2021-03-30T18:05:48.568Z] #44 33.99 CC images/vma.o [2021-03-30T18:05:48.867Z] #44 34.24 CC images/netdev.o [2021-03-30T18:05:49.093Z] #20 ... [2021-03-30T18:05:49.093Z] [2021-03-30T18:05:49.093Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:49.093Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:05:49.093Z] #43 108.1 CC criu/crtools.o [2021-03-30T18:05:49.093Z] #43 108.6 CC criu/eventfd.o [2021-03-30T18:05:49.093Z] #43 109.0 CC criu/eventpoll.o [2021-03-30T18:05:49.093Z] #43 110.0 CC criu/external.o [2021-03-30T18:05:49.093Z] #43 110.4 CC criu/fault-injection.o [2021-03-30T18:05:49.093Z] #43 110.5 CC criu/fdstore.o [2021-03-30T18:05:49.093Z] #43 110.8 CC criu/fifo.o [2021-03-30T18:05:49.093Z] #43 111.3 CC criu/file-ids.o [2021-03-30T18:05:49.093Z] #43 111.7 CC criu/file-lock.o [2021-03-30T18:05:49.093Z] #43 112.6 CC criu/files-ext.o [2021-03-30T18:05:49.093Z] #43 113.0 CC criu/files-reg.o [2021-03-30T18:05:49.093Z] #43 115.5 CC criu/files.o [2021-03-30T18:05:49.093Z] #43 117.5 CC criu/filesystems.o [2021-03-30T18:05:49.166Z] #44 34.72 CC images/tty.o [2021-03-30T18:05:49.350Z] #43 118.2 CC criu/fsnotify.o [2021-03-30T18:05:50.226Z] #44 35.52 CC images/file-lock.o [2021-03-30T18:05:50.529Z] #44 35.78 CC images/rlimit.o [2021-03-30T18:05:50.529Z] #44 36.00 CC images/pagemap.o [2021-03-30T18:05:50.613Z] --- PASS: TestCgroupNamespacesBuild (4.13s) [2021-03-30T18:05:50.613Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-30T18:05:50.718Z] #43 119.5 CC criu/image-desc.o [2021-03-30T18:05:50.718Z] #43 119.7 CC criu/image.o [2021-03-30T18:05:50.718Z] #43 ... [2021-03-30T18:05:50.718Z] [2021-03-30T18:05:50.718Z] #20 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:05:50.718Z] #20 sha256:ab181fadf9713524eaa3de2340436a32fbdc2771f5f9ed4dc7647ff599e823f8 [2021-03-30T18:05:50.718Z] #20 56.13 Setting up iptables (1.8.2-4) ... [2021-03-30T18:05:50.829Z] #44 36.33 CC images/siginfo.o [2021-03-30T18:05:50.975Z] #20 56.15 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-30T18:05:50.975Z] #20 56.16 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-30T18:05:50.975Z] #20 56.16 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-30T18:05:50.975Z] #20 56.17 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-30T18:05:50.975Z] #20 56.17 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-30T18:05:50.975Z] #20 56.18 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-30T18:05:50.975Z] #20 56.19 Setting up python3 (3.7.3-1) ... [2021-03-30T18:05:51.478Z] #44 36.65 CC images/rpc.o [2021-03-30T18:05:51.478Z] #44 ... [2021-03-30T18:05:51.478Z] [2021-03-30T18:05:51.478Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:05:51.478Z] #52 sha256:12bee0b462027e6a5de94e67450420039887d31ba9b75e27fcefc47ca9b29e82 [2021-03-30T18:05:51.478Z] #52 97.68 mvdan.cc/editorconfig [2021-03-30T18:05:51.478Z] #52 98.39 mvdan.cc/sh/v3/syntax [2021-03-30T18:05:51.478Z] #52 98.80 encoding/base64 [2021-03-30T18:05:51.478Z] #52 99.52 go/ast [2021-03-30T18:05:51.478Z] #52 101.3 encoding/json [2021-03-30T18:05:51.478Z] #52 102.2 golang.org/x/sys/unix [2021-03-30T18:05:51.489Z] #20 56.66 Setting up python3-wheel (0.32.3-2) ... [2021-03-30T18:05:52.056Z] #20 57.42 Setting up apparmor (2.13.2-10) ... [2021-03-30T18:05:52.537Z] #52 ... [2021-03-30T18:05:52.537Z] [2021-03-30T18:05:52.537Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:05:52.537Z] #46 sha256:7187537ba83b6a68c7176f75c71f374a7da82a2ddfc66794e8a0b44614feaf4d [2021-03-30T18:05:52.537Z] #46 98.41 text/template/parse [2021-03-30T18:05:52.537Z] #46 98.42 go/scanner [2021-03-30T18:05:52.537Z] #46 98.42 net/url [2021-03-30T18:05:52.537Z] #46 102.3 go/ast [2021-03-30T18:05:52.537Z] #46 103.7 encoding/json [2021-03-30T18:05:52.837Z] #46 ... [2021-03-30T18:05:52.837Z] [2021-03-30T18:05:52.837Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:52.837Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:05:52.837Z] #44 38.22 CC images/ext-file.o [2021-03-30T18:05:53.137Z] #44 38.56 CC images/cgroup.o [2021-03-30T18:05:53.159Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.61s) [2021-03-30T18:05:53.159Z] === RUN TestBuildWithSession [2021-03-30T18:05:53.159Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-30T18:05:53.159Z] build_session_test.go:25: TODO: BuildKit [2021-03-30T18:05:53.159Z] === RUN TestBuildSquashParent [2021-03-30T18:05:53.949Z] #20 59.15 Setting up xfsprogs (4.20.0-1) ... [2021-03-30T18:05:53.949Z] #20 59.17 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-30T18:05:54.175Z] --- PASS: TestBuildSquashParent (6.55s) [2021-03-30T18:05:54.175Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-30T18:05:54.175Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:05:54.175Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:05:54.175Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:05:54.175Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:05:54.175Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:05:54.175Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:05:54.175Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:05:54.175Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:05:54.175Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:05:54.175Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:05:54.175Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:05:54.175Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:05:54.175Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:05:54.175Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:05:54.195Z] #44 39.39 CC images/userns.o [2021-03-30T18:05:54.195Z] #44 ... [2021-03-30T18:05:54.195Z] [2021-03-30T18:05:54.195Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:05:54.195Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-30T18:05:54.195Z] #14 99.76 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-03-30T18:05:54.195Z] #14 99.78 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-03-30T18:05:54.195Z] #14 99.79 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:05:54.195Z] #14 ... [2021-03-30T18:05:54.195Z] [2021-03-30T18:05:54.195Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:05:54.195Z] #46 sha256:7187537ba83b6a68c7176f75c71f374a7da82a2ddfc66794e8a0b44614feaf4d [2021-03-30T18:05:54.195Z] #46 109.6 text/template [2021-03-30T18:05:54.205Z] #20 59.53 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-30T18:05:55.136Z] #20 60.49 Setting up python3-distutils (3.7.3-1) ... [2021-03-30T18:05:55.703Z] #20 61.03 Setting up python3-setuptools (40.8.0-1) ... [2021-03-30T18:05:56.655Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2021-03-30T18:05:56.691Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:05:56.691Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:05:57.071Z] #20 62.20 Setting up python3-pip (18.1-5) ... [2021-03-30T18:05:58.001Z] #20 63.31 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:05:58.001Z] #20 63.36 Processing triggers for mime-support (3.62) ... [2021-03-30T18:05:58.580Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:05:58.727Z] #46 114.3 go/parser [2021-03-30T18:05:59.142Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:05:59.385Z] #46 ... [2021-03-30T18:05:59.385Z] [2021-03-30T18:05:59.385Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:59.385Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:05:59.385Z] #44 39.73 CC images/google/protobuf/descriptor.o [2021-03-30T18:05:59.385Z] #44 41.82 CC images/opts.o [2021-03-30T18:05:59.385Z] #44 42.01 CC images/seccomp.o [2021-03-30T18:05:59.385Z] #44 42.30 CC images/binfmt-misc.o [2021-03-30T18:05:59.385Z] #44 42.62 CC images/time.o [2021-03-30T18:05:59.385Z] #44 42.92 CC images/sysctl.o [2021-03-30T18:05:59.385Z] #44 43.23 CC images/autofs.o [2021-03-30T18:05:59.385Z] #44 43.49 CC images/macvlan.o [2021-03-30T18:05:59.385Z] #44 43.69 CC images/sit.o [2021-03-30T18:05:59.385Z] #44 43.92 CC images/memfd.o [2021-03-30T18:05:59.385Z] #44 44.22 CC images/timens.o [2021-03-30T18:05:59.385Z] #44 44.48 LINK images/built-in.o [2021-03-30T18:05:59.385Z] #44 44.72 GEN compel/include/asm [2021-03-30T18:05:59.385Z] #44 44.77 GEN compel/include/version.h [2021-03-30T18:05:59.385Z] #44 44.78 touch .config [2021-03-30T18:05:59.385Z] #44 44.83 GEN include/common/config.h [2021-03-30T18:05:59.385Z] #44 44.94 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-03-30T18:05:59.385Z] #44 44.97 GEN compel/plugins/include/uapi/std/syscall.h [2021-03-30T18:05:59.385Z] #44 44.99 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2021-03-30T18:05:59.385Z] #44 45.03 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2021-03-30T18:05:59.469Z] #20 DONE 64.6s [2021-03-30T18:05:59.469Z] [2021-03-30T18:05:59.469Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:05:59.469Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:05:59.469Z] #43 120.6 CC criu/ipc_ns.o [2021-03-30T18:05:59.469Z] #43 121.7 CC criu/irmap.o [2021-03-30T18:05:59.469Z] #43 122.4 CC criu/kcmp-ids.o [2021-03-30T18:05:59.469Z] #43 122.7 CC criu/kerndat.o [2021-03-30T18:05:59.469Z] #43 123.9 CC criu/libnetlink.o [2021-03-30T18:05:59.469Z] #43 124.4 CC criu/log.o [2021-03-30T18:05:59.469Z] #43 125.0 CC criu/lsm.o [2021-03-30T18:05:59.469Z] #43 125.5 CC criu/mem.o [2021-03-30T18:05:59.469Z] #43 127.3 CC criu/memfd.o [2021-03-30T18:05:59.469Z] #43 128.0 CC criu/mount.o [2021-03-30T18:05:59.469Z] #43 ... [2021-03-30T18:05:59.469Z] [2021-03-30T18:05:59.469Z] #21 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-03-30T18:05:59.469Z] #21 sha256:76984164f10151e9a3ac0616dcc9ddcee6c3135a48540320016c62c2e9ce5f3b [2021-03-30T18:05:59.685Z] #44 45.08 DEP compel/arch/ppc64/plugins/std/memcmp.d [2021-03-30T18:05:59.685Z] #44 45.11 DEP compel/arch/ppc64/plugins/std/memcpy.d [2021-03-30T18:05:59.685Z] #44 45.15 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2021-03-30T18:05:59.685Z] #44 45.18 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-03-30T18:05:59.685Z] #44 45.18 DEP compel/plugins/std/infect.d [2021-03-30T18:05:59.685Z] #44 ... [2021-03-30T18:05:59.685Z] [2021-03-30T18:05:59.685Z] #14 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-03-30T18:05:59.685Z] #14 sha256:5151d703b769bc35b6bada7e872d6f26a661733fd6a91bb6a69d949f095f4d31 [2021-03-30T18:05:59.686Z] #14 115.5 Selecting previously unselected package libapparmor1:ppc64el. [2021-03-30T18:05:59.686Z] #14 115.5 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2021-03-30T18:05:59.686Z] #14 115.5 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2021-03-30T18:05:59.984Z] #14 115.8 Selecting previously unselected package libapparmor-dev:ppc64el. [2021-03-30T18:06:00.285Z] #14 115.8 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2021-03-30T18:06:00.285Z] #14 115.8 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2021-03-30T18:06:00.285Z] #14 116.0 Selecting previously unselected package libbtrfs0. [2021-03-30T18:06:00.285Z] #14 116.0 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-03-30T18:06:00.285Z] #14 116.0 Unpacking libbtrfs0 (4.20.1-2) ... [2021-03-30T18:06:00.419Z] #21 1.123 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-30T18:06:00.419Z] #21 1.131 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-30T18:06:00.419Z] #21 1.137 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-30T18:06:00.586Z] #14 116.2 Selecting previously unselected package libbtrfs-dev. [2021-03-30T18:06:00.586Z] #14 116.2 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-03-30T18:06:00.586Z] #14 116.2 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-03-30T18:06:00.676Z] #21 DONE 1.2s [2021-03-30T18:06:00.676Z] [2021-03-30T18:06:00.676Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-30T18:06:00.676Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-30T18:06:00.887Z] #14 116.4 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2021-03-30T18:06:00.887Z] #14 116.4 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-03-30T18:06:00.887Z] #14 116.4 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-03-30T18:06:00.887Z] #14 116.6 Selecting previously unselected package libudev-dev:ppc64el. [2021-03-30T18:06:00.887Z] #14 116.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_ppc64el.deb ... [2021-03-30T18:06:00.887Z] #14 116.6 Unpacking libudev-dev:ppc64el (241-7~deb10u7) ... [2021-03-30T18:06:00.942Z] #22 ... [2021-03-30T18:06:00.942Z] [2021-03-30T18:06:00.942Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:06:00.942Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-30T18:06:00.942Z] #40 191.4 + dpkg --print-architecture [2021-03-30T18:06:00.942Z] #40 191.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-30T18:06:00.942Z] #40 191.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-30T18:06:00.942Z] #40 191.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-30T18:06:01.188Z] #14 116.7 Selecting previously unselected package libsepol1-dev:ppc64el. [2021-03-30T18:06:01.188Z] #14 116.7 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2021-03-30T18:06:01.188Z] #14 116.7 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2021-03-30T18:06:01.296Z] --- PASS: TestBuildSquashParent (7.82s) [2021-03-30T18:06:01.296Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-30T18:06:01.296Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:06:01.296Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:06:01.296Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:06:01.296Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:06:01.296Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:06:01.296Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:06:01.296Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:06:01.296Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:06:01.296Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:06:01.296Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:06:01.296Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:06:01.296Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:06:01.296Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:06:01.296Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:06:01.489Z] #14 117.0 Selecting previously unselected package libpcre16-3:ppc64el. [2021-03-30T18:06:01.489Z] #14 117.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2021-03-30T18:06:01.489Z] #14 117.1 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2021-03-30T18:06:01.489Z] #14 117.2 Selecting previously unselected package libpcre32-3:ppc64el. [2021-03-30T18:06:01.489Z] #14 117.3 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2021-03-30T18:06:01.489Z] #14 117.3 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2021-03-30T18:06:01.658Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-03-30T18:06:01.658Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.30s) [2021-03-30T18:06:01.658Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.62s) [2021-03-30T18:06:01.658Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.23s) [2021-03-30T18:06:01.658Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.37s) [2021-03-30T18:06:01.658Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.27s) [2021-03-30T18:06:01.658Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.25s) [2021-03-30T18:06:01.658Z] === RUN TestBuildMultiStageCopy [2021-03-30T18:06:01.658Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-30T18:06:01.790Z] #14 117.4 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2021-03-30T18:06:01.790Z] #14 117.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2021-03-30T18:06:01.790Z] #14 117.4 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-03-30T18:06:01.790Z] #14 117.6 Selecting previously unselected package libpcre3-dev:ppc64el. [2021-03-30T18:06:01.790Z] #14 117.6 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2021-03-30T18:06:01.790Z] #14 117.6 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2021-03-30T18:06:02.443Z] #14 118.0 Selecting previously unselected package libselinux1-dev:ppc64el. [2021-03-30T18:06:02.443Z] #14 118.0 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2021-03-30T18:06:02.443Z] #14 118.1 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-03-30T18:06:02.680Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:06:02.746Z] #14 118.4 Selecting previously unselected package libdevmapper-dev:ppc64el. [2021-03-30T18:06:02.746Z] #14 118.4 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2021-03-30T18:06:02.746Z] #14 118.4 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-03-30T18:06:02.746Z] #14 118.5 Selecting previously unselected package libseccomp-dev:ppc64el. [2021-03-30T18:06:02.746Z] #14 118.5 Preparing to unpack .../23-libseccomp-dev_2.4.1-2~bpo10+1_ppc64el.deb ... [2021-03-30T18:06:02.746Z] #14 118.5 Unpacking libseccomp-dev:ppc64el (2.4.1-2~bpo10+1) ... [2021-03-30T18:06:03.048Z] #14 118.7 Selecting previously unselected package libsystemd-dev:ppc64el. [2021-03-30T18:06:03.048Z] #14 118.7 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_ppc64el.deb ... [2021-03-30T18:06:03.048Z] #14 118.7 Unpacking libsystemd-dev:ppc64el (241-7~deb10u7) ... [2021-03-30T18:06:03.549Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-30T18:06:03.549Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-30T18:06:03.700Z] #14 119.3 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-03-30T18:06:03.700Z] #14 119.3 Setting up libseccomp-dev:ppc64el (2.4.1-2~bpo10+1) ... [2021-03-30T18:06:03.700Z] #14 119.3 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2021-03-30T18:06:03.700Z] #14 119.3 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-03-30T18:06:03.700Z] #14 119.4 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2021-03-30T18:06:03.700Z] #14 119.4 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2021-03-30T18:06:03.700Z] #14 119.4 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:06:03.700Z] #14 119.4 Setting up libbtrfs0 (4.20.1-2) ... [2021-03-30T18:06:03.700Z] #14 119.4 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2021-03-30T18:06:03.700Z] #14 119.4 Setting up libudev-dev:ppc64el (241-7~deb10u7) ... [2021-03-30T18:06:03.700Z] #14 119.4 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-03-30T18:06:03.700Z] #14 119.4 Setting up libbtrfs-dev (4.20.1-2) ... [2021-03-30T18:06:03.700Z] #14 119.4 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2021-03-30T18:06:03.700Z] #14 119.4 Setting up mingw-w64-common (6.0.0-3) ... [2021-03-30T18:06:03.700Z] #14 119.5 Setting up libsystemd-dev:ppc64el (241-7~deb10u7) ... [2021-03-30T18:06:03.700Z] #14 119.5 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-03-30T18:06:03.700Z] #14 119.5 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2021-03-30T18:06:03.700Z] #14 119.5 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:06:03.700Z] #14 119.5 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 [2021-03-30T18:06:03.700Z] #14 119.5 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 [2021-03-30T18:06:03.700Z] #14 119.5 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-03-30T18:06:03.805Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-30T18:06:03.805Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-30T18:06:04.002Z] #14 119.6 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 [2021-03-30T18:06:04.002Z] #14 119.6 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 [2021-03-30T18:06:04.002Z] #14 119.6 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-03-30T18:06:04.002Z] #14 119.6 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-03-30T18:06:04.002Z] #14 119.6 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-03-30T18:06:04.002Z] #14 119.6 Setting up dmsetup (2:1.02.155-3) ... [2021-03-30T18:06:04.002Z] #14 119.6 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-03-30T18:06:04.002Z] #14 119.6 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-03-30T18:06:04.002Z] #14 119.6 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:06:04.002Z] #14 DONE 119.9s [2021-03-30T18:06:04.002Z] [2021-03-30T18:06:04.002Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:04.002Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:06:04.002Z] #44 45.32 DEP compel/plugins/std/string.d [2021-03-30T18:06:04.002Z] #44 45.40 DEP compel/plugins/std/log.d [2021-03-30T18:06:04.002Z] #44 45.52 DEP compel/plugins/std/fds.d [2021-03-30T18:06:04.002Z] #44 45.73 DEP compel/plugins/std/std.d [2021-03-30T18:06:04.002Z] #44 45.86 DEP compel/plugins/shmem/shmem.d [2021-03-30T18:06:04.002Z] #44 45.95 DEP compel/plugins/fds/fds.d [2021-03-30T18:06:04.002Z] #44 46.11 CC compel/plugins/std/std.o [2021-03-30T18:06:04.002Z] #44 46.40 CC compel/plugins/std/fds.o [2021-03-30T18:06:04.002Z] #44 46.90 CC compel/plugins/std/log.o [2021-03-30T18:06:04.002Z] #44 47.78 CC compel/plugins/std/string.o [2021-03-30T18:06:04.002Z] #44 48.44 CC compel/plugins/std/infect.o [2021-03-30T18:06:04.002Z] #44 48.92 CC compel/arch/ppc64/plugins/std/parasite-head.o [2021-03-30T18:06:04.002Z] #44 48.97 CC compel/arch/ppc64/plugins/std/memcpy.o [2021-03-30T18:06:04.002Z] #44 49.03 CC compel/arch/ppc64/plugins/std/memcmp.o [2021-03-30T18:06:04.002Z] #44 49.11 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2021-03-30T18:06:04.002Z] #44 49.21 AR compel/plugins/std.lib.a [2021-03-30T18:06:04.002Z] #44 49.30 CC compel/plugins/fds/fds.o [2021-03-30T18:06:04.061Z] --- PASS: TestBuildMultiStageCopy (2.94s) [2021-03-30T18:06:04.061Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.98s) [2021-03-30T18:06:04.061Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.23s) [2021-03-30T18:06:04.061Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2021-03-30T18:06:04.061Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s) [2021-03-30T18:06:04.061Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.26s) [2021-03-30T18:06:04.061Z] === RUN TestBuildMultiStageParentConfig [2021-03-30T18:06:04.065Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:06:04.114Z] ok github.com/docker/docker/pkg/plugins 33.649s coverage: 76.6% of statements [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/rootless [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/volume [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-30T18:06:04.114Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === Skipped [2021-03-30T18:06:04.114Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-03-30T18:06:04.114Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-03-30T18:06:04.114Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-03-30T18:06:04.114Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:06:04.114Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-03-30T18:06:04.114Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:06:04.114Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-03-30T18:06:04.114Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:06:04.114Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-03-30T18:06:04.114Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:06:04.114Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-03-30T18:06:04.114Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:06:04.114Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-03-30T18:06:04.114Z] graphtest_unix.go:73: No driver to put! [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-03-30T18:06:04.114Z] time="2021-03-30T18:04:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:06:04.114Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:06:04.114Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-03-30T18:06:04.114Z] time="2021-03-30T18:04:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:06:04.114Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:06:04.114Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-03-30T18:06:04.114Z] time="2021-03-30T18:04:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:06:04.114Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:06:04.114Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-03-30T18:06:04.114Z] time="2021-03-30T18:04:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:06:04.114Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:06:04.114Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-03-30T18:06:04.114Z] time="2021-03-30T18:04:55Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:06:04.114Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:06:04.114Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-03-30T18:06:04.114Z] graphtest_unix.go:73: No driver to put! [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-03-30T18:06:04.114Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-03-30T18:06:04.114Z] overlay_test.go:49: Fails to compute changes intermittently [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-03-30T18:06:04.114Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-03-30T18:06:04.114Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-03-30T18:06:04.114Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:06:04.114Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-03-30T18:06:04.114Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:06:04.114Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-03-30T18:06:04.114Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:06:04.114Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-03-30T18:06:04.114Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:06:04.114Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-03-30T18:06:04.114Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:06:04.114Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-03-30T18:06:04.114Z] graphtest_unix.go:73: No driver to put! [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-03-30T18:06:04.114Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-03-30T18:06:04.114Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] [2021-03-30T18:06:04.114Z] DONE 2249 tests, 26 skipped in 195.142s Post stage [Pipeline] junit [2021-03-30T18:06:04.129Z] Recording test results [2021-03-30T18:06:04.220Z] #40 ... [2021-03-30T18:06:04.220Z] [2021-03-30T18:06:04.220Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:04.220Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:06:04.220Z] #43 133.1 CC criu/namespaces.o [2021-03-30T18:06:04.252Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [2021-03-30T18:06:04.305Z] #44 49.70 AR compel/plugins/fds.lib.a [2021-03-30T18:06:04.305Z] #44 49.73 HOSTDEP compel/src/lib/log-host.d [2021-03-30T18:06:04.305Z] #44 49.85 HOSTDEP compel/src/lib/handle-elf-host.d [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-30T18:06:04.606Z] #44 50.02 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2021-03-30T18:06:04.606Z] #44 50.11 HOSTDEP compel/src/main-host.d [2021-03-30T18:06:04.606Z] #44 50.23 DEP compel/src/lib/ptrace.d [2021-03-30T18:06:04.616Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -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:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/make.sh dynbinary test-integration [2021-03-30T18:06:04.908Z] #44 ... [2021-03-30T18:06:04.908Z] [2021-03-30T18:06:04.908Z] #15 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-03-30T18:06:04.908Z] #15 sha256:b8833bc05957bb6f39933c4ed64d5fe2ab0bbcc6dc74622d7ca2920b37030968 [2021-03-30T18:06:04.908Z] #15 DONE 0.6s [2021-03-30T18:06:04.908Z] [2021-03-30T18:06:04.908Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-30T18:06:04.908Z] #54 sha256:86b13dfbf7c45827be566858e2085e20cb5877de8267de06a0307d8c12dafa28 [2021-03-30T18:06:04.908Z] #54 0.497 + RM_GOPATH=0 [2021-03-30T18:06:04.908Z] #54 0.498 + TMP_GOPATH= [2021-03-30T18:06:04.908Z] #54 0.498 + : /build [2021-03-30T18:06:04.908Z] #54 0.498 + '[' -z '' ']' [2021-03-30T18:06:04.908Z] #54 0.498 ++ mktemp -d [2021-03-30T18:06:04.908Z] #54 0.500 + export GOPATH=/tmp/tmp.U3QbjZw9AC [2021-03-30T18:06:04.908Z] #54 0.501 + GOPATH=/tmp/tmp.U3QbjZw9AC [2021-03-30T18:06:04.908Z] #54 0.501 + RM_GOPATH=1 [2021-03-30T18:06:04.908Z] #54 0.501 + case "$(go env GOARCH)" in [2021-03-30T18:06:04.908Z] #54 0.501 ++ go env GOARCH [2021-03-30T18:06:04.908Z] #54 0.517 + export GO_BUILDMODE=-buildmode=pie [2021-03-30T18:06:04.908Z] #54 0.518 + GO_BUILDMODE=-buildmode=pie [2021-03-30T18:06:04.908Z] #54 0.518 ++ dirname /tmp/install/install.sh [2021-03-30T18:06:04.908Z] #54 0.520 + dir=/tmp/install [2021-03-30T18:06:04.908Z] #54 0.520 + bin=runc [2021-03-30T18:06:04.908Z] #54 0.520 + shift [2021-03-30T18:06:04.908Z] #54 0.520 + '[' '!' -f /tmp/install/runc.installer ']' [2021-03-30T18:06:04.908Z] #54 0.520 + . /tmp/install/runc.installer [2021-03-30T18:06:04.908Z] #54 0.521 ++ : 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:06:04.908Z] #54 0.521 + install_runc [2021-03-30T18:06:04.908Z] #54 0.526 + grep -q '^3\.10\.0.*\.el7\.' [2021-03-30T18:06:04.908Z] #54 0.527 + uname -r [2021-03-30T18:06:04.908Z] #54 0.540 + RUNC_BUILDTAGS='seccomp ' [2021-03-30T18:06:04.908Z] #54 0.541 + echo 'Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp )' [2021-03-30T18:06:04.908Z] #54 0.541 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.U3QbjZw9AC/src/github.com/opencontainers/runc [2021-03-30T18:06:04.908Z] #54 0.541 Install runc version 12644e614e25b05da6fd08a38ffa0cfe1903fdec (build tags: seccomp ) [2021-03-30T18:06:04.908Z] #54 0.549 Cloning into '/tmp/tmp.U3QbjZw9AC/src/github.com/opencontainers/runc'... [2021-03-30T18:06:04.989Z] --- PASS: TestBuildMultiStageParentConfig (0.63s) [2021-03-30T18:06:04.989Z] === RUN TestBuildLabelWithTargets [2021-03-30T18:06:05.008Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:06:05.210Z] #54 ... [2021-03-30T18:06:05.210Z] [2021-03-30T18:06:05.210Z] #16 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivilegeduser && mkdir -p /home/unprivilegeduser/.local/share/docker && chown -R unprivilegeduser /home/unprivilegeduser [2021-03-30T18:06:05.210Z] #16 sha256:9ad184c4b873f65c54f55ab2c4ef04960b2913b4042036c4223da4e77c19309f [2021-03-30T18:06:05.210Z] #16 DONE 0.4s [2021-03-30T18:06:05.210Z] [2021-03-30T18:06:05.210Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:05.210Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:06:05.210Z] #44 50.44 DEP compel/src/lib/infect.d [2021-03-30T18:06:05.210Z] #44 50.61 DEP compel/src/lib/infect-util.d [2021-03-30T18:06:05.210Z] #44 50.77 DEP compel/src/lib/infect-rpc.d [2021-03-30T18:06:05.545Z] #44 ... [2021-03-30T18:06:05.545Z] [2021-03-30T18:06:05.545Z] #17 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-03-30T18:06:05.545Z] #17 sha256:11e391b27a9bffb1a1d3b9c8bafb64562c89aeb406c5da5f2879cf27b2e300d7 [2021-03-30T18:06:05.545Z] #17 0.228 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-03-30T18:06:05.545Z] #17 DONE 0.3s [2021-03-30T18:06:05.545Z] [2021-03-30T18:06:05.545Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:05.545Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:06:05.545Z] #44 50.96 DEP compel/arch/ppc64/src/lib/infect.d [2021-03-30T18:06:05.558Z] [2021-03-30T18:06:05.558Z] Removing bundles/ [2021-03-30T18:06:05.558Z] [2021-03-30T18:06:05.558Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-30T18:06:05.558Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-30T18:06:05.558Z] GOOS="" GOARCH="" GOARM="" [2021-03-30T18:06:05.849Z] #44 51.22 DEP compel/arch/ppc64/src/lib/cpu.d [2021-03-30T18:06:05.849Z] #44 ... [2021-03-30T18:06:05.849Z] [2021-03-30T18:06:05.849Z] #18 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-03-30T18:06:05.849Z] #18 sha256:88b6eb16bce120972b0b3ef95f4027b3c5a3bbc254ff2b3cb43c0519505318f7 [2021-03-30T18:06:05.849Z] #18 DONE 0.4s [2021-03-30T18:06:05.849Z] [2021-03-30T18:06:05.849Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:05.849Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:06:05.849Z] #44 51.40 DEP compel/src/lib/log.d [2021-03-30T18:06:05.917Z] --- PASS: TestBuildLabelWithTargets (1.05s) [2021-03-30T18:06:05.917Z] === RUN TestBuildWithEmptyLayers [2021-03-30T18:06:05.970Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:06:06.111Z] #43 135.1 CC criu/net.o [2021-03-30T18:06:06.151Z] #44 51.56 DEP compel/src/main.d [2021-03-30T18:06:06.151Z] #44 ... [2021-03-30T18:06:06.151Z] [2021-03-30T18:06:06.151Z] #19 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-03-30T18:06:06.151Z] #19 sha256:dbc494930278f5843cd93cd7a3bef6655a13acac5d63dbf808375ecaa1f4f7be [2021-03-30T18:06:06.151Z] #19 DONE 0.3s [2021-03-30T18:06:06.151Z] [2021-03-30T18:06:06.151Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:06.151Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:06:06.151Z] #44 51.65 DEP compel/src/lib/handle-elf.d [2021-03-30T18:06:06.451Z] #44 51.80 DEP compel/arch/ppc64/src/lib/handle-elf.d [2021-03-30T18:06:06.451Z] #44 51.94 CC compel/src/lib/log.o [2021-03-30T18:06:06.478Z] --- PASS: TestBuildWithEmptyLayers (0.49s) [2021-03-30T18:06:06.478Z] === RUN TestBuildMultiStageOnBuild [2021-03-30T18:06:06.754Z] #44 ... [2021-03-30T18:06:06.754Z] [2021-03-30T18:06:06.754Z] #20 [dev-systemd-false 6/26] RUN ldconfig [2021-03-30T18:06:06.754Z] #20 sha256:3c447f6fcade940e47d7d8f1889f2c4ec6826858493495dbdc30d003d2513f73 [2021-03-30T18:06:06.754Z] #20 DONE 0.4s [2021-03-30T18:06:06.754Z] [2021-03-30T18:06:06.754Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:06.754Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:06:06.754Z] #44 52.09 CC compel/arch/ppc64/src/lib/cpu.o [2021-03-30T18:06:07.057Z] #44 52.40 CC compel/arch/ppc64/src/lib/infect.o [2021-03-30T18:06:07.715Z] #44 53.13 CC compel/src/lib/infect-rpc.o [2021-03-30T18:06:07.891Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-30T18:06:07.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.82s) [2021-03-30T18:06:07.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.99s) [2021-03-30T18:06:07.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.20s) [2021-03-30T18:06:07.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.05s) [2021-03-30T18:06:07.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.11s) [2021-03-30T18:06:07.891Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.79s) [2021-03-30T18:06:07.891Z] === RUN TestBuildMultiStageCopy [2021-03-30T18:06:07.891Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-30T18:06:08.371Z] #44 53.56 CC compel/src/lib/infect-util.o [2021-03-30T18:06:08.371Z] #44 53.84 CC compel/src/lib/infect.o [2021-03-30T18:06:08.996Z] --- PASS: TestBuildMultiStageOnBuild (2.35s) [2021-03-30T18:06:08.996Z] === RUN TestBuildUncleanTarFilenames [2021-03-30T18:06:09.252Z] --- PASS: TestBuildUncleanTarFilenames (0.67s) [2021-03-30T18:06:09.252Z] === RUN TestBuildMultiStageLayerLeak [2021-03-30T18:06:09.395Z] #43 138.1 CC criu/netfilter.o [2021-03-30T18:06:09.652Z] #43 138.4 CC criu/page-pipe.o [2021-03-30T18:06:09.687Z] sha256:7f56d91c32d2b691466e3ae128f5da193c1844ff08969fb7f3589bae26025f23 [2021-03-30T18:06:09.687Z] INFO: Starting docker-py tests... [2021-03-30T18:06:09.687Z] ============================= test session starts ============================== [2021-03-30T18:06:09.688Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-03-30T18:06:09.688Z] rootdir: /src, inifile: pytest.ini [2021-03-30T18:06:09.688Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-03-30T18:06:09.688Z] collected 389 items / 1 deselected / 388 selected [2021-03-30T18:06:09.688Z] [2021-03-30T18:06:09.909Z] #43 139.0 CC criu/page-xfer.o [2021-03-30T18:06:11.159Z] #44 ... [2021-03-30T18:06:11.159Z] [2021-03-30T18:06:11.159Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:06:11.159Z] #46 sha256:7187537ba83b6a68c7176f75c71f374a7da82a2ddfc66794e8a0b44614feaf4d [2021-03-30T18:06:11.159Z] #46 117.3 encoding/xml [2021-03-30T18:06:11.159Z] #46 125.6 go/doc [2021-03-30T18:06:11.159Z] #46 126.1 crypto/rand [2021-03-30T18:06:11.159Z] #46 ... [2021-03-30T18:06:11.159Z] [2021-03-30T18:06:11.159Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:11.159Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:06:11.159Z] #44 56.74 CC compel/src/lib/ptrace.o [2021-03-30T18:06:11.189Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-30T18:06:11.276Z] #43 140.2 CC criu/pagemap-cache.o [2021-03-30T18:06:11.767Z] --- PASS: TestBuildMultiStageLayerLeak (2.28s) [2021-03-30T18:06:11.767Z] === RUN TestBuildWithHugeFile [2021-03-30T18:06:11.812Z] #44 57.20 AR compel/libcompel.a [2021-03-30T18:06:11.812Z] #44 57.28 HOSTCC compel/src/main-host.o [2021-03-30T18:06:11.839Z] #43 140.6 CC criu/pagemap.o [2021-03-30T18:06:12.113Z] #44 57.59 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2021-03-30T18:06:12.129Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-30T18:06:12.414Z] #44 57.75 HOSTCC compel/src/lib/handle-elf-host.o [2021-03-30T18:06:12.718Z] #44 58.16 HOSTCC compel/src/lib/log-host.o [2021-03-30T18:06:12.770Z] #43 ... [2021-03-30T18:06:12.770Z] [2021-03-30T18:06:12.770Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-30T18:06:12.770Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-30T18:06:12.770Z] #22 5.364 Collecting yamllint==1.16.0 [2021-03-30T18:06:12.770Z] #22 10.76 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-30T18:06:12.770Z] #22 10.87 Collecting pyyaml (from yamllint==1.16.0) [2021-03-30T18:06:12.770Z] #22 11.14 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-03-30T18:06:12.770Z] #22 11.46 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-30T18:06:12.770Z] #22 11.51 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-30T18:06:12.770Z] #22 11.56 Installing collected packages: pyyaml, pathspec, yamllint [2021-03-30T18:06:12.770Z] #22 11.93 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-30T18:06:12.770Z] #22 ... [2021-03-30T18:06:12.770Z] [2021-03-30T18:06:12.770Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:12.770Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:06:12.770Z] #43 141.7 CC criu/parasite-syscall.o [2021-03-30T18:06:13.020Z] #44 ... [2021-03-30T18:06:13.020Z] [2021-03-30T18:06:13.020Z] #52 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh shfmt [2021-03-30T18:06:13.020Z] #52 sha256:12bee0b462027e6a5de94e67450420039887d31ba9b75e27fcefc47ca9b29e82 [2021-03-30T18:06:13.020Z] #52 119.6 golang.org/x/crypto/ssh/terminal [2021-03-30T18:06:13.020Z] #52 122.5 mvdan.cc/sh/v3/cmd/shfmt [2021-03-30T18:06:13.020Z] #52 DONE 129.0s [2021-03-30T18:06:13.020Z] [2021-03-30T18:06:13.020Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:13.020Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:06:13.020Z] #44 58.33 HOSTLINK compel/compel-host-bin [2021-03-30T18:06:13.020Z] #44 58.54 DEP soccr/soccr.d [2021-03-30T18:06:13.027Z] #43 ... [2021-03-30T18:06:13.027Z] [2021-03-30T18:06:13.027Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-30T18:06:13.027Z] #22 sha256:d3d072c7ad06c7ad2d1dcde93b5cac7ddc54c670d77b2a23cb688256d2d63a3e [2021-03-30T18:06:13.027Z] #22 DONE 12.4s [2021-03-30T18:06:13.027Z] [2021-03-30T18:06:13.027Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-30T18:06:13.027Z] #25 sha256:7a103fe047413a3909b818bac09eca29ab45d37f138868ff14fec35e556a8953 [2021-03-30T18:06:13.071Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-30T18:06:13.283Z] #25 DONE 0.3s [2021-03-30T18:06:13.283Z] [2021-03-30T18:06:13.283Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-30T18:06:13.284Z] #30 sha256:64470c6b9ad6db9f52d49688762a9380df13835ceee743c5421024a33a3d33fc [2021-03-30T18:06:13.672Z] #44 58.88 CC soccr/soccr.o [2021-03-30T18:06:14.011Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-30T18:06:14.953Z] --- PASS: TestBuildMultiStageCopy (7.30s) [2021-03-30T18:06:14.953Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.30s) [2021-03-30T18:06:14.953Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-03-30T18:06:14.953Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-03-30T18:06:14.953Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-03-30T18:06:14.953Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-03-30T18:06:14.953Z] === RUN TestBuildMultiStageParentConfig [2021-03-30T18:06:15.218Z] #44 60.47 AR soccr/libsoccr.a [2021-03-30T18:06:15.218Z] #44 60.54 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-30T18:06:15.537Z] #44 60.95 DEP criu/arch/ppc64/sigframe.d [2021-03-30T18:06:15.835Z] #44 61.13 DEP criu/arch/ppc64/crtools.d [2021-03-30T18:06:15.835Z] #44 61.33 DEP criu/arch/ppc64/cpu.d [2021-03-30T18:06:16.133Z] #44 61.51 CC criu/arch/ppc64/cpu.o [2021-03-30T18:06:16.432Z] #44 62.07 CC criu/arch/ppc64/crtools.o [2021-03-30T18:06:16.731Z] #44 ... [2021-03-30T18:06:16.731Z] [2021-03-30T18:06:16.731Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:06:16.731Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-30T18:06:16.731Z] #21 0.568 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-03-30T18:06:16.731Z] #21 0.666 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-03-30T18:06:16.731Z] #21 0.741 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-03-30T18:06:16.731Z] #21 0.761 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-03-30T18:06:16.731Z] #21 1.819 Get:5 http://deb.debian.org/debian buster-backports/main ppc64el Packages [446 kB] [2021-03-30T18:06:16.731Z] #21 3.241 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-03-30T18:06:16.731Z] #21 4.958 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [259 kB] [2021-03-30T18:06:16.731Z] #21 6.145 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [8332 B] [2021-03-30T18:06:16.731Z] #21 ... [2021-03-30T18:06:16.731Z] [2021-03-30T18:06:16.731Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-30T18:06:16.731Z] #54 sha256:86b13dfbf7c45827be566858e2085e20cb5877de8267de06a0307d8c12dafa28 [2021-03-30T18:06:16.731Z] #54 12.55 + cd /tmp/tmp.U3QbjZw9AC/src/github.com/opencontainers/runc [2021-03-30T18:06:16.731Z] #54 12.55 + git checkout -q 12644e614e25b05da6fd08a38ffa0cfe1903fdec [2021-03-30T18:06:17.383Z] #54 13.12 + '[' -z '' ']' [2021-03-30T18:06:17.383Z] #54 13.12 + target=static [2021-03-30T18:06:17.383Z] #54 13.12 + make 'BUILDTAGS=seccomp ' static [2021-03-30T18:06:17.684Z] #54 13.34 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o runc . [2021-03-30T18:06:19.837Z] #30 ... [2021-03-30T18:06:19.837Z] [2021-03-30T18:06:19.837Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:19.837Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:06:19.837Z] #43 142.9 CC criu/path.o [2021-03-30T18:06:19.837Z] #43 143.2 CC criu/pie-util-vdso-elf32.o [2021-03-30T18:06:19.837Z] #43 143.6 CC criu/pie-util-vdso.o [2021-03-30T18:06:19.837Z] #43 144.1 CC criu/pie-util.o [2021-03-30T18:06:19.837Z] #43 144.3 CC criu/pipes.o [2021-03-30T18:06:19.837Z] #43 145.1 CC criu/plugin.o [2021-03-30T18:06:19.837Z] #43 145.4 CC criu/proc_parse.o [2021-03-30T18:06:19.837Z] #43 147.2 CC criu/protobuf-desc.o [2021-03-30T18:06:19.837Z] #43 ... [2021-03-30T18:06:19.837Z] [2021-03-30T18:06:19.837Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-30T18:06:19.837Z] #30 sha256:64470c6b9ad6db9f52d49688762a9380df13835ceee743c5421024a33a3d33fc [2021-03-30T18:06:19.837Z] #30 DONE 5.7s [2021-03-30T18:06:19.837Z] [2021-03-30T18:06:19.837Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-30T18:06:19.837Z] #33 sha256:83be9ed928af622530138585dbac98c7bd6570e1689b28b84bbc22e465421c40 [2021-03-30T18:06:19.837Z] #33 DONE 0.7s [2021-03-30T18:06:19.837Z] [2021-03-30T18:06:19.837Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:19.837Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:06:19.837Z] #43 148.1 CC criu/protobuf.o [2021-03-30T18:06:19.837Z] #43 148.6 CC criu/pstree.o [2021-03-30T18:06:19.837Z] #43 ... [2021-03-30T18:06:19.837Z] [2021-03-30T18:06:19.837Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-30T18:06:19.837Z] #35 sha256:df3cd9330e76929db5090fe72832f934073348cf2c76c15d05b67d8e76dda064 [2021-03-30T18:06:19.837Z] #35 DONE 0.2s [2021-03-30T18:06:19.837Z] [2021-03-30T18:06:19.837Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-30T18:06:19.837Z] #38 sha256:088677dd703c55dbbc428e728991eab25d27bb40d9f670fb011c8e51972fd154 [2021-03-30T18:06:19.837Z] #38 DONE 0.1s [2021-03-30T18:06:20.094Z] [2021-03-30T18:06:20.094Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:06:20.094Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-30T18:06:20.235Z] --- PASS: TestBuildMultiStageParentConfig (5.01s) [2021-03-30T18:06:20.235Z] === RUN TestBuildLabelWithTargets [2021-03-30T18:06:21.024Z] #40 ... [2021-03-30T18:06:21.024Z] [2021-03-30T18:06:21.024Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:21.024Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:06:21.024Z] #43 149.9 CC criu/rbtree.o [2021-03-30T18:06:21.024Z] #43 150.1 CC criu/rst-malloc.o [2021-03-30T18:06:21.586Z] #43 150.4 CC criu/seccomp.o [2021-03-30T18:06:22.149Z] #43 151.1 CC criu/seize.o [2021-03-30T18:06:22.222Z] #54 ... [2021-03-30T18:06:22.222Z] [2021-03-30T18:06:22.222Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:06:22.222Z] #46 sha256:7187537ba83b6a68c7176f75c71f374a7da82a2ddfc66794e8a0b44614feaf4d [2021-03-30T18:06:22.222Z] #46 128.3 crypto/elliptic [2021-03-30T18:06:22.222Z] #46 135.5 encoding/asn1 [2021-03-30T18:06:22.222Z] #46 136.0 crypto/rsa [2021-03-30T18:06:22.222Z] #46 137.3 github.com/LK4D4/vndr/build [2021-03-30T18:06:22.404Z] #43 ... [2021-03-30T18:06:22.404Z] [2021-03-30T18:06:22.404Z] #40 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:06:22.404Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-03-30T18:06:22.404Z] #40 DONE 222.8s [2021-03-30T18:06:22.522Z] #46 ... [2021-03-30T18:06:22.522Z] [2021-03-30T18:06:22.522Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:22.522Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:06:22.522Z] #44 63.16 CC criu/arch/ppc64/sigframe.o [2021-03-30T18:06:22.522Z] #44 63.45 LINK criu/arch/ppc64/crtools.built-in.o [2021-03-30T18:06:22.522Z] #44 63.52 DEP criu/pie/util-vdso.d [2021-03-30T18:06:22.522Z] #44 63.67 DEP criu/pie/util.d [2021-03-30T18:06:22.522Z] #44 63.81 CC criu/pie/util.o [2021-03-30T18:06:22.522Z] #44 64.10 CC criu/pie/util-vdso.o [2021-03-30T18:06:22.522Z] #44 64.81 AR criu/pie/pie.lib.a [2021-03-30T18:06:22.522Z] #44 64.90 DEP criu/pie/restorer.d [2021-03-30T18:06:22.522Z] #44 65.14 DEP criu/arch/ppc64/vdso-trampoline.d [2021-03-30T18:06:22.522Z] #44 65.17 DEP criu/arch/ppc64/restorer.d [2021-03-30T18:06:22.522Z] #44 65.42 DEP criu/arch/ppc64/vdso-pie.d [2021-03-30T18:06:22.522Z] #44 65.56 DEP criu/pie/parasite-vdso.d [2021-03-30T18:06:22.522Z] #44 65.75 DEP criu/pie/parasite.d [2021-03-30T18:06:22.522Z] #44 66.13 CC criu/pie/parasite.o [2021-03-30T18:06:22.522Z] #44 67.78 LINK criu/pie/parasite.built-in.o [2021-03-30T18:06:22.522Z] #44 67.79 GEN criu/pie/parasite-blob.h [2021-03-30T18:06:22.522Z] #44 67.80 CC criu/pie/parasite-vdso.o [2021-03-30T18:06:22.661Z] [2021-03-30T18:06:22.661Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-30T18:06:22.661Z] #53 sha256:35f143734c5c0e063428045c2af37a5ab71372307710b4336736667f5bde1260 [2021-03-30T18:06:23.174Z] #44 68.59 CC criu/arch/ppc64/vdso-pie.o [2021-03-30T18:06:23.537Z] #44 69.10 CC criu/arch/ppc64/restorer.o [2021-03-30T18:06:23.590Z] #53 ... [2021-03-30T18:06:23.590Z] [2021-03-30T18:06:23.590Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:23.590Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:06:23.590Z] #43 152.5 CC criu/servicefd.o [2021-03-30T18:06:24.153Z] #43 153.1 CC criu/shmem.o [2021-03-30T18:06:24.190Z] #44 ... [2021-03-30T18:06:24.190Z] [2021-03-30T18:06:24.190Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:06:24.190Z] #46 sha256:7187537ba83b6a68c7176f75c71f374a7da82a2ddfc66794e8a0b44614feaf4d [2021-03-30T18:06:24.190Z] #46 140.2 vendor/golang.org/x/net/idna [2021-03-30T18:06:24.715Z] #43 ... [2021-03-30T18:06:24.715Z] [2021-03-30T18:06:24.715Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-30T18:06:24.715Z] #41 sha256:c9305c37dd1f2e39f26b97acbc1cc290b0e5147996b2b84f7c9c131d038dac86 [2021-03-30T18:06:24.715Z] #41 DONE 0.6s [2021-03-30T18:06:24.715Z] [2021-03-30T18:06:24.715Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:06:24.715Z] #56 sha256:a0c56d7e4d348fbec1b8a9a60c6d1f20e3ac73f35c6c1722eeb063f4666fc88b [2021-03-30T18:06:24.970Z] #56 ... [2021-03-30T18:06:24.970Z] [2021-03-30T18:06:24.970Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:24.970Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:06:24.970Z] #43 154.0 CC criu/sigframe.o [2021-03-30T18:06:25.226Z] #43 154.1 CC criu/signalfd.o [2021-03-30T18:06:25.482Z] #43 154.4 CC criu/sk-inet.o [2021-03-30T18:06:26.411Z] #43 155.2 CC criu/sk-netlink.o [2021-03-30T18:06:26.670Z] #43 ... [2021-03-30T18:06:26.670Z] [2021-03-30T18:06:26.670Z] #49 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:06:26.670Z] #49 sha256:d95e2a29913026bc8aa688b271598ead13e6d91dcc09da8960d80db2bb7dfbef [2021-03-30T18:06:26.670Z] #49 226.8 + /build/golangci-lint --version [2021-03-30T18:06:26.670Z] #49 227.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-30T18:06:26.670Z] #49 DONE 227.4s [2021-03-30T18:06:26.670Z] [2021-03-30T18:06:26.670Z] #43 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:26.670Z] #43 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-03-30T18:06:26.670Z] #43 155.5 CC criu/sk-packet.o [2021-03-30T18:06:27.597Z] #43 156.4 CC criu/sk-queue.o [2021-03-30T18:06:27.793Z] #46 143.5 vendor/golang.org/x/crypto/cryptobyte [2021-03-30T18:06:28.160Z] #43 157.0 CC criu/sk-tcp.o [2021-03-30T18:06:28.367Z] --- PASS: TestBuildLabelWithTargets (7.99s) [2021-03-30T18:06:28.367Z] === RUN TestBuildWithEmptyLayers [2021-03-30T18:06:28.417Z] #43 157.4 CC criu/sk-unix.o [2021-03-30T18:06:29.336Z] #46 145.2 vendor/golang.org/x/net/http2/hpack [2021-03-30T18:06:29.336Z] #46 ... [2021-03-30T18:06:29.336Z] [2021-03-30T18:06:29.336Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:06:29.336Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-30T18:06:29.336Z] #21 12.58 Fetched 8692 kB in 12s (722 kB/s) [2021-03-30T18:06:29.336Z] #21 12.58 Reading package lists... [2021-03-30T18:06:29.336Z] #21 17.52 Reading package lists... [2021-03-30T18:06:29.336Z] #21 21.79 Building dependency tree... [2021-03-30T18:06:29.637Z] #21 ... [2021-03-30T18:06:29.637Z] [2021-03-30T18:06:29.637Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:29.637Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:06:29.637Z] #44 69.57 CC criu/arch/ppc64/vdso-trampoline.o [2021-03-30T18:06:29.637Z] #44 69.62 CC criu/pie/restorer.o [2021-03-30T18:06:29.637Z] #44 73.46 LINK criu/pie/restorer.built-in.o [2021-03-30T18:06:29.637Z] #44 73.47 GEN criu/pie/restorer-blob.h [2021-03-30T18:06:29.637Z] #44 73.60 DEP criu/vdso.d [2021-03-30T18:06:29.637Z] #44 73.87 DEP criu/uts_ns.d [2021-03-30T18:06:29.637Z] #44 74.12 DEP criu/util.d [2021-03-30T18:06:29.637Z] #44 74.40 DEP criu/uffd.d [2021-03-30T18:06:29.637Z] #44 74.68 DEP criu/tun.d [2021-03-30T18:06:29.637Z] #44 74.91 DEP criu/tty.d [2021-03-30T18:06:29.784Z] #43 158.7 CC criu/sockets.o [2021-03-30T18:06:29.940Z] #44 75.16 DEP criu/timerfd.d [2021-03-30T18:06:29.940Z] #44 75.42 DEP criu/timens.d [2021-03-30T18:06:29.940Z] #44 ... [2021-03-30T18:06:29.940Z] [2021-03-30T18:06:29.940Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:06:29.940Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-30T18:06:29.940Z] #21 23.35 libcap2-bin is already the newest version (1:2.25-2). [2021-03-30T18:06:29.940Z] #21 23.35 The following additional packages will be installed: [2021-03-30T18:06:29.940Z] #21 23.36 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-03-30T18:06:29.940Z] #21 23.36 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-03-30T18:06:29.940Z] #21 23.36 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-03-30T18:06:29.940Z] #21 23.36 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-03-30T18:06:29.940Z] #21 23.36 python3.7 python3.7-minimal vim-runtime xxd [2021-03-30T18:06:29.940Z] #21 23.37 Suggested packages: [2021-03-30T18:06:29.940Z] #21 23.37 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-03-30T18:06:29.940Z] #21 23.37 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-03-30T18:06:29.940Z] #21 23.37 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-03-30T18:06:29.940Z] #21 23.37 Recommended packages: [2021-03-30T18:06:29.940Z] #21 23.37 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-03-30T18:06:29.940Z] #21 23.37 python3-keyrings.alt python3-xdg unzip [2021-03-30T18:06:30.347Z] #43 159.3 CC criu/stats.o [2021-03-30T18:06:30.603Z] #43 159.5 CC criu/string.o [2021-03-30T18:06:30.603Z] #43 159.5 CC criu/sysctl.o [2021-03-30T18:06:31.166Z] #43 160.0 CC criu/sysfs_parse.o [2021-03-30T18:06:31.422Z] #43 160.3 CC criu/timens.o [2021-03-30T18:06:31.665Z] --- PASS: TestBuildWithEmptyLayers (3.07s) [2021-03-30T18:06:31.665Z] === RUN TestBuildMultiStageOnBuild [2021-03-30T18:06:31.679Z] #43 160.5 CC criu/timerfd.o [2021-03-30T18:06:31.936Z] #43 160.7 CC criu/tty.o [2021-03-30T18:06:32.056Z] #21 25.38 The following NEW packages will be installed: [2021-03-30T18:06:32.056Z] #21 25.38 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-03-30T18:06:32.056Z] #21 25.39 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-03-30T18:06:32.056Z] #21 25.39 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-03-30T18:06:32.056Z] #21 25.39 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-03-30T18:06:32.056Z] #21 25.39 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-03-30T18:06:32.056Z] #21 25.39 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-03-30T18:06:32.056Z] #21 25.39 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-03-30T18:06:32.056Z] #21 25.40 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-03-30T18:06:32.056Z] #21 25.40 xz-utils zip [2021-03-30T18:06:32.359Z] #21 25.51 0 upgraded, 48 newly installed, 0 to remove and 24 not upgraded. [2021-03-30T18:06:32.359Z] #21 25.51 Need to get 29.2 MB of archives. [2021-03-30T18:06:32.359Z] #21 25.51 After this operation, 134 MB of additional disk space will be used. [2021-03-30T18:06:32.359Z] #21 25.51 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2021-03-30T18:06:32.359Z] #21 25.53 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u3 [593 kB] [2021-03-30T18:06:32.359Z] #21 25.59 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u3 [2023 kB] [2021-03-30T18:06:32.662Z] #21 25.75 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2021-03-30T18:06:32.662Z] #21 25.76 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2021-03-30T18:06:32.662Z] #21 25.77 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u3 [1794 kB] [2021-03-30T18:06:32.662Z] #21 25.92 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u3 [330 kB] [2021-03-30T18:06:32.662Z] #21 25.95 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2021-03-30T18:06:32.662Z] #21 25.96 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2021-03-30T18:06:32.662Z] #21 25.97 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2021-03-30T18:06:32.662Z] #21 25.98 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2021-03-30T18:06:32.662Z] #21 25.99 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2021-03-30T18:06:32.662Z] #21 26.00 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2021-03-30T18:06:32.662Z] #21 26.00 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2021-03-30T18:06:32.662Z] #21 26.01 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2021-03-30T18:06:32.662Z] #21 26.02 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2021-03-30T18:06:32.662Z] #21 26.04 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-03-30T18:06:32.662Z] #21 26.06 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-03-30T18:06:32.662Z] #21 26.08 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2021-03-30T18:06:32.662Z] #21 26.09 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2021-03-30T18:06:32.662Z] #21 26.10 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2021-03-30T18:06:32.964Z] #21 26.11 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2021-03-30T18:06:32.964Z] #21 26.15 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2021-03-30T18:06:32.964Z] #21 26.17 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-03-30T18:06:32.964Z] #21 26.19 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-03-30T18:06:32.964Z] #21 26.21 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-03-30T18:06:32.964Z] #21 26.21 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2021-03-30T18:06:32.964Z] #21 26.21 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2021-03-30T18:06:32.964Z] #21 26.22 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-03-30T18:06:32.982Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-03-30T18:06:33.303Z] #43 162.0 CC criu/tun.o [2021-03-30T18:06:33.541Z] tests/integration/api_client_test.py ..... [ 7%] [2021-03-30T18:06:33.560Z] #43 162.3 CC criu/uffd.o [2021-03-30T18:06:33.670Z] #21 26.97 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2021-03-30T18:06:33.670Z] #21 26.98 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2021-03-30T18:06:33.670Z] #21 26.99 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2021-03-30T18:06:33.670Z] #21 27.00 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2021-03-30T18:06:33.670Z] #21 27.02 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2021-03-30T18:06:33.670Z] #21 27.04 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2021-03-30T18:06:33.973Z] #21 27.22 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-03-30T18:06:33.973Z] #21 27.22 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2021-03-30T18:06:33.973Z] #21 27.24 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2021-03-30T18:06:33.973Z] #21 27.25 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2021-03-30T18:06:33.973Z] #21 27.27 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2021-03-30T18:06:33.973Z] #21 27.30 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2021-03-30T18:06:33.973Z] #21 27.30 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el sudo ppc64el 1.8.27-1+deb10u3 [1230 kB] [2021-03-30T18:06:33.973Z] #21 27.43 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2021-03-30T18:06:33.973Z] #21 27.45 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2021-03-30T18:06:34.122Z] #43 163.1 CC criu/util.o [2021-03-30T18:06:34.276Z] #21 27.47 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-03-30T18:06:34.578Z] #21 27.96 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2021-03-30T18:06:34.881Z] #21 28.07 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2021-03-30T18:06:34.881Z] #21 28.13 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2021-03-30T18:06:35.052Z] #43 164.0 CC criu/uts_ns.o [2021-03-30T18:06:35.308Z] #43 164.2 CC criu/vdso-compat.o [2021-03-30T18:06:35.308Z] #43 164.4 CC criu/vdso.o [2021-03-30T18:06:35.870Z] #43 164.8 LINK criu/built-in.o [2021-03-30T18:06:35.938Z] #21 29.17 debconf: delaying package configuration, since apt-utils is not installed [2021-03-30T18:06:35.938Z] #21 29.36 Fetched 29.2 MB in 3s (10.9 MB/s) [2021-03-30T18:06:35.985Z] tests/integration/api_config_test.py ..... [ 8%] [2021-03-30T18:06:36.127Z] #43 164.9 LINK criu/criu [2021-03-30T18:06:36.240Z] #21 29.46 Selecting previously unselected package pigz. [2021-03-30T18:06:36.240Z] #21 29.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 ... 23363 files and directories currently installed.) [2021-03-30T18:06:36.240Z] #21 29.52 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2021-03-30T18:06:36.240Z] #21 29.53 Unpacking pigz (2.4-1) ... [2021-03-30T18:06:36.383Z] #43 165.3 DEP lib/c/criu.d [2021-03-30T18:06:36.383Z] #43 165.3 CC images/rpc.pb-c.o [2021-03-30T18:06:36.540Z] #21 29.63 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2021-03-30T18:06:36.540Z] #21 29.64 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_ppc64el.deb ... [2021-03-30T18:06:36.540Z] #21 29.65 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u3) ... [2021-03-30T18:06:36.640Z] #43 165.7 CC lib/c/criu.o [2021-03-30T18:06:36.854Z] #21 30.23 Selecting previously unselected package python3.7-minimal. [2021-03-30T18:06:36.854Z] #21 30.25 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_ppc64el.deb ... [2021-03-30T18:06:36.854Z] #21 30.27 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-03-30T18:06:36.951Z] --- PASS: TestBuildMultiStageOnBuild (4.95s) [2021-03-30T18:06:36.951Z] === RUN TestBuildUncleanTarFilenames [2021-03-30T18:06:36.951Z] --- PASS: TestBuildUncleanTarFilenames (0.90s) [2021-03-30T18:06:36.951Z] === RUN TestBuildMultiStageLayerLeak [2021-03-30T18:06:37.569Z] #43 166.4 LINK lib/c/built-in.o [2021-03-30T18:06:37.570Z] #43 166.4 LINK lib/c/libcriu.so [2021-03-30T18:06:37.570Z] #43 166.4 LINK lib/c/libcriu.a [2021-03-30T18:06:37.570Z] #43 166.5 GEN magic.py [2021-03-30T18:06:37.570Z] #43 166.6 Note: Building without setproctitle() and strlcpy() support. [2021-03-30T18:06:37.570Z] #43 166.6 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-30T18:06:37.826Z] #43 166.6 Note: Building without GnuTLS support [2021-03-30T18:06:37.826Z] #43 166.6 Makefile.config:39: Warn: you have no libnftables installed [2021-03-30T18:06:37.826Z] #43 166.6 Makefile.config:40: Warn: Building without nftables support [2021-03-30T18:06:38.083Z] #43 167.2 fatal: not a git repository (or any of the parent directories): .git [2021-03-30T18:06:38.404Z] #21 31.54 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u3) ... [2021-03-30T18:06:38.404Z] #21 31.56 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-03-30T18:06:38.645Z] #43 167.7 make[1]: Nothing to be done for 'all'. [2021-03-30T18:06:39.207Z] #43 168.2 make[1]: 'images/built-in.o' is up to date. [2021-03-30T18:06:39.208Z] #43 168.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-30T18:06:39.208Z] #43 168.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-30T18:06:39.208Z] #43 168.3 make[1]: 'compel/libcompel.a' is up to date. [2021-03-30T18:06:39.464Z] #43 168.3 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-30T18:06:39.464Z] #43 168.4 make[1]: Nothing to be done for 'all'. [2021-03-30T18:06:39.464Z] #43 168.4 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-30T18:06:39.464Z] #43 168.6 make[2]: Nothing to be done for 'all'. [2021-03-30T18:06:39.721Z] #43 168.6 make[2]: Nothing to be done for 'all'. [2021-03-30T18:06:39.721Z] #43 168.6 make[2]: Nothing to be done for 'all'. [2021-03-30T18:06:39.721Z] #43 168.7 make[2]: Nothing to be done for 'all'. [2021-03-30T18:06:39.977Z] #43 168.7 make[2]: Nothing to be done for 'all'. [2021-03-30T18:06:39.977Z] #43 168.8 make[2]: Nothing to be done for 'all'. [2021-03-30T18:06:39.977Z] #43 168.8 make[2]: Nothing to be done for 'all'. [2021-03-30T18:06:39.977Z] #43 168.9 make[2]: Nothing to be done for 'all'. [2021-03-30T18:06:39.977Z] #43 168.9 INSTALL criu/criu [2021-03-30T18:06:40.234Z] #43 DONE 169.2s [2021-03-30T18:06:40.234Z] [2021-03-30T18:06:40.234Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:06:40.234Z] #56 sha256:a0c56d7e4d348fbec1b8a9a60c6d1f20e3ac73f35c6c1722eeb063f4666fc88b [2021-03-30T18:06:40.513Z] #21 ... [2021-03-30T18:06:40.513Z] [2021-03-30T18:06:40.513Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:40.513Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:06:40.513Z] #44 75.66 DEP criu/sysfs_parse.d [2021-03-30T18:06:40.513Z] #44 75.86 DEP criu/sysctl.d [2021-03-30T18:06:40.513Z] #44 76.10 DEP criu/string.d [2021-03-30T18:06:40.513Z] #44 76.15 DEP criu/stats.d [2021-03-30T18:06:40.513Z] #44 76.36 DEP criu/sockets.d [2021-03-30T18:06:40.513Z] #44 76.58 DEP criu/sk-unix.d [2021-03-30T18:06:40.513Z] #44 76.82 DEP criu/sk-tcp.d [2021-03-30T18:06:40.513Z] #44 77.06 DEP criu/sk-queue.d [2021-03-30T18:06:40.513Z] #44 77.24 DEP criu/sk-packet.d [2021-03-30T18:06:40.513Z] #44 77.48 DEP criu/sk-netlink.d [2021-03-30T18:06:40.513Z] #44 77.72 DEP criu/sk-inet.d [2021-03-30T18:06:40.513Z] #44 77.97 DEP criu/signalfd.d [2021-03-30T18:06:40.513Z] #44 78.19 DEP criu/sigframe.d [2021-03-30T18:06:40.513Z] #44 78.30 DEP criu/shmem.d [2021-03-30T18:06:40.513Z] #44 78.49 DEP criu/servicefd.d [2021-03-30T18:06:40.513Z] #44 78.82 DEP criu/seize.d [2021-03-30T18:06:40.513Z] #44 79.03 DEP criu/seccomp.d [2021-03-30T18:06:40.513Z] #44 79.28 DEP criu/rst-malloc.d [2021-03-30T18:06:40.513Z] #44 79.43 DEP criu/rbtree.d [2021-03-30T18:06:40.513Z] #44 79.48 DEP criu/pstree.d [2021-03-30T18:06:40.513Z] #44 79.67 DEP criu/protobuf.d [2021-03-30T18:06:40.513Z] #44 79.76 GEN criu/protobuf-desc-gen.h [2021-03-30T18:06:40.513Z] #44 81.99 DEP criu/protobuf-desc.d [2021-03-30T18:06:40.513Z] #44 82.17 DEP criu/proc_parse.d [2021-03-30T18:06:40.513Z] #44 82.47 DEP criu/plugin.d [2021-03-30T18:06:40.514Z] #44 82.61 DEP criu/pipes.d [2021-03-30T18:06:40.514Z] #44 82.82 DEP criu/pie-util.d [2021-03-30T18:06:40.514Z] #44 82.89 DEP criu/pie-util-vdso.d [2021-03-30T18:06:40.514Z] #44 83.01 DEP criu/path.d [2021-03-30T18:06:40.514Z] #44 83.18 DEP criu/parasite-syscall.d [2021-03-30T18:06:40.514Z] #44 83.51 DEP criu/pagemap.d [2021-03-30T18:06:40.514Z] #44 83.75 DEP criu/pagemap-cache.d [2021-03-30T18:06:40.514Z] #44 83.89 DEP criu/page-xfer.d [2021-03-30T18:06:40.514Z] #44 84.09 DEP criu/page-pipe.d [2021-03-30T18:06:40.514Z] #44 84.24 DEP criu/netfilter.d [2021-03-30T18:06:40.514Z] #44 84.50 DEP criu/net.d [2021-03-30T18:06:40.514Z] #44 84.78 DEP criu/namespaces.d [2021-03-30T18:06:40.514Z] #44 85.04 DEP criu/mount.d [2021-03-30T18:06:40.514Z] #44 85.31 DEP criu/memfd.d [2021-03-30T18:06:40.514Z] #44 85.50 DEP criu/mem.d [2021-03-30T18:06:40.514Z] #44 85.77 DEP criu/lsm.d [2021-03-30T18:06:40.514Z] #44 85.97 DEP criu/log.d [2021-03-30T18:06:40.814Z] #44 86.12 DEP criu/libnetlink.d [2021-03-30T18:06:40.814Z] #44 86.29 DEP criu/kerndat.d [2021-03-30T18:06:41.113Z] #44 86.51 DEP criu/kcmp-ids.d [2021-03-30T18:06:41.113Z] #44 ... [2021-03-30T18:06:41.113Z] [2021-03-30T18:06:41.113Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:06:41.113Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-30T18:06:41.113Z] #21 34.45 Selecting previously unselected package python3-minimal. [2021-03-30T18:06:41.113Z] #21 34.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 ... 23612 files and directories currently installed.) [2021-03-30T18:06:41.113Z] #21 34.58 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2021-03-30T18:06:41.413Z] #21 34.59 Unpacking python3-minimal (3.7.3-1) ... [2021-03-30T18:06:41.413Z] #21 34.71 Selecting previously unselected package libmpdec2:ppc64el. [2021-03-30T18:06:41.413Z] #21 34.72 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2021-03-30T18:06:41.413Z] #21 34.73 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2021-03-30T18:06:41.713Z] #21 34.83 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2021-03-30T18:06:41.713Z] #21 34.83 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_ppc64el.deb ... [2021-03-30T18:06:41.713Z] #21 34.84 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u3) ... [2021-03-30T18:06:41.713Z] #21 ... [2021-03-30T18:06:41.713Z] [2021-03-30T18:06:41.713Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:06:41.713Z] #46 sha256:7187537ba83b6a68c7176f75c71f374a7da82a2ddfc66794e8a0b44614feaf4d [2021-03-30T18:06:41.713Z] #46 147.7 mime [2021-03-30T18:06:41.713Z] #46 149.8 mime/quotedprintable [2021-03-30T18:06:41.713Z] #46 150.5 net/http/internal [2021-03-30T18:06:41.713Z] #46 154.2 net/textproto [2021-03-30T18:06:41.713Z] #46 154.2 vendor/golang.org/x/net/http/httpproxy [2021-03-30T18:06:41.713Z] #46 154.2 crypto/x509 [2021-03-30T18:06:41.713Z] #46 156.4 mime/multipart [2021-03-30T18:06:41.713Z] #46 156.4 vendor/golang.org/x/net/http/httpguts [2021-03-30T18:06:41.713Z] #46 ... [2021-03-30T18:06:41.713Z] [2021-03-30T18:06:41.713Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:41.713Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:06:41.713Z] #44 86.63 DEP criu/irmap.d [2021-03-30T18:06:41.713Z] #44 86.92 DEP criu/ipc_ns.d [2021-03-30T18:06:41.713Z] #44 87.07 DEP criu/image.d [2021-03-30T18:06:42.012Z] #44 87.30 DEP criu/image-desc.d [2021-03-30T18:06:42.012Z] #44 87.44 DEP criu/fsnotify.d [2021-03-30T18:06:42.127Z] #56 ... [2021-03-30T18:06:42.127Z] [2021-03-30T18:06:42.127Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-30T18:06:42.127Z] #44 sha256:1b6f1f0070a8f77e9bda6e7c2f73088d59d8ca1551faa95500b70762828b65e7 [2021-03-30T18:06:42.127Z] #44 DONE 0.1s [2021-03-30T18:06:42.127Z] [2021-03-30T18:06:42.127Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-30T18:06:42.127Z] #46 sha256:e19b2851fcc613099c1917156cffd09a8124f909a5da82d16269f72c84cbf42e [2021-03-30T18:06:42.127Z] #46 DONE 0.2s [2021-03-30T18:06:42.127Z] [2021-03-30T18:06:42.127Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-30T18:06:42.127Z] #48 sha256:e2bb0f049c9145b9908c63b2fa09fee5df8e41c6cf313e35ce65b4606b5974a9 [2021-03-30T18:06:42.127Z] #48 DONE 0.1s [2021-03-30T18:06:42.127Z] [2021-03-30T18:06:42.127Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:06:42.127Z] #56 sha256:a0c56d7e4d348fbec1b8a9a60c6d1f20e3ac73f35c6c1722eeb063f4666fc88b [2021-03-30T18:06:42.127Z] #56 ... [2021-03-30T18:06:42.127Z] [2021-03-30T18:06:42.127Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-30T18:06:42.127Z] #50 sha256:40ea53309fcfa89307020fe5b0e9359d34fb74c12ac9e5f37eccf48b6aae7fe0 [2021-03-30T18:06:42.244Z] --- PASS: TestBuildMultiStageLayerLeak (5.09s) [2021-03-30T18:06:42.244Z] === RUN TestBuildWithHugeFile [2021-03-30T18:06:42.312Z] #44 87.76 DEP criu/filesystems.d [2021-03-30T18:06:42.384Z] #50 DONE 0.2s [2021-03-30T18:06:42.384Z] [2021-03-30T18:06:42.384Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-30T18:06:42.384Z] #52 sha256:b7d13a2983e850fd4f190ea246f5cc704ad0db3276ece29eca71cd1b998d2e05 [2021-03-30T18:06:42.384Z] #52 DONE 0.1s [2021-03-30T18:06:42.384Z] [2021-03-30T18:06:42.384Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-30T18:06:42.384Z] #53 sha256:35f143734c5c0e063428045c2af37a5ab71372307710b4336736667f5bde1260 [2021-03-30T18:06:42.612Z] #44 88.02 DEP criu/files.d [2021-03-30T18:06:42.912Z] #44 88.31 DEP criu/files-reg.d [2021-03-30T18:06:42.912Z] #44 88.53 DEP criu/files-ext.d [2021-03-30T18:06:43.212Z] #44 88.75 DEP criu/file-lock.d [2021-03-30T18:06:43.512Z] #44 88.98 DEP criu/file-ids.d [2021-03-30T18:06:43.814Z] #44 89.19 DEP criu/fifo.d [2021-03-30T18:06:43.814Z] #44 89.40 DEP criu/fdstore.d [2021-03-30T18:06:44.114Z] #44 89.55 DEP criu/fault-injection.d [2021-03-30T18:06:44.114Z] #44 89.59 DEP criu/external.d [2021-03-30T18:06:44.413Z] #44 89.77 DEP criu/eventpoll.d [2021-03-30T18:06:44.413Z] #44 ... [2021-03-30T18:06:44.413Z] [2021-03-30T18:06:44.413Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:06:44.413Z] #59 sha256:1d96b029be641117914920d702a5cda41ce4edf0e08a95f9a061e60a1cb85292 [2021-03-30T18:06:44.413Z] #59 150.6 + for f in rootlesskit rootlesskit-docker-proxy [2021-03-30T18:06:44.413Z] #59 150.6 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-03-30T18:06:44.713Z] #59 ... [2021-03-30T18:06:44.713Z] [2021-03-30T18:06:44.713Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:44.713Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:06:44.713Z] #44 90.02 DEP criu/eventfd.d [2021-03-30T18:06:44.714Z] #44 ... [2021-03-30T18:06:44.714Z] [2021-03-30T18:06:44.714Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-03-30T18:06:44.714Z] #59 sha256:1d96b029be641117914920d702a5cda41ce4edf0e08a95f9a061e60a1cb85292 [2021-03-30T18:06:44.714Z] #59 DONE 160.8s [2021-03-30T18:06:45.015Z] [2021-03-30T18:06:45.015Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:06:45.015Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-30T18:06:45.015Z] #21 36.02 Selecting previously unselected package python3.7. [2021-03-30T18:06:45.016Z] #21 36.03 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_ppc64el.deb ... [2021-03-30T18:06:45.016Z] #21 36.03 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-03-30T18:06:45.016Z] #21 36.27 Selecting previously unselected package libpython3-stdlib:ppc64el. [2021-03-30T18:06:45.016Z] #21 36.27 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2021-03-30T18:06:45.016Z] #21 36.28 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-03-30T18:06:45.016Z] #21 36.42 Setting up python3-minimal (3.7.3-1) ... [2021-03-30T18:06:45.016Z] #21 37.61 Selecting previously unselected package python3. [2021-03-30T18:06:45.016Z] #21 37.61 (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 ... 24024 files and directories currently installed.) [2021-03-30T18:06:45.016Z] #21 37.73 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2021-03-30T18:06:45.016Z] #21 37.76 Unpacking python3 (3.7.3-1) ... [2021-03-30T18:06:45.016Z] #21 37.84 Selecting previously unselected package libip4tc0:ppc64el. [2021-03-30T18:06:45.016Z] #21 37.84 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2021-03-30T18:06:45.016Z] #21 37.85 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2021-03-30T18:06:45.016Z] #21 37.94 Selecting previously unselected package libip6tc0:ppc64el. [2021-03-30T18:06:45.016Z] #21 37.94 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2021-03-30T18:06:45.016Z] #21 37.95 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2021-03-30T18:06:45.016Z] #21 38.10 Selecting previously unselected package libiptc0:ppc64el. [2021-03-30T18:06:45.016Z] #21 38.11 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2021-03-30T18:06:45.016Z] #21 38.13 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2021-03-30T18:06:45.016Z] #21 ... [2021-03-30T18:06:45.016Z] [2021-03-30T18:06:45.016Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-03-30T18:06:45.016Z] #60 sha256:1970449e23b6af046eaedc3052b4927a15c517f2329b28d149c459c229ffe10c [2021-03-30T18:06:45.016Z] #60 DONE 0.3s [2021-03-30T18:06:45.016Z] [2021-03-30T18:06:45.016Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:06:45.016Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-30T18:06:45.016Z] #21 38.29 Selecting previously unselected package libnfnetlink0:ppc64el. [2021-03-30T18:06:45.016Z] #21 38.30 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2021-03-30T18:06:45.016Z] #21 38.31 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-03-30T18:06:45.016Z] #21 38.35 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2021-03-30T18:06:45.016Z] #21 ... [2021-03-30T18:06:45.016Z] [2021-03-30T18:06:45.016Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-03-30T18:06:45.016Z] #61 sha256:9878c90a117d4a96e283a5e212932c3a98e8285097e768f2fb994fe7950a59aa [2021-03-30T18:06:45.016Z] #61 DONE 0.1s [2021-03-30T18:06:45.016Z] [2021-03-30T18:06:45.016Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:06:45.016Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-30T18:06:45.016Z] #21 38.36 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2021-03-30T18:06:45.016Z] #21 38.36 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-03-30T18:06:45.316Z] #21 38.51 Selecting previously unselected package libnftnl11:ppc64el. [2021-03-30T18:06:45.316Z] #21 38.51 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2021-03-30T18:06:45.316Z] #21 38.52 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2021-03-30T18:06:45.316Z] #21 38.65 Selecting previously unselected package iptables. [2021-03-30T18:06:45.316Z] #21 38.70 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2021-03-30T18:06:45.316Z] #21 38.71 Unpacking iptables (1.8.2-4) ... [2021-03-30T18:06:46.896Z] #21 39.84 Selecting previously unselected package xxd. [2021-03-30T18:06:46.896Z] #21 39.85 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-03-30T18:06:46.896Z] #21 39.86 Unpacking xxd (2:8.1.0875-5) ... [2021-03-30T18:06:46.896Z] #21 39.99 Selecting previously unselected package vim-common. [2021-03-30T18:06:46.896Z] #21 40.00 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-03-30T18:06:46.896Z] #21 40.05 Unpacking vim-common (2:8.1.0875-5) ... [2021-03-30T18:06:47.198Z] #21 40.46 Selecting previously unselected package bash-completion. [2021-03-30T18:06:47.198Z] #21 40.47 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-03-30T18:06:47.634Z] #53 ... [2021-03-30T18:06:47.634Z] [2021-03-30T18:06:47.634Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:06:47.634Z] #56 sha256:a0c56d7e4d348fbec1b8a9a60c6d1f20e3ac73f35c6c1722eeb063f4666fc88b [2021-03-30T18:06:47.634Z] #56 199.9 + bin/containerd [2021-03-30T18:06:51.736Z] #21 44.21 Unpacking bash-completion (1:2.8-6) ... [2021-03-30T18:06:51.736Z] #21 ... [2021-03-30T18:06:51.736Z] [2021-03-30T18:06:51.736Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-30T18:06:51.736Z] #25 sha256:46df68e52d62a5f2f91d3f7d96414aca05d12fc82302c622b88fe10e92052296 [2021-03-30T18:06:52.885Z] #56 ... [2021-03-30T18:06:52.885Z] [2021-03-30T18:06:52.885Z] #53 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-30T18:06:52.885Z] #53 sha256:35f143734c5c0e063428045c2af37a5ab71372307710b4336736667f5bde1260 [2021-03-30T18:06:52.885Z] #53 126.2 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-30T18:06:52.885Z] #53 127.0 + mkdir -p /build [2021-03-30T18:06:52.885Z] #53 127.0 + cp runc /build/runc [2021-03-30T18:06:52.885Z] #53 DONE 127.4s [2021-03-30T18:06:52.885Z] [2021-03-30T18:06:52.885Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:06:52.886Z] #56 sha256:a0c56d7e4d348fbec1b8a9a60c6d1f20e3ac73f35c6c1722eeb063f4666fc88b [2021-03-30T18:06:53.815Z] #56 ... [2021-03-30T18:06:53.815Z] [2021-03-30T18:06:53.815Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-30T18:06:53.815Z] #54 sha256:87587ac3fdf95ce72c8b31048ad3c98f3b34412c5c7c7775097c339915cd7aed [2021-03-30T18:06:54.072Z] #54 DONE 0.1s [2021-03-30T18:06:54.072Z] [2021-03-30T18:06:54.072Z] #56 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:06:54.072Z] #56 sha256:a0c56d7e4d348fbec1b8a9a60c6d1f20e3ac73f35c6c1722eeb063f4666fc88b [2021-03-30T18:06:54.151Z] #25 167.2 Checking out files: 22% (2510/11202) Checking out files: 23% (2577/11202) Checking out files: 24% (2689/11202) Checking out files: 25% (2801/11202) Checking out files: 26% (2913/11202) Checking out files: 27% (3025/11202) Checking out files: 28% (3137/11202) Checking out files: 29% (3249/11202) Checking out files: 30% (3361/11202) Checking out files: 31% (3473/11202) Checking out files: 32% (3585/11202) Checking out files: 33% (3697/11202) Checking out files: 34% (3809/11202) Checking out files: 35% (3921/11202) Checking out files: 36% (4033/11202) Checking out files: 37% (4145/11202) Checking out files: 38% (4257/11202) Checking out files: 39% (4369/11202) Checking out files: 40% (4481/11202) Checking out files: 41% (4593/11202) Checking out files: 42% (4705/11202) Checking out files: 42% (4766/11202) Checking out files: 43% (4817/11202) Checking out files: 44% (4929/11202) Checking out files: 45% (5041/11202) Checking out files: 46% (5153/11202) Checking out files: 47% (5265/11202) Checking out files: 48% (5377/11202) Checking out files: 49% (5489/11202) Checking out files: 50% (5601/11202) Checking out files: 51% (5714/11202) Checking out files: 52% (5826/11202) Checking out files: 53% (5938/11202) Checking out files: 54% (6050/11202) Checking out files: 55% (6162/11202) Checking out files: 56% (6274/11202) Checking out files: 57% (6386/11202) Checking out files: 58% (6498/11202) Checking out files: 59% (6610/11202) Checking out files: 60% (6722/11202) Checking out files: 60% (6778/11202) Checking out files: 61% (6834/11202) Checking out files: 62% (6946/11202) Checking out files: 63% (7058/11202) Checking out files: 64% (7170/11202) Checking out files: 65% (7282/11202) Checking out files: 66% (7394/11202) Checking out files: 67% (7506/11202) Checking out files: 68% (7618/11202) Checking out files: 69% (7730/11202) Checking out files: 70% (7842/11202) Checking out files: 71% (7954/11202) Checking out files: 72% (8066/11202) Checking out files: 73% (8178/11202) Checking out files: 74% (8290/11202) Checking out files: 75% (8402/11202) Checking out files: 76% (8514/11202) Checking out files: 77% (8626/11202) Checking out files: 78% (8738/11202) Checking out files: 79% (8850/11202) Checking out files: 80% (8962/11202) Checking out files: 81% (9074/11202) Checking out files: 82% (9186/11202) Checking out files: 83% (9298/11202) Checking out files: 84% (9410/11202) Checking out files: 85% (9522/11202) [2021-03-30T18:06:54.151Z] #25 ... [2021-03-30T18:06:54.151Z] [2021-03-30T18:06:54.151Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:06:54.151Z] #46 sha256:7187537ba83b6a68c7176f75c71f374a7da82a2ddfc66794e8a0b44614feaf4d [2021-03-30T18:06:54.151Z] #46 160.2 crypto/tls [2021-03-30T18:06:54.151Z] #46 169.3 net/http/httptrace [2021-03-30T18:06:54.151Z] #46 169.6 net/http [2021-03-30T18:06:54.151Z] #46 ... [2021-03-30T18:06:54.151Z] [2021-03-30T18:06:54.151Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-30T18:06:54.151Z] #25 sha256:46df68e52d62a5f2f91d3f7d96414aca05d12fc82302c622b88fe10e92052296 [2021-03-30T18:06:55.060Z] #25 167.2 Checking out files: 22% (2510/11202) Checking out files: 23% (2577/11202) Checking out files: 24% (2689/11202) Checking out files: 25% (2801/11202) Checking out files: 26% (2913/11202) Checking out files: 27% (3025/11202) Checking out files: 28% (3137/11202) Checking out files: 29% (3249/11202) Checking out files: 30% (3361/11202) Checking out files: 31% (3473/11202) Checking out files: 32% (3585/11202) Checking out files: 33% (3697/11202) Checking out files: 34% (3809/11202) Checking out files: 35% (3921/11202) Checking out files: 36% (4033/11202) Checking out files: 37% (4145/11202) Checking out files: 38% (4257/11202) Checking out files: 39% (4369/11202) Checking out files: 40% (4481/11202) Checking out files: 41% (4593/11202) Checking out files: 42% (4705/11202) Checking out files: 42% (4766/11202) Checking out files: 43% (4817/11202) Checking out files: 44% (4929/11202) Checking out files: 45% (5041/11202) Checking out files: 46% (5153/11202) Checking out files: 47% (5265/11202) Checking out files: 48% (5377/11202) Checking out files: 49% (5489/11202) Checking out files: 50% (5601/11202) Checking out files: 51% (5714/11202) Checking out files: 52% (5826/11202) Checking out files: 53% (5938/11202) Checking out files: 54% (6050/11202) Checking out files: 55% (6162/11202) Checking out files: 56% (6274/11202) Checking out files: 57% (6386/11202) Checking out files: 58% (6498/11202) Checking out files: 59% (6610/11202) Checking out files: 60% (6722/11202) Checking out files: 60% (6778/11202) Checking out files: 61% (6834/11202) Checking out files: 62% (6946/11202) Checking out files: 63% (7058/11202) Checking out files: 64% (7170/11202) Checking out files: 65% (7282/11202) Checking out files: 66% (7394/11202) Checking out files: 67% (7506/11202) Checking out files: 68% (7618/11202) Checking out files: 69% (7730/11202) Checking out files: 70% (7842/11202) Checking out files: 71% (7954/11202) Checking out files: 72% (8066/11202) Checking out files: 73% (8178/11202) Checking out files: 74% (8290/11202) Checking out files: 75% (8402/11202) Checking out files: 76% (8514/11202) Checking out files: 77% (8626/11202) Checking out files: 78% (8738/11202) Checking out files: 79% (8850/11202) Checking out files: 80% (8962/11202) Checking out files: 81% (9074/11202) Checking out files: 82% (9186/11202) Checking out files: 83% (9298/11202) Checking out files: 84% (9410/11202) Checking out files: 85% (9522/11202) Checking out files: 85% (9543/11202) Checking out files: 86% (9634/11202) Checking out files: 87% (9746/11202) Checking out files: 88% (9858/11202) Checking out files: 89% (9970/11202) Checking out files: 90% (10082/11202) Checking out files: 91% (10194/11202) Checking out files: 92% (10306/11202) Checking out files: 93% (10418/11202) Checking out files: 94% (10530/11202) Checking out files: 95% (10642/11202) Checking out files: 96% (10754/11202) Checking out files: 97% (10866/11202) Checking out files: 98% (10978/11202) Checking out files: 99% (11090/11202) Checking out files: 100% (11202/11202) [2021-03-30T18:06:55.060Z] #25 ... [2021-03-30T18:06:55.060Z] [2021-03-30T18:06:55.060Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:06:55.060Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:06:55.060Z] #44 90.49 DEP criu/crtools.d [2021-03-30T18:06:55.060Z] #44 90.99 DEP criu/cr-service.d [2021-03-30T18:06:55.060Z] #44 91.35 DEP criu/cr-restore.d [2021-03-30T18:06:55.060Z] #44 91.88 DEP criu/cr-errno.d [2021-03-30T18:06:55.060Z] #44 91.90 DEP criu/cr-dump.d [2021-03-30T18:06:55.060Z] #44 92.21 DEP criu/cr-dedup.d [2021-03-30T18:06:55.060Z] #44 92.62 DEP criu/cr-check.d [2021-03-30T18:06:55.060Z] #44 92.92 DEP criu/config.d [2021-03-30T18:06:55.060Z] #44 93.15 DEP criu/clone-noasan.d [2021-03-30T18:06:55.060Z] #44 93.23 DEP criu/cgroup.d [2021-03-30T18:06:55.060Z] #44 93.51 DEP criu/cgroup-props.d [2021-03-30T18:06:55.060Z] #44 93.65 DEP criu/bitmap.d [2021-03-30T18:06:55.060Z] #44 93.68 DEP criu/bfd.d [2021-03-30T18:06:55.060Z] #44 93.83 DEP criu/autofs.d [2021-03-30T18:06:55.060Z] #44 94.06 DEP criu/aio.d [2021-03-30T18:06:55.060Z] #44 94.36 DEP criu/action-scripts.d [2021-03-30T18:06:55.060Z] #44 94.83 CC criu/action-scripts.o [2021-03-30T18:06:55.060Z] #44 95.51 CC criu/aio.o [2021-03-30T18:06:55.060Z] #44 96.44 CC criu/autofs.o [2021-03-30T18:06:55.060Z] #44 98.46 CC criu/bfd.o [2021-03-30T18:06:55.060Z] #44 99.35 CC criu/bitmap.o [2021-03-30T18:06:55.060Z] #44 99.57 CC criu/cgroup-props.o [2021-03-30T18:06:55.060Z] #44 ... [2021-03-30T18:06:55.060Z] [2021-03-30T18:06:55.060Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:06:55.060Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-30T18:06:55.060Z] #21 44.82 Selecting previously unselected package bzip2. [2021-03-30T18:06:55.060Z] #21 44.84 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2021-03-30T18:06:55.060Z] #21 44.85 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-30T18:06:55.060Z] #21 44.97 Selecting previously unselected package xz-utils. [2021-03-30T18:06:55.060Z] #21 44.97 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2021-03-30T18:06:55.060Z] #21 44.98 Unpacking xz-utils (5.2.4-1) ... [2021-03-30T18:06:55.060Z] #21 45.20 Selecting previously unselected package apparmor. [2021-03-30T18:06:55.060Z] #21 45.21 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2021-03-30T18:06:55.060Z] #21 45.36 Unpacking apparmor (2.13.2-10) ... [2021-03-30T18:06:55.060Z] #21 45.87 Selecting previously unselected package aufs-tools. [2021-03-30T18:06:55.060Z] #21 45.90 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2021-03-30T18:06:55.060Z] #21 45.90 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-03-30T18:06:55.060Z] #21 46.07 Selecting previously unselected package libonig5:ppc64el. [2021-03-30T18:06:55.060Z] #21 46.10 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2021-03-30T18:06:55.060Z] #21 46.10 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-03-30T18:06:55.060Z] #21 46.32 Selecting previously unselected package libjq1:ppc64el. [2021-03-30T18:06:55.060Z] #21 46.32 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-03-30T18:06:55.060Z] #21 46.33 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-03-30T18:06:55.060Z] #21 46.54 Selecting previously unselected package jq. [2021-03-30T18:06:55.060Z] #21 46.56 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-03-30T18:06:55.060Z] #21 46.58 Unpacking jq (1.5+dfsg-2+b1) ... [2021-03-30T18:06:55.060Z] #21 46.69 Selecting previously unselected package libaio1:ppc64el. [2021-03-30T18:06:55.060Z] #21 46.70 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2021-03-30T18:06:55.060Z] #21 46.71 Unpacking libaio1:ppc64el (0.3.112-3) ... [2021-03-30T18:06:55.060Z] #21 46.76 Selecting previously unselected package libgpm2:ppc64el. [2021-03-30T18:06:55.060Z] #21 46.77 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2021-03-30T18:06:55.060Z] #21 46.78 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2021-03-30T18:06:55.060Z] #21 46.89 Selecting previously unselected package libicu63:ppc64el. [2021-03-30T18:06:55.060Z] #21 46.91 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-03-30T18:06:55.060Z] #21 46.91 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-03-30T18:06:57.925Z] #21 51.38 Selecting previously unselected package libnet1:ppc64el. [2021-03-30T18:06:58.226Z] #21 51.38 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-03-30T18:06:58.226Z] #21 51.39 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-03-30T18:06:58.226Z] #21 51.52 Selecting previously unselected package libnl-3-200:ppc64el. [2021-03-30T18:06:58.226Z] #21 51.53 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-03-30T18:06:58.226Z] #21 51.53 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-03-30T18:06:58.226Z] #21 51.63 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-03-30T18:06:58.528Z] #21 51.64 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-03-30T18:06:58.528Z] #21 51.65 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-03-30T18:06:58.528Z] #21 51.74 Selecting previously unselected package libreadline5:ppc64el. [2021-03-30T18:06:58.528Z] #21 51.74 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2021-03-30T18:06:58.528Z] #21 51.75 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-03-30T18:06:58.827Z] #21 51.92 Selecting previously unselected package net-tools. [2021-03-30T18:06:58.827Z] #21 51.93 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2021-03-30T18:06:58.827Z] #21 51.93 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-30T18:06:58.827Z] #21 52.30 Selecting previously unselected package python-pip-whl. [2021-03-30T18:06:59.126Z] #21 52.31 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-03-30T18:06:59.126Z] #21 52.33 Unpacking python-pip-whl (18.1-5) ... [2021-03-30T18:06:59.412Z] 5ff1512f88ec: Pull complete [2021-03-30T18:06:59.412Z] Digest: sha256:acae9dedd8ce6fbc624e8c4b52555a9d3201eb47aacd45b4a00e0d81083b4cab [2021-03-30T18:06:59.412Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:06:59.412Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:06:59.412Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-03-30T18:06:59.412Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-03-30T18:06:59.412Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1817' [2021-03-30T18:06:59.412Z] INFO: Docker version of control daemon [2021-03-30T18:06:59.412Z] [2021-03-30T18:06:59.412Z] Client: Docker Engine - Enterprise [2021-03-30T18:06:59.412Z] Version: 19.03.12 [2021-03-30T18:06:59.412Z] API version: 1.40 [2021-03-30T18:06:59.412Z] Go version: go1.13.13 [2021-03-30T18:06:59.412Z] Git commit: 4306744 [2021-03-30T18:06:59.412Z] Built: 08/05/2020 19:27:53 [2021-03-30T18:06:59.412Z] OS/Arch: windows/amd64 [2021-03-30T18:06:59.412Z] Experimental: false [2021-03-30T18:06:59.412Z] [2021-03-30T18:06:59.412Z] Server: Docker Engine - Enterprise [2021-03-30T18:06:59.412Z] Engine: [2021-03-30T18:06:59.412Z] Version: 19.03.12 [2021-03-30T18:06:59.412Z] API version: 1.40 (minimum version 1.24) [2021-03-30T18:06:59.412Z] Go version: go1.13.13 [2021-03-30T18:06:59.412Z] Git commit: f295753ffd [2021-03-30T18:06:59.412Z] Built: 08/05/2020 19:26:41 [2021-03-30T18:06:59.412Z] OS/Arch: windows/amd64 [2021-03-30T18:06:59.412Z] Experimental: true [2021-03-30T18:06:59.412Z] [2021-03-30T18:06:59.412Z] INFO: Docker info of control daemon [2021-03-30T18:06:59.412Z] [2021-03-30T18:06:59.412Z] Client: [2021-03-30T18:06:59.412Z] Debug Mode: false [2021-03-30T18:06:59.412Z] Plugins: [2021-03-30T18:06:59.412Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-03-30T18:06:59.412Z] [2021-03-30T18:06:59.412Z] Server: [2021-03-30T18:06:59.412Z] Containers: 0 [2021-03-30T18:06:59.412Z] Running: 0 [2021-03-30T18:06:59.412Z] Paused: 0 [2021-03-30T18:06:59.412Z] Stopped: 0 [2021-03-30T18:06:59.412Z] Images: 1 [2021-03-30T18:06:59.412Z] Server Version: 19.03.12 [2021-03-30T18:06:59.412Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-03-30T18:06:59.412Z] Windows: [2021-03-30T18:06:59.412Z] LCOW: [2021-03-30T18:06:59.412Z] Logging Driver: json-file [2021-03-30T18:06:59.412Z] Plugins: [2021-03-30T18:06:59.412Z] Volume: local [2021-03-30T18:06:59.412Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-03-30T18:06:59.412Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-03-30T18:06:59.412Z] Swarm: inactive [2021-03-30T18:06:59.412Z] Default Isolation: process [2021-03-30T18:06:59.412Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-03-30T18:06:59.412Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-03-30T18:06:59.412Z] OSType: windows [2021-03-30T18:06:59.412Z] Architecture: x86_64 [2021-03-30T18:06:59.412Z] CPUs: 4 [2021-03-30T18:06:59.412Z] Total Memory: 32GiB [2021-03-30T18:06:59.412Z] Name: azwin-2-b5ecb0 [2021-03-30T18:06:59.412Z] ID: WN5Z:FHZS:DLL2:44FT:5VQE:5IBG:D3OX:ZQY2:XHHE:F6GE:ORMY:IJ6Q [2021-03-30T18:06:59.412Z] Docker Root Dir: D:\docker [2021-03-30T18:06:59.412Z] Debug Mode: false [2021-03-30T18:06:59.412Z] Registry: https://index.docker.io/v1/ [2021-03-30T18:06:59.412Z] Labels: [2021-03-30T18:06:59.412Z] Experimental: true [2021-03-30T18:06:59.412Z] Insecure Registries: [2021-03-30T18:06:59.412Z] 10.0.0.4:5000 [2021-03-30T18:06:59.412Z] 127.0.0.0/8 [2021-03-30T18:06:59.412Z] Registry Mirrors: [2021-03-30T18:06:59.412Z] http://10.0.0.4:5000/ [2021-03-30T18:06:59.412Z] Live Restore Enabled: false [2021-03-30T18:06:59.412Z] [2021-03-30T18:06:59.412Z] [2021-03-30T18:06:59.412Z] INFO: Commit hash is 77f15a087c [2021-03-30T18:06:59.412Z] INFO: Nuke-Everything... [2021-03-30T18:06:59.412Z] INFO: Container count on control daemon to delete is 0 [2021-03-30T18:06:59.412Z] INFO: Nuking d:\CI [2021-03-30T18:06:59.412Z] INFO: Zapped successfully [2021-03-30T18:06:59.412Z] INFO: Location for testing is d:\CI\PR-42226\2 [2021-03-30T18:06:59.412Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-03-30T18:06:59.412Z] [2021-03-30T18:06:59.412Z] [2021-03-30T18:06:59.412Z] INFO: Building the image from Dockerfile.windows at 03/30/2021 18:06:50... [2021-03-30T18:06:59.412Z] [2021-03-30T18:06:59.412Z] Sending build context to Docker daemon 58.34MB [2021-03-30T18:06:59.412Z] [2021-03-30T18:06:59.412Z] Step 1/10 : FROM microsoft/windowsservercore [2021-03-30T18:06:59.412Z] ---> 3eaa9ebbf51f [2021-03-30T18:06:59.412Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-03-30T18:06:59.412Z] ---> Running in 5febeb9633c9 [2021-03-30T18:06:59.412Z] Removing intermediate container 5febeb9633c9 [2021-03-30T18:06:59.412Z] ---> 07c9ca913a29 [2021-03-30T18:06:59.412Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-03-30T18:06:59.412Z] ---> Running in 638d69078f21 [2021-03-30T18:06:59.412Z] Removing intermediate container 638d69078f21 [2021-03-30T18:06:59.412Z] ---> b6314cfe91ea [2021-03-30T18:06:59.412Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-03-30T18:06:59.412Z] ---> Running in dba36aa3bbc9 [2021-03-30T18:06:59.412Z] Removing intermediate container dba36aa3bbc9 [2021-03-30T18:06:59.412Z] ---> 26a6eb0cb8c3 [2021-03-30T18:06:59.412Z] 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} [2021-03-30T18:06:59.412Z] ---> Running in 6901cbf597f6 [2021-03-30T18:06:59.412Z] Removing intermediate container 6901cbf597f6 [2021-03-30T18:06:59.412Z] ---> 8e6742ab5ec0 [2021-03-30T18:06:59.412Z] 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; [2021-03-30T18:06:59.412Z] ---> Running in 0faa86190fda [2021-03-30T18:06:59.775Z] #21 52.95 Selecting previously unselected package python3-lib2to3. [2021-03-30T18:06:59.775Z] #21 52.96 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-03-30T18:06:59.775Z] #21 52.97 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-03-30T18:06:59.775Z] #21 53.10 Selecting previously unselected package python3-distutils. [2021-03-30T18:06:59.775Z] #21 53.11 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-03-30T18:06:59.775Z] #21 53.11 Unpacking python3-distutils (3.7.3-1) ... [2021-03-30T18:07:00.075Z] #21 53.29 Selecting previously unselected package python3-pip. [2021-03-30T18:07:00.075Z] #21 53.31 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-03-30T18:07:00.075Z] #21 53.31 Unpacking python3-pip (18.1-5) ... [2021-03-30T18:07:00.405Z] #21 53.59 Selecting previously unselected package python3-pkg-resources. [2021-03-30T18:07:00.405Z] #21 53.60 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-03-30T18:07:00.405Z] #21 53.61 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-03-30T18:07:00.405Z] #21 53.76 Selecting previously unselected package python3-setuptools. [2021-03-30T18:07:00.405Z] #21 53.77 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-03-30T18:07:00.405Z] #21 53.78 Unpacking python3-setuptools (40.8.0-1) ... [2021-03-30T18:07:00.704Z] #21 54.10 Selecting previously unselected package python3-wheel. [2021-03-30T18:07:01.006Z] #21 54.11 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-03-30T18:07:01.006Z] #21 54.12 Unpacking python3-wheel (0.32.3-2) ... [2021-03-30T18:07:01.006Z] #21 54.23 Selecting previously unselected package sudo. [2021-03-30T18:07:01.006Z] #21 54.25 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_ppc64el.deb ... [2021-03-30T18:07:01.006Z] #21 54.26 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-03-30T18:07:01.306Z] #21 54.66 Selecting previously unselected package thin-provisioning-tools. [2021-03-30T18:07:01.306Z] #21 54.67 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2021-03-30T18:07:01.306Z] #21 54.68 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-03-30T18:07:01.608Z] #21 54.88 Selecting previously unselected package uidmap. [2021-03-30T18:07:01.608Z] #21 54.89 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2021-03-30T18:07:01.608Z] #21 54.90 Unpacking uidmap (1:4.5-1.1) ... [2021-03-30T18:07:01.608Z] #21 54.99 Selecting previously unselected package vim-runtime. [2021-03-30T18:07:01.608Z] #21 55.01 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-03-30T18:07:01.608Z] #21 55.05 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-03-30T18:07:01.650Z] [2021-03-30T18:07:01.650Z] SUCCESS: Specified value was saved. [2021-03-30T18:07:01.909Z] #21 55.11 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-03-30T18:07:01.909Z] #21 55.13 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-03-30T18:07:02.647Z] INFO: Downloading git... [2021-03-30T18:07:03.645Z] INFO: Downloading go... [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-30T18:07:05.246Z] ok github.com/docker/docker/api/server/httputils 0.015s coverage: 14.7% of statements [2021-03-30T18:07:05.246Z] ok github.com/docker/docker/api/server/middleware 0.016s coverage: 37.7% of statements [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-30T18:07:05.246Z] ok github.com/docker/docker/api/server/router/swarm 0.012s coverage: 5.7% of statements [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/types [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-30T18:07:05.246Z] ok github.com/docker/docker/api/types/strslice 0.013s coverage: 90.0% of statements [2021-03-30T18:07:05.246Z] ok github.com/docker/docker/api/types/filters 0.017s coverage: 92.2% of statements [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-30T18:07:05.246Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-30T18:07:05.496Z] #21 ... [2021-03-30T18:07:05.496Z] [2021-03-30T18:07:05.496Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-30T18:07:05.496Z] #25 sha256:46df68e52d62a5f2f91d3f7d96414aca05d12fc82302c622b88fe10e92052296 [2021-03-30T18:07:05.496Z] #25 167.2 Checking out files: 22% (2510/11202) Checking out files: 23% (2577/11202) Checking out files: 24% (2689/11202) Checking out files: 25% (2801/11202) Checking out files: 26% (2913/11202) Checking out files: 27% (3025/11202) Checking out files: 28% (3137/11202) Checking out files: 29% (3249/11202) Checking out files: 30% (3361/11202) Checking out files: 31% (3473/11202) Checking out files: 32% (3585/11202) Checking out files: 33% (3697/11202) Checking out files: 34% (3809/11202) Checking out files: 35% (3921/11202) Checking out files: 36% (4033/11202) Checking out files: 37% (4145/11202) Checking out files: 38% (4257/11202) Checking out files: 39% (4369/11202) Checking out files: 40% (4481/11202) Checking out files: 41% (4593/11202) Checking out files: 42% (4705/11202) Checking out files: 42% (4766/11202) Checking out files: 43% (4817/11202) Checking out files: 44% (4929/11202) Checking out files: 45% (5041/11202) Checking out files: 46% (5153/11202) Checking out files: 47% (5265/11202) Checking out files: 48% (5377/11202) Checking out files: 49% (5489/11202) Checking out files: 50% (5601/11202) Checking out files: 51% (5714/11202) Checking out files: 52% (5826/11202) Checking out files: 53% (5938/11202) Checking out files: 54% (6050/11202) Checking out files: 55% (6162/11202) Checking out files: 56% (6274/11202) Checking out files: 57% (6386/11202) Checking out files: 58% (6498/11202) Checking out files: 59% (6610/11202) Checking out files: 60% (6722/11202) Checking out files: 60% (6778/11202) Checking out files: 61% (6834/11202) Checking out files: 62% (6946/11202) Checking out files: 63% (7058/11202) Checking out files: 64% (7170/11202) Checking out files: 65% (7282/11202) Checking out files: 66% (7394/11202) Checking out files: 67% (7506/11202) Checking out files: 68% (7618/11202) Checking out files: 69% (7730/11202) Checking out files: 70% (7842/11202) Checking out files: 71% (7954/11202) Checking out files: 72% (8066/11202) Checking out files: 73% (8178/11202) Checking out files: 74% (8290/11202) Checking out files: 75% (8402/11202) Checking out files: 76% (8514/11202) Checking out files: 77% (8626/11202) Checking out files: 78% (8738/11202) Checking out files: 79% (8850/11202) Checking out files: 80% (8962/11202) Checking out files: 81% (9074/11202) Checking out files: 82% (9186/11202) Checking out files: 83% (9298/11202) Checking out files: 84% (9410/11202) Checking out files: 85% (9522/11202) Checking out files: 85% (9543/11202) Checking out files: 86% (9634/11202) Checking out files: 87% (9746/11202) Checking out files: 88% (9858/11202) Checking out files: 89% (9970/11202) Checking out files: 90% (10082/11202) Checking out files: 91% (10194/11202) Checking out files: 92% (10306/11202) Checking out files: 93% (10418/11202) Checking out files: 94% (10530/11202) Checking out files: 95% (10642/11202) Checking out files: 96% (10754/11202) Checking out files: 97% (10866/11202) Checking out files: 98% (10978/11202) Checking out files: 99% (11090/11202) Checking out files: 100% (11202/11202) Checking out files: 100% (11202/11202), done. [2021-03-30T18:07:05.496Z] #25 171.4 + cd /tmp/tmp.Mq0WTF4IgL/tmp/docker-ce [2021-03-30T18:07:05.496Z] #25 171.4 + git checkout -q v17.06.2-ce [2021-03-30T18:07:05.496Z] #25 175.5 + mkdir -p /tmp/tmp.Mq0WTF4IgL/src/github.com/docker [2021-03-30T18:07:05.496Z] #25 175.5 + mv components/cli /tmp/tmp.Mq0WTF4IgL/src/github.com/docker/cli [2021-03-30T18:07:05.496Z] #25 175.6 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-03-30T18:07:05.496Z] #25 ... [2021-03-30T18:07:05.496Z] [2021-03-30T18:07:05.497Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:07:05.497Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-30T18:07:05.497Z] #21 58.88 Selecting previously unselected package vim. [2021-03-30T18:07:05.497Z] #21 58.89 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2021-03-30T18:07:05.497Z] #21 58.91 Unpacking vim (2:8.1.0875-5) ... [2021-03-30T18:07:05.536Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2021-03-30T18:07:05.536Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2021-03-30T18:07:05.536Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-30T18:07:05.536Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-30T18:07:05.536Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-30T18:07:05.536Z] ? github.com/docker/docker/builder [no test files] [2021-03-30T18:07:05.536Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-30T18:07:05.536Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-30T18:07:05.536Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-30T18:07:05.536Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-30T18:07:05.536Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-30T18:07:05.536Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-30T18:07:05.536Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-30T18:07:05.796Z] #21 ... [2021-03-30T18:07:05.796Z] [2021-03-30T18:07:05.796Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:07:05.796Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:07:05.796Z] #44 101.2 CC criu/cgroup.o [2021-03-30T18:07:05.796Z] #44 106.5 CC criu/clone-noasan.o [2021-03-30T18:07:05.796Z] #44 106.8 CC criu/config.o [2021-03-30T18:07:05.796Z] #44 109.5 CC criu/cr-check.o [2021-03-30T18:07:06.098Z] #44 ... [2021-03-30T18:07:06.098Z] [2021-03-30T18:07:06.098Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:07:06.098Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-30T18:07:06.398Z] #21 59.60 Selecting previously unselected package xfsprogs. [2021-03-30T18:07:06.398Z] #21 59.63 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2021-03-30T18:07:06.398Z] #21 59.64 Unpacking xfsprogs (4.20.0-1) ... [2021-03-30T18:07:06.621Z] INFO: Downloading compiler 1 of 3... [2021-03-30T18:07:07.050Z] #21 60.25 Selecting previously unselected package zip. [2021-03-30T18:07:07.050Z] #21 60.26 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2021-03-30T18:07:07.050Z] #21 60.26 Unpacking zip (3.0-11+b1) ... [2021-03-30T18:07:07.050Z] #21 60.49 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-03-30T18:07:07.355Z] #21 60.49 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-03-30T18:07:07.355Z] #21 60.50 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2021-03-30T18:07:07.355Z] #21 60.51 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-03-30T18:07:07.355Z] #21 60.52 Setting up libgpm2:ppc64el (1.20.7-5) ... [2021-03-30T18:07:07.355Z] #21 60.53 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2021-03-30T18:07:07.355Z] #21 60.54 Setting up uidmap (1:4.5-1.1) ... [2021-03-30T18:07:07.355Z] #21 60.55 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2021-03-30T18:07:07.355Z] #21 60.56 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-03-30T18:07:07.355Z] #21 60.58 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-03-30T18:07:07.355Z] #21 60.59 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-03-30T18:07:07.355Z] #21 60.60 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-03-30T18:07:07.355Z] #21 60.60 Setting up xxd (2:8.1.0875-5) ... [2021-03-30T18:07:07.355Z] #21 60.61 Setting up zip (3.0-11+b1) ... [2021-03-30T18:07:07.355Z] #21 60.61 Setting up vim-common (2:8.1.0875-5) ... [2021-03-30T18:07:07.355Z] #21 60.66 Setting up bash-completion (1:2.8-6) ... [2021-03-30T18:07:07.622Z] INFO: Downloading compiler 2 of 3... [2021-03-30T18:07:07.951Z] --- PASS: TestBuildWithHugeFile (53.79s) [2021-03-30T18:07:07.951Z] === RUN TestBuildWCOWSandboxSize [2021-03-30T18:07:07.951Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-03-30T18:07:07.951Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-30T18:07:07.951Z] === RUN TestBuildWithEmptyDockerfile [2021-03-30T18:07:07.951Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:07:07.951Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:07:07.951Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:07:07.951Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:07:07.951Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:07:07.951Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:07:07.951Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:07:07.951Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:07:07.951Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:07:07.951Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-03-30T18:07:07.951Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2021-03-30T18:07:07.951Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2021-03-30T18:07:07.951Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-03-30T18:07:07.951Z] === RUN TestBuildPreserveOwnership [2021-03-30T18:07:07.951Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-30T18:07:08.620Z] INFO: Downloading compiler 3 of 3... [2021-03-30T18:07:09.055Z] ok github.com/docker/docker/builder/remotecontext 0.446s coverage: 13.7% of statements [2021-03-30T18:07:09.092Z] INFO: Extracting git... [2021-03-30T18:07:09.319Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-30T18:07:10.142Z] ok github.com/docker/docker/builder/dockerfile 0.901s coverage: 48.5% of statements [2021-03-30T18:07:10.142Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-30T18:07:10.684Z] --- PASS: TestBuildPreserveOwnership (4.87s) [2021-03-30T18:07:10.684Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.36s) [2021-03-30T18:07:10.684Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.48s) [2021-03-30T18:07:10.684Z] === RUN TestBuildPlatformInvalid [2021-03-30T18:07:10.684Z] --- PASS: TestBuildPlatformInvalid (0.10s) [2021-03-30T18:07:10.684Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-30T18:07:10.776Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-03-30T18:07:10.776Z] ok github.com/docker/docker/builder/remotecontext/git 1.109s coverage: 86.3% of statements [2021-03-30T18:07:10.776Z] ? github.com/docker/docker/cli [no test files] [2021-03-30T18:07:10.776Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-30T18:07:11.907Z] #21 64.86 Setting up libiptc0:ppc64el (1.8.2-4) ... [2021-03-30T18:07:11.907Z] #21 64.86 Setting up xz-utils (5.2.4-1) ... [2021-03-30T18:07:11.907Z] #21 64.90 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-03-30T18:07:11.907Z] #21 64.91 Setting up sudo (1.8.27-1+deb10u3) ... [2021-03-30T18:07:11.907Z] #21 65.00 invoke-rc.d: could not determine current runlevel [2021-03-30T18:07:11.907Z] #21 65.01 invoke-rc.d: policy-rc.d denied execution of start. [2021-03-30T18:07:11.907Z] #21 65.01 Setting up pigz (2.4-1) ... [2021-03-30T18:07:11.907Z] #21 65.02 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-03-30T18:07:11.907Z] #21 65.02 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-03-30T18:07:11.907Z] #21 65.03 Setting up python-pip-whl (18.1-5) ... [2021-03-30T18:07:11.907Z] #21 65.04 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2021-03-30T18:07:11.907Z] #21 65.05 Setting up vim-runtime (2:8.1.0875-5) ... [2021-03-30T18:07:12.515Z] #21 65.70 Setting up libaio1:ppc64el (0.3.112-3) ... [2021-03-30T18:07:12.515Z] #21 65.72 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-03-30T18:07:12.515Z] #21 65.73 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u3) ... [2021-03-30T18:07:12.515Z] #21 65.74 Setting up vim (2:8.1.0875-5) ... [2021-03-30T18:07:12.515Z] #21 65.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-03-30T18:07:12.515Z] #21 65.78 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-03-30T18:07:12.515Z] #21 65.80 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-03-30T18:07:12.515Z] #21 65.81 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-03-30T18:07:12.515Z] #21 65.83 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-03-30T18:07:12.515Z] #21 65.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-03-30T18:07:12.515Z] #21 65.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-03-30T18:07:12.515Z] #21 65.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-03-30T18:07:12.515Z] #21 65.90 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-03-30T18:07:12.515Z] #21 65.90 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-03-30T18:07:12.515Z] #21 65.91 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-03-30T18:07:12.814Z] #21 65.92 Setting up jq (1.5+dfsg-2+b1) ... [2021-03-30T18:07:12.814Z] #21 65.92 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-03-30T18:07:12.814Z] #21 65.93 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-03-30T18:07:14.229Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2021-03-30T18:07:16.347Z] ok github.com/docker/docker/client 0.298s coverage: 75.5% of statements [2021-03-30T18:07:16.388Z] #21 ... [2021-03-30T18:07:16.388Z] [2021-03-30T18:07:16.388Z] #46 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-03-30T18:07:16.388Z] #46 sha256:7187537ba83b6a68c7176f75c71f374a7da82a2ddfc66794e8a0b44614feaf4d [2021-03-30T18:07:16.388Z] #46 182.5 github.com/LK4D4/vndr/godl [2021-03-30T18:07:16.388Z] #46 183.3 github.com/LK4D4/vndr [2021-03-30T18:07:16.388Z] #46 DONE 192.5s [2021-03-30T18:07:16.388Z] [2021-03-30T18:07:16.388Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:07:16.388Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:07:16.388Z] #44 112.0 CC criu/cr-dedup.o [2021-03-30T18:07:16.388Z] #44 112.7 CC criu/cr-dump.o [2021-03-30T18:07:16.388Z] #44 116.1 CC criu/cr-errno.o [2021-03-30T18:07:16.388Z] #44 116.3 CC criu/cr-restore.o [2021-03-30T18:07:17.039Z] #44 ... [2021-03-30T18:07:17.039Z] [2021-03-30T18:07:17.039Z] #21 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor aufs-tools bash-completion bzip2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip [2021-03-30T18:07:17.039Z] #21 sha256:4c9d04e548c65087cec82d0a856eaa1f69a58bf085807ae56661f71481307afe [2021-03-30T18:07:17.039Z] #21 70.39 Setting up iptables (1.8.2-4) ... [2021-03-30T18:07:17.039Z] #21 70.42 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-30T18:07:17.040Z] #21 70.44 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-30T18:07:17.040Z] #21 70.45 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-03-30T18:07:17.040Z] #21 70.47 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-03-30T18:07:17.040Z] #21 70.48 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-03-30T18:07:17.040Z] #21 70.49 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-03-30T18:07:17.341Z] #21 70.52 Setting up python3 (3.7.3-1) ... [2021-03-30T18:07:17.994Z] #21 71.16 Setting up python3-wheel (0.32.3-2) ... [2021-03-30T18:07:19.056Z] #21 72.19 Setting up apparmor (2.13.2-10) ... [2021-03-30T18:07:20.580Z] #56 231.0 + bin/containerd-stress [2021-03-30T18:07:20.580Z] #56 232.8 + bin/containerd-shim [2021-03-30T18:07:21.171Z] #21 74.64 Setting up xfsprogs (4.20.0-1) ... [2021-03-30T18:07:21.472Z] #21 74.66 Setting up python3-lib2to3 (3.7.3-1) ... [2021-03-30T18:07:21.652Z] INFO: Expanding go... [2021-03-30T18:07:21.771Z] #21 75.09 Setting up python3-pkg-resources (40.8.0-1) ... [2021-03-30T18:07:23.317Z] #21 76.27 Setting up python3-distutils (3.7.3-1) ... [2021-03-30T18:07:23.635Z] #21 76.89 Setting up python3-setuptools (40.8.0-1) ... [2021-03-30T18:07:25.521Z] Loaded image: buildpack-deps:buster [2021-03-30T18:07:25.521Z] Loaded image: busybox:latest [2021-03-30T18:07:25.521Z] Loaded image: busybox:glibc [2021-03-30T18:07:25.751Z] #21 78.68 Setting up python3-pip (18.1-5) ... [2021-03-30T18:07:26.812Z] #21 79.92 Processing triggers for libc-bin (2.28-10) ... [2021-03-30T18:07:26.812Z] #21 79.96 Processing triggers for mime-support (3.62) ... [2021-03-30T18:07:26.887Z] Loaded image: debian:bullseye [2021-03-30T18:07:26.887Z] Loaded image: hello-world:latest [2021-03-30T18:07:26.887Z] Loaded image: arm32v7/hello-world:latest [2021-03-30T18:07:27.057Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-30T18:07:27.057Z] [2021-03-30T18:07:27.057Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-30T18:07:27.057Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-30T18:07:27.057Z] HOSTNAME=f964dd0e1f54 [2021-03-30T18:07:27.057Z] TESTDEBUG=0 [2021-03-30T18:07:27.057Z] DEST=bundles/test-integration [2021-03-30T18:07:27.057Z] PWD=/go/src/github.com/docker/docker [2021-03-30T18:07:27.057Z] DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 [2021-03-30T18:07:27.057Z] container=docker [2021-03-30T18:07:27.057Z] HOME=/root [2021-03-30T18:07:27.057Z] GOLANG_VERSION=1.13.15 [2021-03-30T18:07:27.057Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-30T18:07:27.057Z] VALIDATE_BRANCH=master [2021-03-30T18:07:27.057Z] TERM=xterm [2021-03-30T18:07:27.057Z] DOCKER_PKG=github.com/docker/docker [2021-03-30T18:07:27.057Z] SHLVL=1 [2021-03-30T18:07:27.057Z] TIMEOUT=120m [2021-03-30T18:07:27.057Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-30T18:07:27.057Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-30T18:07:27.057Z] GO111MODULE=off [2021-03-30T18:07:27.057Z] DOCKER_EXPERIMENTAL=1 [2021-03-30T18:07:27.057Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-30T18:07:27.057Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-30T18:07:27.057Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-30T18:07:27.057Z] GOPATH=/go [2021-03-30T18:07:27.057Z] PKG_CONFIG=pkg-config [2021-03-30T18:07:27.057Z] _=/usr/bin/env [2021-03-30T18:07:27.057Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-30T18:07:27.116Z] #21 DONE 80.3s [2021-03-30T18:07:27.116Z] [2021-03-30T18:07:27.116Z] #22 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/sbin/iptables-legacy || true && update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy || true && update-alternatives --set arptables /usr/sbin/arptables-legacy || true [2021-03-30T18:07:27.116Z] #22 sha256:5689fb46801d2daffeb03b9b995eb67721a565058e0f135137a1ecc184679fea [2021-03-30T18:07:27.119Z] #56 239.5 + bin/containerd-shim-runc-v1 [2021-03-30T18:07:27.416Z] #22 0.342 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-03-30T18:07:27.416Z] #22 0.348 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-03-30T18:07:27.416Z] #22 0.354 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-03-30T18:07:27.416Z] #22 DONE 0.4s [2021-03-30T18:07:27.416Z] [2021-03-30T18:07:27.416Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-30T18:07:27.416Z] #23 sha256:ccc049fd77d3560d12ccbdbf0b90a4315ba01e967ea81d29513990ddff3b95ca [2021-03-30T18:07:28.479Z] #23 ... [2021-03-30T18:07:28.479Z] [2021-03-30T18:07:28.479Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:07:28.479Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:07:28.479Z] #44 123.7 CC criu/cr-service.o [2021-03-30T18:07:28.479Z] #44 126.4 CC criu/crtools.o [2021-03-30T18:07:28.479Z] #44 127.2 CC criu/eventfd.o [2021-03-30T18:07:28.479Z] #44 127.6 CC criu/eventpoll.o [2021-03-30T18:07:28.479Z] #44 128.8 CC criu/external.o [2021-03-30T18:07:28.479Z] #44 129.4 CC criu/fault-injection.o [2021-03-30T18:07:28.479Z] #44 129.6 CC criu/fdstore.o [2021-03-30T18:07:28.479Z] #44 130.1 CC criu/fifo.o [2021-03-30T18:07:28.479Z] #44 130.6 CC criu/file-ids.o [2021-03-30T18:07:28.479Z] #44 131.0 CC criu/file-lock.o [2021-03-30T18:07:28.479Z] #44 132.2 CC criu/files-ext.o [2021-03-30T18:07:28.479Z] #44 132.8 CC criu/files-reg.o [2021-03-30T18:07:28.779Z] #44 ... [2021-03-30T18:07:28.779Z] [2021-03-30T18:07:28.779Z] #33 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-03-30T18:07:28.779Z] #33 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-03-30T18:07:28.779Z] #33 DONE 204.6s [2021-03-30T18:07:28.779Z] [2021-03-30T18:07:28.779Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:07:28.779Z] #57 sha256:c1e4b59a524c9945628d0179a5a93b42c4f3a19ff3008aef4a1f8855c4f41cbc [2021-03-30T18:07:30.333Z] #57 ... [2021-03-30T18:07:30.333Z] [2021-03-30T18:07:30.333Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:07:30.333Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:07:30.333Z] #44 135.8 CC criu/files.o [2021-03-30T18:07:31.291Z] #56 244.0 + bin/containerd-shim-runc-v2 [2021-03-30T18:07:32.500Z] #44 138.0 CC criu/filesystems.o [2021-03-30T18:07:32.656Z] #56 245.2 + binaries [2021-03-30T18:07:32.656Z] #56 245.2 + install -D bin/containerd /build/containerd [2021-03-30T18:07:32.656Z] #56 245.2 + install -D bin/containerd-shim /build/containerd-shim [2021-03-30T18:07:32.656Z] #56 245.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-30T18:07:32.656Z] #56 245.2 + install -D bin/ctr /build/ctr [2021-03-30T18:07:33.558Z] #44 139.0 CC criu/fsnotify.o [2021-03-30T18:07:34.543Z] #56 DONE 247.1s [2021-03-30T18:07:34.968Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (24.17s) [2021-03-30T18:07:34.968Z] PASS [2021-03-30T18:07:34.968Z] [2021-03-30T18:07:34.968Z] === Skipped [2021-03-30T18:07:34.968Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-03-30T18:07:34.968Z] build_session_test.go:25: TODO: BuildKit [2021-03-30T18:07:34.968Z] [2021-03-30T18:07:34.968Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-03-30T18:07:34.968Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-30T18:07:34.968Z] [2021-03-30T18:07:34.968Z] [2021-03-30T18:07:34.968Z] DONE 34 tests, 2 skipped in 126.181s [2021-03-30T18:07:34.968Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-03-30T18:07:34.968Z] INFO: Testing against a local daemon [2021-03-30T18:07:34.968Z] === RUN TestConfigInspect [2021-03-30T18:07:35.105Z] [2021-03-30T18:07:35.105Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-30T18:07:35.105Z] #57 sha256:48a018ead927e45121d3763cf21cba41f0b69a5f0fd850a504615c9d8aa9c569 [2021-03-30T18:07:35.118Z] #44 140.3 CC criu/image-desc.o [2021-03-30T18:07:35.118Z] #44 140.5 CC criu/image.o [2021-03-30T18:07:36.179Z] #44 141.5 CC criu/ipc_ns.o [2021-03-30T18:07:36.467Z] #57 DONE 1.1s [2021-03-30T18:07:36.467Z] [2021-03-30T18:07:36.468Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-30T18:07:36.468Z] #61 sha256:fd3f554eb25f085368eb6e44148605ff08cdf32657a643e5d21cb6c34bdb996e [2021-03-30T18:07:36.468Z] #61 DONE 0.2s [2021-03-30T18:07:36.468Z] [2021-03-30T18:07:36.468Z] #66 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-03-30T18:07:36.468Z] #66 sha256:b5c8ead1edc97eec1513a78fe39e11d851fc321b2e257e9b3372eb98e4301a72 [2021-03-30T18:07:37.394Z] #66 DONE 1.0s [2021-03-30T18:07:37.481Z] --- PASS: TestConfigInspect (2.46s) [2021-03-30T18:07:37.481Z] === RUN TestConfigList [2021-03-30T18:07:37.650Z] [2021-03-30T18:07:37.650Z] #68 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-30T18:07:37.650Z] #68 sha256:42a863f1e2239d91ff839ff89743a68cfd1d0d69222640fd7bdde6654ae3852b [2021-03-30T18:07:37.650Z] #68 DONE 0.0s [2021-03-30T18:07:37.650Z] [2021-03-30T18:07:37.650Z] #69 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-30T18:07:37.650Z] #69 sha256:34e7a2f51a186fd63985a2f359581b15d4cb2c6e1dd8d5d7adb81b78c219ed10 [2021-03-30T18:07:37.650Z] #69 DONE 0.0s [2021-03-30T18:07:37.650Z] [2021-03-30T18:07:37.650Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-30T18:07:37.650Z] #70 sha256:002259afb4cd62babbd0621888625504bbbf58148b6f2dcdc39bd94b38b899d8 [2021-03-30T18:07:37.727Z] #44 143.0 CC criu/irmap.o [2021-03-30T18:07:38.381Z] #44 143.8 CC criu/kcmp-ids.o [2021-03-30T18:07:38.527Z] --- PASS: TestBuildWithHugeFile (52.48s) [2021-03-30T18:07:38.527Z] === RUN TestBuildWCOWSandboxSize [2021-03-30T18:07:38.527Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-03-30T18:07:38.527Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-30T18:07:38.527Z] === RUN TestBuildWithEmptyDockerfile [2021-03-30T18:07:38.527Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:07:38.527Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:07:38.527Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:07:38.527Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:07:38.527Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:07:38.527Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:07:38.527Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:07:38.527Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:07:38.527Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:07:38.527Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-03-30T18:07:38.527Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2021-03-30T18:07:38.527Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2021-03-30T18:07:38.527Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-03-30T18:07:38.527Z] === RUN TestBuildPreserveOwnership [2021-03-30T18:07:38.527Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-30T18:07:38.579Z] #70 DONE 0.9s [2021-03-30T18:07:38.579Z] [2021-03-30T18:07:38.579Z] #71 exporting to image [2021-03-30T18:07:38.579Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-03-30T18:07:38.579Z] #71 exporting layers [2021-03-30T18:07:39.033Z] #44 144.2 CC criu/kerndat.o [2021-03-30T18:07:39.685Z] #44 ... [2021-03-30T18:07:39.685Z] [2021-03-30T18:07:39.685Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-30T18:07:39.685Z] #23 sha256:ccc049fd77d3560d12ccbdbf0b90a4315ba01e967ea81d29513990ddff3b95ca [2021-03-30T18:07:39.685Z] #23 5.941 Collecting yamllint==1.16.0 [2021-03-30T18:07:39.685Z] #23 6.365 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-03-30T18:07:39.685Z] #23 6.466 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-03-30T18:07:39.685Z] #23 6.525 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-03-30T18:07:39.685Z] #23 6.597 Collecting pyyaml (from yamllint==1.16.0) [2021-03-30T18:07:39.685Z] #23 6.931 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-03-30T18:07:39.685Z] #23 7.871 Installing build dependencies: started [2021-03-30T18:07:39.993Z] --- PASS: TestConfigList (2.46s) [2021-03-30T18:07:39.993Z] === RUN TestConfigsCreateAndDelete [2021-03-30T18:07:40.358Z] #23 ... [2021-03-30T18:07:40.358Z] [2021-03-30T18:07:40.358Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:07:40.358Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:07:40.358Z] #44 145.6 CC criu/libnetlink.o [2021-03-30T18:07:40.657Z] #44 146.1 CC criu/log.o [2021-03-30T18:07:41.070Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-30T18:07:41.309Z] #44 146.8 CC criu/lsm.o [2021-03-30T18:07:41.958Z] #44 147.4 CC criu/mem.o [2021-03-30T18:07:42.524Z] --- PASS: TestConfigsCreateAndDelete (2.42s) [2021-03-30T18:07:42.524Z] === RUN TestConfigsUpdate [2021-03-30T18:07:42.955Z] INFO: Expanding compiler 1 of 3... [2021-03-30T18:07:42.955Z] INFO: Expanding compiler 2 of 3... [2021-03-30T18:07:44.755Z] #44 149.8 CC criu/memfd.o [2021-03-30T18:07:45.043Z] --- PASS: TestConfigsUpdate (2.43s) [2021-03-30T18:07:45.043Z] === RUN TestTemplatedConfig [2021-03-30T18:07:45.117Z] #71 exporting layers 6.7s done [2021-03-30T18:07:45.117Z] #71 writing image sha256:79503a0ab9e15051e84fddf6ce956e09379d291bea5e92260be67a0e671f0d3c done [2021-03-30T18:07:45.117Z] #71 naming to docker.io/library/docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 done [2021-03-30T18:07:45.117Z] #71 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-03-30T18:07:45.190Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-30T18:07:45.273Z] --- PASS: TestBuildPreserveOwnership (10.27s) [2021-03-30T18:07:45.273Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.26s) [2021-03-30T18:07:45.273Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-03-30T18:07:45.273Z] === RUN TestBuildPlatformInvalid [2021-03-30T18:07:45.273Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2021-03-30T18:07:45.273Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-30T18:07:45.273Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-03-30T18:07:45.273Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-03-30T18:07:45.273Z] PASS [2021-03-30T18:07:45.273Z] [2021-03-30T18:07:45.273Z] === Skipped [2021-03-30T18:07:45.273Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-03-30T18:07:45.273Z] build_session_test.go:25: TODO: BuildKit [2021-03-30T18:07:45.273Z] [2021-03-30T18:07:45.273Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-03-30T18:07:45.273Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-30T18:07:45.273Z] [2021-03-30T18:07:45.273Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-03-30T18:07:45.273Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-03-30T18:07:45.273Z] [2021-03-30T18:07:45.273Z] [2021-03-30T18:07:45.273Z] DONE 34 tests, 3 skipped in 134.850s [2021-03-30T18:07:45.273Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-03-30T18:07:45.273Z] INFO: Testing against a local daemon [2021-03-30T18:07:45.273Z] === RUN TestConfigInspect [2021-03-30T18:07:45.273Z] --- SKIP: TestConfigInspect (0.02s) [2021-03-30T18:07:45.273Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:07:45.273Z] === RUN TestConfigList [2021-03-30T18:07:45.409Z] #44 150.6 CC criu/mount.o [2021-03-30T18:07:45.454Z] + trap exit INT TERM [2021-03-30T18:07:45.454Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-03-30T18:07:45.454Z] + CONTAINER_NAME=docker-pr2 [2021-03-30T18:07:45.454Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42226/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42226/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -e DOCKER_GRAPHDRIVER docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/make.sh dynbinary-daemon [2021-03-30T18:07:45.534Z] --- SKIP: TestConfigList (0.02s) [2021-03-30T18:07:45.534Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:07:45.534Z] === RUN TestConfigsCreateAndDelete [2021-03-30T18:07:45.534Z] --- SKIP: TestConfigsCreateAndDelete (0.02s) [2021-03-30T18:07:45.534Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:07:45.534Z] === RUN TestConfigsUpdate [2021-03-30T18:07:45.534Z] --- SKIP: TestConfigsUpdate (0.02s) [2021-03-30T18:07:45.534Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:07:45.534Z] === RUN TestTemplatedConfig [2021-03-30T18:07:45.534Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-03-30T18:07:45.534Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:07:45.534Z] === RUN TestConfigCreateResolve [2021-03-30T18:07:45.534Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-03-30T18:07:45.534Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:07:45.534Z] === RUN TestConfigDaemonLibtrustID [2021-03-30T18:07:45.931Z] INFO: Expanding compiler 3 of 3... [2021-03-30T18:07:46.403Z] INFO: Removing downloaded files... [2021-03-30T18:07:46.403Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-03-30T18:07:46.403Z] INFO: Configuring git core.autocrlf... [2021-03-30T18:07:46.586Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-30T18:07:46.818Z] [2021-03-30T18:07:47.074Z] Removing bundles/ [2021-03-30T18:07:47.074Z] [2021-03-30T18:07:47.074Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-03-30T18:07:47.074Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-30T18:07:47.075Z] GOOS="" GOARCH="" GOARM="" [2021-03-30T18:07:47.446Z] --- PASS: TestConfigDaemonLibtrustID (1.84s) [2021-03-30T18:07:47.446Z] PASS [2021-03-30T18:07:47.446Z] [2021-03-30T18:07:47.446Z] === Skipped [2021-03-30T18:07:47.446Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-03-30T18:07:47.446Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:07:47.446Z] [2021-03-30T18:07:47.446Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2021-03-30T18:07:47.446Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:07:47.446Z] [2021-03-30T18:07:47.446Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s) [2021-03-30T18:07:47.446Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:07:47.446Z] [2021-03-30T18:07:47.446Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2021-03-30T18:07:47.446Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:07:47.446Z] [2021-03-30T18:07:47.446Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-03-30T18:07:47.446Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:07:47.446Z] [2021-03-30T18:07:47.446Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-03-30T18:07:47.446Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:07:47.446Z] [2021-03-30T18:07:47.446Z] [2021-03-30T18:07:47.446Z] DONE 7 tests, 6 skipped in 2.033s [2021-03-30T18:07:47.446Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-03-30T18:07:47.446Z] INFO: Testing against a local daemon [2021-03-30T18:07:47.446Z] === RUN TestCheckpoint [2021-03-30T18:07:47.446Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-30T18:07:47.446Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-30T18:07:47.446Z] === RUN TestContainerInvalidJSON [2021-03-30T18:07:47.446Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:07:47.446Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:07:47.446Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:07:47.446Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:07:47.446Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:07:47.446Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:07:47.446Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:07:47.446Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:07:47.446Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:07:47.446Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-03-30T18:07:47.446Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-30T18:07:47.446Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-30T18:07:47.446Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-30T18:07:47.446Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-30T18:07:47.446Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-03-30T18:07:47.446Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-30T18:07:47.446Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-03-30T18:07:47.446Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-30T18:07:47.707Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-03-30T18:07:47.707Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-30T18:07:47.707Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-03-30T18:07:47.707Z] === RUN TestCopyFromContainer [2021-03-30T18:07:48.308Z] --- PASS: TestTemplatedConfig (3.42s) [2021-03-30T18:07:48.308Z] === RUN TestConfigCreateResolve [2021-03-30T18:07:49.017Z] ok github.com/docker/docker/cmd/dockerd 0.106s coverage: 29.1% of statements [2021-03-30T18:07:49.936Z] #44 ... [2021-03-30T18:07:49.936Z] [2021-03-30T18:07:49.936Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-30T18:07:49.936Z] #23 sha256:ccc049fd77d3560d12ccbdbf0b90a4315ba01e967ea81d29513990ddff3b95ca [2021-03-30T18:07:49.936Z] #23 21.73 Installing build dependencies: finished with status 'done' [2021-03-30T18:07:50.528Z] ok github.com/docker/docker/container 0.124s coverage: 34.7% of statements [2021-03-30T18:07:50.528Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-30T18:07:50.528Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-30T18:07:50.528Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-30T18:07:50.528Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-30T18:07:50.824Z] --- PASS: TestConfigCreateResolve (2.40s) [2021-03-30T18:07:50.824Z] === RUN TestConfigDaemonLibtrustID [2021-03-30T18:07:51.007Z] === RUN TestCopyFromContainer// [2021-03-30T18:07:51.080Z] --- PASS: TestConfigDaemonLibtrustID (0.66s) [2021-03-30T18:07:51.080Z] PASS [2021-03-30T18:07:51.080Z] [2021-03-30T18:07:51.080Z] DONE 7 tests in 16.275s [2021-03-30T18:07:51.080Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-03-30T18:07:51.080Z] INFO: Testing against a local daemon [2021-03-30T18:07:51.080Z] === RUN TestCheckpoint [2021-03-30T18:07:51.080Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-30T18:07:51.080Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-30T18:07:51.080Z] === RUN TestContainerInvalidJSON [2021-03-30T18:07:51.269Z] === RUN TestCopyFromContainer//bar/root [2021-03-30T18:07:51.269Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-30T18:07:51.269Z] === RUN TestCopyFromContainer/bar/quux [2021-03-30T18:07:51.269Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-30T18:07:51.337Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:07:51.337Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:07:51.337Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:07:51.337Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:07:51.337Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:07:51.337Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:07:51.337Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:07:51.337Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:07:51.337Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:07:51.337Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-03-30T18:07:51.337Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-30T18:07:51.337Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-30T18:07:51.337Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-30T18:07:51.337Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-30T18:07:51.337Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-03-30T18:07:51.337Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-30T18:07:51.337Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-03-30T18:07:51.337Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-30T18:07:51.337Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2021-03-30T18:07:51.337Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-30T18:07:51.337Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-03-30T18:07:51.337Z] === RUN TestCopyFromContainer [2021-03-30T18:07:51.530Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-30T18:07:51.530Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-30T18:07:51.530Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-30T18:07:51.530Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-30T18:07:51.792Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-30T18:07:51.792Z] --- PASS: TestCopyFromContainer (4.11s) [2021-03-30T18:07:51.792Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-03-30T18:07:51.792Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-03-30T18:07:51.792Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-03-30T18:07:51.792Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-03-30T18:07:51.792Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-03-30T18:07:51.792Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-03-30T18:07:51.792Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-03-30T18:07:51.792Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-03-30T18:07:51.792Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-03-30T18:07:51.792Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-03-30T18:07:51.792Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-30T18:07:51.792Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:07:51.792Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:07:51.792Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:07:51.792Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:07:51.792Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:07:51.792Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:07:51.792Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:07:51.792Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:07:51.792Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:07:51.792Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-03-30T18:07:51.792Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-30T18:07:51.792Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-30T18:07:51.792Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-30T18:07:51.792Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-30T18:07:51.792Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-03-30T18:07:51.792Z] === RUN TestCreateWithInvalidEnv [2021-03-30T18:07:51.792Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-30T18:07:51.792Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-30T18:07:51.792Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-30T18:07:51.792Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-30T18:07:51.792Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-30T18:07:51.792Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-30T18:07:51.792Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-30T18:07:51.792Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-30T18:07:51.792Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-30T18:07:51.792Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-30T18:07:51.792Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-30T18:07:51.792Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-30T18:07:51.792Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-30T18:07:51.792Z] === RUN TestCreateTmpfsMountsTarget [2021-03-30T18:07:51.792Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-03-30T18:07:51.792Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-30T18:07:53.226Z] === RUN TestCopyFromContainer// [2021-03-30T18:07:53.226Z] === RUN TestCopyFromContainer//bar/root [2021-03-30T18:07:53.226Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-30T18:07:53.226Z] === RUN TestCopyFromContainer/bar/quux [2021-03-30T18:07:53.226Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-30T18:07:53.226Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-30T18:07:53.481Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-30T18:07:53.481Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-30T18:07:53.481Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-30T18:07:53.481Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-30T18:07:53.705Z] --- PASS: TestCreateWithCustomMaskedPaths (1.91s) [2021-03-30T18:07:53.705Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-30T18:07:53.737Z] --- PASS: TestCopyFromContainer (2.26s) [2021-03-30T18:07:53.737Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-03-30T18:07:53.737Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2021-03-30T18:07:53.737Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-03-30T18:07:53.737Z] --- PASS: TestCopyFromContainer/bar/quux (0.10s) [2021-03-30T18:07:53.737Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-03-30T18:07:53.737Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-03-30T18:07:53.737Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-03-30T18:07:53.737Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.06s) [2021-03-30T18:07:53.737Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-03-30T18:07:53.737Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2021-03-30T18:07:53.737Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-30T18:07:53.737Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:07:53.737Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:07:53.737Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:07:53.737Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:07:53.737Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:07:53.737Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:07:53.737Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:07:53.737Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:07:53.737Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:07:53.737Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-03-30T18:07:53.737Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-30T18:07:53.737Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-30T18:07:53.737Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-30T18:07:53.737Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-30T18:07:53.737Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-03-30T18:07:53.737Z] === RUN TestCreateWithInvalidEnv [2021-03-30T18:07:53.737Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-30T18:07:53.737Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-30T18:07:53.737Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-30T18:07:53.737Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-30T18:07:53.737Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-30T18:07:53.737Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-30T18:07:53.737Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-30T18:07:53.737Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-30T18:07:53.737Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-30T18:07:53.737Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-30T18:07:53.737Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-30T18:07:53.737Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-30T18:07:53.737Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-30T18:07:53.737Z] === RUN TestCreateTmpfsMountsTarget [2021-03-30T18:07:53.737Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-03-30T18:07:53.737Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-30T18:07:55.619Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.89s) [2021-03-30T18:07:55.619Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-30T18:07:55.619Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:07:55.619Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:07:55.619Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:07:55.619Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:07:55.619Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:07:55.619Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:07:55.619Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:07:55.619Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:07:55.619Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:07:55.619Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:07:55.619Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:07:55.619Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:07:55.619Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:07:55.619Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:07:55.619Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:07:55.619Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-03-30T18:07:55.619Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-30T18:07:55.619Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-03-30T18:07:55.619Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-03-30T18:07:55.619Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-03-30T18:07:55.619Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-03-30T18:07:55.619Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-30T18:07:56.251Z] --- PASS: TestCreateWithCustomMaskedPaths (2.44s) [2021-03-30T18:07:56.251Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-30T18:07:56.561Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.64s) [2021-03-30T18:07:56.561Z] === RUN TestCreateDifferentPlatform [2021-03-30T18:07:56.561Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-30T18:07:56.561Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-30T18:07:56.561Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-03-30T18:07:56.561Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-30T18:07:56.561Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-30T18:07:56.561Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-30T18:07:56.561Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-03-30T18:07:56.561Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-30T18:07:56.561Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-03-30T18:07:56.561Z] === RUN TestContainerStartOnDaemonRestart [2021-03-30T18:07:56.561Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-03-30T18:07:56.561Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-03-30T18:07:56.561Z] === RUN TestDaemonRestartIpcMode [2021-03-30T18:07:56.561Z] === PAUSE TestDaemonRestartIpcMode [2021-03-30T18:07:56.561Z] === RUN TestDaemonHostGatewayIP [2021-03-30T18:07:56.562Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-03-30T18:07:56.562Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:07:56.562Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-30T18:07:56.562Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-30T18:07:56.562Z] === RUN TestContainerKillOnDaemonStart [2021-03-30T18:07:56.562Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-03-30T18:07:56.562Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-03-30T18:07:56.562Z] === RUN TestDiff [2021-03-30T18:07:56.934Z] #23 ... [2021-03-30T18:07:56.934Z] [2021-03-30T18:07:56.934Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:07:56.934Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:07:56.934Z] #44 156.3 CC criu/namespaces.o [2021-03-30T18:07:56.934Z] #44 159.0 CC criu/net.o [2021-03-30T18:07:57.162Z] --- PASS: TestDiff (0.68s) [2021-03-30T18:07:57.162Z] === RUN TestExecWithCloseStdin [2021-03-30T18:07:57.995Z] #44 ... [2021-03-30T18:07:57.995Z] [2021-03-30T18:07:57.995Z] #23 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-03-30T18:07:57.995Z] #23 sha256:ccc049fd77d3560d12ccbdbf0b90a4315ba01e967ea81d29513990ddff3b95ca [2021-03-30T18:07:57.995Z] #23 30.63 Building wheels for collected packages: pyyaml [2021-03-30T18:07:58.110Z] --- PASS: TestExecWithCloseStdin (1.02s) [2021-03-30T18:07:58.110Z] === RUN TestExec [2021-03-30T18:07:58.296Z] #23 30.63 Running setup.py bdist_wheel for pyyaml: started [2021-03-30T18:07:58.765Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.38s) [2021-03-30T18:07:58.766Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-30T18:07:58.766Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:07:58.766Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:07:58.766Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:07:58.766Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:07:58.766Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:07:58.766Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:07:58.766Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:07:58.766Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:07:58.766Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:07:58.766Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:07:58.766Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:07:58.766Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:07:58.766Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:07:58.766Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:07:58.766Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:07:58.766Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-03-30T18:07:58.766Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-03-30T18:07:58.766Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-03-30T18:07:58.766Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-03-30T18:07:58.766Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-30T18:07:58.766Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-03-30T18:07:58.766Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-30T18:07:59.052Z] --- PASS: TestExec (0.94s) [2021-03-30T18:07:59.052Z] === RUN TestExecUser [2021-03-30T18:07:59.693Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.82s) [2021-03-30T18:07:59.693Z] === RUN TestCreateDifferentPlatform [2021-03-30T18:07:59.693Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-30T18:07:59.693Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-30T18:07:59.693Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-03-30T18:07:59.693Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-30T18:07:59.693Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-30T18:07:59.693Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-30T18:07:59.693Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-03-30T18:07:59.693Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-30T18:07:59.693Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-03-30T18:07:59.693Z] === RUN TestContainerStartOnDaemonRestart [2021-03-30T18:07:59.693Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-30T18:07:59.693Z] === RUN TestDaemonRestartIpcMode [2021-03-30T18:07:59.693Z] === PAUSE TestDaemonRestartIpcMode [2021-03-30T18:07:59.693Z] === RUN TestDaemonHostGatewayIP [2021-03-30T18:07:59.693Z] === PAUSE TestDaemonHostGatewayIP [2021-03-30T18:07:59.693Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-30T18:07:59.693Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-30T18:07:59.693Z] === RUN TestContainerKillOnDaemonStart [2021-03-30T18:07:59.693Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-30T18:07:59.693Z] === RUN TestDiff [2021-03-30T18:07:59.994Z] --- PASS: TestExecUser (0.94s) [2021-03-30T18:07:59.994Z] === RUN TestExportContainerAndImportImage [2021-03-30T18:08:00.255Z] --- PASS: TestDiff (0.79s) [2021-03-30T18:08:00.255Z] === RUN TestExecWithCloseStdin [2021-03-30T18:08:00.419Z] #23 32.60 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-03-30T18:08:00.419Z] #23 32.60 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-03-30T18:08:00.419Z] #23 32.78 Successfully built pyyaml [2021-03-30T18:08:00.419Z] #23 32.80 Installing collected packages: pathspec, pyyaml, yamllint [2021-03-30T18:08:00.720Z] #23 33.19 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-03-30T18:08:00.720Z] #23 DONE 33.4s [2021-03-30T18:08:00.720Z] [2021-03-30T18:08:00.720Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:08:00.720Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:08:00.720Z] #44 163.9 CC criu/netfilter.o [2021-03-30T18:08:00.720Z] #44 164.5 CC criu/page-pipe.o [2021-03-30T18:08:00.720Z] #44 165.5 CC criu/page-xfer.o [2021-03-30T18:08:00.937Z] --- PASS: TestExportContainerAndImportImage (0.85s) [2021-03-30T18:08:00.937Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-30T18:08:00.982Z] ok github.com/docker/docker/daemon/cluster 0.080s coverage: 0.5% of statements [2021-03-30T18:08:01.620Z] --- PASS: TestExecWithCloseStdin (1.14s) [2021-03-30T18:08:01.620Z] === RUN TestExec [2021-03-30T18:08:02.263Z] #44 167.6 CC criu/pagemap-cache.o [2021-03-30T18:08:02.547Z] --- PASS: TestExec (1.12s) [2021-03-30T18:08:02.547Z] === RUN TestExecUser [2021-03-30T18:08:02.562Z] #44 168.1 CC criu/pagemap.o [2021-03-30T18:08:03.059Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.008s coverage: 65.3% of statements [2021-03-30T18:08:03.625Z] #44 169.1 CC criu/parasite-syscall.o [2021-03-30T18:08:03.911Z] --- PASS: TestExecUser (1.15s) [2021-03-30T18:08:03.911Z] === RUN TestExportContainerAndImportImage [2021-03-30T18:08:04.564Z] ok github.com/docker/docker/daemon/cluster/convert 0.008s coverage: 35.9% of statements [2021-03-30T18:08:04.716Z] #44 170.3 CC criu/path.o [2021-03-30T18:08:04.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-30T18:08:04.838Z] --- PASS: TestExportContainerAndImportImage (1.00s) [2021-03-30T18:08:04.838Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-30T18:08:05.142Z] --- PASS: TestExportContainerAfterDaemonRestart (4.04s) [2021-03-30T18:08:05.142Z] === RUN TestHealthCheckWorkdir [2021-03-30T18:08:05.365Z] #44 170.7 CC criu/pie-util-vdso.o [2021-03-30T18:08:05.666Z] #44 171.2 CC criu/pie-util.o [2021-03-30T18:08:06.025Z] #44 171.5 CC criu/pipes.o [2021-03-30T18:08:06.526Z] --- PASS: TestHealthCheckWorkdir (1.38s) [2021-03-30T18:08:06.526Z] === RUN TestHealthKillContainer [2021-03-30T18:08:06.725Z] --- PASS: TestExportContainerAfterDaemonRestart (1.75s) [2021-03-30T18:08:06.725Z] === RUN TestHealthCheckWorkdir [2021-03-30T18:08:07.085Z] #44 172.5 CC criu/plugin.o [2021-03-30T18:08:07.385Z] #44 172.9 CC criu/proc_parse.o [2021-03-30T18:08:08.093Z] --- PASS: TestHealthCheckWorkdir (1.58s) [2021-03-30T18:08:08.093Z] === RUN TestHealthKillContainer [2021-03-30T18:08:09.495Z] #44 ... [2021-03-30T18:08:09.495Z] [2021-03-30T18:08:09.495Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:08:09.495Z] #41 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-30T18:08:09.495Z] #41 245.1 + dpkg --print-architecture [2021-03-30T18:08:09.495Z] #41 245.1 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-03-30T18:08:09.495Z] #41 245.2 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-03-30T18:08:09.495Z] #41 245.2 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-03-30T18:08:09.824Z] --- PASS: TestHealthKillContainer (3.02s) [2021-03-30T18:08:09.824Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-30T18:08:09.824Z] --- PASS: TestInspectCpusetInConfigPre120 (0.63s) [2021-03-30T18:08:09.824Z] === RUN TestIpcModeNone [2021-03-30T18:08:10.768Z] --- PASS: TestIpcModeNone (0.96s) [2021-03-30T18:08:10.768Z] === RUN TestIpcModePrivate [2021-03-30T18:08:11.385Z] --- PASS: TestHealthKillContainer (3.18s) [2021-03-30T18:08:11.385Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-30T18:08:12.153Z] --- PASS: TestIpcModePrivate (0.96s) [2021-03-30T18:08:12.153Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2021-03-30T18:08:12.153Z] === RUN TestIpcModeShareable [2021-03-30T18:08:12.153Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-03-30T18:08:12.153Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-30T18:08:12.153Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-30T18:08:12.312Z] --- PASS: TestInspectCpusetInConfigPre120 (0.80s) [2021-03-30T18:08:12.312Z] === RUN TestIpcModeNone [2021-03-30T18:08:12.939Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-30T18:08:13.043Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.451s coverage: 14.1% of statements [2021-03-30T18:08:13.239Z] --- PASS: TestIpcModeNone (1.13s) [2021-03-30T18:08:13.239Z] === RUN TestIpcModePrivate [2021-03-30T18:08:13.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-30T18:08:14.090Z] ok github.com/docker/docker/daemon/config 0.038s coverage: 81.8% of statements [2021-03-30T18:08:14.090Z] ok github.com/docker/docker/daemon 12.291s coverage: 17.2% of statements [2021-03-30T18:08:14.090Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-30T18:08:14.090Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-30T18:08:14.603Z] --- PASS: TestIpcModePrivate (1.13s) [2021-03-30T18:08:14.603Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:56, shared: false, mustBeShared: false [2021-03-30T18:08:14.603Z] === RUN TestIpcModeShareable [2021-03-30T18:08:14.699Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.58s) [2021-03-30T18:08:14.699Z] === RUN TestAPIIpcModeHost [2021-03-30T18:08:14.699Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-03-30T18:08:14.699Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-30T18:08:14.699Z] === RUN TestDaemonIpcModeShareable [2021-03-30T18:08:14.699Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-03-30T18:08:14.699Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-30T18:08:14.699Z] === RUN TestDaemonIpcModePrivate [2021-03-30T18:08:14.896Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-30T18:08:15.128Z] ok github.com/docker/docker/daemon/discovery 0.009s coverage: 30.0% of statements [2021-03-30T18:08:15.423Z] ok github.com/docker/docker/daemon/events 0.067s coverage: 50.0% of statements [2021-03-30T18:08:15.423Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-30T18:08:15.423Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-30T18:08:15.531Z] --- PASS: TestIpcModeShareable (1.10s) [2021-03-30T18:08:15.531Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:51, shared: true, mustBeShared: true [2021-03-30T18:08:15.531Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-30T18:08:16.281Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-30T18:08:16.543Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-30T18:08:16.933Z] ok github.com/docker/docker/daemon/graphdriver 0.008s coverage: 2.2% of statements [2021-03-30T18:08:17.241Z] --- PASS: TestDaemonIpcModePrivate (2.91s) [2021-03-30T18:08:17.241Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2021-03-30T18:08:17.241Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-30T18:08:17.241Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-03-30T18:08:17.241Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-30T18:08:17.241Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-30T18:08:17.241Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-03-30T18:08:17.241Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-30T18:08:17.241Z] === RUN TestIpcModeOlderClient [2021-03-30T18:08:17.241Z] === PAUSE TestIpcModeOlderClient [2021-03-30T18:08:17.241Z] === RUN TestKillContainerInvalidSignal [2021-03-30T18:08:17.929Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-30T18:08:18.183Z] --- PASS: TestKillContainerInvalidSignal (0.72s) [2021-03-30T18:08:18.183Z] === RUN TestKillContainer [2021-03-30T18:08:18.183Z] === RUN TestKillContainer/no_signal [2021-03-30T18:08:18.754Z] === RUN TestKillContainer/non_killing_signal [2021-03-30T18:08:18.798Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.02s) [2021-03-30T18:08:18.798Z] === RUN TestAPIIpcModeHost [2021-03-30T18:08:19.004Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.005s coverage: 2.9% of statements [2021-03-30T18:08:19.325Z] === RUN TestKillContainer/killing_signal [2021-03-30T18:08:19.637Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.183s coverage: 56.2% of statements [2021-03-30T18:08:19.726Z] --- PASS: TestAPIIpcModeHost (1.16s) [2021-03-30T18:08:19.726Z] === RUN TestDaemonIpcModeShareable [2021-03-30T18:08:19.989Z] #41 ... [2021-03-30T18:08:19.989Z] [2021-03-30T18:08:19.989Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:08:19.989Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:08:19.989Z] #44 177.2 CC criu/protobuf-desc.o [2021-03-30T18:08:19.989Z] #44 178.5 CC criu/protobuf.o [2021-03-30T18:08:19.989Z] #44 179.0 CC criu/pstree.o [2021-03-30T18:08:19.989Z] #44 180.3 CC criu/rbtree.o [2021-03-30T18:08:19.989Z] #44 180.7 CC criu/rst-malloc.o [2021-03-30T18:08:19.989Z] #44 181.1 CC criu/seccomp.o [2021-03-30T18:08:19.989Z] #44 181.9 CC criu/seize.o [2021-03-30T18:08:19.989Z] #44 183.0 CC criu/servicefd.o [2021-03-30T18:08:19.989Z] #44 183.6 CC criu/shmem.o [2021-03-30T18:08:19.989Z] #44 184.9 CC criu/sigframe.o [2021-03-30T18:08:19.989Z] #44 185.1 CC criu/signalfd.o [2021-03-30T18:08:19.989Z] #44 185.5 CC criu/sk-inet.o [2021-03-30T18:08:20.267Z] --- PASS: TestKillContainer (2.01s) [2021-03-30T18:08:20.267Z] --- PASS: TestKillContainer/no_signal (0.63s) [2021-03-30T18:08:20.267Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2021-03-30T18:08:20.267Z] --- PASS: TestKillContainer/killing_signal (0.68s) [2021-03-30T18:08:20.267Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-30T18:08:20.267Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-30T18:08:20.838Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-30T18:08:21.233Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-30T18:08:21.410Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.31s) [2021-03-30T18:08:21.410Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s) [2021-03-30T18:08:21.410Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2021-03-30T18:08:21.410Z] === RUN TestKillStoppedContainer [2021-03-30T18:08:21.410Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-03-30T18:08:21.410Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-30T18:08:21.410Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-03-30T18:08:21.410Z] === RUN TestKillDifferentUserContainer [2021-03-30T18:08:21.536Z] #44 186.9 CC criu/sk-netlink.o [2021-03-30T18:08:21.614Z] --- PASS: TestDaemonIpcModeShareable (1.83s) [2021-03-30T18:08:21.614Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true [2021-03-30T18:08:21.614Z] === RUN TestDaemonIpcModePrivate [2021-03-30T18:08:22.185Z] #44 187.5 CC criu/sk-packet.o [2021-03-30T18:08:22.368Z] --- PASS: TestKillDifferentUserContainer (0.69s) [2021-03-30T18:08:22.368Z] === RUN TestInspectOomKilledTrue [2021-03-30T18:08:22.368Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-30T18:08:22.368Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-30T18:08:22.368Z] === RUN TestInspectOomKilledFalse [2021-03-30T18:08:22.368Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-30T18:08:22.368Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:08:22.368Z] === RUN TestLinksEtcHostsContentMatch [2021-03-30T18:08:22.368Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-03-30T18:08:22.368Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-03-30T18:08:22.368Z] === RUN TestLinksContainerNames [2021-03-30T18:08:22.866Z] #44 188.3 CC criu/sk-queue.o [2021-03-30T18:08:23.146Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-30T18:08:23.501Z] --- PASS: TestDaemonIpcModePrivate (1.86s) [2021-03-30T18:08:23.501Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2021-03-30T18:08:23.501Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-30T18:08:23.520Z] #44 188.9 CC criu/sk-tcp.o [2021-03-30T18:08:23.751Z] --- PASS: TestLinksContainerNames (1.34s) [2021-03-30T18:08:23.751Z] === RUN TestLogsFollowTailEmpty [2021-03-30T18:08:24.172Z] #44 189.6 CC criu/sk-unix.o [2021-03-30T18:08:24.322Z] --- PASS: TestLogsFollowTailEmpty (0.65s) [2021-03-30T18:08:24.322Z] === RUN TestContainerNetworkMountsNoChown [2021-03-30T18:08:24.894Z] --- PASS: TestContainerNetworkMountsNoChown (0.67s) [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/default [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/default [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/private [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/private [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/rprivate [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/slave [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/slave [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/rslave [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/shared [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/shared [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/rshared [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-30T18:08:24.894Z] === CONT TestMountDaemonRoot/default [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-30T18:08:24.894Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:08:24.894Z] === CONT TestMountDaemonRoot/rshared [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:08:24.894Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:08:24.894Z] === CONT TestMountDaemonRoot/shared [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-30T18:08:24.894Z] === CONT TestMountDaemonRoot/rslave [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:08:24.894Z] === CONT TestMountDaemonRoot/slave [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:08:24.894Z] === CONT TestMountDaemonRoot/rprivate [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:08:24.894Z] === CONT TestMountDaemonRoot/private [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-30T18:08:24.894Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:08:24.894Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:08:24.894Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-30T18:08:24.894Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:08:24.894Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-30T18:08:24.894Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:08:24.894Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:08:24.894Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:08:25.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-30T18:08:25.155Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-03-30T18:08:25.155Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-03-30T18:08:25.207Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.085s coverage: 46.2% of statements [2021-03-30T18:08:25.207Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.005s coverage: 1.9% of statements [2021-03-30T18:08:25.389Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.83s) [2021-03-30T18:08:25.389Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: false, mustBeShared: false [2021-03-30T18:08:25.389Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-03-30T18:08:25.416Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-03-30T18:08:25.416Z] === RUN TestContainerBindMountNonRecursive [2021-03-30T18:08:25.416Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-03-30T18:08:25.416Z] 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) [2021-03-30T18:08:25.416Z] === RUN TestContainerVolumesMountedAsShared [2021-03-30T18:08:25.416Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-03-30T18:08:25.416Z] 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) [2021-03-30T18:08:25.416Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-30T18:08:25.416Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-03-30T18:08:25.416Z] 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) [2021-03-30T18:08:25.416Z] === RUN TestNetworkNat [2021-03-30T18:08:25.632Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-30T18:08:26.290Z] #44 191.8 CC criu/sockets.o [2021-03-30T18:08:26.359Z] --- PASS: TestNetworkNat (0.84s) [2021-03-30T18:08:26.359Z] === RUN TestNetworkLocalhostTCPNat [2021-03-30T18:08:26.930Z] --- PASS: TestNetworkLocalhostTCPNat (0.76s) [2021-03-30T18:08:26.930Z] === RUN TestNetworkLoopbackNat [2021-03-30T18:08:27.277Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.80s) [2021-03-30T18:08:27.277Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:59, shared: true, mustBeShared: true [2021-03-30T18:08:27.277Z] === RUN TestIpcModeOlderClient [2021-03-30T18:08:27.277Z] === PAUSE TestIpcModeOlderClient [2021-03-30T18:08:27.277Z] === RUN TestKillContainerInvalidSignal [2021-03-30T18:08:27.410Z] ..........................xx.................... [ 29%] [2021-03-30T18:08:27.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-30T18:08:27.831Z] #44 193.1 CC criu/stats.o [2021-03-30T18:08:27.838Z] --- PASS: TestKillContainerInvalidSignal (0.75s) [2021-03-30T18:08:27.838Z] === RUN TestKillContainer [2021-03-30T18:08:27.838Z] === RUN TestKillContainer/no_signal [2021-03-30T18:08:28.131Z] #44 193.6 CC criu/string.o [2021-03-30T18:08:28.131Z] #44 193.7 CC criu/sysctl.o [2021-03-30T18:08:28.400Z] === RUN TestKillContainer/non_killing_signal [2021-03-30T18:08:28.493Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-30T18:08:28.733Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.320s coverage: 49.4% of statements [2021-03-30T18:08:28.962Z] === RUN TestKillContainer/killing_signal [2021-03-30T18:08:29.193Z] #44 194.7 CC criu/sysfs_parse.o [2021-03-30T18:08:29.844Z] #44 195.2 CC criu/timens.o [2021-03-30T18:08:29.888Z] --- PASS: TestKillContainer (2.14s) [2021-03-30T18:08:29.888Z] --- PASS: TestKillContainer/no_signal (0.68s) [2021-03-30T18:08:29.888Z] --- PASS: TestKillContainer/non_killing_signal (0.58s) [2021-03-30T18:08:29.888Z] --- PASS: TestKillContainer/killing_signal (0.68s) [2021-03-30T18:08:29.888Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-30T18:08:29.888Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-30T18:08:30.144Z] #44 195.6 CC criu/timerfd.o [2021-03-30T18:08:30.229Z] --- PASS: TestNetworkLoopbackNat (3.14s) [2021-03-30T18:08:30.229Z] === RUN TestPause [2021-03-30T18:08:30.229Z] --- SKIP: TestPause (0.00s) [2021-03-30T18:08:30.229Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-30T18:08:30.229Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-30T18:08:30.229Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-30T18:08:30.229Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-30T18:08:30.229Z] === RUN TestPauseStopPausedContainer [2021-03-30T18:08:30.229Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-03-30T18:08:30.229Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-30T18:08:30.229Z] === RUN TestPsFilter [2021-03-30T18:08:30.229Z] --- PASS: TestPsFilter (0.10s) [2021-03-30T18:08:30.229Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-30T18:08:30.408Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-30T18:08:30.450Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-30T18:08:30.795Z] #44 196.0 CC criu/tty.o [2021-03-30T18:08:30.800Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.64s) [2021-03-30T18:08:30.800Z] === RUN TestRemoveContainerWithVolume [2021-03-30T18:08:31.372Z] --- PASS: TestRemoveContainerWithVolume (0.67s) [2021-03-30T18:08:31.372Z] === RUN TestRemoveContainerRunning [2021-03-30T18:08:31.378Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.42s) [2021-03-30T18:08:31.378Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.70s) [2021-03-30T18:08:31.378Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.57s) [2021-03-30T18:08:31.378Z] === RUN TestKillStoppedContainer [2021-03-30T18:08:31.378Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-03-30T18:08:31.378Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-30T18:08:31.378Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-03-30T18:08:31.378Z] === RUN TestKillDifferentUserContainer [2021-03-30T18:08:31.793Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-30T18:08:31.940Z] --- PASS: TestKillDifferentUserContainer (0.70s) [2021-03-30T18:08:31.940Z] === RUN TestInspectOomKilledTrue [2021-03-30T18:08:31.940Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-30T18:08:31.940Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-03-30T18:08:31.940Z] === RUN TestInspectOomKilledFalse [2021-03-30T18:08:32.314Z] --- PASS: TestRemoveContainerRunning (0.67s) [2021-03-30T18:08:32.314Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-30T18:08:32.867Z] --- PASS: TestInspectOomKilledFalse (0.71s) [2021-03-30T18:08:32.867Z] === RUN TestLinksEtcHostsContentMatch [2021-03-30T18:08:32.885Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.72s) [2021-03-30T18:08:32.885Z] === RUN TestRemoveInvalidContainer [2021-03-30T18:08:32.885Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-30T18:08:32.885Z] === RUN TestRenameLinkedContainer [2021-03-30T18:08:33.177Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-30T18:08:33.184Z] ok github.com/docker/docker/daemon/graphdriver/aufs 15.609s coverage: 73.3% of statements [2021-03-30T18:08:33.184Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-30T18:08:33.585Z] #44 198.6 CC criu/tun.o [2021-03-30T18:08:33.809Z] --- PASS: TestLinksEtcHostsContentMatch (0.90s) [2021-03-30T18:08:33.809Z] === RUN TestLinksContainerNames [2021-03-30T18:08:33.821Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.005s coverage: 57.5% of statements [2021-03-30T18:08:33.888Z] #44 199.2 CC criu/uffd.o [2021-03-30T18:08:34.562Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-30T18:08:34.562Z] Using test binary docker [2021-03-30T18:08:34.562Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-30T18:08:34.562Z] +++ /etc/init.d/apparmor start [2021-03-30T18:08:34.562Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-30T18:08:34.562Z] INFO: Waiting for daemon to start... [2021-03-30T18:08:34.562Z] Starting dockerd [2021-03-30T18:08:34.562Z] +++ 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 [2021-03-30T18:08:34.910Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2021-03-30T18:08:35.182Z] --- PASS: TestLinksContainerNames (1.47s) [2021-03-30T18:08:35.182Z] === RUN TestLogsFollowTailEmpty [2021-03-30T18:08:35.433Z] #44 200.9 CC criu/util.o [2021-03-30T18:08:35.743Z] --- PASS: TestLogsFollowTailEmpty (0.71s) [2021-03-30T18:08:35.743Z] === RUN TestContainerNetworkMountsNoChown [2021-03-30T18:08:35.944Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.212s coverage: 57.7% of statements [2021-03-30T18:08:35.944Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-03-30T18:08:35.944Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-30T18:08:36.188Z] --- PASS: TestRenameLinkedContainer (2.72s) [2021-03-30T18:08:36.188Z] === RUN TestRenameStoppedContainer [2021-03-30T18:08:36.188Z] --- PASS: TestRenameStoppedContainer (0.67s) [2021-03-30T18:08:36.188Z] === RUN TestRenameRunningContainerAndReuse [2021-03-30T18:08:36.472Z] . [2021-03-30T18:08:36.472Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-30T18:08:36.472Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-30T18:08:36.472Z] Error: No such image: emptyfs [2021-03-30T18:08:36.472Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-30T18:08:36.472Z] ++++ docker load [2021-03-30T18:08:36.671Z] --- PASS: TestContainerNetworkMountsNoChown (0.72s) [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/default [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/default [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/private [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/private [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/rprivate [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/slave [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/slave [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/rslave [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/shared [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/shared [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/rshared [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-30T18:08:36.671Z] === CONT TestMountDaemonRoot/default [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:08:36.671Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-30T18:08:36.671Z] === CONT TestMountDaemonRoot/rshared [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:08:36.671Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:08:36.671Z] === CONT TestMountDaemonRoot/shared [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:08:36.671Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:08:36.671Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:08:36.672Z] === CONT TestMountDaemonRoot/rslave [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:08:36.672Z] === CONT TestMountDaemonRoot/slave [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:08:36.672Z] === CONT TestMountDaemonRoot/rprivate [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:08:36.672Z] === CONT TestMountDaemonRoot/private [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-30T18:08:36.672Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:08:36.672Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:08:36.672Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:08:36.672Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-30T18:08:36.672Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:08:36.672Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:08:36.672Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:08:36.672Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:08:36.672Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-30T18:08:36.672Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:08:36.672Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:08:36.672Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-30T18:08:36.672Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:08:36.732Z] Running integration-test (iteration 1) [2021-03-30T18:08:36.732Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-03-30T18:08:36.732Z] ++ 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 [2021-03-30T18:08:36.732Z] ++ set -e [2021-03-30T18:08:36.732Z] ++ '[' -n 0 ']' [2021-03-30T18:08:36.732Z] ++ set -x [2021-03-30T18:08:36.732Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:08:36.928Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-30T18:08:36.928Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:08:36.928Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:08:36.928Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:08:36.928Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:08:36.928Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:08:36.928Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-30T18:08:36.928Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:08:36.928Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-30T18:08:36.928Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:08:36.928Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:08:36.928Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:08:36.928Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:08:36.928Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-30T18:08:36.928Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.03s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.03s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.03s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.01s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-03-30T18:08:36.928Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-03-30T18:08:36.928Z] === RUN TestContainerBindMountNonRecursive [2021-03-30T18:08:36.986Z] ok github.com/docker/docker/daemon/links 0.016s coverage: 93.0% of statements [2021-03-30T18:08:37.279Z] ok github.com/docker/docker/daemon/images 0.037s coverage: 6.7% of statements [2021-03-30T18:08:37.279Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-30T18:08:37.279Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-30T18:08:37.554Z] #44 203.1 CC criu/uts_ns.o [2021-03-30T18:08:37.574Z] --- PASS: TestRenameRunningContainerAndReuse (1.33s) [2021-03-30T18:08:37.574Z] === RUN TestRenameInvalidName [2021-03-30T18:08:38.205Z] #44 203.5 CC criu/vdso.o [2021-03-30T18:08:38.520Z] --- PASS: TestRenameInvalidName (0.84s) [2021-03-30T18:08:38.520Z] === RUN TestRenameAnonymousContainer [2021-03-30T18:08:38.800Z] ok github.com/docker/docker/daemon/logger 0.215s coverage: 43.2% of statements [2021-03-30T18:08:38.853Z] #44 204.3 LINK criu/built-in.o [2021-03-30T18:08:39.152Z] #44 204.5 LINK criu/criu [2021-03-30T18:08:39.443Z] --- PASS: TestContainerBindMountNonRecursive (2.12s) [2021-03-30T18:08:39.443Z] === RUN TestContainerVolumesMountedAsShared [2021-03-30T18:08:39.698Z] --- PASS: TestContainerVolumesMountedAsShared (0.61s) [2021-03-30T18:08:39.698Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-30T18:08:39.802Z] #44 ... [2021-03-30T18:08:39.802Z] [2021-03-30T18:08:39.802Z] #41 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/docker/distribution.git . && git checkout -q "47a064d4195a9b56133891bbb13620c3ac83a827" && GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go" go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry && case $(dpkg --print-architecture) in amd64|armhf|ppc64*|s390x) git checkout -q "ec87e9b6971d831f0eff752ddb54fb64693e51cd"; GOPATH="/go/src/github.com/docker/distribution/Godeps/_workspace:/go"; go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry; ;; esac [2021-03-30T18:08:39.802Z] #41 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-03-30T18:08:39.802Z] #41 DONE 276.0s [2021-03-30T18:08:39.802Z] [2021-03-30T18:08:39.802Z] #44 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.com/checkpoint-restore/criu/archive/v3.14.tar.gz | tar -C /usr/src/criu/ -xz --strip-components=1 && cd /usr/src/criu && make && make PREFIX=/build/ install-criu [2021-03-30T18:08:39.802Z] #44 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-03-30T18:08:39.802Z] #44 205.3 DEP lib/c/criu.d [2021-03-30T18:08:39.839Z] ok github.com/docker/docker/daemon/logger/awslogs 0.145s coverage: 77.8% of statements [2021-03-30T18:08:39.839Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-30T18:08:39.839Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-30T18:08:40.104Z] #44 205.6 CC images/rpc.pb-c.o [2021-03-30T18:08:40.139Z] ok github.com/docker/docker/daemon/logger/gelf 0.007s coverage: 67.0% of statements [2021-03-30T18:08:40.626Z] --- PASS: TestContainerVolumesMountedAsSlave (0.87s) [2021-03-30T18:08:40.626Z] === RUN TestNetworkNat [2021-03-30T18:08:41.187Z] ok github.com/docker/docker/daemon/logger/journald 0.028s coverage: 23.9% of statements [2021-03-30T18:08:41.552Z] --- PASS: TestNetworkNat (0.89s) [2021-03-30T18:08:41.552Z] === RUN TestNetworkLocalhostTCPNat [2021-03-30T18:08:41.646Z] #44 207.1 CC lib/c/criu.o [2021-03-30T18:08:41.820Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.012s coverage: 69.9% of statements [2021-03-30T18:08:41.820Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.013s coverage: 87.2% of statements [2021-03-30T18:08:41.821Z] --- PASS: TestRenameAnonymousContainer (3.10s) [2021-03-30T18:08:41.821Z] === RUN TestRenameContainerWithSameName [2021-03-30T18:08:42.082Z] --- PASS: TestRenameContainerWithSameName (0.67s) [2021-03-30T18:08:42.082Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-30T18:08:42.479Z] --- PASS: TestNetworkLocalhostTCPNat (0.86s) [2021-03-30T18:08:42.479Z] === RUN TestNetworkLoopbackNat [2021-03-30T18:08:42.857Z] ok github.com/docker/docker/daemon/logger/local 0.022s coverage: 75.2% of statements [2021-03-30T18:08:42.857Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-30T18:08:43.152Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.061s coverage: 55.1% of statements [2021-03-30T18:08:43.196Z] #44 208.5 LINK lib/c/built-in.o [2021-03-30T18:08:43.196Z] #44 208.5 LINK lib/c/libcriu.so [2021-03-30T18:08:43.196Z] #44 208.5 LINK lib/c/libcriu.a [2021-03-30T18:08:43.196Z] #44 208.8 GEN magic.py [2021-03-30T18:08:43.469Z] --- PASS: TestRenameContainerWithLinkedContainer (1.31s) [2021-03-30T18:08:43.469Z] === RUN TestResize [2021-03-30T18:08:43.496Z] #44 209.0 Note: Building without setproctitle() and strlcpy() support. [2021-03-30T18:08:43.496Z] #44 209.0 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-03-30T18:08:43.496Z] #44 209.0 Note: Building without GnuTLS support [2021-03-30T18:08:43.496Z] #44 209.0 Makefile.config:39: Warn: you have no libnftables installed [2021-03-30T18:08:43.496Z] #44 209.0 Makefile.config:40: Warn: Building without nftables support [2021-03-30T18:08:44.196Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.010s coverage: 31.5% of statements [2021-03-30T18:08:44.411Z] --- PASS: TestResize (0.66s) [2021-03-30T18:08:44.411Z] === RUN TestResizeWithInvalidSize [2021-03-30T18:08:44.561Z] #44 209.9 fatal: not a git repository (or any of the parent directories): .git [2021-03-30T18:08:44.982Z] --- PASS: TestResizeWithInvalidSize (0.63s) [2021-03-30T18:08:44.982Z] === RUN TestResizeWhenContainerNotStarted [2021-03-30T18:08:45.554Z] --- PASS: TestResizeWhenContainerNotStarted (0.64s) [2021-03-30T18:08:45.554Z] === RUN TestDaemonRestartKillContainers [2021-03-30T18:08:45.554Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-03-30T18:08:45.554Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-03-30T18:08:45.554Z] === RUN TestCgroupNamespacesRun [2021-03-30T18:08:45.625Z] #44 211.2 make[1]: Nothing to be done for 'all'. [2021-03-30T18:08:45.728Z] ok github.com/docker/docker/daemon/logger/syslog 0.006s coverage: 46.8% of statements [2021-03-30T18:08:45.743Z] --- PASS: TestNetworkLoopbackNat (3.23s) [2021-03-30T18:08:45.744Z] === RUN TestPause [2021-03-30T18:08:46.305Z] --- PASS: TestPause (0.75s) [2021-03-30T18:08:46.305Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-30T18:08:46.305Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-30T18:08:46.305Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-30T18:08:46.305Z] === RUN TestPauseStopPausedContainer [2021-03-30T18:08:46.363Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-03-30T18:08:46.655Z] ok github.com/docker/docker/daemon/logger/splunk 1.623s coverage: 82.5% of statements [2021-03-30T18:08:46.655Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-30T18:08:46.947Z] ok github.com/docker/docker/daemon/network 0.013s coverage: 63.8% of statements [2021-03-30T18:08:46.947Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-30T18:08:47.189Z] #44 212.5 make[1]: 'images/built-in.o' is up to date. [2021-03-30T18:08:47.189Z] #44 212.6 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-03-30T18:08:47.189Z] #44 212.6 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-03-30T18:08:47.189Z] #44 212.7 make[1]: 'compel/libcompel.a' is up to date. [2021-03-30T18:08:47.189Z] #44 212.8 make[1]: 'compel/compel-host-bin' is up to date. [2021-03-30T18:08:47.233Z] --- PASS: TestPauseStopPausedContainer (0.74s) [2021-03-30T18:08:47.233Z] === RUN TestPsFilter [2021-03-30T18:08:47.233Z] --- PASS: TestPsFilter (0.11s) [2021-03-30T18:08:47.233Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-30T18:08:47.490Z] #44 212.8 make[1]: Nothing to be done for 'all'. [2021-03-30T18:08:47.490Z] #44 212.9 make[1]: 'soccr/libsoccr.a' is up to date. [2021-03-30T18:08:47.790Z] #44 213.1 make[2]: Nothing to be done for 'all'. [2021-03-30T18:08:47.790Z] #44 213.2 make[2]: Nothing to be done for 'all'. [2021-03-30T18:08:47.790Z] #44 213.3 make[2]: Nothing to be done for 'all'. [2021-03-30T18:08:47.795Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.68s) [2021-03-30T18:08:47.795Z] === RUN TestRemoveContainerWithVolume [2021-03-30T18:08:48.091Z] #44 213.5 make[2]: Nothing to be done for 'all'. [2021-03-30T18:08:48.091Z] #44 213.6 make[2]: Nothing to be done for 'all'. [2021-03-30T18:08:48.392Z] #44 213.7 make[2]: Nothing to be done for 'all'. [2021-03-30T18:08:48.392Z] #44 213.7 make[2]: Nothing to be done for 'all'. [2021-03-30T18:08:48.692Z] #44 214.0 make[2]: Nothing to be done for 'all'. [2021-03-30T18:08:48.692Z] #44 214.0 INSTALL criu/criu [2021-03-30T18:08:48.692Z] #44 DONE 214.1s [2021-03-30T18:08:48.692Z] [2021-03-30T18:08:48.692Z] #50 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh golangci_lint [2021-03-30T18:08:48.692Z] #50 sha256:0e2203f3e8a5147c0eb16559b5c7736acb443d0814a640dbef65c9302cadfab4 [2021-03-30T18:08:48.721Z] --- PASS: TestRemoveContainerWithVolume (0.73s) [2021-03-30T18:08:48.721Z] === RUN TestRemoveContainerRunning [2021-03-30T18:08:48.864Z] --- PASS: TestCgroupNamespacesRun (2.91s) [2021-03-30T18:08:48.864Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-30T18:08:48.965Z] Loaded image: buildpack-deps:buster [2021-03-30T18:08:48.965Z] Loaded image: busybox:latest [2021-03-30T18:08:48.965Z] Loaded image: busybox:glibc [2021-03-30T18:08:49.024Z] ok github.com/docker/docker/distribution/metadata 0.033s coverage: 48.2% of statements [2021-03-30T18:08:49.283Z] --- PASS: TestRemoveContainerRunning (0.72s) [2021-03-30T18:08:49.283Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-30T18:08:49.315Z] ok github.com/docker/docker/distribution 0.287s coverage: 25.2% of statements [2021-03-30T18:08:49.315Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-30T18:08:49.906Z] Loaded image: debian:bullseye [2021-03-30T18:08:49.906Z] Loaded image: hello-world:latest [2021-03-30T18:08:50.167Z] Loaded image: arm32v7/hello-world:latest [2021-03-30T18:08:50.167Z] INFO: Testing against a local daemon [2021-03-30T18:08:50.167Z] === RUN TestCgroupNamespacesBuild [2021-03-30T18:08:50.211Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.68s) [2021-03-30T18:08:50.211Z] === RUN TestRemoveInvalidContainer [2021-03-30T18:08:50.211Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-30T18:08:50.211Z] === RUN TestRenameLinkedContainer [2021-03-30T18:08:50.776Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.38s) [2021-03-30T18:08:50.776Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-30T18:08:50.826Z] ok github.com/docker/docker/errdefs 0.006s coverage: 53.1% of statements [2021-03-30T18:08:51.862Z] ok github.com/docker/docker/image 0.016s coverage: 86.6% of statements [2021-03-30T18:08:52.498Z] ok github.com/docker/docker/distribution/xfer 1.873s coverage: 85.1% of statements [2021-03-30T18:08:52.498Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-30T18:08:52.498Z] ok github.com/docker/docker/image/cache 0.014s coverage: 19.2% of statements [2021-03-30T18:08:53.477Z] --- PASS: TestRenameLinkedContainer (2.86s) [2021-03-30T18:08:53.477Z] === RUN TestRenameStoppedContainer [2021-03-30T18:08:53.477Z] --- PASS: TestRenameStoppedContainer (0.73s) [2021-03-30T18:08:53.477Z] === RUN TestRenameRunningContainerAndReuse [2021-03-30T18:08:54.008Z] ok github.com/docker/docker/image/tarexport 0.006s coverage: 0.6% of statements [2021-03-30T18:08:54.008Z] ok github.com/docker/docker/image/v1 0.018s coverage: 25.0% of statements [2021-03-30T18:08:54.008Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-30T18:08:54.075Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.88s) [2021-03-30T18:08:54.075Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-30T18:08:54.299Z] ok github.com/docker/docker/libcontainerd/queue 0.022s coverage: 100.0% of statements [2021-03-30T18:08:54.340Z] #50 290.1 + /build/golangci-lint --version [2021-03-30T18:08:54.340Z] #50 290.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-03-30T18:08:54.369Z] --- PASS: TestCgroupNamespacesBuild (3.52s) [2021-03-30T18:08:54.369Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-30T18:08:54.649Z] #50 DONE 290.7s [2021-03-30T18:08:54.649Z] [2021-03-30T18:08:54.649Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-30T18:08:54.649Z] #25 sha256:46df68e52d62a5f2f91d3f7d96414aca05d12fc82302c622b88fe10e92052296 [2021-03-30T18:08:55.364Z] --- PASS: TestRenameRunningContainerAndReuse (1.44s) [2021-03-30T18:08:55.364Z] === RUN TestRenameInvalidName [2021-03-30T18:08:55.484Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-03-30T18:08:55.751Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.97s) [2021-03-30T18:08:55.751Z] === RUN TestBuildWithSession [2021-03-30T18:08:55.751Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-30T18:08:55.751Z] build_session_test.go:25: TODO: BuildKit [2021-03-30T18:08:55.751Z] === RUN TestBuildSquashParent [2021-03-30T18:08:55.812Z] ok github.com/docker/docker/oci 0.009s coverage: 45.2% of statements [2021-03-30T18:08:55.925Z] --- PASS: TestRenameInvalidName (0.73s) [2021-03-30T18:08:55.925Z] === RUN TestRenameAnonymousContainer [2021-03-30T18:08:56.622Z] --- PASS: TestCgroupNamespacesRunHostMode (2.97s) [2021-03-30T18:08:56.622Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-30T18:08:56.852Z] ok github.com/docker/docker/opts 0.020s coverage: 67.1% of statements [2021-03-30T18:08:57.144Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-03-30T18:08:58.799Z] Removing intermediate container 0faa86190fda [2021-03-30T18:08:58.799Z] ---> 2857ff22b731 [2021-03-30T18:08:58.799Z] 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 [2021-03-30T18:08:58.799Z] ---> Running in a037dc54d9b7 [2021-03-30T18:08:58.799Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-03-30T18:08:58.799Z] go: finding gotest.tools/gotestsum v0.5.3 [2021-03-30T18:08:58.799Z] go: finding gotest.tools v0.5.3 [2021-03-30T18:08:58.799Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-03-30T18:08:58.799Z] go: extracting gotest.tools/gotestsum v0.5.3 [2021-03-30T18:08:58.799Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-30T18:08:58.799Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-03-30T18:08:58.799Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-30T18:08:58.799Z] go: downloading github.com/pkg/errors v0.9.1 [2021-03-30T18:08:58.799Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-30T18:08:58.799Z] go: extracting github.com/fatih/color v1.9.0 [2021-03-30T18:08:58.799Z] go: extracting github.com/spf13/pflag v1.0.3 [2021-03-30T18:08:58.799Z] go: extracting github.com/pkg/errors v0.9.1 [2021-03-30T18:08:58.799Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-30T18:08:58.799Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-30T18:08:58.799Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2021-03-30T18:08:58.799Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-30T18:08:58.799Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-30T18:08:58.799Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-30T18:08:58.799Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2021-03-30T18:08:58.799Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-30T18:08:58.799Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-30T18:08:58.799Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-03-30T18:08:58.799Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-03-30T18:08:58.799Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-30T18:08:58.799Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-30T18:08:58.799Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-30T18:08:58.799Z] go: finding github.com/fatih/color v1.9.0 [2021-03-30T18:08:58.799Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-03-30T18:08:58.799Z] go: finding github.com/pkg/errors v0.9.1 [2021-03-30T18:08:58.799Z] go: finding github.com/spf13/pflag v1.0.3 [2021-03-30T18:08:58.799Z] go: finding github.com/mattn/go-colorable v0.1.6 [2021-03-30T18:08:58.799Z] go: finding github.com/mattn/go-isatty v0.0.12 [2021-03-30T18:08:58.799Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2021-03-30T18:08:58.799Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-03-30T18:08:58.799Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-03-30T18:08:58.799Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-03-30T18:08:58.799Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-03-30T18:08:59.195Z] --- PASS: TestRenameAnonymousContainer (3.26s) [2021-03-30T18:08:59.195Z] === RUN TestRenameContainerWithSameName [2021-03-30T18:08:59.210Z] ok github.com/docker/docker/pkg/archive 0.544s coverage: 77.3% of statements [2021-03-30T18:08:59.756Z] --- PASS: TestRenameContainerWithSameName (0.69s) [2021-03-30T18:08:59.756Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-30T18:08:59.843Z] ok github.com/docker/docker/pkg/authorization 0.437s coverage: 68.3% of statements [2021-03-30T18:08:59.921Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.89s) [2021-03-30T18:08:59.921Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-30T18:09:00.136Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-03-30T18:09:00.431Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-03-30T18:09:01.122Z] --- PASS: TestRenameContainerWithLinkedContainer (1.45s) [2021-03-30T18:09:01.122Z] === RUN TestResize [2021-03-30T18:09:01.774Z] INFO: Build done for gotestsum... [2021-03-30T18:09:01.834Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.36s) [2021-03-30T18:09:01.834Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-30T18:09:02.047Z] --- PASS: TestResize (0.70s) [2021-03-30T18:09:02.047Z] === RUN TestResizeWithInvalidSize [2021-03-30T18:09:02.609Z] --- PASS: TestResizeWithInvalidSize (0.75s) [2021-03-30T18:09:02.609Z] === RUN TestResizeWhenContainerNotStarted [2021-03-30T18:09:03.161Z] ok github.com/docker/docker/layer 7.289s coverage: 68.8% of statements [2021-03-30T18:09:03.161Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-30T18:09:03.161Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-30T18:09:03.161Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-30T18:09:03.161Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-30T18:09:03.161Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-30T18:09:03.452Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2021-03-30T18:09:03.535Z] --- PASS: TestResizeWhenContainerNotStarted (0.72s) [2021-03-30T18:09:03.535Z] === RUN TestDaemonRestartKillContainers [2021-03-30T18:09:03.535Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-30T18:09:03.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-30T18:09:03.535Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-30T18:09:03.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-30T18:09:03.535Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-30T18:09:03.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-30T18:09:03.535Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-30T18:09:03.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-30T18:09:03.535Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-30T18:09:03.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-30T18:09:03.535Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-30T18:09:03.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-30T18:09:03.535Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-30T18:09:03.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-30T18:09:03.535Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-30T18:09:03.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-30T18:09:03.535Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:09:03.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:09:03.535Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:09:03.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:09:03.535Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:09:03.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:09:03.535Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:09:03.535Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:09:03.535Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-30T18:09:03.535Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-30T18:09:03.742Z] ok github.com/docker/docker/pkg/discovery 0.004s coverage: 58.3% of statements [2021-03-30T18:09:03.745Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.94s) [2021-03-30T18:09:03.745Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-30T18:09:03.884Z] --- PASS: TestBuildSquashParent (7.81s) [2021-03-30T18:09:03.884Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-30T18:09:03.884Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:09:03.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:09:03.884Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:09:03.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:09:03.884Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:09:03.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:09:03.884Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:09:03.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:09:03.884Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:09:03.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:09:03.884Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:09:03.884Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:09:03.884Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:09:03.884Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:09:03.884Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:09:03.884Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:09:04.033Z] ok github.com/docker/docker/pkg/discovery/file 0.002s coverage: 92.9% of statements [2021-03-30T18:09:04.685Z] ok github.com/docker/docker/pkg/chrootarchive 3.518s coverage: 43.2% of statements [2021-03-30T18:09:04.685Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-30T18:09:04.685Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-30T18:09:04.976Z] ok github.com/docker/docker/pkg/discovery/memory 0.018s coverage: 92.3% of statements [2021-03-30T18:09:05.116Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-03-30T18:09:05.616Z] ok github.com/docker/docker/pkg/discovery/nodes 0.016s coverage: 93.8% of statements [2021-03-30T18:09:06.053Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-30T18:09:06.053Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-30T18:09:06.249Z] ok github.com/docker/docker/pkg/dmesg 0.022s coverage: 83.3% of statements [2021-03-30T18:09:06.431Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:09:06.431Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:09:07.044Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.87s) [2021-03-30T18:09:07.044Z] === RUN TestKernelTCPMemory [2021-03-30T18:09:07.044Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-03-30T18:09:07.044Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-30T18:09:07.044Z] === RUN TestNISDomainname [2021-03-30T18:09:07.044Z] --- SKIP: TestNISDomainname (0.01s) [2021-03-30T18:09:07.044Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-03-30T18:09:07.044Z] === RUN TestHostnameDnsResolution [2021-03-30T18:09:07.416Z] ok github.com/docker/docker/pkg/filenotify 0.608s coverage: 67.0% of statements [2021-03-30T18:09:08.049Z] ok github.com/docker/docker/pkg/discovery/kv 3.080s coverage: 84.1% of statements [2021-03-30T18:09:08.049Z] ok github.com/docker/docker/pkg/fileutils 0.005s coverage: 89.5% of statements [2021-03-30T18:09:08.429Z] --- PASS: TestHostnameDnsResolution (1.64s) [2021-03-30T18:09:08.429Z] === RUN TestStats [2021-03-30T18:09:08.429Z] --- SKIP: TestStats (0.00s) [2021-03-30T18:09:08.429Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-30T18:09:08.429Z] === RUN TestStopContainerWithTimeout [2021-03-30T18:09:08.429Z] === RUN TestStopContainerWithTimeout/0 [2021-03-30T18:09:08.429Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-30T18:09:08.429Z] === RUN TestStopContainerWithTimeout/1 [2021-03-30T18:09:08.429Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-30T18:09:08.429Z] === RUN TestStopContainerWithTimeout/3 [2021-03-30T18:09:08.429Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-30T18:09:08.429Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-30T18:09:08.429Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-30T18:09:08.429Z] === CONT TestStopContainerWithTimeout/0 [2021-03-30T18:09:08.429Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-30T18:09:08.579Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-30T18:09:08.688Z] ok github.com/docker/docker/pkg/homedir 0.003s coverage: 11.4% of statements [2021-03-30T18:09:08.834Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-30T18:09:08.977Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-30T18:09:08.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.79s) [2021-03-30T18:09:08.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.01s) [2021-03-30T18:09:08.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.13s) [2021-03-30T18:09:08.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.18s) [2021-03-30T18:09:08.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.66s) [2021-03-30T18:09:08.977Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.48s) [2021-03-30T18:09:08.977Z] === RUN TestBuildMultiStageCopy [2021-03-30T18:09:08.977Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-30T18:09:09.018Z] ok github.com/docker/docker/pkg/fsutils 0.405s coverage: 85.1% of statements [2021-03-30T18:09:09.371Z] === CONT TestStopContainerWithTimeout/3 [2021-03-30T18:09:09.502Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-03-30T18:09:09.650Z] ok github.com/docker/docker/pkg/idtools 0.450s coverage: 69.5% of statements [2021-03-30T18:09:09.941Z] ok github.com/docker/docker/pkg/ioutils 0.299s coverage: 70.6% of statements [2021-03-30T18:09:10.233Z] ok github.com/docker/docker/pkg/jsonmessage 0.006s coverage: 91.7% of statements [2021-03-30T18:09:10.233Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-30T18:09:10.233Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2021-03-30T18:09:10.233Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-03-30T18:09:10.233Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-30T18:09:10.724Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-30T18:09:10.869Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-03-30T18:09:10.870Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-30T18:09:10.870Z] ok github.com/docker/docker/pkg/parsers 0.020s coverage: 97.0% of statements [2021-03-30T18:09:11.164Z] ok github.com/docker/docker/pkg/parsers/kernel 0.015s coverage: 60.0% of statements [2021-03-30T18:09:11.286Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:09:11.521Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-30T18:09:11.575Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.006s coverage: 86.7% of statements [2021-03-30T18:09:11.914Z] === CONT TestStopContainerWithTimeout/1 [2021-03-30T18:09:11.927Z] ok github.com/docker/docker/pkg/pidfile 0.018s coverage: 82.4% of statements [2021-03-30T18:09:11.927Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-30T18:09:11.927Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-30T18:09:12.091Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-30T18:09:12.566Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.011s coverage: 56.8% of statements [2021-03-30T18:09:12.650Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:09:12.661Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-30T18:09:12.905Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:09:13.232Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-30T18:09:13.297Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-03-30T18:09:13.297Z] --- PASS: TestStopContainerWithTimeout/0 (1.08s) [2021-03-30T18:09:13.297Z] --- PASS: TestStopContainerWithTimeout/-1 (3.14s) [2021-03-30T18:09:13.297Z] --- PASS: TestStopContainerWithTimeout/3 (2.63s) [2021-03-30T18:09:13.297Z] --- PASS: TestStopContainerWithTimeout/1 (1.67s) [2021-03-30T18:09:13.297Z] === RUN TestDeleteDevicemapper [2021-03-30T18:09:13.297Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-30T18:09:13.297Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-30T18:09:13.297Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-30T18:09:13.604Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-03-30T18:09:13.604Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-03-30T18:09:13.803Z] --- PASS: TestBuildMultiStageCopy (4.70s) [2021-03-30T18:09:13.803Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.59s) [2021-03-30T18:09:13.803Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.48s) [2021-03-30T18:09:13.803Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.52s) [2021-03-30T18:09:13.803Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.53s) [2021-03-30T18:09:13.803Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.59s) [2021-03-30T18:09:13.803Z] === RUN TestBuildMultiStageParentConfig [2021-03-30T18:09:13.834Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:09:13.895Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2021-03-30T18:09:14.332Z] Removing intermediate container a037dc54d9b7 [2021-03-30T18:09:14.332Z] ---> b58aae23010f [2021-03-30T18:09:14.332Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-03-30T18:09:14.332Z] ---> Running in 75b28a9596a3 [2021-03-30T18:09:14.332Z] Removing intermediate container 75b28a9596a3 [2021-03-30T18:09:14.332Z] ---> 0d39298e60da [2021-03-30T18:09:14.332Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-03-30T18:09:14.332Z] ---> Running in 185effd5c211 [2021-03-30T18:09:14.332Z] Removing intermediate container 185effd5c211 [2021-03-30T18:09:14.332Z] ---> 54a1374cff80 [2021-03-30T18:09:14.332Z] Step 10/10 : COPY . . [2021-03-30T18:09:14.395Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-30T18:09:15.188Z] --- PASS: TestBuildMultiStageParentConfig (1.45s) [2021-03-30T18:09:15.188Z] === RUN TestBuildLabelWithTargets [2021-03-30T18:09:15.403Z] ok github.com/docker/docker/pkg/pubsub 1.020s coverage: 75.0% of statements [2021-03-30T18:09:15.403Z] ok github.com/docker/docker/pkg/reexec 0.004s coverage: 82.4% of statements [2021-03-30T18:09:15.864Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.31s) [2021-03-30T18:09:15.864Z] === RUN TestUpdateMemory [2021-03-30T18:09:15.864Z] --- SKIP: TestUpdateMemory (0.00s) [2021-03-30T18:09:15.864Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-30T18:09:15.864Z] === RUN TestUpdateCPUQuota [2021-03-30T18:09:15.864Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-03-30T18:09:15.864Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-30T18:09:15.864Z] === RUN TestUpdatePidsLimit [2021-03-30T18:09:15.864Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-03-30T18:09:15.864Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-30T18:09:15.864Z] === RUN TestUpdateRestartPolicy [2021-03-30T18:09:16.284Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-30T18:09:16.284Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.29s) [2021-03-30T18:09:16.284Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.35s) [2021-03-30T18:09:16.284Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.95s) [2021-03-30T18:09:16.284Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.19s) [2021-03-30T18:09:16.284Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.22s) [2021-03-30T18:09:16.284Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.27s) [2021-03-30T18:09:16.284Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.40s) [2021-03-30T18:09:16.284Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.18s) [2021-03-30T18:09:16.284Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.32s) [2021-03-30T18:09:16.284Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.29s) [2021-03-30T18:09:16.284Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.29s) [2021-03-30T18:09:16.284Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.98s) [2021-03-30T18:09:16.284Z] === RUN TestCgroupNamespacesRun [2021-03-30T18:09:17.274Z] #25 ... [2021-03-30T18:09:17.274Z] [2021-03-30T18:09:17.274Z] #54 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh runc [2021-03-30T18:09:17.274Z] #54 sha256:86b13dfbf7c45827be566858e2085e20cb5877de8267de06a0307d8c12dafa28 [2021-03-30T18:09:17.274Z] #54 190.9 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="12644e614e25b05da6fd08a38ffa0cfe1903fdec" -X main.version=1.0.0-rc93 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-03-30T18:09:17.274Z] #54 192.1 + mkdir -p /build [2021-03-30T18:09:17.274Z] #54 192.1 + cp runc /build/runc [2021-03-30T18:09:17.274Z] #54 DONE 192.3s [2021-03-30T18:09:17.274Z] [2021-03-30T18:09:17.274Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-30T18:09:17.274Z] #25 sha256:46df68e52d62a5f2f91d3f7d96414aca05d12fc82302c622b88fe10e92052296 [2021-03-30T18:09:17.731Z] --- PASS: TestBuildLabelWithTargets (2.32s) [2021-03-30T18:09:17.731Z] === RUN TestBuildWithEmptyLayers [2021-03-30T18:09:18.132Z] ok github.com/docker/docker/pkg/signal 2.401s coverage: 61.0% of statements [2021-03-30T18:09:18.173Z] --- PASS: TestCgroupNamespacesRun (1.91s) [2021-03-30T18:09:18.173Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-30T18:09:18.173Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-03-30T18:09:18.173Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-03-30T18:09:18.173Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-30T18:09:18.424Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-03-30T18:09:18.673Z] --- PASS: TestBuildWithEmptyLayers (1.06s) [2021-03-30T18:09:18.673Z] === RUN TestBuildMultiStageOnBuild [2021-03-30T18:09:18.715Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-03-30T18:09:19.006Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-03-30T18:09:19.641Z] ok github.com/docker/docker/pkg/sysinfo 0.008s coverage: 54.2% of statements [2021-03-30T18:09:20.063Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.92s) [2021-03-30T18:09:20.063Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-30T18:09:20.677Z] ok github.com/docker/docker/pkg/system 0.040s coverage: 36.9% of statements [2021-03-30T18:09:20.677Z] ok github.com/docker/docker/pkg/tailfile 0.038s coverage: 88.6% of statements [2021-03-30T18:09:21.310Z] ok github.com/docker/docker/pkg/tarsum 0.033s coverage: 89.3% of statements [2021-03-30T18:09:21.602Z] testing: warning: no tests to run [2021-03-30T18:09:21.602Z] coverage: [no statements] [2021-03-30T18:09:21.602Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2021-03-30T18:09:21.779Z] #25 ... [2021-03-30T18:09:21.779Z] [2021-03-30T18:09:21.779Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:09:21.779Z] #57 sha256:c1e4b59a524c9945628d0179a5a93b42c4f3a19ff3008aef4a1f8855c4f41cbc [2021-03-30T18:09:21.779Z] #57 273.4 + bin/containerd [2021-03-30T18:09:21.893Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-03-30T18:09:21.953Z] --- PASS: TestCgroupNamespacesRunHostMode (1.87s) [2021-03-30T18:09:21.953Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-30T18:09:21.969Z] --- PASS: TestBuildMultiStageOnBuild (3.11s) [2021-03-30T18:09:21.970Z] === RUN TestBuildUncleanTarFilenames [2021-03-30T18:09:22.184Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-03-30T18:09:22.483Z] ok github.com/docker/docker/pkg/useragent 0.004s coverage: 88.9% of statements [2021-03-30T18:09:22.910Z] --- PASS: TestBuildUncleanTarFilenames (1.41s) [2021-03-30T18:09:22.910Z] === RUN TestBuildMultiStageLayerLeak [2021-03-30T18:09:23.325Z] #57 ... [2021-03-30T18:09:23.325Z] [2021-03-30T18:09:23.325Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-03-30T18:09:23.325Z] #25 sha256:46df68e52d62a5f2f91d3f7d96414aca05d12fc82302c622b88fe10e92052296 [2021-03-30T18:09:23.325Z] #25 319.3 + return [2021-03-30T18:09:23.325Z] #25 DONE 319.4s [2021-03-30T18:09:23.325Z] [2021-03-30T18:09:23.325Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:09:23.325Z] #57 sha256:c1e4b59a524c9945628d0179a5a93b42c4f3a19ff3008aef4a1f8855c4f41cbc [2021-03-30T18:09:23.466Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-30T18:09:23.466Z] [2021-03-30T18:09:23.466Z] + TEST_INTEGRATION_DEST=2 [2021-03-30T18:09:23.466Z] + CONTAINER_NAME=docker-pr2-2 [2021-03-30T18:09:23.466Z] + TEST_SKIP_INTEGRATION=1 [2021-03-30T18:09:23.466Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-03-30T18:09:23.466Z] + run_tests [2021-03-30T18:09:23.466Z] + c=0 [2021-03-30T18:09:23.466Z] + '[' -n 0 ']' [2021-03-30T18:09:23.466Z] + rm= [2021-03-30T18:09:23.466Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42226/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42226/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42226/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/make.sh '' test-integration [2021-03-30T18:09:23.466Z] + TEST_INTEGRATION_DEST=1 [2021-03-30T18:09:23.466Z] + CONTAINER_NAME=docker-pr2-1 [2021-03-30T18:09:23.466Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-03-30T18:09:23.466Z] + run_tests test-integration-flaky [2021-03-30T18:09:23.466Z] + '[' -n 0 ']' [2021-03-30T18:09:23.466Z] + rm= [2021-03-30T18:09:23.466Z] + TEST_INTEGRATION_DEST=3 [2021-03-30T18:09:23.466Z] + CONTAINER_NAME=docker-pr2-3 [2021-03-30T18:09:23.466Z] + TEST_SKIP_INTEGRATION=1 [2021-03-30T18:09:23.466Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-03-30T18:09:23.466Z] + run_tests [2021-03-30T18:09:23.466Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42226/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42226/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42226/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/make.sh test-integration-flaky test-integration [2021-03-30T18:09:23.466Z] + '[' -n 0 ']' [2021-03-30T18:09:23.466Z] + rm= [2021-03-30T18:09:23.467Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42226/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42226/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42226/.git:/go/src/github.com/docker/docker/.git --name docker-pr2-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/make.sh '' test-integration [2021-03-30T18:09:23.467Z] ++ jobs -p [2021-03-30T18:09:23.467Z] + for job in $(jobs -p) [2021-03-30T18:09:23.467Z] + wait 2306 [2021-03-30T18:09:23.467Z] [2021-03-30T18:09:23.467Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-30T18:09:23.467Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-30T18:09:23.467Z] HOSTNAME=ff19467ca7aa [2021-03-30T18:09:23.467Z] TEST_SKIP_INTEGRATION=1 [2021-03-30T18:09:23.467Z] TESTDEBUG=0 [2021-03-30T18:09:23.467Z] DEST=bundles/test-integration [2021-03-30T18:09:23.467Z] PWD=/go/src/github.com/docker/docker [2021-03-30T18:09:23.467Z] KEEPBUNDLE=1 [2021-03-30T18:09:23.467Z] DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 [2021-03-30T18:09:23.467Z] container=docker [2021-03-30T18:09:23.467Z] HOME=/root [2021-03-30T18:09:23.467Z] GOLANG_VERSION=1.13.15 [2021-03-30T18:09:23.467Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-30T18:09:23.467Z] VALIDATE_BRANCH=master [2021-03-30T18:09:23.467Z] TERM=xterm [2021-03-30T18:09:23.467Z] DOCKER_PKG=github.com/docker/docker [2021-03-30T18:09:23.467Z] SHLVL=1 [2021-03-30T18:09:23.467Z] TIMEOUT=120m [2021-03-30T18:09:23.467Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-30T18:09:23.467Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-30T18:09:23.467Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-03-30T18:09:23.467Z] GO111MODULE=off [2021-03-30T18:09:23.467Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-30T18:09:23.467Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-30T18:09:23.467Z] GOPATH=/go [2021-03-30T18:09:23.467Z] PKG_CONFIG=pkg-config [2021-03-30T18:09:23.467Z] _=/usr/bin/env [2021-03-30T18:09:23.467Z] Building test suite binary ./integration-cli/test.main [2021-03-30T18:09:23.467Z] [2021-03-30T18:09:23.467Z] [2021-03-30T18:09:23.467Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-30T18:09:23.467Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-30T18:09:23.467Z] HOSTNAME=e9298f5ef58d [2021-03-30T18:09:23.467Z] TEST_SKIP_INTEGRATION=1 [2021-03-30T18:09:23.467Z] TESTDEBUG=0 [2021-03-30T18:09:23.467Z] DEST=bundles/test-integration [2021-03-30T18:09:23.467Z] PWD=/go/src/github.com/docker/docker [2021-03-30T18:09:23.467Z] KEEPBUNDLE=1 [2021-03-30T18:09:23.467Z] DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 [2021-03-30T18:09:23.467Z] container=docker [2021-03-30T18:09:23.467Z] HOME=/root [2021-03-30T18:09:23.467Z] GOLANG_VERSION=1.13.15 [2021-03-30T18:09:23.467Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-30T18:09:23.467Z] VALIDATE_BRANCH=master [2021-03-30T18:09:23.467Z] TERM=xterm [2021-03-30T18:09:23.467Z] DOCKER_PKG=github.com/docker/docker [2021-03-30T18:09:23.467Z] SHLVL=1 [2021-03-30T18:09:23.467Z] TIMEOUT=120m [2021-03-30T18:09:23.467Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-30T18:09:23.467Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-30T18:09:23.467Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-03-30T18:09:23.467Z] GO111MODULE=off [2021-03-30T18:09:23.467Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-30T18:09:23.467Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-30T18:09:23.467Z] GOPATH=/go [2021-03-30T18:09:23.467Z] PKG_CONFIG=pkg-config [2021-03-30T18:09:23.467Z] _=/usr/bin/env [2021-03-30T18:09:23.467Z] Building test suite binary ./integration-cli/test.main [2021-03-30T18:09:23.467Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-03-30T18:09:23.467Z] No new tests added to integration. [2021-03-30T18:09:23.467Z] [2021-03-30T18:09:23.467Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-30T18:09:23.467Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-30T18:09:23.467Z] HOSTNAME=7f8625d1e7a2 [2021-03-30T18:09:23.467Z] TESTDEBUG=0 [2021-03-30T18:09:23.467Z] DEST=bundles/test-integration [2021-03-30T18:09:23.467Z] PWD=/go/src/github.com/docker/docker [2021-03-30T18:09:23.467Z] KEEPBUNDLE=1 [2021-03-30T18:09:23.467Z] DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 [2021-03-30T18:09:23.467Z] container=docker [2021-03-30T18:09:23.467Z] HOME=/root [2021-03-30T18:09:23.467Z] GOLANG_VERSION=1.13.15 [2021-03-30T18:09:23.467Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-30T18:09:23.467Z] VALIDATE_BRANCH=master [2021-03-30T18:09:23.467Z] TERM=xterm [2021-03-30T18:09:23.467Z] DOCKER_PKG=github.com/docker/docker [2021-03-30T18:09:23.467Z] SHLVL=1 [2021-03-30T18:09:23.467Z] TIMEOUT=120m [2021-03-30T18:09:23.467Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-30T18:09:23.467Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-30T18:09:23.467Z] GO111MODULE=off [2021-03-30T18:09:23.467Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-30T18:09:23.467Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-30T18:09:23.467Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-30T18:09:23.467Z] GOPATH=/go [2021-03-30T18:09:23.467Z] PKG_CONFIG=pkg-config [2021-03-30T18:09:23.467Z] _=/usr/bin/env [2021-03-30T18:09:23.467Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-30T18:09:23.851Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.93s) [2021-03-30T18:09:23.851Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-30T18:09:24.586Z] ok github.com/docker/docker/plugin 0.566s coverage: 23.2% of statements [2021-03-30T18:09:25.218Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.5% of statements [2021-03-30T18:09:25.434Z] #57 ... [2021-03-30T18:09:25.434Z] [2021-03-30T18:09:25.434Z] #26 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-03-30T18:09:25.434Z] #26 sha256:27bd72ec9360823ca96ef4868fc9bd944f6dfc67e7c71eb21011e9a6446f598c [2021-03-30T18:09:25.434Z] #26 DONE 0.2s [2021-03-30T18:09:25.434Z] [2021-03-30T18:09:25.434Z] #31 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-03-30T18:09:25.434Z] #31 sha256:6438158b2eebc97013d25dc1c178da7d129e968b5e2cbd7635ab9b1fdfe49083 [2021-03-30T18:09:25.509Z] ok github.com/docker/docker/profiles/seccomp 0.005s coverage: 86.4% of statements [2021-03-30T18:09:25.733Z] #31 DONE 0.7s [2021-03-30T18:09:25.733Z] [2021-03-30T18:09:25.733Z] #34 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-03-30T18:09:25.733Z] #34 sha256:66cce2e4cc2035d02cb98d72e7401308d16cb1df36d161812ccf9645be571f8a [2021-03-30T18:09:25.733Z] #34 DONE 0.1s [2021-03-30T18:09:25.733Z] [2021-03-30T18:09:25.733Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:09:25.733Z] #57 sha256:c1e4b59a524c9945628d0179a5a93b42c4f3a19ff3008aef4a1f8855c4f41cbc [2021-03-30T18:09:25.744Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.50s) [2021-03-30T18:09:25.744Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-30T18:09:26.045Z] #57 ... [2021-03-30T18:09:26.045Z] [2021-03-30T18:09:26.045Z] #36 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-03-30T18:09:26.045Z] #36 sha256:589dedb12a48ca1af1344a0358c4f3b51c6670842405a0eedfefb9b1d63713ba [2021-03-30T18:09:26.045Z] #36 DONE 0.1s [2021-03-30T18:09:26.045Z] [2021-03-30T18:09:26.045Z] #39 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-03-30T18:09:26.045Z] #39 sha256:160bac9dfb1f5e0a0ee87cd8eaf88dae11788f61efd641f7fcb01e6917f657a4 [2021-03-30T18:09:26.045Z] #39 DONE 0.1s [2021-03-30T18:09:26.045Z] [2021-03-30T18:09:26.045Z] #42 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-03-30T18:09:26.045Z] #42 sha256:881abbeccc4a8708d66ded64946e2a8e9568822279a35be583990a798433b3d5 [2021-03-30T18:09:26.208Z] --- PASS: TestBuildMultiStageLayerLeak (3.20s) [2021-03-30T18:09:26.208Z] === RUN TestBuildWithHugeFile [2021-03-30T18:09:26.306Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.84s) [2021-03-30T18:09:26.306Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-30T18:09:26.344Z] #42 DONE 0.2s [2021-03-30T18:09:26.344Z] [2021-03-30T18:09:26.344Z] #45 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-03-30T18:09:26.344Z] #45 sha256:2b1fde1f99b83d7b22bd723f24a2f15544a50bdba97161254b07746e8f16d65b [2021-03-30T18:09:26.644Z] #45 DONE 0.2s [2021-03-30T18:09:26.644Z] [2021-03-30T18:09:26.644Z] #47 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-03-30T18:09:26.644Z] #47 sha256:6786048bb5c58c0a2299799018c685fb64e7be83bf207f507c3c79f81caedc84 [2021-03-30T18:09:26.644Z] #47 DONE 0.1s [2021-03-30T18:09:26.644Z] [2021-03-30T18:09:26.644Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:09:26.644Z] #57 sha256:c1e4b59a524c9945628d0179a5a93b42c4f3a19ff3008aef4a1f8855c4f41cbc [2021-03-30T18:09:26.644Z] #57 ... [2021-03-30T18:09:26.644Z] [2021-03-30T18:09:26.644Z] #49 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-03-30T18:09:26.644Z] #49 sha256:9e139006d8f9030116912ecc6bed342f477c781c6c22d0791344e256d86ec6eb [2021-03-30T18:09:26.644Z] #49 DONE 0.1s [2021-03-30T18:09:26.644Z] [2021-03-30T18:09:26.644Z] #51 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-03-30T18:09:26.644Z] #51 sha256:037602d4dd7dc007d6026a0e20098f23f37ca8e66148d46d23d6e9dbb0301ebe [2021-03-30T18:09:26.943Z] #51 DONE 0.1s [2021-03-30T18:09:26.943Z] [2021-03-30T18:09:26.943Z] #53 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-03-30T18:09:26.943Z] #53 sha256:8434c898a7c5432b5a93e68a855e271d4c5134c15e8c7490425210adbb281f75 [2021-03-30T18:09:26.943Z] #53 DONE 0.1s [2021-03-30T18:09:26.943Z] [2021-03-30T18:09:26.943Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:09:26.943Z] #57 sha256:c1e4b59a524c9945628d0179a5a93b42c4f3a19ff3008aef4a1f8855c4f41cbc [2021-03-30T18:09:26.943Z] #57 ... [2021-03-30T18:09:26.943Z] [2021-03-30T18:09:26.943Z] #55 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-03-30T18:09:26.943Z] #55 sha256:4996f468177d54a16c5bc40c2ab6508035b19d321e3b06db5d1faa354910b0d4 [2021-03-30T18:09:26.943Z] #55 DONE 0.1s [2021-03-30T18:09:27.240Z] [2021-03-30T18:09:27.240Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-03-30T18:09:27.240Z] #57 sha256:c1e4b59a524c9945628d0179a5a93b42c4f3a19ff3008aef4a1f8855c4f41cbc [2021-03-30T18:09:27.589Z] ok github.com/docker/docker/quota 0.628s coverage: 71.4% of statements [2021-03-30T18:09:27.589Z] ok github.com/docker/docker/reference 0.005s coverage: 83.7% of statements [2021-03-30T18:09:28.088Z] --- PASS: TestUpdateRestartPolicy (12.41s) [2021-03-30T18:09:28.088Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-30T18:09:28.195Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.89s) [2021-03-30T18:09:28.195Z] === RUN TestKernelTCPMemory [2021-03-30T18:09:28.195Z] --- SKIP: TestKernelTCPMemory (0.01s) [2021-03-30T18:09:28.195Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-03-30T18:09:28.195Z] === RUN TestNISDomainname [2021-03-30T18:09:28.659Z] --- PASS: TestUpdateRestartWithAutoRemove (0.64s) [2021-03-30T18:09:28.659Z] === RUN TestWaitNonBlocked [2021-03-30T18:09:28.659Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:09:28.659Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:09:28.659Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:09:28.659Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:09:28.659Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:09:28.659Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:09:29.095Z] ok github.com/docker/docker/registry 0.092s coverage: 58.8% of statements [2021-03-30T18:09:29.388Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2021-03-30T18:09:29.560Z] --- PASS: TestNISDomainname (1.36s) [2021-03-30T18:09:29.560Z] === RUN TestHostnameDnsResolution [2021-03-30T18:09:29.600Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-03-30T18:09:29.600Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.05s) [2021-03-30T18:09:29.600Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.07s) [2021-03-30T18:09:29.600Z] === RUN TestWaitBlocked [2021-03-30T18:09:29.600Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:09:29.600Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:09:29.600Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:09:29.600Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:09:29.600Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:09:29.600Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:09:29.683Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-03-30T18:09:30.717Z] ok github.com/docker/docker/runconfig 0.008s coverage: 66.1% of statements [2021-03-30T18:09:30.717Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-03-30T18:09:30.984Z] --- PASS: TestWaitBlocked (0.02s) [2021-03-30T18:09:30.984Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.04s) [2021-03-30T18:09:30.984Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.11s) [2021-03-30T18:09:30.984Z] === CONT TestDaemonRestartIpcMode [2021-03-30T18:09:30.984Z] === CONT TestIpcModeOlderClient [2021-03-30T18:09:30.984Z] --- PASS: TestIpcModeOlderClient (0.07s) [2021-03-30T18:09:30.984Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-30T18:09:31.450Z] --- PASS: TestHostnameDnsResolution (1.71s) [2021-03-30T18:09:31.450Z] === RUN TestStats [2021-03-30T18:09:33.456Z] ok github.com/docker/docker/volume/drivers 0.006s coverage: 36.1% of statements [2021-03-30T18:09:33.962Z] --- PASS: TestStats (2.76s) [2021-03-30T18:09:33.962Z] === RUN TestStopContainerWithTimeout [2021-03-30T18:09:33.962Z] === RUN TestStopContainerWithTimeout/0 [2021-03-30T18:09:33.962Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-30T18:09:33.962Z] === RUN TestStopContainerWithTimeout/1 [2021-03-30T18:09:33.962Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-30T18:09:33.962Z] === RUN TestStopContainerWithTimeout/3 [2021-03-30T18:09:33.962Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-30T18:09:33.962Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-30T18:09:33.962Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-30T18:09:33.962Z] === CONT TestStopContainerWithTimeout/0 [2021-03-30T18:09:33.962Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-30T18:09:34.490Z] ok github.com/docker/docker/volume/local 0.292s coverage: 76.4% of statements [2021-03-30T18:09:35.123Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2021-03-30T18:09:35.326Z] === CONT TestStopContainerWithTimeout/3 [2021-03-30T18:09:35.634Z] ---> b5127cef6eba [2021-03-30T18:09:35.634Z] Successfully built b5127cef6eba [2021-03-30T18:09:35.634Z] Successfully tagged docker:latest [2021-03-30T18:09:35.634Z] INFO: Image build ended at 03/30/2021 18:09:35. Duration:00:02:44.2452833 [2021-03-30T18:09:35.634Z] [2021-03-30T18:09:35.634Z] [2021-03-30T18:09:35.634Z] INFO: Building the test binaries at 03/30/2021 18:09:35... [2021-03-30T18:09:36.161Z] ok github.com/docker/docker/volume/service 0.013s coverage: 73.1% of statements [2021-03-30T18:09:36.269Z] --- PASS: TestDaemonRestartIpcMode (5.50s) [2021-03-30T18:09:36.269Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.56s) [2021-03-30T18:09:36.269Z] PASS [2021-03-30T18:09:36.269Z] [2021-03-30T18:09:36.269Z] === Skipped [2021-03-30T18:09:36.269Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-03-30T18:09:36.269Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-30T18:09:36.269Z] [2021-03-30T18:09:36.269Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-03-30T18:09:36.269Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-03-30T18:09:36.269Z] [2021-03-30T18:09:36.269Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-03-30T18:09:36.269Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:09:36.269Z] [2021-03-30T18:09:36.269Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-03-30T18:09:36.269Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-03-30T18:09:36.269Z] [2021-03-30T18:09:36.269Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-03-30T18:09:36.269Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-30T18:09:36.269Z] [2021-03-30T18:09:36.269Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-03-30T18:09:36.269Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-30T18:09:36.269Z] [2021-03-30T18:09:36.269Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-03-30T18:09:36.269Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-03-30T18:09:36.270Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-03-30T18:09:36.270Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-03-30T18:09:36.270Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-03-30T18:09:36.270Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-03-30T18:09:36.270Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-03-30T18:09:36.270Z] 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) [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-03-30T18:09:36.270Z] 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) [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-03-30T18:09:36.270Z] 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) [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-03-30T18:09:36.270Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-30T18:09:36.270Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-03-30T18:09:36.270Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-03-30T18:09:36.270Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-03-30T18:09:36.270Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-03-30T18:09:36.270Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-03-30T18:09:36.270Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-03-30T18:09:36.270Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-03-30T18:09:36.270Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-03-30T18:09:36.270Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-03-30T18:09:36.270Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] [2021-03-30T18:09:36.270Z] DONE 177 tests, 26 skipped in 108.981s [2021-03-30T18:09:36.270Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-03-30T18:09:36.530Z] INFO: Testing against a local daemon [2021-03-30T18:09:36.530Z] === RUN TestCommitInheritsEnv [2021-03-30T18:09:37.212Z] === CONT TestStopContainerWithTimeout/1 [2021-03-30T18:09:38.440Z] --- PASS: TestCommitInheritsEnv (1.61s) [2021-03-30T18:09:38.440Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-30T18:09:38.440Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-30T18:09:38.440Z] === RUN TestImagesFilterMultiReference [2021-03-30T18:09:38.440Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-03-30T18:09:38.440Z] === RUN TestImagePullPlatformInvalid [2021-03-30T18:09:38.440Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-03-30T18:09:38.440Z] === RUN TestRemoveImageOrphaning [2021-03-30T18:09:39.099Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-03-30T18:09:39.099Z] --- PASS: TestStopContainerWithTimeout/0 (1.15s) [2021-03-30T18:09:39.099Z] --- PASS: TestStopContainerWithTimeout/-1 (3.18s) [2021-03-30T18:09:39.099Z] --- PASS: TestStopContainerWithTimeout/3 (2.70s) [2021-03-30T18:09:39.099Z] --- PASS: TestStopContainerWithTimeout/1 (1.77s) [2021-03-30T18:09:39.099Z] === RUN TestDeleteDevicemapper [2021-03-30T18:09:39.099Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-30T18:09:39.099Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-30T18:09:39.099Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-30T18:09:39.458Z] INFO: make.ps1 starting at 03/30/2021 18:09:39 [2021-03-30T18:09:39.458Z] INFO: Git commit (77f15a087c) assumed from DOCKER_GITCOMMIT environment variable [2021-03-30T18:09:39.458Z] INFO: Invoking autogen... [2021-03-30T18:09:40.353Z] --- PASS: TestRemoveImageOrphaning (1.92s) [2021-03-30T18:09:40.353Z] === RUN TestRemoveImageGarbageCollector [2021-03-30T18:09:40.353Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-03-30T18:09:40.353Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-03-30T18:09:40.353Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-30T18:09:40.353Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-03-30T18:09:40.353Z] === RUN TestTagInvalidReference [2021-03-30T18:09:40.353Z] --- PASS: TestTagInvalidReference (0.01s) [2021-03-30T18:09:40.353Z] === RUN TestTagValidPrefixedRepo [2021-03-30T18:09:40.353Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-03-30T18:09:40.353Z] === RUN TestTagExistedNameWithoutForce [2021-03-30T18:09:40.353Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-03-30T18:09:40.353Z] === RUN TestTagOfficialNames [2021-03-30T18:09:40.353Z] --- PASS: TestTagOfficialNames (0.06s) [2021-03-30T18:09:40.353Z] === RUN TestTagMatchesDigest [2021-03-30T18:09:40.353Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-03-30T18:09:40.353Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-30T18:09:40.458Z] INFO: Building daemon... [2021-03-30T18:09:41.615Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.42s) [2021-03-30T18:09:41.615Z] === RUN TestUpdateMemory [2021-03-30T18:09:42.543Z] --- PASS: TestUpdateMemory (1.33s) [2021-03-30T18:09:42.543Z] === RUN TestUpdateCPUQuota [2021-03-30T18:09:46.530Z] ok github.com/docker/docker/pkg/plugins 33.628s coverage: 76.6% of statements [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/rootless [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/volume [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-30T18:09:46.530Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === Skipped [2021-03-30T18:09:46.530Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-03-30T18:09:46.530Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-03-30T18:09:46.530Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-03-30T18:09:46.530Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:09:46.530Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-03-30T18:09:46.530Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:09:46.530Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-03-30T18:09:46.530Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:09:46.530Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-03-30T18:09:46.530Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:09:46.530Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-03-30T18:09:46.530Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:09:46.530Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-03-30T18:09:46.530Z] graphtest_unix.go:73: No driver to put! [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-03-30T18:09:46.530Z] time="2021-03-30T18:08:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:09:46.530Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:09:46.530Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-03-30T18:09:46.530Z] time="2021-03-30T18:08:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:09:46.530Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:09:46.530Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-03-30T18:09:46.530Z] time="2021-03-30T18:08:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:09:46.530Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:09:46.530Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-03-30T18:09:46.530Z] time="2021-03-30T18:08:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:09:46.530Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:09:46.530Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-03-30T18:09:46.530Z] time="2021-03-30T18:08:25Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:09:46.530Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:09:46.530Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-03-30T18:09:46.530Z] graphtest_unix.go:73: No driver to put! [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-03-30T18:09:46.530Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-03-30T18:09:46.530Z] overlay_test.go:49: Fails to compute changes intermittently [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-03-30T18:09:46.530Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-03-30T18:09:46.530Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-03-30T18:09:46.530Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:09:46.530Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-03-30T18:09:46.530Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:09:46.530Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-03-30T18:09:46.530Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:09:46.530Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-03-30T18:09:46.530Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:09:46.530Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-03-30T18:09:46.530Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:09:46.530Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-03-30T18:09:46.530Z] graphtest_unix.go:73: No driver to put! [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-03-30T18:09:46.530Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-03-30T18:09:46.530Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] [2021-03-30T18:09:46.530Z] DONE 2249 tests, 26 skipped in 241.515s Post stage [Pipeline] junit [2021-03-30T18:09:47.217Z] Recording test results [2021-03-30T18:09:47.439Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-30T18:09:47.863Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-42226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -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:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/make.sh dynbinary test-integration [2021-03-30T18:09:48.496Z] [2021-03-30T18:09:48.496Z] Removing bundles/ [2021-03-30T18:09:48.496Z] [2021-03-30T18:09:48.496Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-30T18:09:48.496Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-30T18:09:48.496Z] GOOS="" GOARCH="" GOARM="" [2021-03-30T18:09:48.807Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-03-30T18:09:50.624Z] --- PASS: TestUpdateCPUQuota (6.86s) [2021-03-30T18:09:50.624Z] === RUN TestUpdatePidsLimit [2021-03-30T18:09:50.624Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-30T18:09:50.624Z] === RUN TestUpdatePidsLimit/no_change [2021-03-30T18:09:50.880Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-30T18:09:51.807Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-30T18:09:52.369Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-30T18:09:53.301Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-30T18:09:53.873Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-30T18:09:55.240Z] --- PASS: TestUpdatePidsLimit (5.67s) [2021-03-30T18:09:55.240Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.71s) [2021-03-30T18:09:55.240Z] --- PASS: TestUpdatePidsLimit/no_change (0.73s) [2021-03-30T18:09:55.240Z] --- PASS: TestUpdatePidsLimit/update_lower (0.73s) [2021-03-30T18:09:55.240Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.72s) [2021-03-30T18:09:55.240Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.73s) [2021-03-30T18:09:55.240Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.75s) [2021-03-30T18:09:55.240Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.74s) [2021-03-30T18:09:55.240Z] === RUN TestUpdateRestartPolicy [2021-03-30T18:09:57.613Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-03-30T18:10:00.006Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-03-30T18:10:00.041Z] #57 307.2 + bin/containerd-stress [2021-03-30T18:10:00.041Z] #57 309.6 + bin/containerd-shim [2021-03-30T18:10:04.556Z] #57 316.6 + bin/containerd-shim-runc-v1 [2021-03-30T18:10:05.685Z] tests/integration/api_service_test.py .................................. [ 60%] [2021-03-30T18:10:10.074Z] --- PASS: TestUpdateRestartPolicy (12.83s) [2021-03-30T18:10:10.074Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-30T18:10:10.074Z] --- PASS: TestUpdateRestartWithAutoRemove (0.74s) [2021-03-30T18:10:10.074Z] === RUN TestWaitNonBlocked [2021-03-30T18:10:10.074Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:10:10.074Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:10:10.074Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:10:10.074Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:10:10.074Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:10:10.074Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:10:10.074Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-03-30T18:10:10.074Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.09s) [2021-03-30T18:10:10.074Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.12s) [2021-03-30T18:10:10.074Z] === RUN TestWaitBlocked [2021-03-30T18:10:10.074Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:10:10.074Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:10:10.074Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:10:10.074Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:10:10.074Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:10:10.074Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:10:10.182Z] #57 321.5 + bin/containerd-shim-runc-v2 [2021-03-30T18:10:10.825Z] #57 322.6 + binaries [2021-03-30T18:10:10.825Z] #57 322.6 + install -D bin/containerd /build/containerd [2021-03-30T18:10:10.825Z] #57 322.6 + install -D bin/containerd-shim /build/containerd-shim [2021-03-30T18:10:10.825Z] #57 322.6 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-03-30T18:10:10.825Z] #57 322.6 + install -D bin/ctr /build/ctr [2021-03-30T18:10:10.825Z] #57 DONE 322.7s [2021-03-30T18:10:11.439Z] --- PASS: TestWaitBlocked (0.01s) [2021-03-30T18:10:11.439Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.22s) [2021-03-30T18:10:11.439Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.25s) [2021-03-30T18:10:11.439Z] === CONT TestContainerStartOnDaemonRestart [2021-03-30T18:10:11.439Z] === CONT TestIpcModeOlderClient [2021-03-30T18:10:11.439Z] --- PASS: TestIpcModeOlderClient (0.10s) [2021-03-30T18:10:11.439Z] === CONT TestContainerKillOnDaemonStart [2021-03-30T18:10:11.875Z] [2021-03-30T18:10:11.875Z] #58 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-03-30T18:10:11.875Z] #58 sha256:9b896928369da059bbfb6fb2b48e7e574fb52f136c4716ab3181d1b67eb10812 [2021-03-30T18:10:11.875Z] #58 DONE 0.1s [2021-03-30T18:10:11.875Z] [2021-03-30T18:10:11.875Z] #62 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-03-30T18:10:11.875Z] #62 sha256:79f1360ccc61e2529c4b929e7c200a3b1df68eac6d93d0306b1e8b44677e9552 [2021-03-30T18:10:11.875Z] #62 DONE 0.1s [2021-03-30T18:10:11.875Z] [2021-03-30T18:10:11.875Z] #67 [dev-systemd-false 24/26] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-03-30T18:10:11.875Z] #67 sha256:906788edf4f7f21a25d17b1eb9afbf1daf44b21e154f36f70887c20a73bad9bc [2021-03-30T18:10:12.171Z] #67 DONE 0.2s [2021-03-30T18:10:12.171Z] [2021-03-30T18:10:12.171Z] #69 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-03-30T18:10:12.171Z] #69 sha256:394c355209be4f7d6d371e1f5dd5567bf8b1ee5b5fd0c4e0de650268e57f8dde [2021-03-30T18:10:12.171Z] #69 DONE 0.1s [2021-03-30T18:10:12.171Z] [2021-03-30T18:10:12.171Z] #70 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-03-30T18:10:12.171Z] #70 sha256:635f5130358c3cbf504915ffb321e5177311043355cda7489bdcadcb95d63c45 [2021-03-30T18:10:12.171Z] #70 DONE 0.0s [2021-03-30T18:10:12.171Z] [2021-03-30T18:10:12.171Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-03-30T18:10:12.171Z] #71 sha256:dd69c862754402bfb19cc5f83591ca14837bf54666928f9907159a6f15c8e0d0 [2021-03-30T18:10:12.926Z] --- PASS: TestBuildWithHugeFile (40.46s) [2021-03-30T18:10:12.926Z] === RUN TestBuildWCOWSandboxSize [2021-03-30T18:10:12.926Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-03-30T18:10:12.926Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-30T18:10:12.926Z] === RUN TestBuildWithEmptyDockerfile [2021-03-30T18:10:12.926Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:10:12.926Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:10:12.926Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:10:12.926Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:10:12.926Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:10:12.926Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:10:12.926Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:10:12.926Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:10:12.926Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:10:12.926Z] --- PASS: TestBuildWithEmptyDockerfile (0.20s) [2021-03-30T18:10:12.926Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2021-03-30T18:10:12.926Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.23s) [2021-03-30T18:10:12.926Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2021-03-30T18:10:12.926Z] === RUN TestBuildPreserveOwnership [2021-03-30T18:10:12.926Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-30T18:10:12.926Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-30T18:10:13.867Z] --- PASS: TestBuildPreserveOwnership (6.69s) [2021-03-30T18:10:13.867Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.36s) [2021-03-30T18:10:13.867Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.32s) [2021-03-30T18:10:13.867Z] === RUN TestBuildPlatformInvalid [2021-03-30T18:10:13.955Z] --- PASS: TestContainerStartOnDaemonRestart (2.88s) [2021-03-30T18:10:13.955Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-30T18:10:14.127Z] --- PASS: TestBuildPlatformInvalid (0.18s) [2021-03-30T18:10:14.127Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-30T18:10:14.263Z] #71 DONE 2.2s [2021-03-30T18:10:14.263Z] [2021-03-30T18:10:14.263Z] #72 exporting to oci image format [2021-03-30T18:10:14.263Z] #72 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-03-30T18:10:14.263Z] #72 exporting layers [2021-03-30T18:10:17.220Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.92s) [2021-03-30T18:10:17.220Z] === CONT TestDaemonHostGatewayIP [2021-03-30T18:10:18.853Z] ......................... [ 67%] [2021-03-30T18:10:21.390Z] --- PASS: TestDaemonHostGatewayIP (3.88s) [2021-03-30T18:10:21.390Z] === CONT TestDaemonRestartIpcMode [2021-03-30T18:10:24.660Z] --- PASS: TestDaemonRestartIpcMode (3.29s) [2021-03-30T18:10:24.660Z] --- PASS: TestContainerKillOnDaemonStart (13.10s) [2021-03-30T18:10:24.660Z] PASS [2021-03-30T18:10:24.660Z] [2021-03-30T18:10:24.660Z] === Skipped [2021-03-30T18:10:24.660Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-03-30T18:10:24.660Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-30T18:10:24.660Z] [2021-03-30T18:10:24.660Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-03-30T18:10:24.660Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-03-30T18:10:24.660Z] [2021-03-30T18:10:24.660Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-30T18:10:24.660Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-30T18:10:24.660Z] [2021-03-30T18:10:24.660Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-03-30T18:10:24.660Z] run_cgroupns_linux_test.go:72: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-03-30T18:10:24.660Z] [2021-03-30T18:10:24.660Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.01s) [2021-03-30T18:10:24.660Z] run_linux_test.go:24: !testEnv.DaemonInfo.KernelMemoryTCP [2021-03-30T18:10:24.660Z] [2021-03-30T18:10:24.660Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-03-30T18:10:24.660Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-30T18:10:24.660Z] [2021-03-30T18:10:24.660Z] [2021-03-30T18:10:24.660Z] DONE 196 tests, 6 skipped in 153.190s [2021-03-30T18:10:24.660Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-03-30T18:10:24.660Z] INFO: Testing against a local daemon [2021-03-30T18:10:24.660Z] === RUN TestCommitInheritsEnv [2021-03-30T18:10:24.660Z] --- PASS: TestCommitInheritsEnv (0.33s) [2021-03-30T18:10:24.660Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-30T18:10:24.660Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-30T18:10:24.660Z] === RUN TestImagesFilterMultiReference [2021-03-30T18:10:24.917Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-03-30T18:10:24.917Z] === RUN TestImagePullPlatformInvalid [2021-03-30T18:10:24.917Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-03-30T18:10:24.917Z] === RUN TestRemoveImageOrphaning [2021-03-30T18:10:25.172Z] --- PASS: TestRemoveImageOrphaning (0.30s) [2021-03-30T18:10:25.172Z] === RUN TestRemoveImageGarbageCollector [2021-03-30T18:10:26.372Z] Loaded image: buildpack-deps:buster [2021-03-30T18:10:26.372Z] Loaded image: busybox:latest [2021-03-30T18:10:26.647Z] Loaded image: busybox:glibc [2021-03-30T18:10:27.687Z] --- PASS: TestRemoveImageGarbageCollector (2.20s) [2021-03-30T18:10:27.687Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-30T18:10:27.687Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-03-30T18:10:27.687Z] === RUN TestTagInvalidReference [2021-03-30T18:10:27.687Z] --- PASS: TestTagInvalidReference (0.02s) [2021-03-30T18:10:27.687Z] === RUN TestTagValidPrefixedRepo [2021-03-30T18:10:27.687Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-03-30T18:10:27.687Z] === RUN TestTagExistedNameWithoutForce [2021-03-30T18:10:27.687Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-03-30T18:10:27.687Z] === RUN TestTagOfficialNames [2021-03-30T18:10:27.687Z] --- PASS: TestTagOfficialNames (0.05s) [2021-03-30T18:10:27.687Z] === RUN TestTagMatchesDigest [2021-03-30T18:10:27.687Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-03-30T18:10:27.687Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-30T18:10:28.567Z] Loaded image: debian:bullseye [2021-03-30T18:10:28.828Z] Loaded image: hello-world:latest [2021-03-30T18:10:29.088Z] Loaded image: arm32v7/hello-world:latest [2021-03-30T18:10:39.082Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.88s) [2021-03-30T18:10:39.082Z] PASS [2021-03-30T18:10:39.082Z] [2021-03-30T18:10:39.082Z] === Skipped [2021-03-30T18:10:39.082Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-03-30T18:10:39.082Z] build_session_test.go:25: TODO: BuildKit [2021-03-30T18:10:39.082Z] [2021-03-30T18:10:39.082Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-03-30T18:10:39.082Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-30T18:10:39.082Z] [2021-03-30T18:10:39.082Z] [2021-03-30T18:10:39.082Z] DONE 34 tests, 2 skipped in 121.107s [2021-03-30T18:10:39.082Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-03-30T18:10:39.082Z] ++ 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 [2021-03-30T18:10:39.082Z] ++ set -e [2021-03-30T18:10:39.082Z] ++ '[' -n 0 ']' [2021-03-30T18:10:39.082Z] ++ set -x [2021-03-30T18:10:39.082Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:10:39.082Z] INFO: Testing against a local daemon [2021-03-30T18:10:39.082Z] === RUN TestConfigInspect [2021-03-30T18:10:40.993Z] --- PASS: TestConfigInspect (2.88s) [2021-03-30T18:10:40.993Z] === RUN TestConfigList [2021-03-30T18:10:44.290Z] --- PASS: TestConfigList (3.26s) [2021-03-30T18:10:44.290Z] === RUN TestConfigsCreateAndDelete [2021-03-30T18:10:47.587Z] --- PASS: TestConfigsCreateAndDelete (3.22s) [2021-03-30T18:10:47.588Z] === RUN TestConfigsUpdate [2021-03-30T18:10:50.885Z] --- PASS: TestConfigsUpdate (3.23s) [2021-03-30T18:10:50.885Z] === RUN TestTemplatedConfig [2021-03-30T18:10:52.970Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-03-30T18:10:52.970Z] [2021-03-30T18:10:52.970Z] ________ ____ __. [2021-03-30T18:10:52.970Z] \_____ \ | |/ _| [2021-03-30T18:10:52.970Z] / | \| < [2021-03-30T18:10:52.970Z] / | \ | \ [2021-03-30T18:10:52.970Z] \_______ /____|__ \ [2021-03-30T18:10:52.970Z] \/ \/ [2021-03-30T18:10:52.970Z] [2021-03-30T18:10:52.970Z] INFO: make.ps1 ended at 03/30/2021 18:10:46 [2021-03-30T18:10:52.970Z] INFO: Binaries build ended at 03/30/2021 18:10:47. Duration:00:01:12.4902213 [2021-03-30T18:10:52.970Z] INFO: Copying the built daemon binary to d:\CI\PR-42226\2\binary\dockerd-77f15a087c.exe... [2021-03-30T18:10:52.970Z] INFO: Copying the built client binary to d:\CI\PR-42226\2\binary\docker-77f15a087c.exe... [2021-03-30T18:10:52.970Z] INFO: Copying dockerversion from the container... [2021-03-30T18:10:52.970Z] INFO: Copying the golang package from the container to d:\CI\PR-42226\2\installer\go.zip... [2021-03-30T18:10:52.970Z] INFO: Extracting go.zip to d:\CI\PR-42226\2\go [2021-03-30T18:10:55.087Z] --- PASS: TestTemplatedConfig (3.93s) [2021-03-30T18:10:55.087Z] === RUN TestConfigCreateResolve [2021-03-30T18:10:58.382Z] --- PASS: TestConfigCreateResolve (3.24s) [2021-03-30T18:10:58.382Z] === RUN TestConfigDaemonLibtrustID [2021-03-30T18:10:58.643Z] --- PASS: TestConfigDaemonLibtrustID (0.67s) [2021-03-30T18:10:58.643Z] PASS [2021-03-30T18:10:58.643Z] [2021-03-30T18:10:58.643Z] DONE 7 tests in 20.556s [2021-03-30T18:10:58.643Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-03-30T18:10:58.643Z] ++ 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 [2021-03-30T18:10:58.643Z] ++ set -e [2021-03-30T18:10:58.643Z] ++ '[' -n 0 ']' [2021-03-30T18:10:58.643Z] ++ set -x [2021-03-30T18:10:58.643Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:10:58.643Z] INFO: Testing against a local daemon [2021-03-30T18:10:58.643Z] === RUN TestCheckpoint [2021-03-30T18:10:58.643Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-30T18:10:58.643Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-30T18:10:58.643Z] === RUN TestContainerInvalidJSON [2021-03-30T18:10:58.643Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:10:58.643Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:10:58.643Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:10:58.643Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:10:58.643Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:10:58.643Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:10:58.643Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:10:58.643Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:10:58.643Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:10:58.643Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-03-30T18:10:58.643Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-30T18:10:58.643Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-30T18:10:58.643Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-30T18:10:58.643Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-30T18:10:58.903Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.11s) [2021-03-30T18:10:58.903Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-30T18:10:58.903Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2021-03-30T18:10:58.903Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-30T18:10:59.163Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2021-03-30T18:10:59.163Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-30T18:10:59.163Z] --- PASS: TestCopyToContainerPathIsNotDir (0.12s) [2021-03-30T18:10:59.163Z] === RUN TestCopyFromContainer [2021-03-30T18:11:01.709Z] === RUN TestCopyFromContainer// [2021-03-30T18:11:01.709Z] === RUN TestCopyFromContainer//bar/root [2021-03-30T18:11:01.709Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-30T18:11:01.709Z] === RUN TestCopyFromContainer/bar/quux [2021-03-30T18:11:01.969Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-30T18:11:01.969Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-30T18:11:02.230Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-30T18:11:02.230Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-30T18:11:02.490Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-30T18:11:02.490Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-30T18:11:02.750Z] --- PASS: TestCopyFromContainer (3.42s) [2021-03-30T18:11:02.750Z] --- PASS: TestCopyFromContainer// (0.11s) [2021-03-30T18:11:02.750Z] --- PASS: TestCopyFromContainer//bar/root (0.15s) [2021-03-30T18:11:02.750Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-03-30T18:11:02.750Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2021-03-30T18:11:02.750Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2021-03-30T18:11:02.750Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.11s) [2021-03-30T18:11:02.750Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2021-03-30T18:11:02.750Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.11s) [2021-03-30T18:11:02.750Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2021-03-30T18:11:02.750Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2021-03-30T18:11:02.750Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-30T18:11:02.750Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:11:02.750Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:11:02.750Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:11:02.750Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:11:02.750Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:11:02.750Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:11:02.750Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:11:02.750Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:11:02.750Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:11:02.750Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-03-30T18:11:02.750Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-30T18:11:02.750Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-30T18:11:02.750Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-30T18:11:02.750Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-30T18:11:02.750Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2021-03-30T18:11:02.750Z] === RUN TestCreateWithInvalidEnv [2021-03-30T18:11:02.750Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-30T18:11:02.750Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-30T18:11:02.750Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-30T18:11:02.750Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-30T18:11:02.750Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-30T18:11:02.750Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-30T18:11:02.750Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-30T18:11:02.750Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-30T18:11:02.750Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-30T18:11:02.750Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-30T18:11:02.750Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-30T18:11:02.750Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-30T18:11:02.750Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-30T18:11:02.750Z] === RUN TestCreateTmpfsMountsTarget [2021-03-30T18:11:02.750Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-03-30T18:11:02.750Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-30T18:11:06.048Z] --- PASS: TestCreateWithCustomMaskedPaths (2.69s) [2021-03-30T18:11:06.048Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-30T18:11:07.669Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-03-30T18:11:08.590Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.75s) [2021-03-30T18:11:08.590Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-30T18:11:08.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:11:08.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:11:08.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:11:08.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:11:08.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:11:08.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:11:08.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:11:08.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:11:08.590Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:11:08.590Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:11:08.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:11:08.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:11:08.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:11:08.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:11:08.590Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:11:08.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-03-30T18:11:08.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-03-30T18:11:08.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-03-30T18:11:08.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2021-03-30T18:11:08.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2021-03-30T18:11:08.590Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-03-30T18:11:08.590Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-30T18:11:09.532Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.97s) [2021-03-30T18:11:09.532Z] === RUN TestCreateDifferentPlatform [2021-03-30T18:11:09.532Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-30T18:11:09.532Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-30T18:11:09.532Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-03-30T18:11:09.532Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-30T18:11:09.532Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-30T18:11:09.532Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-30T18:11:09.532Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-03-30T18:11:09.532Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-30T18:11:09.532Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.10s) [2021-03-30T18:11:09.532Z] === RUN TestContainerStartOnDaemonRestart [2021-03-30T18:11:09.532Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-30T18:11:09.532Z] === RUN TestDaemonRestartIpcMode [2021-03-30T18:11:09.532Z] === PAUSE TestDaemonRestartIpcMode [2021-03-30T18:11:09.532Z] === RUN TestDaemonHostGatewayIP [2021-03-30T18:11:09.532Z] === PAUSE TestDaemonHostGatewayIP [2021-03-30T18:11:09.532Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-30T18:11:09.532Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-30T18:11:09.532Z] === RUN TestContainerKillOnDaemonStart [2021-03-30T18:11:09.532Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-30T18:11:09.532Z] === RUN TestDiff [2021-03-30T18:11:10.474Z] --- PASS: TestDiff (0.94s) [2021-03-30T18:11:10.474Z] === RUN TestExecWithCloseStdin [2021-03-30T18:11:10.795Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-30T18:11:10.795Z] [2021-03-30T18:11:10.795Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-30T18:11:10.795Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-30T18:11:10.795Z] HOSTNAME=1c2d948c857b [2021-03-30T18:11:10.795Z] TESTDEBUG=0 [2021-03-30T18:11:10.795Z] DEST=bundles/test-integration [2021-03-30T18:11:10.795Z] PWD=/go/src/github.com/docker/docker [2021-03-30T18:11:10.795Z] DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 [2021-03-30T18:11:10.795Z] container=docker [2021-03-30T18:11:10.795Z] HOME=/root [2021-03-30T18:11:10.795Z] GOLANG_VERSION=1.13.15 [2021-03-30T18:11:10.795Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-30T18:11:10.795Z] VALIDATE_BRANCH=master [2021-03-30T18:11:10.795Z] TERM=xterm [2021-03-30T18:11:10.795Z] DOCKER_PKG=github.com/docker/docker [2021-03-30T18:11:10.795Z] SHLVL=1 [2021-03-30T18:11:10.795Z] TIMEOUT=120m [2021-03-30T18:11:10.795Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-30T18:11:10.795Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-30T18:11:10.795Z] GO111MODULE=off [2021-03-30T18:11:10.795Z] DOCKER_EXPERIMENTAL=1 [2021-03-30T18:11:10.795Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-30T18:11:10.795Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-30T18:11:10.795Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-30T18:11:10.795Z] GOPATH=/go [2021-03-30T18:11:10.795Z] PKG_CONFIG=pkg-config [2021-03-30T18:11:10.795Z] _=/usr/bin/env [2021-03-30T18:11:10.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-30T18:11:10.877Z] INFO: Extraction ended at 03/30/2021 18:11:09. Duration:00:00:19.1300277 [2021-03-30T18:11:10.877Z] INFO: Updating the golang and path environment variables [2021-03-30T18:11:10.877Z] INFO: GOPATH=d:\gopath [2021-03-30T18:11:10.877Z] INFO: go version go1.13.15 windows/amd64 [2021-03-30T18:11:10.877Z] INFO: Running the daemon under test in debug mode [2021-03-30T18:11:10.877Z] INFO: Starting a daemon under test... [2021-03-30T18:11:10.877Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42226\2\daemon --pidfile d:\CI\PR-42226\2\docker.pid -D [2021-03-30T18:11:10.877Z] INFO: Process started successfully. [2021-03-30T18:11:10.877Z] INFO: Start tailing logs of the daemon under tests [2021-03-30T18:11:10.877Z] INFO: Waiting for the daemon under test to start... [2021-03-30T18:11:11.855Z] --- PASS: TestExecWithCloseStdin (1.20s) [2021-03-30T18:11:11.855Z] === RUN TestExec [2021-03-30T18:11:12.795Z] --- PASS: TestExec (1.21s) [2021-03-30T18:11:12.795Z] === RUN TestExecUser [2021-03-30T18:11:14.179Z] --- PASS: TestExecUser (1.20s) [2021-03-30T18:11:14.179Z] === RUN TestExportContainerAndImportImage [2021-03-30T18:11:14.862Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-30T18:11:15.561Z] --- PASS: TestExportContainerAndImportImage (1.25s) [2021-03-30T18:11:15.561Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-30T18:11:16.752Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-30T18:11:17.473Z] --- PASS: TestExportContainerAfterDaemonRestart (2.06s) [2021-03-30T18:11:17.473Z] === RUN TestHealthCheckWorkdir [2021-03-30T18:11:18.855Z] --- PASS: TestHealthCheckWorkdir (1.58s) [2021-03-30T18:11:18.855Z] === RUN TestHealthKillContainer [2021-03-30T18:11:22.150Z] --- PASS: TestHealthKillContainer (3.20s) [2021-03-30T18:11:22.150Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-30T18:11:23.090Z] --- PASS: TestInspectCpusetInConfigPre120 (0.99s) [2021-03-30T18:11:23.090Z] === RUN TestIpcModeNone [2021-03-30T18:11:24.474Z] --- PASS: TestIpcModeNone (1.18s) [2021-03-30T18:11:24.474Z] === RUN TestIpcModePrivate [2021-03-30T18:11:25.413Z] --- PASS: TestIpcModePrivate (1.21s) [2021-03-30T18:11:25.413Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:104, shared: false, mustBeShared: false [2021-03-30T18:11:25.413Z] === RUN TestIpcModeShareable [2021-03-30T18:11:25.696Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-03-30T18:11:25.696Z] tests/integration/client_test.py ..... [ 75%] [2021-03-30T18:11:25.696Z] tests/integration/context_api_test.py ... [ 76%] [2021-03-30T18:11:25.696Z] tests/integration/errors_test.py . [ 76%] [2021-03-30T18:11:26.796Z] --- PASS: TestIpcModeShareable (1.26s) [2021-03-30T18:11:26.796Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:98, shared: true, mustBeShared: true [2021-03-30T18:11:26.796Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-30T18:11:29.061Z] .....INFO: Daemon under test started and replied! [2021-03-30T18:11:29.061Z] INFO: Docker version of the daemon under test [2021-03-30T18:11:29.061Z] [2021-03-30T18:11:29.061Z] Client: [2021-03-30T18:11:29.061Z] Version: 17.06.2-ce [2021-03-30T18:11:29.061Z] API version: 1.30 [2021-03-30T18:11:29.061Z] Go version: go1.8.3 [2021-03-30T18:11:29.061Z] Git commit: cec0b72 [2021-03-30T18:11:29.061Z] Built: Tue Sep 5 19:57:19 2017 [2021-03-30T18:11:29.061Z] OS/Arch: windows/amd64 [2021-03-30T18:11:29.061Z] [2021-03-30T18:11:29.061Z] Server: [2021-03-30T18:11:29.061Z] Version: 0.0.0-dev [2021-03-30T18:11:29.061Z] API version: 1.41 (minimum version 1.24) [2021-03-30T18:11:29.061Z] Go version: go1.13.15 [2021-03-30T18:11:29.061Z] Git commit: 77f15a087c [2021-03-30T18:11:29.061Z] Built: 03/30/2021 18:09:39 [2021-03-30T18:11:29.061Z] OS/Arch: windows/amd64 [2021-03-30T18:11:29.061Z] Experimental: false [2021-03-30T18:11:29.061Z] [2021-03-30T18:11:29.061Z] INFO: Docker info of the daemon under test [2021-03-30T18:11:29.061Z] [2021-03-30T18:11:29.061Z] Containers: 0 [2021-03-30T18:11:29.061Z] Running: 0 [2021-03-30T18:11:29.061Z] Paused: 0 [2021-03-30T18:11:29.061Z] Stopped: 0 [2021-03-30T18:11:29.061Z] Images: 0 [2021-03-30T18:11:29.061Z] Server Version: 0.0.0-dev [2021-03-30T18:11:29.061Z] Storage Driver: windowsfilter [2021-03-30T18:11:29.061Z] Windows: [2021-03-30T18:11:29.061Z] Logging Driver: json-file [2021-03-30T18:11:29.061Z] Plugins: [2021-03-30T18:11:29.061Z] Volume: local [2021-03-30T18:11:29.061Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-03-30T18:11:29.061Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-03-30T18:11:29.061Z] Swarm: inactive [2021-03-30T18:11:29.061Z] Default Isolation: process [2021-03-30T18:11:29.062Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-03-30T18:11:29.062Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-03-30T18:11:29.062Z] OSType: windows [2021-03-30T18:11:29.062Z] Architecture: x86_64 [2021-03-30T18:11:29.062Z] CPUs: 4 [2021-03-30T18:11:29.062Z] Total Memory: 32GiB [2021-03-30T18:11:29.062Z] Name: azwin-2-b5ecb0 [2021-03-30T18:11:29.062Z] ID: QRYS:PLKM:XGDR:FQIT:232A:5JAD:TYCD:W77V:GMPW:N2KS:7SBU:4NQC [2021-03-30T18:11:29.062Z] Docker Root Dir: D:\CI\PR-42226\2\daemon [2021-03-30T18:11:29.062Z] Debug Mode (client): false [2021-03-30T18:11:29.062Z] Debug Mode (server): true [2021-03-30T18:11:29.062Z] File Descriptors: -1 [2021-03-30T18:11:29.062Z] Goroutines: 16 [2021-03-30T18:11:29.062Z] System Time: 2021-03-30T18:11:28.9983499Z [2021-03-30T18:11:29.062Z] EventsListeners: 0 [2021-03-30T18:11:29.062Z] Registry: https://index.docker.io/v1/ [2021-03-30T18:11:29.062Z] Labels: [2021-03-30T18:11:29.062Z] Experimental: false [2021-03-30T18:11:29.062Z] Insecure Registries: [2021-03-30T18:11:29.062Z] 127.0.0.0/8 [2021-03-30T18:11:29.062Z] Live Restore Enabled: false [2021-03-30T18:11:29.062Z] [2021-03-30T18:11:29.062Z] [2021-03-30T18:11:29.062Z] INFO: Docker images of the daemon under test [2021-03-30T18:11:29.062Z] [2021-03-30T18:11:29.534Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-03-30T18:11:29.534Z] [2021-03-30T18:11:29.534Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-03-30T18:11:29.534Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-03-30T18:11:29.534Z] ltsc2019: Pulling from windows/servercore [2021-03-30T18:11:30.008Z] 4612f6d0b889: Pulling fs layer [2021-03-30T18:11:30.008Z] 5ff1512f88ec: Pulling fs layer [2021-03-30T18:11:30.996Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.52s) [2021-03-30T18:11:30.996Z] === RUN TestAPIIpcModeHost [2021-03-30T18:11:31.566Z] --- PASS: TestAPIIpcModeHost (1.21s) [2021-03-30T18:11:31.566Z] === RUN TestDaemonIpcModeShareable [2021-03-30T18:11:31.854Z] --- PASS: TestImportExtremelyLargeImageWorks (105.43s) [2021-03-30T18:11:31.854Z] PASS [2021-03-30T18:11:31.854Z] [2021-03-30T18:11:31.854Z] === Skipped [2021-03-30T18:11:31.854Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-03-30T18:11:31.854Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-03-30T18:11:31.854Z] [2021-03-30T18:11:31.854Z] [2021-03-30T18:11:31.854Z] DONE 12 tests, 1 skipped in 109.394s [2021-03-30T18:11:31.854Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-03-30T18:11:31.854Z] INFO: Testing against a local daemon [2021-03-30T18:11:31.854Z] === RUN TestNetworkCreateDelete [2021-03-30T18:11:31.854Z] --- PASS: TestNetworkCreateDelete (0.44s) [2021-03-30T18:11:31.854Z] === RUN TestDockerNetworkDeletePreferID [2021-03-30T18:11:31.854Z] --- PASS: TestDockerNetworkDeletePreferID (1.24s) [2021-03-30T18:11:31.854Z] === RUN TestDaemonDNSFallback [2021-03-30T18:11:33.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-30T18:11:33.893Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-30T18:11:34.110Z] --- PASS: TestDaemonIpcModeShareable (2.23s) [2021-03-30T18:11:34.110Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2021-03-30T18:11:34.110Z] === RUN TestDaemonIpcModePrivate [2021-03-30T18:11:36.020Z] --- PASS: TestDaemonIpcModePrivate (2.15s) [2021-03-30T18:11:36.020Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2021-03-30T18:11:36.020Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-30T18:11:36.055Z] --- PASS: TestDaemonDNSFallback (8.12s) [2021-03-30T18:11:36.055Z] === RUN TestInspectNetwork [2021-03-30T18:11:36.055Z] --- SKIP: TestInspectNetwork (0.00s) [2021-03-30T18:11:36.055Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:11:36.055Z] === RUN TestRunContainerWithBridgeNone [2021-03-30T18:11:36.055Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-03-30T18:11:36.055Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] === RUN TestNetworkInvalidJSON [2021-03-30T18:11:36.055Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-30T18:11:36.055Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-30T18:11:36.055Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:11:36.055Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:11:36.055Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:11:36.055Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:11:36.055Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-30T18:11:36.055Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:11:36.055Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:11:36.055Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-03-30T18:11:36.055Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-30T18:11:36.055Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-30T18:11:36.055Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-30T18:11:36.055Z] === RUN TestNetworkList [2021-03-30T18:11:36.055Z] === RUN TestNetworkList//networks [2021-03-30T18:11:36.055Z] === PAUSE TestNetworkList//networks [2021-03-30T18:11:36.055Z] === RUN TestNetworkList//networks/ [2021-03-30T18:11:36.055Z] === PAUSE TestNetworkList//networks/ [2021-03-30T18:11:36.055Z] === CONT TestNetworkList//networks [2021-03-30T18:11:36.055Z] === CONT TestNetworkList//networks/ [2021-03-30T18:11:36.055Z] --- PASS: TestNetworkList (0.02s) [2021-03-30T18:11:36.055Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-30T18:11:36.055Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-30T18:11:36.055Z] === RUN TestHostIPv4BridgeLabel [2021-03-30T18:11:36.055Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-03-30T18:11:36.055Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-30T18:11:36.055Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-03-30T18:11:36.055Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] === RUN TestDaemonDefaultNetworkPools [2021-03-30T18:11:36.055Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-03-30T18:11:36.055Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-30T18:11:36.055Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-03-30T18:11:36.055Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-30T18:11:36.055Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-03-30T18:11:36.055Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-30T18:11:36.055Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-03-30T18:11:36.055Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] === RUN TestServiceWithPredefinedNetwork [2021-03-30T18:11:36.055Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-03-30T18:11:36.055Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:11:36.055Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-30T18:11:36.055Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-30T18:11:36.055Z] service_test.go:242: FLAKY_TEST [2021-03-30T18:11:36.055Z] === RUN TestServiceWithDataPathPortInit [2021-03-30T18:11:36.055Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-03-30T18:11:36.055Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:11:36.055Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-30T18:11:36.055Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-03-30T18:11:36.055Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:11:36.055Z] PASS [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] === Skipped [2021-03-30T18:11:36.055Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-03-30T18:11:36.055Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-03-30T18:11:36.055Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-03-30T18:11:36.055Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-03-30T18:11:36.055Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-03-30T18:11:36.055Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-03-30T18:11:36.055Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-03-30T18:11:36.055Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-03-30T18:11:36.055Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-03-30T18:11:36.055Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-30T18:11:36.055Z] service_test.go:242: FLAKY_TEST [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-03-30T18:11:36.055Z] service_test.go:334: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-03-30T18:11:36.055Z] service_test.go:401: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] DONE 22 tests, 12 skipped in 9.981s [2021-03-30T18:11:36.055Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-30T18:11:36.055Z] INFO: Testing against a local daemon [2021-03-30T18:11:36.055Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-30T18:11:36.055Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-03-30T18:11:36.055Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:11:36.055Z] === RUN TestDockerNetworkIpvlan [2021-03-30T18:11:36.055Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-30T18:11:36.055Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:11:36.055Z] PASS [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] === Skipped [2021-03-30T18:11:36.055Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-03-30T18:11:36.055Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-30T18:11:36.055Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] DONE 2 tests, 2 skipped in 0.112s [2021-03-30T18:11:36.055Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-30T18:11:36.055Z] INFO: Testing against a local daemon [2021-03-30T18:11:36.055Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-30T18:11:36.055Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-03-30T18:11:36.055Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] === RUN TestDockerNetworkMacvlan [2021-03-30T18:11:36.055Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-03-30T18:11:36.055Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] PASS [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] === Skipped [2021-03-30T18:11:36.055Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-03-30T18:11:36.055Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-03-30T18:11:36.055Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] DONE 2 tests, 2 skipped in 0.107s [2021-03-30T18:11:36.055Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-30T18:11:36.055Z] testing: warning: no tests to run [2021-03-30T18:11:36.055Z] PASS [2021-03-30T18:11:36.055Z] [2021-03-30T18:11:36.055Z] DONE 0 tests in 0.029s [2021-03-30T18:11:36.055Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-30T18:11:36.055Z] INFO: Testing against a local daemon [2021-03-30T18:11:36.055Z] === RUN TestAuthZPluginAllowRequest [2021-03-30T18:11:36.055Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-03-30T18:11:36.055Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.055Z] === RUN TestAuthZPluginTLS [2021-03-30T18:11:36.055Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-03-30T18:11:36.055Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.055Z] === RUN TestAuthZPluginDenyRequest [2021-03-30T18:11:36.055Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-03-30T18:11:36.055Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.055Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-30T18:11:36.055Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-03-30T18:11:36.055Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.055Z] === RUN TestAuthZPluginDenyResponse [2021-03-30T18:11:36.055Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-03-30T18:11:36.055Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.055Z] === RUN TestAuthZPluginAllowEventStream [2021-03-30T18:11:36.055Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-03-30T18:11:36.055Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.055Z] === RUN TestAuthZPluginErrorResponse [2021-03-30T18:11:36.055Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-03-30T18:11:36.055Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.055Z] === RUN TestAuthZPluginErrorRequest [2021-03-30T18:11:36.055Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-03-30T18:11:36.055Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.055Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-30T18:11:36.055Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-03-30T18:11:36.055Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.055Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-30T18:11:36.055Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-03-30T18:11:36.055Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.055Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-30T18:11:36.055Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-03-30T18:11:36.055Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.055Z] === RUN TestAuthZPluginHeader [2021-03-30T18:11:36.055Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-03-30T18:11:36.055Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.055Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-30T18:11:36.316Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.18s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] === RUN TestAuthZPluginV2Disable [2021-03-30T18:11:36.316Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-30T18:11:36.316Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-30T18:11:36.316Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-30T18:11:36.316Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] PASS [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === Skipped [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.18s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.01s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-03-30T18:11:36.316Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] [2021-03-30T18:11:36.316Z] DONE 17 tests, 17 skipped in 0.367s [2021-03-30T18:11:36.316Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-30T18:11:36.576Z] INFO: Testing against a local daemon [2021-03-30T18:11:36.576Z] === RUN TestPluginInvalidJSON [2021-03-30T18:11:36.576Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:11:36.576Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:11:36.576Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:11:36.576Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-03-30T18:11:36.576Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-30T18:11:36.576Z] === RUN TestPluginInstall [2021-03-30T18:11:36.576Z] --- SKIP: TestPluginInstall (0.00s) [2021-03-30T18:11:36.576Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.576Z] === RUN TestPluginsWithRuntimes [2021-03-30T18:11:36.576Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-03-30T18:11:36.576Z] plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-03-30T18:11:36.576Z] PASS [2021-03-30T18:11:36.576Z] [2021-03-30T18:11:36.576Z] === Skipped [2021-03-30T18:11:36.576Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-03-30T18:11:36.576Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-03-30T18:11:36.576Z] [2021-03-30T18:11:36.576Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-03-30T18:11:36.576Z] plugin_test.go:166: (*Execution).IsRootless-fm: Test not supported on rootless due to buggy daemon setup in rootless mode due to daemon restart [2021-03-30T18:11:36.576Z] [2021-03-30T18:11:36.576Z] [2021-03-30T18:11:36.576Z] DONE 4 tests, 2 skipped in 0.154s [2021-03-30T18:11:36.576Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-30T18:11:36.576Z] INFO: Testing against a local daemon [2021-03-30T18:11:36.576Z] === RUN TestExternalGraphDriver [2021-03-30T18:11:36.837Z] --- SKIP: TestExternalGraphDriver (0.07s) [2021-03-30T18:11:36.837Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-03-30T18:11:36.837Z] === RUN TestGraphdriverPluginV2 [2021-03-30T18:11:38.561Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.29s) [2021-03-30T18:11:38.561Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2021-03-30T18:11:38.561Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-30T18:11:40.472Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.24s) [2021-03-30T18:11:40.472Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2021-03-30T18:11:40.472Z] === RUN TestIpcModeOlderClient [2021-03-30T18:11:40.472Z] === PAUSE TestIpcModeOlderClient [2021-03-30T18:11:40.472Z] === RUN TestKillContainerInvalidSignal [2021-03-30T18:11:41.411Z] --- PASS: TestKillContainerInvalidSignal (0.96s) [2021-03-30T18:11:41.411Z] === RUN TestKillContainer [2021-03-30T18:11:41.411Z] === RUN TestKillContainer/no_signal [2021-03-30T18:11:42.351Z] === RUN TestKillContainer/non_killing_signal [2021-03-30T18:11:43.292Z] === RUN TestKillContainer/killing_signal [2021-03-30T18:11:43.419Z] --- PASS: TestGraphdriverPluginV2 (6.56s) [2021-03-30T18:11:43.419Z] PASS [2021-03-30T18:11:43.419Z] [2021-03-30T18:11:43.419Z] === Skipped [2021-03-30T18:11:43.419Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2021-03-30T18:11:43.419Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-03-30T18:11:43.419Z] [2021-03-30T18:11:43.419Z] [2021-03-30T18:11:43.419Z] DONE 2 tests, 1 skipped in 6.749s [2021-03-30T18:11:43.419Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-30T18:11:43.420Z] INFO: Testing against a local daemon [2021-03-30T18:11:43.420Z] === RUN TestContinueAfterPluginCrash [2021-03-30T18:11:43.420Z] === PAUSE TestContinueAfterPluginCrash [2021-03-30T18:11:43.420Z] === RUN TestReadPluginNoRead [2021-03-30T18:11:43.420Z] === PAUSE TestReadPluginNoRead [2021-03-30T18:11:43.420Z] === RUN TestDaemonStartWithLogOpt [2021-03-30T18:11:43.420Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-30T18:11:43.420Z] === CONT TestContinueAfterPluginCrash [2021-03-30T18:11:43.420Z] === CONT TestDaemonStartWithLogOpt [2021-03-30T18:11:44.232Z] --- PASS: TestKillContainer (2.96s) [2021-03-30T18:11:44.232Z] --- PASS: TestKillContainer/no_signal (0.97s) [2021-03-30T18:11:44.232Z] --- PASS: TestKillContainer/non_killing_signal (0.73s) [2021-03-30T18:11:44.232Z] --- PASS: TestKillContainer/killing_signal (0.92s) [2021-03-30T18:11:44.232Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-30T18:11:44.493Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-30T18:11:45.434Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-30T18:11:46.374Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.88s) [2021-03-30T18:11:46.374Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.92s) [2021-03-30T18:11:46.374Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.71s) [2021-03-30T18:11:46.374Z] === RUN TestKillStoppedContainer [2021-03-30T18:11:46.374Z] --- PASS: TestKillStoppedContainer (0.10s) [2021-03-30T18:11:46.374Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-30T18:11:46.374Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2021-03-30T18:11:46.374Z] === RUN TestKillDifferentUserContainer [2021-03-30T18:11:47.314Z] --- PASS: TestKillDifferentUserContainer (0.94s) [2021-03-30T18:11:47.314Z] === RUN TestInspectOomKilledTrue [2021-03-30T18:11:47.314Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-30T18:11:47.314Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:11:47.314Z] === RUN TestInspectOomKilledFalse [2021-03-30T18:11:47.314Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-30T18:11:47.314Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:11:47.314Z] === RUN TestLinksEtcHostsContentMatch [2021-03-30T18:11:48.254Z] --- PASS: TestLinksEtcHostsContentMatch (0.96s) [2021-03-30T18:11:48.254Z] === RUN TestLinksContainerNames [2021-03-30T18:11:50.002Z] --- PASS: TestDaemonStartWithLogOpt (6.58s) [2021-03-30T18:11:50.002Z] === CONT TestReadPluginNoRead [2021-03-30T18:11:50.164Z] --- PASS: TestLinksContainerNames (1.88s) [2021-03-30T18:11:50.164Z] === RUN TestLogsFollowTailEmpty [2021-03-30T18:11:51.104Z] --- PASS: TestLogsFollowTailEmpty (0.99s) [2021-03-30T18:11:51.104Z] === RUN TestContainerNetworkMountsNoChown [2021-03-30T18:11:51.726Z] #72 exporting layers 86.0s done [2021-03-30T18:11:51.726Z] #72 exporting manifest sha256:deda36dde177db262c0456ed71669ee9f513112140a45f709a8a35be9b278642 done [2021-03-30T18:11:51.726Z] #72 exporting config sha256:21f3c700c8cf9af7c299e4897017e00a6ec8c01a6636c4eb86981b6e11926bc9 done [2021-03-30T18:11:51.726Z] #72 sending tarball [2021-03-30T18:11:52.045Z] --- PASS: TestContainerNetworkMountsNoChown (0.95s) [2021-03-30T18:11:52.045Z] === RUN TestMountDaemonRoot [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/default [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/default [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/private [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/private [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/rprivate [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/slave [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/slave [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/rslave [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/shared [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/shared [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/rshared [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/default [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/rslave [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/rshared [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/slave [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/shared [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/rprivate [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/private [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-30T18:11:52.306Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:11:52.306Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:11:52.306Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-30T18:11:52.539Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-30T18:11:52.567Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:11:52.567Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:11:52.567Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-30T18:11:52.567Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:11:52.567Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:11:52.567Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:11:52.567Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:11:52.567Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-30T18:11:52.567Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:11:52.567Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:11:52.567Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-30T18:11:52.567Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.08s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.08s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.04s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2021-03-30T18:11:52.567Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2021-03-30T18:11:52.567Z] === RUN TestContainerBindMountNonRecursive [2021-03-30T18:11:54.205Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-30T18:11:54.205Z] --- PASS: TestContinueAfterPluginCrash (10.43s) [2021-03-30T18:11:55.207Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-03-30T18:11:55.379Z] 5ff1512f88ec: Verifying Checksum [2021-03-30T18:11:55.379Z] 5ff1512f88ec: Download complete [2021-03-30T18:11:55.864Z] --- PASS: TestContainerBindMountNonRecursive (2.84s) [2021-03-30T18:11:55.864Z] === RUN TestContainerVolumesMountedAsShared [2021-03-30T18:11:56.116Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-30T18:11:56.254Z] #72 ... [2021-03-30T18:11:56.254Z] [2021-03-30T18:11:56.254Z] #73 importing to docker [2021-03-30T18:11:56.254Z] #73 sha256:972103566bba192a5d91605a062d60511b127ca2c962b50b310e62b6c12e7c5d [2021-03-30T18:11:56.434Z] --- PASS: TestContainerVolumesMountedAsShared (0.73s) [2021-03-30T18:11:56.434Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-30T18:11:57.394Z] --- PASS: TestContainerVolumesMountedAsSlave (1.02s) [2021-03-30T18:11:57.394Z] === RUN TestNetworkNat [2021-03-30T18:11:58.350Z] --- PASS: TestNetworkNat (1.07s) [2021-03-30T18:11:58.350Z] === RUN TestNetworkLocalhostTCPNat [2021-03-30T18:11:58.659Z] === RUN TestReadPluginNoRead/default [2021-03-30T18:11:59.301Z] --- PASS: TestNetworkLocalhostTCPNat (1.09s) [2021-03-30T18:11:59.301Z] === RUN TestNetworkLoopbackNat [2021-03-30T18:12:01.021Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-30T18:12:01.211Z] --- PASS: TestReadPluginNoRead (11.00s) [2021-03-30T18:12:01.211Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.48s) [2021-03-30T18:12:01.211Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.44s) [2021-03-30T18:12:01.211Z] --- PASS: TestReadPluginNoRead/default (2.49s) [2021-03-30T18:12:01.211Z] read_test.go:92: [deb22b2a82dce] daemon is not started [2021-03-30T18:12:01.211Z] PASS [2021-03-30T18:12:01.211Z] [2021-03-30T18:12:01.211Z] DONE 6 tests in 17.697s [2021-03-30T18:12:01.211Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-30T18:12:01.211Z] testing: warning: no tests to run [2021-03-30T18:12:01.211Z] PASS [2021-03-30T18:12:01.211Z] [2021-03-30T18:12:01.211Z] DONE 0 tests in 0.040s [2021-03-30T18:12:01.211Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-30T18:12:01.211Z] INFO: Testing against a local daemon [2021-03-30T18:12:01.211Z] === RUN TestPluginWithDevMounts [2021-03-30T18:12:01.211Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-03-30T18:12:01.211Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-03-30T18:12:01.211Z] PASS [2021-03-30T18:12:01.211Z] [2021-03-30T18:12:01.211Z] === Skipped [2021-03-30T18:12:01.211Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-03-30T18:12:01.211Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-03-30T18:12:01.211Z] [2021-03-30T18:12:01.211Z] [2021-03-30T18:12:01.211Z] DONE 1 tests, 1 skipped in 0.121s [2021-03-30T18:12:01.211Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-03-30T18:12:01.471Z] INFO: Testing against a local daemon [2021-03-30T18:12:01.471Z] === RUN TestSecretInspect [2021-03-30T18:12:01.471Z] --- SKIP: TestSecretInspect (0.02s) [2021-03-30T18:12:01.471Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.471Z] === RUN TestSecretList [2021-03-30T18:12:01.471Z] --- SKIP: TestSecretList (0.01s) [2021-03-30T18:12:01.471Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.471Z] === RUN TestSecretsCreateAndDelete [2021-03-30T18:12:01.471Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-03-30T18:12:01.471Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.471Z] === RUN TestSecretsUpdate [2021-03-30T18:12:01.471Z] --- SKIP: TestSecretsUpdate (0.02s) [2021-03-30T18:12:01.471Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.471Z] === RUN TestTemplatedSecret [2021-03-30T18:12:01.471Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-03-30T18:12:01.471Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.471Z] === RUN TestSecretCreateResolve [2021-03-30T18:12:01.471Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-03-30T18:12:01.471Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.471Z] PASS [2021-03-30T18:12:01.471Z] [2021-03-30T18:12:01.471Z] === Skipped [2021-03-30T18:12:01.471Z] === SKIP: amd64.integration.secret TestSecretInspect (0.02s) [2021-03-30T18:12:01.471Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.471Z] [2021-03-30T18:12:01.471Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-03-30T18:12:01.471Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.471Z] [2021-03-30T18:12:01.471Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2021-03-30T18:12:01.471Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.471Z] [2021-03-30T18:12:01.471Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2021-03-30T18:12:01.471Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.471Z] [2021-03-30T18:12:01.471Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-03-30T18:12:01.471Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.471Z] [2021-03-30T18:12:01.471Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-03-30T18:12:01.471Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.472Z] [2021-03-30T18:12:01.472Z] [2021-03-30T18:12:01.472Z] DONE 6 tests, 6 skipped in 0.185s [2021-03-30T18:12:01.472Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-03-30T18:12:01.472Z] INFO: Testing against a local daemon [2021-03-30T18:12:01.472Z] === RUN TestServiceCreateInit [2021-03-30T18:12:01.472Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-30T18:12:01.472Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-30T18:12:01.472Z] --- PASS: TestServiceCreateInit (0.01s) [2021-03-30T18:12:01.472Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-30T18:12:01.472Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.472Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-30T18:12:01.472Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.472Z] === RUN TestCreateServiceMultipleTimes [2021-03-30T18:12:01.472Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-03-30T18:12:01.472Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.472Z] === RUN TestCreateServiceConflict [2021-03-30T18:12:01.472Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-03-30T18:12:01.472Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.472Z] === RUN TestCreateServiceMaxReplicas [2021-03-30T18:12:01.657Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-30T18:12:01.733Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-03-30T18:12:01.733Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.733Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-30T18:12:01.733Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-03-30T18:12:01.733Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.733Z] === RUN TestCreateServiceSecretFileMode [2021-03-30T18:12:01.733Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s) [2021-03-30T18:12:01.733Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.733Z] === RUN TestCreateServiceConfigFileMode [2021-03-30T18:12:01.733Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-03-30T18:12:01.733Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.733Z] === RUN TestCreateServiceSysctls [2021-03-30T18:12:01.733Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-03-30T18:12:01.733Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.733Z] === RUN TestCreateServiceCapabilities [2021-03-30T18:12:01.733Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-03-30T18:12:01.733Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.733Z] === RUN TestInspect [2021-03-30T18:12:01.733Z] --- SKIP: TestInspect (0.01s) [2021-03-30T18:12:01.733Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.733Z] === RUN TestCreateJob [2021-03-30T18:12:01.733Z] --- SKIP: TestCreateJob (0.01s) [2021-03-30T18:12:01.733Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.733Z] === RUN TestReplicatedJob [2021-03-30T18:12:01.733Z] --- SKIP: TestReplicatedJob (0.01s) [2021-03-30T18:12:01.733Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.733Z] === RUN TestUpdateReplicatedJob [2021-03-30T18:12:01.733Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-03-30T18:12:01.733Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.733Z] === RUN TestServiceListWithStatuses [2021-03-30T18:12:01.733Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-30T18:12:01.733Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-30T18:12:01.733Z] === RUN TestDockerNetworkConnectAlias [2021-03-30T18:12:01.733Z] --- SKIP: TestDockerNetworkConnectAlias (0.02s) [2021-03-30T18:12:01.733Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.733Z] === RUN TestDockerNetworkReConnect [2021-03-30T18:12:01.733Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2021-03-30T18:12:01.733Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:01.733Z] === RUN TestServicePlugin [2021-03-30T18:12:02.582Z] 4612f6d0b889: Verifying Checksum [2021-03-30T18:12:02.582Z] 4612f6d0b889: Download complete [2021-03-30T18:12:02.693Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-30T18:12:03.501Z] --- PASS: TestNetworkLoopbackNat (3.57s) [2021-03-30T18:12:03.501Z] === RUN TestPause [2021-03-30T18:12:03.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-30T18:12:03.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-30T18:12:04.071Z] --- PASS: TestPause (1.00s) [2021-03-30T18:12:04.071Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-30T18:12:04.071Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-30T18:12:04.071Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-30T18:12:04.071Z] === RUN TestPauseStopPausedContainer [2021-03-30T18:12:05.012Z] --- PASS: TestPauseStopPausedContainer (1.06s) [2021-03-30T18:12:05.012Z] === RUN TestPsFilter [2021-03-30T18:12:05.236Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-30T18:12:05.272Z] --- PASS: TestPsFilter (0.33s) [2021-03-30T18:12:05.272Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-30T18:12:05.936Z] --- SKIP: TestServicePlugin (3.71s) [2021-03-30T18:12:05.936Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.936Z] === RUN TestServiceUpdateLabel [2021-03-30T18:12:05.936Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-03-30T18:12:05.936Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.936Z] === RUN TestServiceUpdateSecrets [2021-03-30T18:12:05.936Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-03-30T18:12:05.936Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.936Z] === RUN TestServiceUpdateConfigs [2021-03-30T18:12:05.936Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-03-30T18:12:05.936Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.936Z] === RUN TestServiceUpdateNetwork [2021-03-30T18:12:05.936Z] --- SKIP: TestServiceUpdateNetwork (0.02s) [2021-03-30T18:12:05.936Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.936Z] === RUN TestServiceUpdatePidsLimit [2021-03-30T18:12:05.936Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-03-30T18:12:05.936Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.936Z] PASS [2021-03-30T18:12:05.936Z] [2021-03-30T18:12:05.936Z] === Skipped [2021-03-30T18:12:05.936Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-30T18:12:05.936Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-30T18:12:05.936Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.936Z] [2021-03-30T18:12:05.936Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-30T18:12:05.936Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-30T18:12:05.936Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.936Z] [2021-03-30T18:12:05.936Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-03-30T18:12:05.936Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.936Z] [2021-03-30T18:12:05.936Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-03-30T18:12:05.936Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.936Z] [2021-03-30T18:12:05.936Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-03-30T18:12:05.936Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.936Z] [2021-03-30T18:12:05.936Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-03-30T18:12:05.936Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.936Z] [2021-03-30T18:12:05.936Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s) [2021-03-30T18:12:05.936Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.936Z] [2021-03-30T18:12:05.936Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-03-30T18:12:05.936Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.936Z] [2021-03-30T18:12:05.936Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-03-30T18:12:05.936Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.936Z] [2021-03-30T18:12:05.936Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-03-30T18:12:05.937Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.937Z] [2021-03-30T18:12:05.937Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-03-30T18:12:05.937Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.937Z] [2021-03-30T18:12:05.937Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-03-30T18:12:05.937Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.937Z] [2021-03-30T18:12:05.937Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-03-30T18:12:05.937Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.937Z] [2021-03-30T18:12:05.937Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-03-30T18:12:05.937Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.937Z] [2021-03-30T18:12:05.937Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-03-30T18:12:05.937Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-30T18:12:05.937Z] [2021-03-30T18:12:05.937Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.02s) [2021-03-30T18:12:05.937Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.937Z] [2021-03-30T18:12:05.937Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2021-03-30T18:12:05.937Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.937Z] [2021-03-30T18:12:05.937Z] === SKIP: amd64.integration.service TestServicePlugin (3.71s) [2021-03-30T18:12:05.937Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.937Z] [2021-03-30T18:12:05.937Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-03-30T18:12:05.937Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.937Z] [2021-03-30T18:12:05.937Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-03-30T18:12:05.937Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.937Z] [2021-03-30T18:12:05.937Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-03-30T18:12:05.937Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.937Z] [2021-03-30T18:12:05.937Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s) [2021-03-30T18:12:05.937Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.937Z] [2021-03-30T18:12:05.937Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-03-30T18:12:05.937Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-03-30T18:12:05.937Z] [2021-03-30T18:12:05.937Z] [2021-03-30T18:12:05.937Z] DONE 24 tests, 23 skipped in 4.111s [2021-03-30T18:12:05.937Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-03-30T18:12:05.937Z] INFO: Testing against a local daemon [2021-03-30T18:12:05.937Z] === RUN TestSessionCreate [2021-03-30T18:12:05.937Z] --- PASS: TestSessionCreate (0.02s) [2021-03-30T18:12:05.937Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-30T18:12:05.937Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-03-30T18:12:05.937Z] PASS [2021-03-30T18:12:05.937Z] [2021-03-30T18:12:05.937Z] DONE 2 tests in 0.142s [2021-03-30T18:12:05.937Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-03-30T18:12:05.937Z] INFO: Testing against a local daemon [2021-03-30T18:12:05.937Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-30T18:12:05.937Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-30T18:12:05.937Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-30T18:12:05.937Z] === RUN TestEventsExecDie [2021-03-30T18:12:06.213Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.91s) [2021-03-30T18:12:06.213Z] === RUN TestRemoveContainerWithVolume [2021-03-30T18:12:06.880Z] --- PASS: TestEventsExecDie (0.99s) [2021-03-30T18:12:06.880Z] === RUN TestEventsBackwardsCompatible [2021-03-30T18:12:06.880Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-03-30T18:12:06.880Z] === RUN TestInfoBinaryCommits [2021-03-30T18:12:06.880Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-03-30T18:12:06.880Z] === RUN TestInfoAPIVersioned [2021-03-30T18:12:06.880Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-30T18:12:06.880Z] === RUN TestInfoDiscoveryBackend [2021-03-30T18:12:07.154Z] --- PASS: TestRemoveContainerWithVolume (0.91s) [2021-03-30T18:12:07.154Z] === RUN TestRemoveContainerRunning [2021-03-30T18:12:07.305Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-30T18:12:08.095Z] --- PASS: TestRemoveContainerRunning (0.98s) [2021-03-30T18:12:08.095Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-30T18:12:08.790Z] --- PASS: TestInfoDiscoveryBackend (1.77s) [2021-03-30T18:12:08.791Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-30T18:12:08.813Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-30T18:12:09.035Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.96s) [2021-03-30T18:12:09.035Z] === RUN TestRemoveInvalidContainer [2021-03-30T18:12:09.296Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-30T18:12:09.296Z] === RUN TestRenameLinkedContainer [2021-03-30T18:12:09.848Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-30T18:12:10.481Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-30T18:12:11.517Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-30T18:12:12.086Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s) [2021-03-30T18:12:12.086Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-30T18:12:12.086Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-03-30T18:12:12.086Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:12:12.086Z] === RUN TestInfoAPI [2021-03-30T18:12:12.086Z] --- PASS: TestInfoAPI (0.02s) [2021-03-30T18:12:12.086Z] === RUN TestInfoAPIWarnings [2021-03-30T18:12:12.551Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-30T18:12:13.496Z] --- PASS: TestRenameLinkedContainer (3.78s) [2021-03-30T18:12:13.496Z] === RUN TestRenameStoppedContainer [2021-03-30T18:12:13.756Z] --- PASS: TestRenameStoppedContainer (0.94s) [2021-03-30T18:12:13.756Z] === RUN TestRenameRunningContainerAndReuse [2021-03-30T18:12:14.059Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-30T18:12:14.693Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-30T18:12:14.910Z] #73 DONE 16.2s [2021-03-30T18:12:14.910Z] [2021-03-30T18:12:14.910Z] #72 exporting to oci image format [2021-03-30T18:12:14.910Z] #72 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-03-30T18:12:14.910Z] #72 sending tarball 32.1s done [2021-03-30T18:12:14.910Z] #72 DONE 118.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-03-30T18:12:15.387Z] ......... [ 86%] [2021-03-30T18:12:15.410Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-42226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/test/unit [2021-03-30T18:12:15.669Z] --- PASS: TestRenameRunningContainerAndReuse (1.89s) [2021-03-30T18:12:15.669Z] === RUN TestRenameInvalidName [2021-03-30T18:12:15.727Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-30T18:12:16.361Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-30T18:12:16.361Z] Using test binary docker [2021-03-30T18:12:16.361Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-30T18:12:16.361Z] +++ /etc/init.d/apparmor start [2021-03-30T18:12:16.610Z] --- PASS: TestRenameInvalidName (0.93s) [2021-03-30T18:12:16.610Z] === RUN TestRenameAnonymousContainer [2021-03-30T18:12:16.653Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-30T18:12:16.653Z] INFO: Waiting for daemon to start... [2021-03-30T18:12:16.653Z] Starting dockerd [2021-03-30T18:12:16.653Z] +++ 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 [2021-03-30T18:12:18.723Z] . [2021-03-30T18:12:18.723Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-30T18:12:18.723Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-30T18:12:18.723Z] Error: No such image: emptyfs [2021-03-30T18:12:18.723Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-30T18:12:18.723Z] ++++ docker load [2021-03-30T18:12:18.987Z] ? github.com/docker/docker/api [no test files] [2021-03-30T18:12:19.054Z] Running integration-test (iteration 1) [2021-03-30T18:12:19.054Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2021-03-30T18:12:19.054Z] ++ 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 [2021-03-30T18:12:19.054Z] ++ set -e [2021-03-30T18:12:19.054Z] ++ '[' -n 0 ']' [2021-03-30T18:12:19.054Z] ++ set -x [2021-03-30T18:12:19.054Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:12:19.079Z] --- PASS: TestImportExtremelyLargeImageWorks (105.88s) [2021-03-30T18:12:19.079Z] PASS [2021-03-30T18:12:19.079Z] [2021-03-30T18:12:19.079Z] DONE 12 tests in 109.030s [2021-03-30T18:12:19.079Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-03-30T18:12:19.079Z] INFO: Testing against a local daemon [2021-03-30T18:12:19.079Z] === RUN TestNetworkCreateDelete [2021-03-30T18:12:19.079Z] --- PASS: TestNetworkCreateDelete (0.47s) [2021-03-30T18:12:19.079Z] === RUN TestDockerNetworkDeletePreferID [2021-03-30T18:12:19.079Z] --- PASS: TestDockerNetworkDeletePreferID (1.33s) [2021-03-30T18:12:19.079Z] === RUN TestDaemonDNSFallback [2021-03-30T18:12:20.810Z] tests/integration/models_images_test.py ............... [ 89%] [2021-03-30T18:12:21.891Z] --- PASS: TestRenameAnonymousContainer (4.45s) [2021-03-30T18:12:21.891Z] === RUN TestRenameContainerWithSameName [2021-03-30T18:12:22.152Z] --- PASS: TestRenameContainerWithSameName (0.95s) [2021-03-30T18:12:22.152Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-30T18:12:22.341Z] --- PASS: TestDaemonDNSFallback (7.22s) [2021-03-30T18:12:22.341Z] === RUN TestInspectNetwork [2021-03-30T18:12:24.061Z] --- PASS: TestRenameContainerWithLinkedContainer (1.92s) [2021-03-30T18:12:24.061Z] === RUN TestResize [2021-03-30T18:12:24.392Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-30T18:12:25.002Z] --- PASS: TestResize (0.99s) [2021-03-30T18:12:25.002Z] === RUN TestResizeWithInvalidSize [2021-03-30T18:12:25.364Z] tests/integration/models_networks_test.py .... [ 90%] [2021-03-30T18:12:25.942Z] --- PASS: TestResizeWithInvalidSize (0.99s) [2021-03-30T18:12:25.942Z] === RUN TestResizeWhenContainerNotStarted [2021-03-30T18:12:26.885Z] --- PASS: TestResizeWhenContainerNotStarted (0.95s) [2021-03-30T18:12:26.885Z] === RUN TestDaemonRestartKillContainers [2021-03-30T18:12:26.885Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-30T18:12:26.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-30T18:12:26.885Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-30T18:12:26.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-30T18:12:26.885Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-30T18:12:26.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-30T18:12:26.885Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-30T18:12:26.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-30T18:12:26.885Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-30T18:12:26.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-30T18:12:26.885Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-30T18:12:26.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-30T18:12:26.885Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-30T18:12:26.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-30T18:12:26.885Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-30T18:12:26.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-30T18:12:26.885Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:12:26.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:12:26.885Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:12:26.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:12:26.885Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:12:26.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:12:26.885Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:12:26.885Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:12:26.885Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-30T18:12:26.885Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-30T18:12:26.885Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:12:26.885Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:12:27.583Z] === RUN TestInspectNetwork/full_network_id [2021-03-30T18:12:27.583Z] === RUN TestInspectNetwork/partial_network_id [2021-03-30T18:12:27.583Z] === RUN TestInspectNetwork/network_name [2021-03-30T18:12:27.583Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-30T18:12:28.806Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-30T18:12:28.806Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-30T18:12:29.468Z] Loaded image: buildpack-deps:buster [2021-03-30T18:12:29.468Z] Loaded image: busybox:latest [2021-03-30T18:12:29.468Z] Loaded image: busybox:glibc [2021-03-30T18:12:29.750Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-30T18:12:30.012Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:12:30.192Z] --- PASS: TestInfoAPIWarnings (17.74s) [2021-03-30T18:12:30.192Z] === RUN TestInfoDebug [2021-03-30T18:12:30.505Z] Loaded image: debian:bullseye [2021-03-30T18:12:30.505Z] Loaded image: hello-world:latest [2021-03-30T18:12:30.599Z] tests/integration/models_nodes_test.py . [ 91%] [2021-03-30T18:12:30.797Z] Loaded image: arm32v7/hello-world:latest [2021-03-30T18:12:30.797Z] INFO: Testing against a local daemon [2021-03-30T18:12:30.797Z] === RUN TestCgroupNamespacesBuild [2021-03-30T18:12:31.575Z] --- PASS: TestInfoDebug (1.75s) [2021-03-30T18:12:31.575Z] === RUN TestInfoInsecureRegistries [2021-03-30T18:12:31.745Z] --- PASS: TestInspectNetwork (8.59s) [2021-03-30T18:12:31.745Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-30T18:12:31.745Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-30T18:12:31.745Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-30T18:12:31.745Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-30T18:12:31.745Z] === RUN TestRunContainerWithBridgeNone [2021-03-30T18:12:31.928Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-30T18:12:31.928Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-30T18:12:32.485Z] tests/integration/models_resources_test.py . [ 91%] [2021-03-30T18:12:32.869Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:12:33.485Z] --- PASS: TestInfoInsecureRegistries (1.77s) [2021-03-30T18:12:33.485Z] === RUN TestInfoRegistryMirrors [2021-03-30T18:12:33.538Z] --- PASS: TestCgroupNamespacesBuild (2.23s) [2021-03-30T18:12:33.538Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-30T18:12:34.256Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-30T18:12:34.261Z] --- PASS: TestRunContainerWithBridgeNone (3.16s) [2021-03-30T18:12:34.261Z] === RUN TestNetworkInvalidJSON [2021-03-30T18:12:34.261Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-30T18:12:34.261Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-30T18:12:34.261Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:12:34.261Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:12:34.261Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:12:34.261Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:12:34.261Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-30T18:12:34.261Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:12:34.261Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:12:34.261Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-03-30T18:12:34.261Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-30T18:12:34.261Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-30T18:12:34.261Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-30T18:12:34.261Z] === RUN TestNetworkList [2021-03-30T18:12:34.261Z] === RUN TestNetworkList//networks [2021-03-30T18:12:34.261Z] === PAUSE TestNetworkList//networks [2021-03-30T18:12:34.261Z] === RUN TestNetworkList//networks/ [2021-03-30T18:12:34.261Z] === PAUSE TestNetworkList//networks/ [2021-03-30T18:12:34.261Z] === CONT TestNetworkList//networks [2021-03-30T18:12:34.261Z] === CONT TestNetworkList//networks/ [2021-03-30T18:12:34.261Z] --- PASS: TestNetworkList (0.01s) [2021-03-30T18:12:34.261Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-30T18:12:34.261Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-30T18:12:34.261Z] === RUN TestHostIPv4BridgeLabel [2021-03-30T18:12:35.187Z] --- PASS: TestHostIPv4BridgeLabel (0.90s) [2021-03-30T18:12:35.187Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-30T18:12:35.396Z] --- PASS: TestInfoRegistryMirrors (1.77s) [2021-03-30T18:12:35.396Z] === RUN TestLoginFailsWithBadCredentials [2021-03-30T18:12:35.396Z] --- PASS: TestLoginFailsWithBadCredentials (0.18s) [2021-03-30T18:12:35.396Z] === RUN TestPingCacheHeaders [2021-03-30T18:12:35.396Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-03-30T18:12:35.396Z] === RUN TestPingGet [2021-03-30T18:12:35.396Z] --- PASS: TestPingGet (0.01s) [2021-03-30T18:12:35.396Z] === RUN TestPingHead [2021-03-30T18:12:35.396Z] --- PASS: TestPingHead (0.02s) [2021-03-30T18:12:35.396Z] === RUN TestVersion [2021-03-30T18:12:35.396Z] --- PASS: TestVersion (0.03s) [2021-03-30T18:12:35.396Z] PASS [2021-03-30T18:12:35.396Z] [2021-03-30T18:12:35.396Z] === Skipped [2021-03-30T18:12:35.396Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-30T18:12:35.396Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-30T18:12:35.396Z] [2021-03-30T18:12:35.396Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-03-30T18:12:35.396Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-03-30T18:12:35.396Z] [2021-03-30T18:12:35.396Z] [2021-03-30T18:12:35.396Z] DONE 18 tests, 2 skipped in 29.649s [2021-03-30T18:12:35.396Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-03-30T18:12:35.396Z] INFO: Testing against a local daemon [2021-03-30T18:12:35.396Z] === RUN TestVolumesCreateAndList [2021-03-30T18:12:35.396Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-03-30T18:12:35.396Z] === RUN TestVolumesRemove [2021-03-30T18:12:35.608Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.16s) [2021-03-30T18:12:35.608Z] === RUN TestBuildWithSession [2021-03-30T18:12:35.608Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-30T18:12:35.608Z] build_session_test.go:25: TODO: BuildKit [2021-03-30T18:12:35.608Z] === RUN TestBuildSquashParent [2021-03-30T18:12:35.656Z] --- PASS: TestVolumesRemove (0.05s) [2021-03-30T18:12:35.656Z] === RUN TestVolumesInspect [2021-03-30T18:12:35.656Z] --- PASS: TestVolumesInspect (0.02s) [2021-03-30T18:12:35.656Z] === RUN TestVolumesInvalidJSON [2021-03-30T18:12:35.656Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-30T18:12:35.656Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-30T18:12:35.657Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-30T18:12:35.657Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-03-30T18:12:35.657Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-30T18:12:35.657Z] PASS [2021-03-30T18:12:35.657Z] [2021-03-30T18:12:35.657Z] DONE 5 tests in 0.208s [2021-03-30T18:12:35.657Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-30T18:12:35.657Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12241 is not a child of this shell [2021-03-30T18:12:35.657Z] warning: PID 12241 from bundles/test-integration/docker.pid had a nonzero exit code [2021-03-30T18:12:35.657Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-30T18:12:35.657Z] [2021-03-30T18:12:35.657Z] Unloading profiles will leave already running processes permanently [2021-03-30T18:12:35.657Z] unconfined, which can lead to unexpected situations. [2021-03-30T18:12:35.657Z] [2021-03-30T18:12:35.657Z] To set a process to complain mode, use the command line tool [2021-03-30T18:12:35.657Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-30T18:12:35.657Z] Removing test suite binaries [2021-03-30T18:12:35.657Z] exiting test-integration [2021-03-30T18:12:35.657Z] ++ exit 0 [2021-03-30T18:12:35.657Z] [2021-03-30T18:12:36.797Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-30T18:12:36.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.71s) [2021-03-30T18:12:36.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.84s) [2021-03-30T18:12:36.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.87s) [2021-03-30T18:12:36.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.93s) [2021-03-30T18:12:36.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.93s) [2021-03-30T18:12:36.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.70s) [2021-03-30T18:12:36.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.86s) [2021-03-30T18:12:36.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.17s) [2021-03-30T18:12:36.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.62s) [2021-03-30T18:12:36.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.93s) [2021-03-30T18:12:36.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.97s) [2021-03-30T18:12:36.797Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.39s) [2021-03-30T18:12:36.797Z] === RUN TestCgroupNamespacesRun [2021-03-30T18:12:37.075Z] --- PASS: TestDaemonRestartWithLiveRestore (1.57s) [2021-03-30T18:12:37.075Z] === RUN TestDaemonDefaultNetworkPools Post stage [Pipeline] junit [2021-03-30T18:12:37.585Z] Recording test results [2021-03-30T18:12:37.683Z] ok github.com/docker/docker/api/server 0.058s coverage: 9.0% of statements [2021-03-30T18:12:38.227Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-30T18:12:38.438Z] --- PASS: TestDaemonDefaultNetworkPools (1.39s) [2021-03-30T18:12:38.438Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-30T18:12:38.534Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-03-30T18:12:38.578Z] + echo Ensuring container killed. [2021-03-30T18:12:38.578Z] Ensuring container killed. [2021-03-30T18:12:38.578Z] + docker rm -vf docker-pr2 [2021-03-30T18:12:38.578Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-03-30T18:12:38.726Z] --- PASS: TestCgroupNamespacesRun (2.18s) [2021-03-30T18:12:38.726Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-30T18:12:38.871Z] + echo Chowning /workspace to jenkins user [2021-03-30T18:12:38.871Z] Chowning /workspace to jenkins user [2021-03-30T18:12:38.871Z] + id -u [2021-03-30T18:12:38.871Z] + id -g [2021-03-30T18:12:38.871Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42226:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-30T18:12:40.327Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.05s) [2021-03-30T18:12:40.327Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-30T18:12:40.563Z] + bundleName=amd64-rootless [2021-03-30T18:12:40.563Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-03-30T18:12:40.563Z] Creating amd64-rootless-bundles.tar.gz [2021-03-30T18:12:40.563Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2021-03-30T18:12:40.563Z] + 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 [2021-03-30T18:12:40.576Z] Archiving artifacts [2021-03-30T18:12:40.638Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.70s) [2021-03-30T18:12:40.638Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-30T18:12:40.835Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42226/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-30T18:12:41.150Z] + make clean [2021-03-30T18:12:41.151Z] docker volume rm -f docker-dev-cache [2021-03-30T18:12:41.411Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T18:12:42.301Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-03-30T18:12:42.301Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-03-30T18:12:42.550Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.22s) [2021-03-30T18:12:42.550Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-30T18:12:42.841Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.68s) [2021-03-30T18:12:42.841Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-30T18:12:43.801Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.88s) [2021-03-30T18:12:43.801Z] === RUN TestServiceWithPredefinedNetwork [2021-03-30T18:12:44.102Z] --- PASS: TestBuildSquashParent (8.14s) [2021-03-30T18:12:44.102Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-30T18:12:44.102Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:12:44.102Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:12:44.102Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:12:44.102Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:12:44.102Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:12:44.102Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:12:44.102Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:12:44.102Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:12:44.102Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:12:44.102Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:12:44.102Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:12:44.102Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:12:44.102Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:12:44.102Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:12:45.092Z] --- PASS: TestCgroupNamespacesRunHostMode (2.16s) [2021-03-30T18:12:45.092Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-30T18:12:46.218Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:12:46.218Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:12:47.005Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.13s) [2021-03-30T18:12:47.005Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-30T18:12:47.073Z] --- PASS: TestServiceWithPredefinedNetwork (2.82s) [2021-03-30T18:12:47.073Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-30T18:12:47.073Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-30T18:12:47.073Z] service_test.go:242: FLAKY_TEST [2021-03-30T18:12:47.073Z] === RUN TestServiceWithDataPathPortInit [2021-03-30T18:12:47.741Z] tests/integration/regression_test.py ...... [ 98%] [2021-03-30T18:12:47.996Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-03-30T18:12:47.996Z] tests/integration/credentials/utils_test.py . [100%] [2021-03-30T18:12:47.996Z] [2021-03-30T18:12:47.996Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-03-30T18:12:47.996Z] =========================== short test summary info ============================ [2021-03-30T18:12:47.996Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-03-30T18:12:47.996Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-03-30T18:12:47.996Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-03-30T18:12:47.996Z] Not supported on most drivers [2021-03-30T18:12:47.996Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-03-30T18:12:47.996Z] Output of docker top depends on host distro, and is not formalized. [2021-03-30T18:12:47.996Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-03-30T18:12:47.996Z] Output of docker top depends on host distro, and is not formalized. [2021-03-30T18:12:47.996Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-03-30T18:12:47.996Z] Can fail if eth0 has multiple IP addresses [2021-03-30T18:12:47.996Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-03-30T18:12:47.996Z] This doesn't seem to be taken into account by the engine [2021-03-30T18:12:47.996Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2021-03-30T18:12:47.996Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-03-30T18:12:47.996Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 400.20 seconds == [2021-03-30T18:12:48.555Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-03-30T18:12:48.916Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.79s) [2021-03-30T18:12:48.916Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-30T18:12:48.962Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:12:49.254Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:12:49.487Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.04s) [2021-03-30T18:12:49.487Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-30T18:12:51.985Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-30T18:12:51.985Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.84s) [2021-03-30T18:12:51.985Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.94s) [2021-03-30T18:12:51.985Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.75s) [2021-03-30T18:12:51.985Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.91s) [2021-03-30T18:12:51.985Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.55s) [2021-03-30T18:12:51.985Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.67s) [2021-03-30T18:12:51.985Z] === RUN TestBuildMultiStageCopy [2021-03-30T18:12:51.985Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-30T18:12:52.030Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.16s) [2021-03-30T18:12:52.030Z] === RUN TestKernelTCPMemory [2021-03-30T18:12:52.970Z] --- PASS: TestKernelTCPMemory (1.25s) [2021-03-30T18:12:52.970Z] === RUN TestNISDomainname [2021-03-30T18:12:54.881Z] --- PASS: TestNISDomainname (1.52s) [2021-03-30T18:12:54.881Z] === RUN TestHostnameDnsResolution [2021-03-30T18:12:55.502Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-30T18:12:55.502Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-30T18:12:56.134Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-30T18:12:56.432Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-30T18:12:56.790Z] --- PASS: TestHostnameDnsResolution (1.97s) [2021-03-30T18:12:56.790Z] === RUN TestStats [2021-03-30T18:12:57.170Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-30T18:12:57.803Z] --- PASS: TestBuildMultiStageCopy (5.80s) [2021-03-30T18:12:57.803Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.00s) [2021-03-30T18:12:57.803Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.64s) [2021-03-30T18:12:57.803Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.69s) [2021-03-30T18:12:57.803Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.72s) [2021-03-30T18:12:57.803Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.75s) [2021-03-30T18:12:57.803Z] === RUN TestBuildMultiStageParentConfig [2021-03-30T18:12:59.704Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-30T18:12:59.870Z] --- PASS: TestBuildMultiStageParentConfig (1.92s) [2021-03-30T18:12:59.870Z] === RUN TestBuildLabelWithTargets [2021-03-30T18:13:00.085Z] --- PASS: TestStats (2.99s) [2021-03-30T18:13:00.085Z] === RUN TestStopContainerWithTimeout [2021-03-30T18:13:00.085Z] === RUN TestStopContainerWithTimeout/0 [2021-03-30T18:13:00.085Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-30T18:13:00.085Z] === RUN TestStopContainerWithTimeout/1 [2021-03-30T18:13:00.085Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-30T18:13:00.085Z] === RUN TestStopContainerWithTimeout/3 [2021-03-30T18:13:00.085Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-30T18:13:00.085Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-30T18:13:00.085Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-30T18:13:00.085Z] === CONT TestStopContainerWithTimeout/0 [2021-03-30T18:13:00.085Z] === CONT TestStopContainerWithTimeout/3 [2021-03-30T18:13:00.085Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-30T18:13:00.085Z] === CONT TestStopContainerWithTimeout/1 [2021-03-30T18:13:00.708Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-30T18:13:00.708Z] [2021-03-30T18:13:00.708Z] Unloading profiles will leave already running processes permanently [2021-03-30T18:13:00.708Z] unconfined, which can lead to unexpected situations. [2021-03-30T18:13:00.708Z] [2021-03-30T18:13:00.708Z] To set a process to complain mode, use the command line tool [2021-03-30T18:13:00.708Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-30T18:13:00.708Z] Post stage [Pipeline] junit [2021-03-30T18:13:00.717Z] Recording test results [2021-03-30T18:13:01.726Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-03-30T18:13:01.994Z] + echo Ensuring container killed. [2021-03-30T18:13:01.994Z] Ensuring container killed. [2021-03-30T18:13:01.994Z] + docker rm -vf docker-pr2 [2021-03-30T18:13:01.994Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-03-30T18:13:02.265Z] + echo Chowning /workspace to jenkins user [2021-03-30T18:13:02.265Z] Chowning /workspace to jenkins user [2021-03-30T18:13:02.265Z] + id -u [2021-03-30T18:13:02.265Z] + id -g [2021-03-30T18:13:02.265Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42226:/workspace busybox chown -R 1000:1000 /workspace [2021-03-30T18:13:02.266Z] Unable to find image 'busybox:latest' locally [2021-03-30T18:13:02.266Z] latest: Pulling from library/busybox [2021-03-30T18:13:02.520Z] 8b3d7e226fab: Pulling fs layer [2021-03-30T18:13:02.520Z] 8b3d7e226fab: Download complete [2021-03-30T18:13:02.520Z] 8b3d7e226fab: Pull complete [2021-03-30T18:13:02.520Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac [2021-03-30T18:13:02.520Z] Status: Downloaded newer image for busybox:latest [2021-03-30T18:13:02.609Z] --- PASS: TestBuildLabelWithTargets (2.75s) [2021-03-30T18:13:02.609Z] === RUN TestBuildWithEmptyLayers [2021-03-30T18:13:02.969Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-30T18:13:03.381Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-03-30T18:13:03.381Z] --- PASS: TestStopContainerWithTimeout/0 (1.48s) [2021-03-30T18:13:03.381Z] --- PASS: TestStopContainerWithTimeout/1 (2.30s) [2021-03-30T18:13:03.381Z] --- PASS: TestStopContainerWithTimeout/3 (3.17s) [2021-03-30T18:13:03.381Z] --- PASS: TestStopContainerWithTimeout/-1 (3.45s) [2021-03-30T18:13:03.381Z] === RUN TestDeleteDevicemapper [2021-03-30T18:13:03.381Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-30T18:13:03.381Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-30T18:13:03.381Z] === RUN TestStopContainerWithRestartPolicyAlways [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-30T18:13:03.643Z] --- PASS: TestBuildWithEmptyLayers (1.25s) [2021-03-30T18:13:03.643Z] === RUN TestBuildMultiStageOnBuild [2021-03-30T18:13:03.778Z] + bundleName=docker-py [2021-03-30T18:13:03.778Z] + echo Creating docker-py-bundles.tar.gz [2021-03-30T18:13:03.778Z] Creating docker-py-bundles.tar.gz [2021-03-30T18:13:03.778Z] + 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 [2021-03-30T18:13:03.787Z] Archiving artifacts [2021-03-30T18:13:05.108Z] --- PASS: TestServiceWithDataPathPortInit (16.11s) [2021-03-30T18:13:05.108Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-30T18:13:05.577Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42226/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-03-30T18:13:05.927Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.81s) [2021-03-30T18:13:05.927Z] === RUN TestUpdateMemory [2021-03-30T18:13:05.927Z] --- SKIP: TestUpdateMemory (0.00s) [2021-03-30T18:13:05.928Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:13:05.928Z] === RUN TestUpdateCPUQuota [2021-03-30T18:13:05.970Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -e DOCKER_GRAPHDRIVER docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/make.sh binary-daemon [2021-03-30T18:13:06.226Z] [2021-03-30T18:13:06.237Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-30T18:13:06.481Z] Removing bundles/ [2021-03-30T18:13:06.481Z] [2021-03-30T18:13:06.481Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-03-30T18:13:06.481Z] Building: bundles/binary-daemon/dockerd-dev [2021-03-30T18:13:06.481Z] GOOS="" GOARCH="" GOARM="" [2021-03-30T18:13:07.162Z] --- PASS: TestBuildMultiStageOnBuild (3.63s) [2021-03-30T18:13:07.162Z] === RUN TestBuildUncleanTarFilenames [2021-03-30T18:13:07.166Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-30T18:13:09.229Z] --- PASS: TestBuildUncleanTarFilenames (1.60s) [2021-03-30T18:13:09.229Z] === RUN TestBuildMultiStageLayerLeak [2021-03-30T18:13:10.345Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.58s) [2021-03-30T18:13:10.345Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:zlzrly34jr3nk8sjxozghpfat Created:2021-03-30 18:13:03.620075131 +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[07408efe5635a7e8ac1c118f8b37d4afeb6d7baad5dfd810312e18933823406e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jmh6ffgahm6foewjkjxhf0qkh EndpointID:e4060bb4a44fcdfb4580b5539e95cf9022918cc77d6678de0ffda658841b9c96 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ed9ba5a8fe83147f99b3069286b8ae53bdbd67dcca67c52e9a6a84bc93b58daf 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:56dabd727393 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.jmh6ffgahm6foewjkjxhf0qkh EndpointID:e4060bb4a44fcdfb4580b5539e95cf9022918cc77d6678de0ffda658841b9c96 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-30T18:13:10.345Z] PASS [2021-03-30T18:13:10.345Z] [2021-03-30T18:13:10.345Z] === Skipped [2021-03-30T18:13:10.345Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-30T18:13:10.345Z] service_test.go:242: FLAKY_TEST [2021-03-30T18:13:10.345Z] [2021-03-30T18:13:10.345Z] [2021-03-30T18:13:10.345Z] DONE 26 tests, 1 skipped in 56.833s [2021-03-30T18:13:10.345Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-30T18:13:10.345Z] INFO: Testing against a local daemon [2021-03-30T18:13:10.345Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-30T18:13:10.345Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-30T18:13:10.345Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:13:10.345Z] === RUN TestDockerNetworkIpvlan [2021-03-30T18:13:10.345Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-30T18:13:10.345Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:13:10.345Z] PASS [2021-03-30T18:13:10.345Z] [2021-03-30T18:13:10.345Z] === Skipped [2021-03-30T18:13:10.345Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-30T18:13:10.345Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:13:10.345Z] [2021-03-30T18:13:10.345Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-30T18:13:10.345Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:13:10.345Z] [2021-03-30T18:13:10.345Z] [2021-03-30T18:13:10.345Z] DONE 2 tests, 2 skipped in 0.037s [2021-03-30T18:13:10.345Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-30T18:13:10.345Z] INFO: Testing against a local daemon [2021-03-30T18:13:10.345Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-30T18:13:12.235Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.95s) [2021-03-30T18:13:12.235Z] === RUN TestDockerNetworkMacvlan [2021-03-30T18:13:12.505Z] --- PASS: TestUpdateCPUQuota (5.87s) [2021-03-30T18:13:12.505Z] === RUN TestUpdatePidsLimit [2021-03-30T18:13:12.505Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-30T18:13:12.505Z] === RUN TestUpdatePidsLimit/no_change [2021-03-30T18:13:12.532Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-30T18:13:12.746Z] --- PASS: TestBuildMultiStageLayerLeak (3.71s) [2021-03-30T18:13:12.746Z] === RUN TestBuildWithHugeFile [2021-03-30T18:13:13.075Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-30T18:13:13.598Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-30T18:13:14.015Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-30T18:13:14.525Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-30T18:13:14.585Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-30T18:13:15.525Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-30T18:13:15.890Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-30T18:13:16.465Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-30T18:13:17.848Z] --- PASS: TestUpdatePidsLimit (6.28s) [2021-03-30T18:13:17.848Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.72s) [2021-03-30T18:13:17.848Z] --- PASS: TestUpdatePidsLimit/no_change (0.76s) [2021-03-30T18:13:17.848Z] --- PASS: TestUpdatePidsLimit/update_lower (0.74s) [2021-03-30T18:13:17.848Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.75s) [2021-03-30T18:13:17.848Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.76s) [2021-03-30T18:13:17.848Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.82s) [2021-03-30T18:13:17.848Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.74s) [2021-03-30T18:13:17.848Z] === RUN TestUpdateRestartPolicy [2021-03-30T18:13:19.154Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-30T18:13:22.419Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-30T18:13:22.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-30T18:13:26.685Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-30T18:13:28.961Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-30T18:13:30.325Z] --- PASS: TestDockerNetworkMacvlan (18.11s) [2021-03-30T18:13:30.325Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.13s) [2021-03-30T18:13:30.325Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.15s) [2021-03-30T18:13:30.325Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.01s) [2021-03-30T18:13:30.325Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.25s) [2021-03-30T18:13:30.325Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.04s) [2021-03-30T18:13:30.325Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.58s) [2021-03-30T18:13:30.325Z] PASS [2021-03-30T18:13:30.325Z] [2021-03-30T18:13:30.325Z] DONE 8 tests in 20.085s [2021-03-30T18:13:30.325Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-30T18:13:30.325Z] testing: warning: no tests to run [2021-03-30T18:13:30.325Z] PASS [2021-03-30T18:13:30.325Z] [2021-03-30T18:13:30.325Z] DONE 0 tests in 0.006s [2021-03-30T18:13:30.325Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-30T18:13:30.581Z] INFO: Testing against a local daemon [2021-03-30T18:13:30.581Z] === RUN TestAuthZPluginAllowRequest [2021-03-30T18:13:31.932Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-30T18:13:32.469Z] --- PASS: TestAuthZPluginAllowRequest (1.67s) [2021-03-30T18:13:32.469Z] === RUN TestAuthZPluginTLS [2021-03-30T18:13:32.756Z] --- PASS: TestUpdateRestartPolicy (13.44s) [2021-03-30T18:13:32.756Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-30T18:13:32.756Z] --- PASS: TestUpdateRestartWithAutoRemove (0.99s) [2021-03-30T18:13:32.756Z] === RUN TestWaitNonBlocked [2021-03-30T18:13:32.756Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:13:32.756Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:13:32.756Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:13:32.756Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:13:32.756Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:13:32.756Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:13:33.031Z] --- PASS: TestAuthZPluginTLS (0.86s) [2021-03-30T18:13:33.031Z] === RUN TestAuthZPluginDenyRequest [2021-03-30T18:13:33.298Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-30T18:13:33.594Z] --- PASS: TestAuthZPluginDenyRequest (0.66s) [2021-03-30T18:13:33.594Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-30T18:13:33.711Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-03-30T18:13:33.711Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.07s) [2021-03-30T18:13:33.711Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.18s) [2021-03-30T18:13:33.711Z] === RUN TestWaitBlocked [2021-03-30T18:13:33.711Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:13:33.711Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:13:33.711Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:13:33.711Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:13:33.711Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:13:33.711Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:13:34.524Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.68s) [2021-03-30T18:13:34.524Z] === RUN TestAuthZPluginDenyResponse [2021-03-30T18:13:35.086Z] --- PASS: TestAuthZPluginDenyResponse (0.64s) [2021-03-30T18:13:35.086Z] === RUN TestAuthZPluginAllowEventStream [2021-03-30T18:13:35.106Z] --- PASS: TestWaitBlocked (0.03s) [2021-03-30T18:13:35.106Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.16s) [2021-03-30T18:13:35.106Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.21s) [2021-03-30T18:13:35.106Z] === CONT TestContainerStartOnDaemonRestart [2021-03-30T18:13:35.106Z] === CONT TestContainerKillOnDaemonStart [2021-03-30T18:13:35.106Z] === CONT TestIpcModeOlderClient [2021-03-30T18:13:35.106Z] === CONT TestDaemonHostGatewayIP [2021-03-30T18:13:35.106Z] --- PASS: TestIpcModeOlderClient (0.21s) [2021-03-30T18:13:35.106Z] === CONT TestDaemonRestartIpcMode [2021-03-30T18:13:36.451Z] --- PASS: TestAuthZPluginAllowEventStream (1.61s) [2021-03-30T18:13:36.451Z] === RUN TestAuthZPluginErrorResponse [2021-03-30T18:13:37.377Z] --- PASS: TestAuthZPluginErrorResponse (0.71s) [2021-03-30T18:13:37.377Z] === RUN TestAuthZPluginErrorRequest [2021-03-30T18:13:37.465Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-30T18:13:37.938Z] --- PASS: TestAuthZPluginErrorRequest (0.66s) [2021-03-30T18:13:37.938Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-30T18:13:38.415Z] --- PASS: TestContainerStartOnDaemonRestart (3.69s) [2021-03-30T18:13:38.415Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-30T18:13:38.498Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.67s) [2021-03-30T18:13:38.498Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-30T18:13:38.508Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-03-30T18:13:38.508Z] Copying nested executables into bundles/binary-daemon [2021-03-30T18:13:38.508Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-03-30T18:13:38.830Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -e DOCKER_GRAPHDRIVER docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/make.sh cross [2021-03-30T18:13:39.084Z] [2021-03-30T18:13:39.342Z] Removing bundles/ [2021-03-30T18:13:39.342Z] [2021-03-30T18:13:39.342Z] ---> Making bundle: cross (in bundles/cross) [2021-03-30T18:13:39.342Z] Cross building: bundles/cross/linux/amd64 [2021-03-30T18:13:39.342Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-03-30T18:13:39.342Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-03-30T18:13:39.803Z] --- PASS: TestDaemonRestartIpcMode (4.89s) [2021-03-30T18:13:40.376Z] --- PASS: TestDaemonHostGatewayIP (5.63s) [2021-03-30T18:13:40.738Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-30T18:13:41.012Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.02s) [2021-03-30T18:13:41.012Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-30T18:13:42.288Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.69s) [2021-03-30T18:13:42.902Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.94s) [2021-03-30T18:13:42.902Z] === RUN TestAuthZPluginHeader [2021-03-30T18:13:43.463Z] --- PASS: TestAuthZPluginHeader (0.87s) [2021-03-30T18:13:43.463Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-30T18:13:45.584Z] --- PASS: TestBuildWithHugeFile (30.74s) [2021-03-30T18:13:45.584Z] === RUN TestBuildWCOWSandboxSize [2021-03-30T18:13:45.584Z] --- SKIP: TestBuildWCOWSandboxSize (0.03s) [2021-03-30T18:13:45.584Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-30T18:13:45.584Z] === RUN TestBuildWithEmptyDockerfile [2021-03-30T18:13:45.584Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:13:45.584Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:13:45.584Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:13:45.584Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:13:45.584Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:13:45.584Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:13:45.584Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:13:45.584Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:13:45.584Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:13:45.584Z] --- PASS: TestBuildWithEmptyDockerfile (0.25s) [2021-03-30T18:13:45.584Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2021-03-30T18:13:45.584Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.25s) [2021-03-30T18:13:45.584Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2021-03-30T18:13:45.584Z] === RUN TestBuildPreserveOwnership [2021-03-30T18:13:45.584Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-30T18:13:45.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-30T18:13:48.499Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-30T18:13:48.705Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.47s) [2021-03-30T18:13:48.705Z] === RUN TestAuthZPluginV2Disable [2021-03-30T18:13:48.865Z] --- PASS: TestContainerKillOnDaemonStart (13.31s) [2021-03-30T18:13:48.865Z] PASS [2021-03-30T18:13:48.865Z] [2021-03-30T18:13:48.865Z] === Skipped [2021-03-30T18:13:48.865Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-03-30T18:13:48.865Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-30T18:13:48.865Z] [2021-03-30T18:13:48.865Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-03-30T18:13:48.865Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:13:48.865Z] [2021-03-30T18:13:48.865Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-03-30T18:13:48.865Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:13:48.865Z] [2021-03-30T18:13:48.865Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-30T18:13:48.865Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-30T18:13:48.865Z] [2021-03-30T18:13:48.865Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-03-30T18:13:48.865Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-30T18:13:48.865Z] [2021-03-30T18:13:48.865Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-03-30T18:13:48.865Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:13:48.865Z] [2021-03-30T18:13:48.865Z] [2021-03-30T18:13:48.865Z] DONE 196 tests, 6 skipped in 169.593s [2021-03-30T18:13:48.865Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-03-30T18:13:48.865Z] ++ 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 [2021-03-30T18:13:48.865Z] ++ set -e [2021-03-30T18:13:48.865Z] ++ '[' -n 0 ']' [2021-03-30T18:13:48.865Z] ++ set -x [2021-03-30T18:13:48.865Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:13:48.865Z] INFO: Testing against a local daemon [2021-03-30T18:13:48.865Z] === RUN TestCommitInheritsEnv [2021-03-30T18:13:48.865Z] --- PASS: TestCommitInheritsEnv (0.55s) [2021-03-30T18:13:48.865Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-30T18:13:48.865Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-03-30T18:13:48.865Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-03-30T18:13:48.865Z] === RUN TestImagesFilterMultiReference [2021-03-30T18:13:49.126Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-03-30T18:13:49.126Z] === RUN TestImagePullPlatformInvalid [2021-03-30T18:13:49.126Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-03-30T18:13:49.126Z] === RUN TestRemoveImageOrphaning [2021-03-30T18:13:49.644Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-30T18:13:49.696Z] --- PASS: TestRemoveImageOrphaning (0.57s) [2021-03-30T18:13:49.696Z] === RUN TestRemoveImageGarbageCollector [2021-03-30T18:13:49.696Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-03-30T18:13:49.696Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:13:49.696Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-30T18:13:49.696Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-03-30T18:13:49.696Z] === RUN TestTagInvalidReference [2021-03-30T18:13:49.696Z] --- PASS: TestTagInvalidReference (0.03s) [2021-03-30T18:13:49.696Z] === RUN TestTagValidPrefixedRepo [2021-03-30T18:13:49.696Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-03-30T18:13:49.696Z] === RUN TestTagExistedNameWithoutForce [2021-03-30T18:13:49.957Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-03-30T18:13:49.957Z] === RUN TestTagOfficialNames [2021-03-30T18:13:49.957Z] --- PASS: TestTagOfficialNames (0.08s) [2021-03-30T18:13:49.957Z] === RUN TestTagMatchesDigest [2021-03-30T18:13:49.957Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-03-30T18:13:49.957Z] PASS [2021-03-30T18:13:49.957Z] [2021-03-30T18:13:49.957Z] === Skipped [2021-03-30T18:13:49.957Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-03-30T18:13:49.957Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-03-30T18:13:49.957Z] [2021-03-30T18:13:49.957Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-03-30T18:13:49.957Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:13:49.957Z] [2021-03-30T18:13:49.957Z] [2021-03-30T18:13:49.957Z] DONE 12 tests, 2 skipped in 1.773s [2021-03-30T18:13:49.957Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-03-30T18:13:49.957Z] ++ 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 [2021-03-30T18:13:49.957Z] ++ set -e [2021-03-30T18:13:49.957Z] ++ '[' -n 0 ']' [2021-03-30T18:13:49.957Z] ++ set -x [2021-03-30T18:13:49.957Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2021-03-30T18:13:49.957Z] INFO: Testing against a local daemon [2021-03-30T18:13:49.957Z] === RUN TestNetworkCreateDelete [2021-03-30T18:13:50.528Z] --- PASS: TestNetworkCreateDelete (0.40s) [2021-03-30T18:13:50.528Z] === RUN TestDockerNetworkDeletePreferID [2021-03-30T18:13:51.769Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-30T18:13:51.912Z] --- PASS: TestDockerNetworkDeletePreferID (1.14s) [2021-03-30T18:13:51.912Z] === RUN TestDaemonDNSFallback [2021-03-30T18:13:51.969Z] --- PASS: TestAuthZPluginV2Disable (3.66s) [2021-03-30T18:13:51.969Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-30T18:13:52.443Z] --- PASS: TestBuildPreserveOwnership (8.05s) [2021-03-30T18:13:52.443Z] --- PASS: TestBuildPreserveOwnership/copy_from (5.23s) [2021-03-30T18:13:52.443Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.81s) [2021-03-30T18:13:52.443Z] === RUN TestBuildPlatformInvalid [2021-03-30T18:13:52.443Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2021-03-30T18:13:52.443Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-30T18:13:55.051Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-30T18:13:55.051Z] Using test binary docker [2021-03-30T18:13:55.051Z] +++ /etc/init.d/apparmor start [2021-03-30T18:13:55.051Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-30T18:13:55.051Z] INFO: Waiting for daemon to start... [2021-03-30T18:13:55.051Z] Starting dockerd [2021-03-30T18:13:55.051Z] +++ 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 [2021-03-30T18:13:55.239Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.53s) [2021-03-30T18:13:55.239Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-30T18:13:57.837Z] . [2021-03-30T18:13:57.837Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-30T18:13:57.837Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-30T18:13:57.837Z] Error: No such image: emptyfs [2021-03-30T18:13:57.837Z] ++++ docker load [2021-03-30T18:13:57.837Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-30T18:13:58.401Z] Running integration-test (iteration 1) [2021-03-30T18:13:58.401Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-03-30T18:13:58.401Z] ++ 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 [2021-03-30T18:13:58.401Z] ++ set -e [2021-03-30T18:13:58.401Z] ++ '[' -n 0 ']' [2021-03-30T18:13:58.401Z] ++ set -x [2021-03-30T18:13:58.401Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:13:59.411Z] 4612f6d0b889: Pull complete [2021-03-30T18:14:00.043Z] --- PASS: TestDaemonDNSFallback (7.58s) [2021-03-30T18:14:00.043Z] === RUN TestInspectNetwork [2021-03-30T18:14:00.049Z] ok github.com/docker/docker/api/server/httputils 0.017s coverage: 14.7% of statements [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-30T18:14:00.049Z] ok github.com/docker/docker/api/server/middleware 0.024s coverage: 37.7% of statements [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-30T18:14:00.049Z] ok github.com/docker/docker/api/types/strslice 0.038s coverage: 90.0% of statements [2021-03-30T18:14:00.049Z] ok github.com/docker/docker/api/types/filters 0.010s coverage: 92.2% of statements [2021-03-30T18:14:00.049Z] ok github.com/docker/docker/api/server/router/swarm 0.014s coverage: 5.7% of statements [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/types [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-30T18:14:00.049Z] ok github.com/docker/docker/api/types/time 0.056s coverage: 100.0% of statements [2021-03-30T18:14:00.049Z] ok github.com/docker/docker/api/types/versions 0.010s coverage: 75.0% of statements [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/builder [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-30T18:14:00.049Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-30T18:14:02.836Z] ok github.com/docker/docker/cli/debug 0.007s coverage: 100.0% of statements [2021-03-30T18:14:04.973Z] ok github.com/docker/docker/builder/remotecontext/git 4.043s coverage: 86.3% of statements [2021-03-30T18:14:05.128Z] Loaded image: buildpack-deps:buster [2021-03-30T18:14:05.128Z] Loaded image: busybox:latest [2021-03-30T18:14:05.128Z] Loaded image: busybox:glibc [2021-03-30T18:14:05.328Z] === RUN TestInspectNetwork/full_network_id [2021-03-30T18:14:05.328Z] === RUN TestInspectNetwork/partial_network_id [2021-03-30T18:14:05.328Z] === RUN TestInspectNetwork/network_name [2021-03-30T18:14:05.328Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-30T18:14:05.881Z] Loaded image: debian:bullseye [2021-03-30T18:14:06.172Z] Loaded image: hello-world:latest [2021-03-30T18:14:06.172Z] Loaded image: arm32v7/hello-world:latest [2021-03-30T18:14:07.085Z] ok github.com/docker/docker/builder/remotecontext 0.532s coverage: 13.7% of statements [2021-03-30T18:14:09.203Z] ok github.com/docker/docker/builder/dockerfile 1.271s coverage: 48.5% of statements [2021-03-30T18:14:09.203Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-30T18:14:09.203Z] ? github.com/docker/docker/cli [no test files] [2021-03-30T18:14:09.203Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-30T18:14:09.525Z] --- PASS: TestInspectNetwork (9.60s) [2021-03-30T18:14:09.525Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-30T18:14:09.525Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-30T18:14:09.525Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-30T18:14:09.525Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-30T18:14:09.525Z] === RUN TestRunContainerWithBridgeNone [2021-03-30T18:14:10.071Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (13.42s) [2021-03-30T18:14:10.071Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-30T18:14:11.368Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-03-30T18:14:11.368Z] Copying nested executables into bundles/cross/linux/amd64 [2021-03-30T18:14:11.368Z] Cross building: bundles/cross/windows/amd64 [2021-03-30T18:14:11.368Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-03-30T18:14:11.368Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-03-30T18:14:11.995Z] ok github.com/docker/docker/client 0.656s coverage: 75.5% of statements [2021-03-30T18:14:12.822Z] --- PASS: TestRunContainerWithBridgeNone (3.51s) [2021-03-30T18:14:12.822Z] === RUN TestNetworkInvalidJSON [2021-03-30T18:14:12.822Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-30T18:14:12.822Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-30T18:14:12.822Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:14:12.822Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:14:12.822Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:14:12.822Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:14:12.822Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-30T18:14:12.822Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:14:12.822Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:14:12.822Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-03-30T18:14:12.822Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-30T18:14:12.822Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-30T18:14:12.822Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-30T18:14:12.822Z] === RUN TestNetworkList [2021-03-30T18:14:12.822Z] === RUN TestNetworkList//networks [2021-03-30T18:14:12.822Z] === PAUSE TestNetworkList//networks [2021-03-30T18:14:12.822Z] === RUN TestNetworkList//networks/ [2021-03-30T18:14:12.822Z] === PAUSE TestNetworkList//networks/ [2021-03-30T18:14:12.822Z] === CONT TestNetworkList//networks [2021-03-30T18:14:12.822Z] === CONT TestNetworkList//networks/ [2021-03-30T18:14:12.822Z] --- PASS: TestNetworkList (0.03s) [2021-03-30T18:14:12.822Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-30T18:14:12.822Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-30T18:14:12.822Z] === RUN TestHostIPv4BridgeLabel [2021-03-30T18:14:13.082Z] --- PASS: TestHostIPv4BridgeLabel (0.80s) [2021-03-30T18:14:13.082Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-30T18:14:14.467Z] --- PASS: TestDaemonRestartWithLiveRestore (1.40s) [2021-03-30T18:14:14.467Z] === RUN TestDaemonDefaultNetworkPools [2021-03-30T18:14:14.784Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (21.30s) [2021-03-30T18:14:14.784Z] PASS [2021-03-30T18:14:14.784Z] [2021-03-30T18:14:14.784Z] === Skipped [2021-03-30T18:14:14.784Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2021-03-30T18:14:14.784Z] build_session_test.go:25: TODO: BuildKit [2021-03-30T18:14:14.784Z] [2021-03-30T18:14:14.784Z] === SKIP: s390x.integration.build TestBuildWCOWSandboxSize (0.03s) [2021-03-30T18:14:14.784Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-30T18:14:14.784Z] [2021-03-30T18:14:14.784Z] [2021-03-30T18:14:14.784Z] DONE 34 tests, 2 skipped in 114.624s [2021-03-30T18:14:14.784Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2021-03-30T18:14:14.784Z] ++ 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 [2021-03-30T18:14:14.784Z] ++ set -e [2021-03-30T18:14:14.784Z] ++ '[' -n 0 ']' [2021-03-30T18:14:14.784Z] ++ set -x [2021-03-30T18:14:14.784Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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 [2021-03-30T18:14:14.784Z] INFO: Testing against a local daemon [2021-03-30T18:14:14.784Z] === RUN TestConfigInspect [2021-03-30T18:14:15.850Z] --- PASS: TestDaemonDefaultNetworkPools (1.26s) [2021-03-30T18:14:15.851Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-30T18:14:17.761Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.95s) [2021-03-30T18:14:17.761Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-30T18:14:18.317Z] --- PASS: TestConfigInspect (4.18s) [2021-03-30T18:14:18.317Z] === RUN TestConfigList [2021-03-30T18:14:20.304Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.36s) [2021-03-30T18:14:20.304Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-30T18:14:20.874Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.85s) [2021-03-30T18:14:20.874Z] === RUN TestServiceWithPredefinedNetwork [2021-03-30T18:14:21.858Z] --- PASS: TestConfigList (3.58s) [2021-03-30T18:14:21.858Z] === RUN TestConfigsCreateAndDelete [2021-03-30T18:14:25.076Z] --- PASS: TestServiceWithPredefinedNetwork (3.31s) [2021-03-30T18:14:25.076Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-30T18:14:25.076Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-30T18:14:25.076Z] service_test.go:242: FLAKY_TEST [2021-03-30T18:14:25.076Z] === RUN TestServiceWithDataPathPortInit [2021-03-30T18:14:25.383Z] --- PASS: TestConfigsCreateAndDelete (3.53s) [2021-03-30T18:14:25.383Z] === RUN TestConfigsUpdate [2021-03-30T18:14:28.105Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.84s) [2021-03-30T18:14:28.105Z] PASS [2021-03-30T18:14:28.105Z] [2021-03-30T18:14:28.105Z] DONE 17 tests in 55.939s [2021-03-30T18:14:28.105Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-30T18:14:28.105Z] INFO: Testing against a local daemon [2021-03-30T18:14:28.105Z] === RUN TestPluginInvalidJSON [2021-03-30T18:14:28.105Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:14:28.105Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:14:28.105Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:14:28.105Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-03-30T18:14:28.105Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-30T18:14:28.105Z] === RUN TestPluginInstall [2021-03-30T18:14:28.105Z] === RUN TestPluginInstall/no_auth [2021-03-30T18:14:28.105Z] time="2021-03-30T18:14:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:14:28.105Z] time="2021-03-30T18:14:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1475f681f9718c5858f76b8d3db3fee87c3e7f4764050302a70bed7968b6a4a6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:14:28.105Z] time="2021-03-30T18:14:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:14:28.105Z] time="2021-03-30T18:14:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:1475f681f9718c5858f76b8d3db3fee87c3e7f4764050302a70bed7968b6a4a6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:14:28.105Z] === RUN TestPluginInstall/with_htpasswd [2021-03-30T18:14:28.667Z] time="2021-03-30T18:14:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:14:28.667Z] time="2021-03-30T18:14:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:96e4b35a41f8c84177f080883de3a841e07e2c5e076d60f23fac8a8ed26f7eed" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:14:28.667Z] time="2021-03-30T18:14:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:14:28.667Z] time="2021-03-30T18:14:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:96e4b35a41f8c84177f080883de3a841e07e2c5e076d60f23fac8a8ed26f7eed" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:14:28.919Z] --- PASS: TestConfigsUpdate (3.89s) [2021-03-30T18:14:28.919Z] === RUN TestTemplatedConfig [2021-03-30T18:14:28.923Z] === RUN TestPluginInstall/with_insecure [2021-03-30T18:14:30.287Z] time="2021-03-30T18:14:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:14:30.287Z] time="2021-03-30T18:14:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b9786925a70c589d6be6a5ca9f7e2a18d68234731a7f89a767621049953252e0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:14:30.287Z] time="2021-03-30T18:14:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:14:30.287Z] time="2021-03-30T18:14:30Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b9786925a70c589d6be6a5ca9f7e2a18d68234731a7f89a767621049953252e0" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:14:30.543Z] --- PASS: TestPluginInstall (4.02s) [2021-03-30T18:14:30.543Z] --- PASS: TestPluginInstall/no_auth (1.74s) [2021-03-30T18:14:30.543Z] --- PASS: TestPluginInstall/with_htpasswd (0.83s) [2021-03-30T18:14:30.543Z] --- PASS: TestPluginInstall/with_insecure (1.44s) [2021-03-30T18:14:30.543Z] plugin_test.go:160: [d8002e85d9035] daemon is not started [2021-03-30T18:14:30.543Z] === RUN TestPluginsWithRuntimes [2021-03-30T18:14:32.433Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-30T18:14:33.261Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-03-30T18:14:33.261Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-03-30T18:14:33.261Z] remote: Enumerating objects: 2, done. [2021-03-30T18:14:33.261Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-03-30T18:14:33.261Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-03-30T18:14:33.261Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-03-30T18:14:33.262Z] 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. [2021-03-30T18:14:33.262Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-03-30T18:14:33.380Z] --- PASS: TestTemplatedConfig (4.08s) [2021-03-30T18:14:33.380Z] === RUN TestConfigCreateResolve [2021-03-30T18:14:33.797Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-30T18:14:35.682Z] --- PASS: TestPluginsWithRuntimes (5.06s) [2021-03-30T18:14:35.682Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.56s) [2021-03-30T18:14:35.682Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.56s) [2021-03-30T18:14:35.682Z] PASS [2021-03-30T18:14:35.682Z] [2021-03-30T18:14:35.682Z] DONE 9 tests in 9.129s [2021-03-30T18:14:35.683Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-30T18:14:35.683Z] INFO: Testing against a local daemon [2021-03-30T18:14:35.683Z] === RUN TestExternalGraphDriver [2021-03-30T18:14:35.683Z] === RUN TestExternalGraphDriver/json [2021-03-30T18:14:36.911Z] --- PASS: TestConfigCreateResolve (3.90s) [2021-03-30T18:14:36.911Z] === RUN TestConfigDaemonLibtrustID [2021-03-30T18:14:37.419Z] [2021-03-30T18:14:37.546Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2021-03-30T18:14:37.546Z] PASS [2021-03-30T18:14:37.546Z] [2021-03-30T18:14:37.546Z] DONE 7 tests in 23.937s [2021-03-30T18:14:37.546Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2021-03-30T18:14:37.546Z] ++ 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 [2021-03-30T18:14:37.546Z] ++ set -e [2021-03-30T18:14:37.546Z] ++ '[' -n 0 ']' [2021-03-30T18:14:37.546Z] ++ set -x [2021-03-30T18:14:37.546Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:14:37.840Z] INFO: Testing against a local daemon [2021-03-30T18:14:37.840Z] === RUN TestCheckpoint [2021-03-30T18:14:37.840Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-30T18:14:37.840Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-30T18:14:37.840Z] === RUN TestContainerInvalidJSON [2021-03-30T18:14:37.840Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:14:37.840Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:14:37.840Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:14:37.840Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:14:37.840Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:14:37.840Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:14:37.840Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:14:37.840Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:14:37.840Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:14:37.840Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-03-30T18:14:37.840Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-30T18:14:37.840Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-30T18:14:37.840Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-30T18:14:37.840Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-30T18:14:38.132Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2021-03-30T18:14:38.132Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-30T18:14:38.132Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.16s) [2021-03-30T18:14:38.132Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-30T18:14:38.278Z] === RUN TestExternalGraphDriver/spec [2021-03-30T18:14:38.426Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.15s) [2021-03-30T18:14:38.426Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-30T18:14:38.426Z] --- PASS: TestCopyToContainerPathIsNotDir (0.16s) [2021-03-30T18:14:38.426Z] === RUN TestCopyFromContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-03-30T18:14:40.255Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/test/unit [2021-03-30T18:14:40.793Z] === RUN TestExternalGraphDriver/pull [2021-03-30T18:14:41.164Z] === RUN TestCopyFromContainer// [2021-03-30T18:14:41.164Z] === RUN TestCopyFromContainer//bar/root [2021-03-30T18:14:41.164Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-30T18:14:41.622Z] === RUN TestCopyFromContainer/bar/quux [2021-03-30T18:14:41.622Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-30T18:14:41.622Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-30T18:14:41.942Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-30T18:14:41.942Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-30T18:14:41.942Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-30T18:14:42.143Z] ? github.com/docker/docker/api [no test files] [2021-03-30T18:14:42.234Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-30T18:14:42.234Z] --- PASS: TestCopyFromContainer (3.74s) [2021-03-30T18:14:42.234Z] --- PASS: TestCopyFromContainer// (0.09s) [2021-03-30T18:14:42.234Z] --- PASS: TestCopyFromContainer//bar/root (0.16s) [2021-03-30T18:14:42.234Z] --- PASS: TestCopyFromContainer//bar/root/ (0.09s) [2021-03-30T18:14:42.234Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2021-03-30T18:14:42.234Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.11s) [2021-03-30T18:14:42.234Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2021-03-30T18:14:42.234Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2021-03-30T18:14:42.234Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2021-03-30T18:14:42.234Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.13s) [2021-03-30T18:14:42.234Z] --- PASS: TestCopyFromContainer/bar/notarget (0.12s) [2021-03-30T18:14:42.234Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-30T18:14:42.234Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:14:42.234Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:14:42.234Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:14:42.234Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:14:42.234Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:14:42.234Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:14:42.234Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:14:42.234Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:14:42.234Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:14:42.234Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-03-30T18:14:42.234Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-30T18:14:42.234Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-30T18:14:42.234Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-30T18:14:42.234Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-30T18:14:42.234Z] --- PASS: TestCreateLinkToNonExistingContainer (0.08s) [2021-03-30T18:14:42.234Z] === RUN TestCreateWithInvalidEnv [2021-03-30T18:14:42.234Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-30T18:14:42.234Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-30T18:14:42.234Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-30T18:14:42.234Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-30T18:14:42.234Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-30T18:14:42.234Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-30T18:14:42.234Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-30T18:14:42.234Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-30T18:14:42.234Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-30T18:14:42.234Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-03-30T18:14:42.234Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-30T18:14:42.234Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-30T18:14:42.234Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-30T18:14:42.234Z] === RUN TestCreateTmpfsMountsTarget [2021-03-30T18:14:42.234Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-03-30T18:14:42.234Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-30T18:14:43.185Z] --- PASS: TestServiceWithDataPathPortInit (18.45s) [2021-03-30T18:14:43.185Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-30T18:14:43.323Z] --- PASS: TestExternalGraphDriver (7.37s) [2021-03-30T18:14:43.323Z] --- PASS: TestExternalGraphDriver/json (2.48s) [2021-03-30T18:14:43.323Z] --- PASS: TestExternalGraphDriver/spec (2.72s) [2021-03-30T18:14:43.323Z] --- PASS: TestExternalGraphDriver/pull (2.11s) [2021-03-30T18:14:43.323Z] === RUN TestGraphdriverPluginV2 [2021-03-30T18:14:45.034Z] Loaded image: buildpack-deps:buster [2021-03-30T18:14:45.034Z] Loaded image: busybox:latest [2021-03-30T18:14:45.034Z] Loaded image: busybox:glibc [2021-03-30T18:14:45.756Z] --- PASS: TestCreateWithCustomMaskedPaths (2.89s) [2021-03-30T18:14:45.756Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-30T18:14:46.402Z] Loaded image: debian:bullseye [2021-03-30T18:14:46.402Z] Loaded image: hello-world:latest [2021-03-30T18:14:46.659Z] Loaded image: arm32v7/hello-world:latest [2021-03-30T18:14:46.916Z] INFO: Testing against a local daemon [2021-03-30T18:14:46.916Z] === RUN TestCgroupNamespacesBuild [2021-03-30T18:14:48.490Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.10s) [2021-03-30T18:14:48.490Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-30T18:14:48.490Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:14:48.490Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:14:48.490Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:14:48.490Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:14:48.490Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:14:48.490Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:14:48.490Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:14:48.490Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:14:48.490Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:14:48.490Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:14:48.490Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:14:48.490Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:14:48.490Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:14:48.490Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:14:48.490Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:14:48.490Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-03-30T18:14:48.490Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-30T18:14:48.490Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-03-30T18:14:48.490Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2021-03-30T18:14:48.490Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-03-30T18:14:48.490Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-03-30T18:14:48.490Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-30T18:14:48.576Z] --- PASS: TestGraphdriverPluginV2 (4.84s) [2021-03-30T18:14:48.576Z] PASS [2021-03-30T18:14:48.576Z] [2021-03-30T18:14:48.576Z] DONE 5 tests in 12.246s [2021-03-30T18:14:48.576Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-30T18:14:48.576Z] INFO: Testing against a local daemon [2021-03-30T18:14:48.576Z] === RUN TestContinueAfterPluginCrash [2021-03-30T18:14:48.576Z] === PAUSE TestContinueAfterPluginCrash [2021-03-30T18:14:48.576Z] === RUN TestReadPluginNoRead [2021-03-30T18:14:48.576Z] === PAUSE TestReadPluginNoRead [2021-03-30T18:14:48.576Z] === RUN TestDaemonStartWithLogOpt [2021-03-30T18:14:48.576Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-30T18:14:48.576Z] === CONT TestContinueAfterPluginCrash [2021-03-30T18:14:48.576Z] === CONT TestDaemonStartWithLogOpt [2021-03-30T18:14:48.683Z] ok github.com/docker/docker/api/server 0.036s coverage: 9.0% of statements [2021-03-30T18:14:49.523Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.09s) [2021-03-30T18:14:49.523Z] === RUN TestCreateDifferentPlatform [2021-03-30T18:14:49.523Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-30T18:14:49.523Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-30T18:14:49.523Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-03-30T18:14:49.523Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-30T18:14:49.523Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-30T18:14:49.523Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-30T18:14:49.523Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-03-30T18:14:49.523Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-30T18:14:49.523Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.11s) [2021-03-30T18:14:49.523Z] === RUN TestContainerStartOnDaemonRestart [2021-03-30T18:14:49.523Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-30T18:14:49.523Z] === RUN TestDaemonRestartIpcMode [2021-03-30T18:14:49.523Z] === PAUSE TestDaemonRestartIpcMode [2021-03-30T18:14:49.523Z] === RUN TestDaemonHostGatewayIP [2021-03-30T18:14:49.523Z] === PAUSE TestDaemonHostGatewayIP [2021-03-30T18:14:49.523Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-30T18:14:49.523Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-30T18:14:49.523Z] === RUN TestContainerKillOnDaemonStart [2021-03-30T18:14:49.523Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-30T18:14:49.523Z] === RUN TestDiff [2021-03-30T18:14:50.556Z] --- PASS: TestDiff (1.01s) [2021-03-30T18:14:50.556Z] === RUN TestExecWithCloseStdin [2021-03-30T18:14:51.499Z] ok github.com/docker/docker/cmd/dockerd 0.177s coverage: 29.1% of statements [2021-03-30T18:14:52.064Z] --- PASS: TestExecWithCloseStdin (1.27s) [2021-03-30T18:14:52.064Z] === RUN TestExec [2021-03-30T18:14:52.745Z] --- PASS: TestDaemonStartWithLogOpt (4.17s) [2021-03-30T18:14:52.745Z] === CONT TestReadPluginNoRead [2021-03-30T18:14:53.097Z] --- PASS: TestExec (1.25s) [2021-03-30T18:14:53.097Z] === RUN TestExecUser [2021-03-30T18:14:53.178Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.21s) [2021-03-30T18:14:53.178Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:j0pahqzggk0735swuzy174ii7 Created:2021-03-30 18:14:44.431793734 +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[0de0f7c7a19982fa67dcaf2c995ed6e9ad82c59122239f50b1d697b170137b5a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.93mun124yah9pb2tvn7whrf9x EndpointID:1acc3566047b25c2e504b661fdbd402a0e0935a8acbd07d8295eb7373b01dcb9 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:550d9cc7dff2083c2f1155887f4cb810f69797e1e39c6e0d329e2cafea4b2837 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:c33b6114472e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.93mun124yah9pb2tvn7whrf9x EndpointID:1acc3566047b25c2e504b661fdbd402a0e0935a8acbd07d8295eb7373b01dcb9 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-30T18:14:53.178Z] PASS [2021-03-30T18:14:53.178Z] [2021-03-30T18:14:53.178Z] === Skipped [2021-03-30T18:14:53.178Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-30T18:14:53.178Z] service_test.go:242: FLAKY_TEST [2021-03-30T18:14:53.178Z] [2021-03-30T18:14:53.178Z] [2021-03-30T18:14:53.178Z] DONE 26 tests, 1 skipped in 62.021s [2021-03-30T18:14:53.178Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-30T18:14:53.178Z] ++ 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 [2021-03-30T18:14:53.178Z] ++ set -e [2021-03-30T18:14:53.178Z] ++ '[' -n 0 ']' [2021-03-30T18:14:53.178Z] ++ set -x [2021-03-30T18:14:53.178Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:14:53.178Z] INFO: Testing against a local daemon [2021-03-30T18:14:53.178Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-30T18:14:53.178Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-03-30T18:14:53.178Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:14:53.178Z] === RUN TestDockerNetworkIpvlan [2021-03-30T18:14:53.178Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-30T18:14:53.178Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:14:53.178Z] PASS [2021-03-30T18:14:53.178Z] [2021-03-30T18:14:53.178Z] === Skipped [2021-03-30T18:14:53.178Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-03-30T18:14:53.178Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:14:53.178Z] [2021-03-30T18:14:53.178Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-30T18:14:53.178Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:14:53.178Z] [2021-03-30T18:14:53.178Z] [2021-03-30T18:14:53.178Z] DONE 2 tests, 2 skipped in 0.138s [2021-03-30T18:14:53.178Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-30T18:14:53.179Z] ++ 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 [2021-03-30T18:14:53.179Z] ++ set -e [2021-03-30T18:14:53.179Z] ++ '[' -n 0 ']' [2021-03-30T18:14:53.179Z] ++ set -x [2021-03-30T18:14:53.179Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:14:53.179Z] INFO: Testing against a local daemon [2021-03-30T18:14:53.179Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-30T18:14:53.463Z] --- PASS: TestCgroupNamespacesBuild (5.81s) [2021-03-30T18:14:53.463Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-30T18:14:54.562Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.10s) [2021-03-30T18:14:54.562Z] === RUN TestDockerNetworkMacvlan [2021-03-30T18:14:54.605Z] --- PASS: TestExecUser (1.19s) [2021-03-30T18:14:54.605Z] === RUN TestExportContainerAndImportImage [2021-03-30T18:14:54.632Z] === RUN TestReadPluginNoRead/default [2021-03-30T18:14:55.503Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-30T18:14:55.641Z] --- PASS: TestExportContainerAndImportImage (1.39s) [2021-03-30T18:14:55.641Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-30T18:14:55.986Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (3.19s) [2021-03-30T18:14:55.986Z] === RUN TestBuildWithSession [2021-03-30T18:14:55.986Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-30T18:14:55.986Z] build_session_test.go:25: TODO: BuildKit [2021-03-30T18:14:55.986Z] === RUN TestBuildSquashParent [2021-03-30T18:14:56.152Z] ok github.com/docker/docker/container 0.137s coverage: 34.4% of statements [2021-03-30T18:14:56.152Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-30T18:14:56.152Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-30T18:14:56.152Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-30T18:14:56.152Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-30T18:14:56.519Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-30T18:14:56.888Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-30T18:14:57.446Z] --- PASS: TestContinueAfterPluginCrash (9.52s) [2021-03-30T18:14:57.712Z] --- PASS: TestExportContainerAfterDaemonRestart (1.74s) [2021-03-30T18:14:57.712Z] === RUN TestHealthCheckWorkdir [2021-03-30T18:14:58.008Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-30T18:14:58.271Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-30T18:14:59.221Z] --- PASS: TestHealthCheckWorkdir (1.52s) [2021-03-30T18:14:59.221Z] === RUN TestHealthKillContainer [2021-03-30T18:14:59.722Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.047s coverage: 65.3% of statements [2021-03-30T18:14:59.896Z] --- PASS: TestReadPluginNoRead (7.49s) [2021-03-30T18:14:59.896Z] --- PASS: TestReadPluginNoRead/default (1.56s) [2021-03-30T18:14:59.896Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.67s) [2021-03-30T18:14:59.896Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.54s) [2021-03-30T18:14:59.896Z] read_test.go:92: [de84733c530bd] daemon is not started [2021-03-30T18:14:59.896Z] PASS [2021-03-30T18:14:59.896Z] [2021-03-30T18:14:59.896Z] DONE 6 tests in 11.702s [2021-03-30T18:14:59.896Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-30T18:14:59.896Z] testing: warning: no tests to run [2021-03-30T18:14:59.896Z] PASS [2021-03-30T18:14:59.896Z] [2021-03-30T18:14:59.896Z] DONE 0 tests in 0.007s [2021-03-30T18:14:59.896Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-30T18:14:59.896Z] INFO: Testing against a local daemon [2021-03-30T18:14:59.896Z] === RUN TestPluginWithDevMounts [2021-03-30T18:14:59.896Z] === PAUSE TestPluginWithDevMounts [2021-03-30T18:14:59.896Z] === CONT TestPluginWithDevMounts [2021-03-30T18:15:01.261Z] --- PASS: TestPluginWithDevMounts (1.71s) [2021-03-30T18:15:01.261Z] PASS [2021-03-30T18:15:01.261Z] [2021-03-30T18:15:01.261Z] DONE 1 tests in 1.744s [2021-03-30T18:15:01.261Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-03-30T18:15:01.261Z] INFO: Testing against a local daemon [2021-03-30T18:15:01.261Z] === RUN TestSecretInspect [2021-03-30T18:15:02.471Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-30T18:15:02.741Z] --- PASS: TestHealthKillContainer (3.26s) [2021-03-30T18:15:02.741Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-30T18:15:03.374Z] --- PASS: TestInspectCpusetInConfigPre120 (1.04s) [2021-03-30T18:15:03.374Z] === RUN TestIpcModeNone [2021-03-30T18:15:03.776Z] --- PASS: TestSecretInspect (2.50s) [2021-03-30T18:15:03.776Z] === RUN TestSecretList [2021-03-30T18:15:04.883Z] --- PASS: TestIpcModeNone (1.31s) [2021-03-30T18:15:04.883Z] === RUN TestIpcModePrivate [2021-03-30T18:15:05.387Z] ok github.com/docker/docker/daemon/cluster/convert 0.018s coverage: 35.9% of statements [2021-03-30T18:15:05.918Z] --- PASS: TestIpcModePrivate (1.25s) [2021-03-30T18:15:05.918Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:106, shared: false, mustBeShared: false [2021-03-30T18:15:05.918Z] === RUN TestIpcModeShareable [2021-03-30T18:15:06.289Z] --- PASS: TestSecretList (2.45s) [2021-03-30T18:15:06.290Z] === RUN TestSecretsCreateAndDelete [2021-03-30T18:15:06.672Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-30T18:15:07.426Z] --- PASS: TestIpcModeShareable (1.32s) [2021-03-30T18:15:07.426Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:100, shared: true, mustBeShared: true [2021-03-30T18:15:07.426Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-30T18:15:07.498Z] ok github.com/docker/docker/daemon/cluster 0.139s coverage: 0.5% of statements [2021-03-30T18:15:08.806Z] --- PASS: TestSecretsCreateAndDelete (2.42s) [2021-03-30T18:15:08.806Z] === RUN TestSecretsUpdate [2021-03-30T18:15:10.573Z] ok github.com/docker/docker/api/server/httputils 0.023s coverage: 14.7% of statements [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-30T18:15:10.573Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2021-03-30T18:15:10.573Z] ok github.com/docker/docker/api/types/filters 0.012s coverage: 92.2% of statements [2021-03-30T18:15:10.573Z] ok github.com/docker/docker/api/server/middleware 0.027s coverage: 37.7% of statements [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-30T18:15:10.573Z] ok github.com/docker/docker/api/types/time 0.019s coverage: 100.0% of statements [2021-03-30T18:15:10.573Z] ok github.com/docker/docker/api/types/versions 0.009s coverage: 75.0% of statements [2021-03-30T18:15:10.573Z] ok github.com/docker/docker/api/server/router/swarm 0.039s coverage: 5.7% of statements [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/types [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/builder [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-30T18:15:10.573Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-30T18:15:10.573Z] ok github.com/docker/docker/cli/debug 0.014s coverage: 100.0% of statements [2021-03-30T18:15:10.839Z] --- PASS: TestBuildSquashParent (13.42s) [2021-03-30T18:15:10.839Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-30T18:15:10.839Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:15:10.839Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:15:10.839Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:15:10.839Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:15:10.839Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:15:10.839Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:15:10.839Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:15:10.839Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:15:10.839Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:15:10.839Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:15:10.839Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:15:10.839Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:15:10.839Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:15:10.839Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:15:10.941Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.61s) [2021-03-30T18:15:10.941Z] === RUN TestAPIIpcModeHost [2021-03-30T18:15:11.070Z] ok github.com/docker/docker/daemon/discovery 0.032s coverage: 30.0% of statements [2021-03-30T18:15:11.317Z] --- PASS: TestSecretsUpdate (2.42s) [2021-03-30T18:15:11.317Z] === RUN TestTemplatedSecret [2021-03-30T18:15:11.501Z] ok github.com/docker/docker/builder/remotecontext 0.170s coverage: 13.7% of statements [2021-03-30T18:15:11.757Z] ok github.com/docker/docker/builder/dockerfile 0.279s coverage: 48.5% of statements [2021-03-30T18:15:11.757Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-30T18:15:11.975Z] --- PASS: TestAPIIpcModeHost (1.09s) [2021-03-30T18:15:11.975Z] === RUN TestDaemonIpcModeShareable [2021-03-30T18:15:13.168Z] ok github.com/docker/docker/daemon/events 0.062s coverage: 50.0% of statements [2021-03-30T18:15:13.168Z] ok github.com/docker/docker/daemon/config 0.074s coverage: 81.8% of statements [2021-03-30T18:15:14.041Z] --- PASS: TestDaemonIpcModeShareable (2.19s) [2021-03-30T18:15:14.041Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: true, mustBeShared: true [2021-03-30T18:15:14.041Z] === RUN TestDaemonIpcModePrivate [2021-03-30T18:15:14.604Z] --- PASS: TestTemplatedSecret (3.12s) [2021-03-30T18:15:14.604Z] === RUN TestSecretCreateResolve [2021-03-30T18:15:14.803Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-30T18:15:15.012Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:15:15.012Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:15:15.025Z] ok github.com/docker/docker/builder/remotecontext/git 5.516s coverage: 86.3% of statements [2021-03-30T18:15:15.025Z] ? github.com/docker/docker/cli [no test files] [2021-03-30T18:15:15.025Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-30T18:15:15.281Z] ok github.com/docker/docker/client 0.226s coverage: 75.5% of statements [2021-03-30T18:15:15.948Z] ok github.com/docker/docker/daemon/graphdriver 0.008s coverage: 2.2% of statements [2021-03-30T18:15:16.109Z] --- PASS: TestDaemonIpcModePrivate (2.12s) [2021-03-30T18:15:16.109Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:116, shared: false, mustBeShared: false [2021-03-30T18:15:16.109Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-30T18:15:16.186Z] --- PASS: TestDockerNetworkMacvlan (21.62s) [2021-03-30T18:15:16.186Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2021-03-30T18:15:16.186Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2021-03-30T18:15:16.186Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.49s) [2021-03-30T18:15:16.186Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.75s) [2021-03-30T18:15:16.186Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.25s) [2021-03-30T18:15:16.186Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.86s) [2021-03-30T18:15:16.186Z] PASS [2021-03-30T18:15:16.186Z] [2021-03-30T18:15:16.186Z] DONE 8 tests in 23.857s [2021-03-30T18:15:16.186Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-30T18:15:16.186Z] ++ 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 [2021-03-30T18:15:16.186Z] ++ set -e [2021-03-30T18:15:16.186Z] ++ '[' -n 0 ']' [2021-03-30T18:15:16.186Z] ++ set -x [2021-03-30T18:15:16.186Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:15:16.186Z] testing: warning: no tests to run [2021-03-30T18:15:16.186Z] PASS [2021-03-30T18:15:16.186Z] [2021-03-30T18:15:16.187Z] DONE 0 tests in 0.025s [2021-03-30T18:15:16.187Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-30T18:15:16.187Z] ++ 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 [2021-03-30T18:15:16.187Z] ++ set -e [2021-03-30T18:15:16.187Z] ++ '[' -n 0 ']' [2021-03-30T18:15:16.187Z] ++ set -x [2021-03-30T18:15:16.187Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:15:16.187Z] INFO: Testing against a local daemon [2021-03-30T18:15:16.187Z] === RUN TestAuthZPluginAllowRequest [2021-03-30T18:15:17.117Z] --- PASS: TestSecretCreateResolve (2.56s) [2021-03-30T18:15:17.117Z] PASS [2021-03-30T18:15:17.117Z] [2021-03-30T18:15:17.117Z] DONE 6 tests in 15.509s [2021-03-30T18:15:17.117Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-03-30T18:15:17.117Z] INFO: Testing against a local daemon [2021-03-30T18:15:17.117Z] === RUN TestServiceCreateInit [2021-03-30T18:15:17.117Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-30T18:15:18.175Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.09s) [2021-03-30T18:15:18.175Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:116, shared: false, mustBeShared: false [2021-03-30T18:15:18.175Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-30T18:15:18.708Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.006s coverage: 2.9% of statements [2021-03-30T18:15:18.708Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.503s coverage: 14.1% of statements [2021-03-30T18:15:18.728Z] --- PASS: TestAuthZPluginAllowRequest (2.04s) [2021-03-30T18:15:18.728Z] === RUN TestAuthZPluginTLS [2021-03-30T18:15:18.989Z] --- PASS: TestAuthZPluginTLS (0.70s) [2021-03-30T18:15:18.989Z] === RUN TestAuthZPluginDenyRequest [2021-03-30T18:15:19.560Z] --- PASS: TestAuthZPluginDenyRequest (0.65s) [2021-03-30T18:15:19.560Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-30T18:15:20.244Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.686s coverage: 57.1% of statements [2021-03-30T18:15:20.264Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:15:20.264Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:15:20.509Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.67s) [2021-03-30T18:15:20.509Z] === RUN TestAuthZPluginDenyResponse [2021-03-30T18:15:20.903Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.19s) [2021-03-30T18:15:20.903Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:110, shared: true, mustBeShared: true [2021-03-30T18:15:20.903Z] === RUN TestIpcModeOlderClient [2021-03-30T18:15:20.903Z] === PAUSE TestIpcModeOlderClient [2021-03-30T18:15:20.903Z] === RUN TestKillContainerInvalidSignal [2021-03-30T18:15:21.089Z] --- PASS: TestAuthZPluginDenyResponse (0.76s) [2021-03-30T18:15:21.089Z] === RUN TestAuthZPluginAllowEventStream [2021-03-30T18:15:21.536Z] --- PASS: TestKillContainerInvalidSignal (1.00s) [2021-03-30T18:15:21.536Z] === RUN TestKillContainer [2021-03-30T18:15:21.536Z] === RUN TestKillContainer/no_signal [2021-03-30T18:15:22.359Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-30T18:15:22.575Z] === RUN TestKillContainer/non_killing_signal [2021-03-30T18:15:23.013Z] --- PASS: TestAuthZPluginAllowEventStream (2.00s) [2021-03-30T18:15:23.013Z] === RUN TestAuthZPluginErrorResponse [2021-03-30T18:15:23.023Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2021-03-30T18:15:23.210Z] === RUN TestKillContainer/killing_signal [2021-03-30T18:15:23.369Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.016s coverage: 65.3% of statements [2021-03-30T18:15:23.369Z] ok github.com/docker/docker/daemon/cluster/convert 0.011s coverage: 35.9% of statements [2021-03-30T18:15:23.625Z] ok github.com/docker/docker/container 0.132s coverage: 34.7% of statements [2021-03-30T18:15:23.669Z] ok github.com/docker/docker/daemon/graphdriver/aufs 7.730s coverage: 69.3% of statements [2021-03-30T18:15:23.955Z] --- PASS: TestAuthZPluginErrorResponse (0.69s) [2021-03-30T18:15:23.955Z] === RUN TestAuthZPluginErrorRequest [2021-03-30T18:15:24.317Z] ok github.com/docker/docker/daemon 12.371s coverage: 17.2% of statements [2021-03-30T18:15:24.318Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-30T18:15:24.318Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-30T18:15:24.318Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-30T18:15:24.318Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-30T18:15:24.525Z] --- PASS: TestAuthZPluginErrorRequest (0.70s) [2021-03-30T18:15:24.525Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-30T18:15:24.726Z] --- PASS: TestKillContainer (3.23s) [2021-03-30T18:15:24.726Z] --- PASS: TestKillContainer/no_signal (1.02s) [2021-03-30T18:15:24.726Z] --- PASS: TestKillContainer/non_killing_signal (0.68s) [2021-03-30T18:15:24.726Z] --- PASS: TestKillContainer/killing_signal (1.09s) [2021-03-30T18:15:24.726Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-30T18:15:24.726Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-30T18:15:24.991Z] ok github.com/docker/docker/daemon/discovery 0.037s coverage: 30.0% of statements [2021-03-30T18:15:24.991Z] ok github.com/docker/docker/daemon/events 0.082s coverage: 50.0% of statements [2021-03-30T18:15:25.096Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.67s) [2021-03-30T18:15:25.096Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-30T18:15:25.376Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 3.764s coverage: 45.9% of statements [2021-03-30T18:15:25.376Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-30T18:15:25.516Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-30T18:15:25.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.54s) [2021-03-30T18:15:25.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.76s) [2021-03-30T18:15:25.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.17s) [2021-03-30T18:15:25.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.52s) [2021-03-30T18:15:25.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.22s) [2021-03-30T18:15:25.516Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.25s) [2021-03-30T18:15:25.516Z] === RUN TestBuildMultiStageCopy [2021-03-30T18:15:25.516Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-30T18:15:25.553Z] ok github.com/docker/docker/daemon/config 0.135s coverage: 81.8% of statements [2021-03-30T18:15:25.809Z] ok github.com/docker/docker/daemon/graphdriver 0.043s coverage: 2.2% of statements [2021-03-30T18:15:25.811Z] 5ff1512f88ec: Pull complete [2021-03-30T18:15:25.811Z] Digest: sha256:acae9dedd8ce6fbc624e8c4b52555a9d3201eb47aacd45b4a00e0d81083b4cab [2021-03-30T18:15:25.811Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:15:25.811Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-03-30T18:15:25.811Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-03-30T18:15:25.811Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1817' [2021-03-30T18:15:25.811Z] WARN: Skipping validation tests [2021-03-30T18:15:25.811Z] INFO: Running unit tests at 03/30/2021 18:15:23... [2021-03-30T18:15:25.829Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-30T18:15:26.525Z] --- PASS: TestServiceCreateInit (9.27s) [2021-03-30T18:15:26.525Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.66s) [2021-03-30T18:15:26.525Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.59s) [2021-03-30T18:15:26.525Z] === RUN TestCreateServiceMultipleTimes [2021-03-30T18:15:26.864Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.08s) [2021-03-30T18:15:26.864Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.02s) [2021-03-30T18:15:26.864Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.69s) [2021-03-30T18:15:26.864Z] === RUN TestKillStoppedContainer [2021-03-30T18:15:26.864Z] --- PASS: TestKillStoppedContainer (0.10s) [2021-03-30T18:15:26.864Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-30T18:15:27.156Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2021-03-30T18:15:27.156Z] === RUN TestKillDifferentUserContainer [2021-03-30T18:15:27.176Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.441s coverage: 56.2% of statements [2021-03-30T18:15:27.432Z] ok github.com/docker/docker/cmd/dockerd 0.096s coverage: 29.1% of statements [2021-03-30T18:15:27.432Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-30T18:15:27.432Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-30T18:15:27.432Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-30T18:15:27.432Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-30T18:15:27.639Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.42s) [2021-03-30T18:15:27.639Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-30T18:15:28.046Z] INFO: make.ps1 starting at 03/30/2021 18:15:27 [2021-03-30T18:15:28.046Z] INFO: Git commit (77f15a087c) assumed from DOCKER_GITCOMMIT environment variable [2021-03-30T18:15:28.046Z] INFO: Invoking autogen... [2021-03-30T18:15:28.159Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.022s coverage: 57.5% of statements [2021-03-30T18:15:28.159Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.415s coverage: 49.4% of statements [2021-03-30T18:15:28.191Z] --- PASS: TestKillDifferentUserContainer (1.10s) [2021-03-30T18:15:28.191Z] === RUN TestInspectOomKilledTrue [2021-03-30T18:15:28.191Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2021-03-30T18:15:28.191Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:15:28.191Z] === RUN TestInspectOomKilledFalse [2021-03-30T18:15:28.191Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-30T18:15:28.191Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:15:28.191Z] === RUN TestLinksEtcHostsContentMatch [2021-03-30T18:15:28.362Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2021-03-30T18:15:28.457Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.014s coverage: 3.0% of statements [2021-03-30T18:15:28.925Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.013s coverage: 1.9% of statements [2021-03-30T18:15:29.041Z] INFO: Running unit tests... [2021-03-30T18:15:29.181Z] ok github.com/docker/docker/daemon/cluster 0.092s coverage: 0.5% of statements [2021-03-30T18:15:29.225Z] --- PASS: TestLinksEtcHostsContentMatch (0.89s) [2021-03-30T18:15:29.225Z] === RUN TestLinksContainerNames [2021-03-30T18:15:29.438Z] ok github.com/docker/docker/daemon/graphdriver/aufs 3.036s coverage: 73.3% of statements [2021-03-30T18:15:29.511Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2021-03-30T18:15:29.687Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-30T18:15:29.693Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.446s coverage: 49.4% of statements [2021-03-30T18:15:29.943Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-30T18:15:30.182Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.48s) [2021-03-30T18:15:30.182Z] === RUN TestAuthZPluginHeader [2021-03-30T18:15:30.255Z] ok github.com/docker/docker/daemon/links 0.024s coverage: 93.0% of statements [2021-03-30T18:15:30.504Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-30T18:15:30.818Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.021s coverage: 57.5% of statements [2021-03-30T18:15:31.065Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-30T18:15:31.074Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.006s coverage: 3.0% of statements [2021-03-30T18:15:31.122Z] --- PASS: TestAuthZPluginHeader (1.02s) [2021-03-30T18:15:31.122Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-30T18:15:31.122Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-30T18:15:31.122Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:15:31.122Z] === RUN TestAuthZPluginV2Disable [2021-03-30T18:15:31.122Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-03-30T18:15:31.122Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:15:31.122Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-30T18:15:31.122Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-30T18:15:31.122Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:15:31.122Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-30T18:15:31.122Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-30T18:15:31.122Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:15:31.122Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-30T18:15:31.296Z] --- PASS: TestLinksContainerNames (2.12s) [2021-03-30T18:15:31.296Z] === RUN TestLogsFollowTailEmpty [2021-03-30T18:15:31.993Z] --- PASS: TestBuildMultiStageCopy (6.20s) [2021-03-30T18:15:31.993Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.81s) [2021-03-30T18:15:31.993Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.61s) [2021-03-30T18:15:31.993Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.56s) [2021-03-30T18:15:31.993Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.64s) [2021-03-30T18:15:31.993Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.58s) [2021-03-30T18:15:31.993Z] === RUN TestBuildMultiStageParentConfig [2021-03-30T18:15:32.002Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.427s coverage: 57.7% of statements [2021-03-30T18:15:32.002Z] ok github.com/docker/docker/daemon/logger 0.224s coverage: 43.2% of statements [2021-03-30T18:15:32.284Z] ok github.com/docker/docker/daemon/logger 0.241s coverage: 43.2% of statements [2021-03-30T18:15:32.335Z] --- PASS: TestLogsFollowTailEmpty (1.07s) [2021-03-30T18:15:32.335Z] === RUN TestContainerNetworkMountsNoChown [2021-03-30T18:15:32.564Z] ok github.com/docker/docker/daemon/images 0.063s coverage: 6.7% of statements [2021-03-30T18:15:32.564Z] ok github.com/docker/docker/daemon/logger/gelf 0.038s coverage: 67.0% of statements [2021-03-30T18:15:32.582Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.093s coverage: 52.2% of statements [2021-03-30T18:15:32.582Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-03-30T18:15:32.582Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-30T18:15:32.819Z] ok github.com/docker/docker/daemon/logger/awslogs 0.166s coverage: 77.8% of statements [2021-03-30T18:15:32.819Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.005s coverage: 87.2% of statements [2021-03-30T18:15:33.074Z] ok github.com/docker/docker/daemon/logger/journald 0.031s coverage: 23.9% of statements [2021-03-30T18:15:33.074Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.023s coverage: 69.9% of statements [2021-03-30T18:15:33.360Z] --- PASS: TestBuildMultiStageParentConfig (1.38s) [2021-03-30T18:15:33.361Z] === RUN TestBuildLabelWithTargets [2021-03-30T18:15:33.371Z] --- PASS: TestContainerNetworkMountsNoChown (1.07s) [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/default [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/default [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/private [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/private [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/rprivate [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/slave [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/slave [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/rslave [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/shared [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/shared [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/rshared [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-30T18:15:33.371Z] === CONT TestMountDaemonRoot/default [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:15:33.371Z] === CONT TestMountDaemonRoot/rslave [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:15:33.371Z] === CONT TestMountDaemonRoot/rshared [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:15:33.371Z] === CONT TestMountDaemonRoot/shared [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:15:33.371Z] === CONT TestMountDaemonRoot/rprivate [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:15:33.371Z] === CONT TestMountDaemonRoot/slave [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-30T18:15:33.371Z] === CONT TestMountDaemonRoot/private [2021-03-30T18:15:33.371Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-30T18:15:33.371Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:15:33.371Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:15:33.371Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:15:33.371Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:15:33.371Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-30T18:15:33.371Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:15:33.371Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:15:33.637Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.456s coverage: 14.1% of statements [2021-03-30T18:15:33.637Z] ok github.com/docker/docker/daemon/logger/local 0.013s coverage: 75.2% of statements [2021-03-30T18:15:33.663Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:15:33.663Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:15:33.663Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:15:33.663Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-30T18:15:33.663Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:15:33.663Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-30T18:15:33.663Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:15:33.893Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.696s coverage: 45.9% of statements [2021-03-30T18:15:33.954Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:15:33.954Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:15:33.954Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:15:33.954Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:15:33.954Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:15:33.954Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:15:33.954Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:15:33.954Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:15:33.954Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:15:34.126Z] ok github.com/docker/docker/daemon/logger/awslogs 0.529s coverage: 77.8% of statements [2021-03-30T18:15:34.149Z] ok github.com/docker/docker/daemon/logger/templates 0.003s coverage: 8.3% of statements [2021-03-30T18:15:34.149Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.057s coverage: 59.3% of statements [2021-03-30T18:15:34.149Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.034s coverage: 31.5% of statements [2021-03-30T18:15:34.247Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-30T18:15:34.247Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-30T18:15:34.247Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-30T18:15:34.247Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-30T18:15:34.247Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:15:34.247Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.10s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.07s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.10s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.11s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.11s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.05s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.10s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.05s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.06s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.06s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.05s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) [2021-03-30T18:15:34.247Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2021-03-30T18:15:34.247Z] === RUN TestContainerBindMountNonRecursive [2021-03-30T18:15:34.711Z] ok github.com/docker/docker/daemon/logger/syslog 0.059s coverage: 46.8% of statements [2021-03-30T18:15:34.779Z] ok github.com/docker/docker/daemon/logger/gelf 0.035s coverage: 67.0% of statements [2021-03-30T18:15:34.967Z] ok github.com/docker/docker/daemon/network 0.035s coverage: 63.8% of statements [2021-03-30T18:15:35.079Z] ok github.com/docker/docker/daemon/logger/journald 0.007s coverage: 23.9% of statements [2021-03-30T18:15:35.079Z] ok github.com/docker/docker/daemon/images 0.051s coverage: 6.7% of statements [2021-03-30T18:15:35.079Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-30T18:15:35.079Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-30T18:15:35.079Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-30T18:15:35.079Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-30T18:15:35.223Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-03-30T18:15:35.479Z] ok github.com/docker/docker/distribution/metadata 0.068s coverage: 48.2% of statements [2021-03-30T18:15:35.876Z] --- PASS: TestBuildLabelWithTargets (2.41s) [2021-03-30T18:15:35.876Z] === RUN TestBuildWithEmptyLayers [2021-03-30T18:15:36.041Z] ok github.com/docker/docker/daemon/logger/splunk 1.625s coverage: 82.5% of statements [2021-03-30T18:15:36.041Z] ok github.com/docker/docker/image 0.060s coverage: 86.6% of statements [2021-03-30T18:15:36.297Z] ok github.com/docker/docker/image/cache 0.011s coverage: 19.2% of statements [2021-03-30T18:15:36.553Z] ok github.com/docker/docker/distribution 0.186s coverage: 25.2% of statements [2021-03-30T18:15:36.553Z] ok github.com/docker/docker/image/v1 0.023s coverage: 25.0% of statements [2021-03-30T18:15:36.553Z] ok github.com/docker/docker/libcontainerd/queue 0.041s coverage: 100.0% of statements [2021-03-30T18:15:36.553Z] ok github.com/docker/docker/image/tarexport 0.014s coverage: 0.6% of statements [2021-03-30T18:15:36.620Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.037s coverage: 87.2% of statements [2021-03-30T18:15:36.802Z] --- PASS: TestBuildWithEmptyLayers (1.31s) [2021-03-30T18:15:36.802Z] === RUN TestBuildMultiStageOnBuild [2021-03-30T18:15:37.116Z] ok github.com/docker/docker/pkg/aaparser 0.004s coverage: 52.9% of statements [2021-03-30T18:15:37.116Z] ok github.com/docker/docker/distribution/xfer 1.757s coverage: 85.6% of statements [2021-03-30T18:15:37.268Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.066s coverage: 69.9% of statements [2021-03-30T18:15:37.678Z] ok github.com/docker/docker/oci 0.047s coverage: 45.2% of statements [2021-03-30T18:15:37.678Z] ok github.com/docker/docker/pkg/broadcaster 0.016s coverage: 100.0% of statements [2021-03-30T18:15:37.678Z] ok github.com/docker/docker/opts 0.082s coverage: 67.1% of statements [2021-03-30T18:15:37.743Z] 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 [2021-03-30T18:15:37.843Z] --- PASS: TestContainerBindMountNonRecursive (3.05s) [2021-03-30T18:15:37.843Z] === RUN TestContainerVolumesMountedAsShared [2021-03-30T18:15:37.934Z] ok github.com/docker/docker/pkg/capabilities 0.031s coverage: 87.5% of statements [2021-03-30T18:15:38.190Z] ok github.com/docker/docker/pkg/directory 0.004s coverage: 80.0% of statements [2021-03-30T18:15:38.342Z] ok github.com/docker/docker/daemon/logger/local 0.071s coverage: 75.2% of statements [2021-03-30T18:15:38.342Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-30T18:15:38.447Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2021-03-30T18:15:38.447Z] ok github.com/docker/docker/pkg/authorization 0.388s coverage: 68.3% of statements [2021-03-30T18:15:38.447Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 92.9% of statements [2021-03-30T18:15:38.476Z] --- PASS: TestContainerVolumesMountedAsShared (0.95s) [2021-03-30T18:15:38.476Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-30T18:15:38.702Z] ok github.com/docker/docker/pkg/archive 0.737s coverage: 76.9% of statements [2021-03-30T18:15:38.958Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2021-03-30T18:15:38.958Z] ok github.com/docker/docker/pkg/dmesg 0.006s coverage: 83.3% of statements [2021-03-30T18:15:38.958Z] ok github.com/docker/docker/pkg/discovery/nodes 0.007s coverage: 93.8% of statements [2021-03-30T18:15:38.994Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.052s coverage: 58.6% of statements [2021-03-30T18:15:39.119Z] --- PASS: TestContainerVolumesMountedAsSlave (0.91s) [2021-03-30T18:15:39.119Z] === RUN TestNetworkNat [2021-03-30T18:15:39.519Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 89.5% of statements [2021-03-30T18:15:39.519Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-03-30T18:15:39.519Z] ok github.com/docker/docker/pkg/fsutils 0.249s coverage: 85.1% of statements [2021-03-30T18:15:39.774Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-03-30T18:15:40.030Z] ok github.com/docker/docker/pkg/longpath 0.006s coverage: 100.0% of statements [2021-03-30T18:15:40.030Z] ok github.com/docker/docker/pkg/jsonmessage 0.009s coverage: 91.7% of statements [2021-03-30T18:15:40.049Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.033s coverage: 31.5% of statements [2021-03-30T18:15:40.286Z] ok github.com/docker/docker/pkg/idtools 0.398s coverage: 69.5% of statements [2021-03-30T18:15:40.286Z] ok github.com/docker/docker/pkg/ioutils 0.457s coverage: 69.3% of statements [2021-03-30T18:15:40.286Z] ok github.com/docker/docker/pkg/namesgenerator 0.028s coverage: 85.7% of statements [2021-03-30T18:15:40.542Z] ok github.com/docker/docker/pkg/parsers 0.018s coverage: 97.0% of statements [2021-03-30T18:15:40.542Z] ok github.com/docker/docker/pkg/parsers/kernel 0.006s coverage: 60.0% of statements [2021-03-30T18:15:40.627Z] --- PASS: TestNetworkNat (1.10s) [2021-03-30T18:15:40.627Z] === RUN TestNetworkLocalhostTCPNat [2021-03-30T18:15:40.698Z] ok github.com/docker/docker/daemon/logger/templates 0.031s coverage: 8.3% of statements [2021-03-30T18:15:40.798Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.010s coverage: 86.7% of statements [2021-03-30T18:15:40.798Z] ok github.com/docker/docker/pkg/pidfile 0.009s coverage: 82.4% of statements [2021-03-30T18:15:40.967Z] --- PASS: TestBuildMultiStageOnBuild (4.19s) [2021-03-30T18:15:40.967Z] === RUN TestBuildUncleanTarFilenames [2021-03-30T18:15:41.000Z] ok github.com/docker/docker/daemon/logger/syslog 0.036s coverage: 46.8% of statements [2021-03-30T18:15:41.054Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.017s coverage: 56.8% of statements [2021-03-30T18:15:41.261Z] --- PASS: TestNetworkLocalhostTCPNat (1.04s) [2021-03-30T18:15:41.261Z] === RUN TestNetworkLoopbackNat [2021-03-30T18:15:41.310Z] ok github.com/docker/docker/pkg/chrootarchive 2.775s coverage: 43.2% of statements [2021-03-30T18:15:41.310Z] ok github.com/docker/docker/pkg/pools 0.015s coverage: 88.2% of statements [2021-03-30T18:15:41.566Z] ok github.com/docker/docker/pkg/progress 0.008s coverage: 75.9% of statements [2021-03-30T18:15:41.566Z] ok github.com/docker/docker/pkg/plugins/transport 0.003s coverage: 85.7% of statements [2021-03-30T18:15:41.821Z] ok github.com/docker/docker/pkg/reexec 0.025s coverage: 82.4% of statements [2021-03-30T18:15:42.078Z] ok github.com/docker/docker/pkg/stdcopy 0.011s coverage: 100.0% of statements [2021-03-30T18:15:42.333Z] ok github.com/docker/docker/pkg/streamformatter 0.004s coverage: 66.2% of statements [2021-03-30T18:15:42.333Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-03-30T18:15:42.333Z] ok github.com/docker/docker/pkg/discovery/kv 3.050s coverage: 84.1% of statements [2021-03-30T18:15:42.589Z] ok github.com/docker/docker/pkg/pubsub 1.035s coverage: 75.0% of statements [2021-03-30T18:15:42.845Z] ok github.com/docker/docker/pkg/tailfile 0.060s coverage: 88.6% of statements [2021-03-30T18:15:42.845Z] ok github.com/docker/docker/pkg/system 0.007s coverage: 36.9% of statements [2021-03-30T18:15:42.845Z] ok github.com/docker/docker/pkg/sysinfo 0.008s coverage: 54.9% of statements [2021-03-30T18:15:42.859Z] --- PASS: TestBuildUncleanTarFilenames (1.81s) [2021-03-30T18:15:42.859Z] === RUN TestBuildMultiStageLayerLeak [2021-03-30T18:15:43.101Z] testing: warning: no tests to run [2021-03-30T18:15:43.101Z] coverage: [no statements] [2021-03-30T18:15:43.101Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2021-03-30T18:15:43.101Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-03-30T18:15:43.358Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2021-03-30T18:15:43.358Z] ok github.com/docker/docker/pkg/tarsum 0.059s coverage: 89.3% of statements [2021-03-30T18:15:43.358Z] ok github.com/docker/docker/pkg/useragent 0.010s coverage: 88.9% of statements [2021-03-30T18:15:43.642Z] ? github.com/docker/docker/api [no test files] [2021-03-30T18:15:43.781Z] ok github.com/docker/docker/daemon/network 0.010s coverage: 63.8% of statements [2021-03-30T18:15:43.781Z] ok github.com/docker/docker/daemon/logger/splunk 2.478s coverage: 82.5% of statements [2021-03-30T18:15:43.781Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-30T18:15:43.781Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-30T18:15:43.919Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 85.4% of statements [2021-03-30T18:15:43.919Z] ok github.com/docker/docker/plugin/v2 0.005s coverage: 14.5% of statements [2021-03-30T18:15:44.479Z] ok github.com/docker/docker/pkg/signal 2.563s coverage: 61.0% of statements [2021-03-30T18:15:44.479Z] ok github.com/docker/docker/reference 0.006s coverage: 84.4% of statements [2021-03-30T18:15:44.564Z] --- PASS: TestCreateServiceMultipleTimes (18.30s) [2021-03-30T18:15:44.564Z] === RUN TestCreateServiceConflict [2021-03-30T18:15:44.799Z] --- PASS: TestNetworkLoopbackNat (3.56s) [2021-03-30T18:15:44.799Z] === RUN TestPause [2021-03-30T18:15:44.839Z] ok github.com/docker/docker/distribution/metadata 0.099s coverage: 48.2% of statements [2021-03-30T18:15:45.040Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-03-30T18:15:45.040Z] ok github.com/docker/docker/plugin 0.524s coverage: 23.2% of statements [2021-03-30T18:15:45.040Z] ok github.com/docker/docker/registry/resumable 0.017s coverage: 100.0% of statements [2021-03-30T18:15:45.040Z] ok github.com/docker/docker/daemon 12.148s coverage: 17.2% of statements [2021-03-30T18:15:45.040Z] ok github.com/docker/docker/layer 7.089s coverage: 68.8% of statements [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-30T18:15:45.040Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-30T18:15:45.297Z] ok github.com/docker/docker/quota 0.461s coverage: 71.4% of statements [2021-03-30T18:15:45.553Z] ok github.com/docker/docker/registry 0.185s coverage: 58.8% of statements [2021-03-30T18:15:45.553Z] ok github.com/docker/docker/testutil 0.034s coverage: 62.5% of statements [2021-03-30T18:15:45.809Z] ok github.com/docker/docker/runconfig 0.042s coverage: 66.1% of statements [2021-03-30T18:15:45.847Z] --- PASS: TestPause (1.07s) [2021-03-30T18:15:45.847Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-30T18:15:45.847Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-30T18:15:45.847Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-30T18:15:45.847Z] === RUN TestPauseStopPausedContainer [2021-03-30T18:15:46.451Z] --- PASS: TestCreateServiceConflict (2.03s) [2021-03-30T18:15:46.451Z] === RUN TestCreateServiceMaxReplicas [2021-03-30T18:15:46.736Z] ok github.com/docker/docker/volume/drivers 0.012s coverage: 36.1% of statements [2021-03-30T18:15:46.736Z] ok github.com/docker/docker/volume/mounts 0.029s coverage: 67.0% of statements [2021-03-30T18:15:46.886Z] --- PASS: TestPauseStopPausedContainer (1.04s) [2021-03-30T18:15:46.886Z] === RUN TestPsFilter [2021-03-30T18:15:46.943Z] ok github.com/docker/docker/errdefs 0.034s coverage: 53.1% of statements [2021-03-30T18:15:46.991Z] ok github.com/docker/docker/volume/local 0.132s coverage: 76.4% of statements [2021-03-30T18:15:47.225Z] --- PASS: TestPsFilter (0.29s) [2021-03-30T18:15:47.225Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-30T18:15:47.246Z] ok github.com/docker/docker/volume/service 0.010s coverage: 73.1% of statements [2021-03-30T18:15:47.589Z] ok github.com/docker/docker/distribution 0.472s coverage: 25.2% of statements [2021-03-30T18:15:47.589Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-30T18:15:48.111Z] --- PASS: TestBuildMultiStageLayerLeak (5.02s) [2021-03-30T18:15:48.111Z] === RUN TestBuildWithHugeFile [2021-03-30T18:15:48.266Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.00s) [2021-03-30T18:15:48.266Z] === RUN TestRemoveContainerWithVolume [2021-03-30T18:15:49.126Z] ok github.com/docker/docker/image 0.050s coverage: 86.6% of statements [2021-03-30T18:15:49.226Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.15s) [2021-03-30T18:15:49.226Z] PASS [2021-03-30T18:15:49.226Z] [2021-03-30T18:15:49.226Z] === Skipped [2021-03-30T18:15:49.226Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-30T18:15:49.226Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:15:49.226Z] [2021-03-30T18:15:49.226Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-03-30T18:15:49.226Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:15:49.226Z] [2021-03-30T18:15:49.226Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-30T18:15:49.226Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:15:49.226Z] [2021-03-30T18:15:49.226Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-30T18:15:49.226Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:15:49.226Z] [2021-03-30T18:15:49.226Z] [2021-03-30T18:15:49.226Z] DONE 17 tests, 4 skipped in 33.094s [2021-03-30T18:15:49.226Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-30T18:15:49.226Z] ++ 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 [2021-03-30T18:15:49.226Z] ++ set -e [2021-03-30T18:15:49.226Z] ++ '[' -n 0 ']' [2021-03-30T18:15:49.226Z] ++ set -x [2021-03-30T18:15:49.226Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:15:49.226Z] INFO: Testing against a local daemon [2021-03-30T18:15:49.226Z] === RUN TestPluginInvalidJSON [2021-03-30T18:15:49.425Z] ok github.com/docker/docker/distribution/xfer 1.710s coverage: 85.1% of statements [2021-03-30T18:15:49.425Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-30T18:15:49.434Z] --- PASS: TestRemoveContainerWithVolume (1.07s) [2021-03-30T18:15:49.434Z] === RUN TestRemoveContainerRunning [2021-03-30T18:15:49.486Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:15:49.486Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:15:49.487Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:15:49.487Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-03-30T18:15:49.487Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-30T18:15:49.487Z] === RUN TestPluginInstall [2021-03-30T18:15:49.487Z] === RUN TestPluginInstall/no_auth [2021-03-30T18:15:49.716Z] --- PASS: TestCreateServiceMaxReplicas (2.92s) [2021-03-30T18:15:49.716Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-30T18:15:50.002Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-30T18:15:50.002Z] Using test binary docker [2021-03-30T18:15:50.002Z] +++ /etc/init.d/apparmor start [2021-03-30T18:15:50.002Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-30T18:15:50.002Z] Starting dockerd [2021-03-30T18:15:50.002Z] INFO: Waiting for daemon to start... [2021-03-30T18:15:50.002Z] +++ 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 [2021-03-30T18:15:50.073Z] ok github.com/docker/docker/image/cache 0.021s coverage: 19.2% of statements [2021-03-30T18:15:50.551Z] --- PASS: TestRemoveContainerRunning (1.08s) [2021-03-30T18:15:50.551Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-30T18:15:50.564Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-30T18:15:50.564Z] Using test binary docker [2021-03-30T18:15:50.564Z] +++ /etc/init.d/apparmor start [2021-03-30T18:15:50.721Z] ok github.com/docker/docker/image/tarexport 0.016s coverage: 0.6% of statements [2021-03-30T18:15:50.820Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-30T18:15:50.820Z] INFO: Waiting for daemon to start... [2021-03-30T18:15:50.820Z] Starting dockerd [2021-03-30T18:15:50.820Z] +++ 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 [2021-03-30T18:15:51.021Z] ok github.com/docker/docker/libcontainerd/queue 0.054s coverage: 100.0% of statements [2021-03-30T18:15:51.399Z] time="2021-03-30T18:15:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:15:51.399Z] time="2021-03-30T18:15:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:27ff50b3bc18e3e384f6248a98555a6a39f298ee88cbd2d6830d78a8216ffe7f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:15:51.399Z] time="2021-03-30T18:15:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:15:51.399Z] time="2021-03-30T18:15:51Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:27ff50b3bc18e3e384f6248a98555a6a39f298ee88cbd2d6830d78a8216ffe7f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:15:51.668Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.06s) [2021-03-30T18:15:51.668Z] === RUN TestRemoveInvalidContainer [2021-03-30T18:15:51.668Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-03-30T18:15:51.668Z] === RUN TestRenameLinkedContainer [2021-03-30T18:15:51.969Z] === RUN TestPluginInstall/with_htpasswd [2021-03-30T18:15:52.541Z] time="2021-03-30T18:15:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:15:52.541Z] time="2021-03-30T18:15:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:58bceced5e96450a5e3dd1ebe9600de783c1f5db18beb324727faa6501b25709" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:15:52.541Z] time="2021-03-30T18:15:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:15:52.541Z] time="2021-03-30T18:15:52Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:58bceced5e96450a5e3dd1ebe9600de783c1f5db18beb324727faa6501b25709" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:15:53.112Z] === RUN TestPluginInstall/with_insecure [2021-03-30T18:15:53.131Z] ok github.com/docker/docker/image/v1 0.053s coverage: 25.0% of statements [2021-03-30T18:15:53.131Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-30T18:15:54.194Z] ok github.com/docker/docker/pkg/aaparser 0.024s coverage: 52.9% of statements [2021-03-30T18:15:54.493Z] ok github.com/docker/docker/oci 0.051s coverage: 45.2% of statements [2021-03-30T18:15:54.496Z] time="2021-03-30T18:15:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:15:54.496Z] time="2021-03-30T18:15:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:11ab369599d705f3c31c7d9d8fe5df75d12e9760e0b4cc864ad39f1ed63a8390" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:15:54.496Z] time="2021-03-30T18:15:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:15:54.496Z] time="2021-03-30T18:15:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:11ab369599d705f3c31c7d9d8fe5df75d12e9760e0b4cc864ad39f1ed63a8390" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:15:54.756Z] --- PASS: TestPluginInstall (5.43s) [2021-03-30T18:15:54.756Z] --- PASS: TestPluginInstall/no_auth (2.48s) [2021-03-30T18:15:54.756Z] --- PASS: TestPluginInstall/with_htpasswd (1.22s) [2021-03-30T18:15:54.756Z] --- PASS: TestPluginInstall/with_insecure (1.73s) [2021-03-30T18:15:54.756Z] plugin_test.go:160: [d46131b5eccba] daemon is not started [2021-03-30T18:15:54.756Z] === RUN TestPluginsWithRuntimes [2021-03-30T18:15:54.791Z] ok github.com/docker/docker/opts 0.083s coverage: 67.1% of statements [2021-03-30T18:15:56.265Z] --- PASS: TestRenameLinkedContainer (4.31s) [2021-03-30T18:15:56.265Z] === RUN TestRenameStoppedContainer [2021-03-30T18:15:56.898Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2021-03-30T18:15:56.972Z] --- PASS: TestRenameStoppedContainer (1.06s) [2021-03-30T18:15:56.972Z] === RUN TestRenameRunningContainerAndReuse [2021-03-30T18:15:57.196Z] ok github.com/docker/docker/pkg/authorization 0.626s coverage: 68.3% of statements [2021-03-30T18:15:57.298Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-30T18:15:57.495Z] ok github.com/docker/docker/pkg/capabilities 0.016s coverage: 87.5% of statements [2021-03-30T18:15:58.556Z] ok github.com/docker/docker/pkg/directory 0.027s coverage: 80.0% of statements [2021-03-30T18:15:58.556Z] ok github.com/docker/docker/pkg/archive 1.142s coverage: 76.8% of statements [2021-03-30T18:15:58.629Z] === RUN TestMiddlewares [2021-03-30T18:15:58.629Z] --- PASS: TestMiddlewares (0.00s) [2021-03-30T18:15:58.629Z] PASS [2021-03-30T18:15:58.629Z] coverage: 9.0% of statements [2021-03-30T18:15:58.629Z] ok github.com/docker/docker/api/server 0.128s coverage: 9.0% of statements [2021-03-30T18:15:58.681Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-30T18:15:59.045Z] --- PASS: TestRenameRunningContainerAndReuse (2.11s) [2021-03-30T18:15:59.045Z] === RUN TestRenameInvalidName [2021-03-30T18:15:59.616Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2021-03-30T18:15:59.616Z] ok github.com/docker/docker/pkg/discovery/file 0.010s coverage: 92.9% of statements [2021-03-30T18:16:00.171Z] --- PASS: TestRenameInvalidName (1.17s) [2021-03-30T18:16:00.171Z] === RUN TestRenameAnonymousContainer [2021-03-30T18:16:00.593Z] --- PASS: TestPluginsWithRuntimes (5.71s) [2021-03-30T18:16:00.593Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.69s) [2021-03-30T18:16:00.593Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.71s) [2021-03-30T18:16:00.593Z] PASS [2021-03-30T18:16:00.593Z] [2021-03-30T18:16:00.593Z] DONE 9 tests in 11.338s [2021-03-30T18:16:00.593Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-30T18:16:00.593Z] ++ 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 [2021-03-30T18:16:00.593Z] ++ set -e [2021-03-30T18:16:00.593Z] ++ '[' -n 0 ']' [2021-03-30T18:16:00.593Z] ++ set -x [2021-03-30T18:16:00.593Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:16:00.593Z] INFO: Testing against a local daemon [2021-03-30T18:16:00.593Z] === RUN TestExternalGraphDriver [2021-03-30T18:16:00.673Z] ok github.com/docker/docker/pkg/discovery/memory 0.006s coverage: 92.3% of statements [2021-03-30T18:16:00.853Z] === RUN TestExternalGraphDriver/json [2021-03-30T18:16:01.317Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2021-03-30T18:16:01.615Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2021-03-30T18:16:02.261Z] ok github.com/docker/docker/layer 7.554s coverage: 68.8% of statements [2021-03-30T18:16:02.261Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-30T18:16:02.261Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-30T18:16:02.261Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-30T18:16:02.261Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-30T18:16:02.261Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-30T18:16:02.909Z] ok github.com/docker/docker/pkg/filenotify 0.607s coverage: 67.0% of statements [2021-03-30T18:16:03.215Z] ok github.com/docker/docker/pkg/chrootarchive 3.875s coverage: 43.2% of statements [2021-03-30T18:16:03.215Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-30T18:16:03.215Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-30T18:16:03.215Z] ok github.com/docker/docker/pkg/fileutils 0.032s coverage: 89.5% of statements [2021-03-30T18:16:03.398Z] === RUN TestExternalGraphDriver/spec [2021-03-30T18:16:04.288Z] ok github.com/docker/docker/pkg/fsutils 0.316s coverage: 85.1% of statements [2021-03-30T18:16:04.288Z] ok github.com/docker/docker/pkg/discovery/kv 3.094s coverage: 84.1% of statements [2021-03-30T18:16:04.288Z] ok github.com/docker/docker/pkg/homedir 0.006s coverage: 11.4% of statements [2021-03-30T18:16:04.549Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.65s) [2021-03-30T18:16:04.549Z] === RUN TestCreateServiceSecretFileMode [2021-03-30T18:16:05.802Z] --- PASS: TestRenameAnonymousContainer (5.47s) [2021-03-30T18:16:05.802Z] === RUN TestRenameContainerWithSameName [2021-03-30T18:16:05.831Z] ok github.com/docker/docker/pkg/jsonmessage 0.008s coverage: 91.7% of statements [2021-03-30T18:16:05.831Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2021-03-30T18:16:05.934Z] --- PASS: TestCreateServiceSecretFileMode (2.95s) [2021-03-30T18:16:05.934Z] === RUN TestCreateServiceConfigFileMode [2021-03-30T18:16:06.137Z] ok github.com/docker/docker/pkg/idtools 0.689s coverage: 69.5% of statements [2021-03-30T18:16:06.439Z] ok github.com/docker/docker/pkg/namesgenerator 0.049s coverage: 85.7% of statements [2021-03-30T18:16:06.439Z] ok github.com/docker/docker/pkg/parsers 0.015s coverage: 97.0% of statements [2021-03-30T18:16:06.703Z] === RUN TestExternalGraphDriver/pull [2021-03-30T18:16:06.907Z] --- PASS: TestRenameContainerWithSameName (1.18s) [2021-03-30T18:16:06.907Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-30T18:16:07.088Z] ok github.com/docker/docker/pkg/ioutils 1.170s coverage: 69.3% of statements [2021-03-30T18:16:07.088Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-30T18:16:07.088Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-03-30T18:16:07.088Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-30T18:16:07.088Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-30T18:16:07.387Z] ok github.com/docker/docker/pkg/parsers/kernel 0.050s coverage: 60.0% of statements [2021-03-30T18:16:07.387Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.022s coverage: 86.7% of statements [2021-03-30T18:16:07.691Z] ok github.com/docker/docker/pkg/pidfile 0.029s coverage: 82.4% of statements [2021-03-30T18:16:07.691Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-30T18:16:07.691Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-30T18:16:08.757Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.043s coverage: 56.8% of statements [2021-03-30T18:16:09.049Z] --- PASS: TestRenameContainerWithLinkedContainer (2.12s) [2021-03-30T18:16:09.049Z] === RUN TestResize [2021-03-30T18:16:09.056Z] ok github.com/docker/docker/pkg/pools 0.006s coverage: 88.2% of statements [2021-03-30T18:16:09.196Z] --- PASS: TestCreateServiceConfigFileMode (2.91s) [2021-03-30T18:16:09.196Z] === RUN TestCreateServiceSysctls [2021-03-30T18:16:09.246Z] --- PASS: TestExternalGraphDriver (8.16s) [2021-03-30T18:16:09.246Z] --- PASS: TestExternalGraphDriver/json (2.65s) [2021-03-30T18:16:09.246Z] --- PASS: TestExternalGraphDriver/spec (2.93s) [2021-03-30T18:16:09.246Z] --- PASS: TestExternalGraphDriver/pull (2.45s) [2021-03-30T18:16:09.246Z] === RUN TestGraphdriverPluginV2 [2021-03-30T18:16:09.246Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2021-03-30T18:16:09.246Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:16:09.246Z] PASS [2021-03-30T18:16:09.246Z] [2021-03-30T18:16:09.246Z] === Skipped [2021-03-30T18:16:09.246Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2021-03-30T18:16:09.246Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:16:09.246Z] [2021-03-30T18:16:09.246Z] [2021-03-30T18:16:09.246Z] DONE 5 tests, 1 skipped in 8.324s [2021-03-30T18:16:09.246Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-30T18:16:09.246Z] ++ 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 [2021-03-30T18:16:09.246Z] ++ set -e [2021-03-30T18:16:09.246Z] ++ '[' -n 0 ']' [2021-03-30T18:16:09.246Z] ++ set -x [2021-03-30T18:16:09.246Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:16:09.246Z] INFO: Testing against a local daemon [2021-03-30T18:16:09.246Z] === RUN TestContinueAfterPluginCrash [2021-03-30T18:16:09.246Z] === PAUSE TestContinueAfterPluginCrash [2021-03-30T18:16:09.246Z] === RUN TestReadPluginNoRead [2021-03-30T18:16:09.246Z] === PAUSE TestReadPluginNoRead [2021-03-30T18:16:09.246Z] === RUN TestDaemonStartWithLogOpt [2021-03-30T18:16:09.246Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-30T18:16:09.246Z] === CONT TestContinueAfterPluginCrash [2021-03-30T18:16:09.246Z] === CONT TestDaemonStartWithLogOpt [2021-03-30T18:16:09.246Z] === CONT TestReadPluginNoRead [2021-03-30T18:16:09.704Z] ok github.com/docker/docker/pkg/plugins/transport 0.006s coverage: 85.7% of statements [2021-03-30T18:16:09.704Z] ok github.com/docker/docker/pkg/progress 0.004s coverage: 75.9% of statements [2021-03-30T18:16:10.089Z] --- PASS: TestResize (1.05s) [2021-03-30T18:16:10.089Z] === RUN TestResizeWithInvalidSize [2021-03-30T18:16:10.350Z] ok github.com/docker/docker/pkg/reexec 0.008s coverage: 82.4% of statements [2021-03-30T18:16:10.997Z] ok github.com/docker/docker/pkg/pubsub 1.138s coverage: 75.0% of statements [2021-03-30T18:16:11.185Z] --- PASS: TestResizeWithInvalidSize (1.09s) [2021-03-30T18:16:11.185Z] === RUN TestResizeWhenContainerNotStarted [2021-03-30T18:16:11.296Z] ok github.com/docker/docker/pkg/stdcopy 0.006s coverage: 100.0% of statements [2021-03-30T18:16:11.943Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2021-03-30T18:16:11.943Z] ok github.com/docker/docker/pkg/streamformatter 0.007s coverage: 66.2% of statements [2021-03-30T18:16:12.249Z] --- PASS: TestResizeWhenContainerNotStarted (1.03s) [2021-03-30T18:16:12.249Z] === RUN TestDaemonRestartKillContainers [2021-03-30T18:16:12.249Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-30T18:16:12.249Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-30T18:16:12.249Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-30T18:16:12.249Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-30T18:16:12.249Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-30T18:16:12.249Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-30T18:16:12.249Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-30T18:16:12.249Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-30T18:16:12.249Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-30T18:16:12.249Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-30T18:16:12.249Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-30T18:16:12.249Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-30T18:16:12.249Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-30T18:16:12.250Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-30T18:16:12.250Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-30T18:16:12.250Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-30T18:16:12.250Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:16:12.250Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:16:12.250Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:16:12.250Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:16:12.250Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:16:12.250Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:16:12.250Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:16:12.250Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:16:12.250Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-30T18:16:12.250Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-30T18:16:13.363Z] --- PASS: TestCreateServiceSysctls (3.83s) [2021-03-30T18:16:13.363Z] === RUN TestCreateServiceCapabilities [2021-03-30T18:16:13.459Z] === RUN TestReadPluginNoRead/default [2021-03-30T18:16:13.479Z] ok github.com/docker/docker/pkg/system 0.025s coverage: 36.9% of statements [2021-03-30T18:16:13.479Z] ok github.com/docker/docker/pkg/sysinfo 0.011s coverage: 53.8% of statements [2021-03-30T18:16:13.719Z] --- PASS: TestDaemonStartWithLogOpt (4.77s) [2021-03-30T18:16:13.777Z] ok github.com/docker/docker/pkg/signal 3.086s coverage: 61.0% of statements [2021-03-30T18:16:14.075Z] ok github.com/docker/docker/pkg/tailfile 0.092s coverage: 88.6% of statements [2021-03-30T18:16:14.372Z] testing: warning: no tests to run [2021-03-30T18:16:14.372Z] coverage: [no statements] [2021-03-30T18:16:14.372Z] ok github.com/docker/docker/pkg/term/windows 0.004s coverage: [no statements] [no tests to run] [2021-03-30T18:16:14.668Z] ok github.com/docker/docker/pkg/tarsum 0.140s coverage: 89.3% of statements [2021-03-30T18:16:14.966Z] ok github.com/docker/docker/pkg/truncindex 0.105s coverage: 91.5% of statements [2021-03-30T18:16:14.966Z] ok github.com/docker/docker/pkg/urlutil 0.008s coverage: 100.0% of statements [2021-03-30T18:16:15.152Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:16:15.152Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:16:15.251Z] --- PASS: TestCreateServiceCapabilities (2.47s) [2021-03-30T18:16:15.251Z] === RUN TestInspect [2021-03-30T18:16:15.264Z] ok github.com/docker/docker/pkg/useragent 0.005s coverage: 88.9% of statements [2021-03-30T18:16:15.629Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-30T18:16:16.704Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:16:16.704Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:16:17.326Z] . [2021-03-30T18:16:17.326Z] [2021-03-30T18:16:17.326Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-30T18:16:17.326Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-30T18:16:17.326Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-30T18:16:17.326Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-30T18:16:17.326Z] Error: No such image: emptyfs [2021-03-30T18:16:17.326Z] ++++ docker load [2021-03-30T18:16:17.326Z] Error: No such image: emptyfs [2021-03-30T18:16:17.326Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-30T18:16:17.326Z] ++++ docker load [2021-03-30T18:16:17.326Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-30T18:16:17.326Z] Running integration-test (iteration 1) [2021-03-30T18:16:17.326Z] 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)/ [2021-03-30T18:16:17.326Z] ++ 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)/' [2021-03-30T18:16:17.326Z] ++ set -e [2021-03-30T18:16:17.326Z] ++ '[' -n 0 ']' [2021-03-30T18:16:17.326Z] ++ set -x [2021-03-30T18:16:17.326Z] ++ env -i DEST=/go/src/github.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)/' [2021-03-30T18:16:17.326Z] Running integration-test (iteration 1) [2021-03-30T18:16:17.326Z] Running /go/src/github.com/docker/docker/integration-cli (amd64.integration-cli) flags=-test.v -test.timeout=360m -test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-03-30T18:16:17.326Z] ++ 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)/' [2021-03-30T18:16:17.326Z] ++ set -e [2021-03-30T18:16:17.326Z] ++ '[' -n 0 ']' [2021-03-30T18:16:17.326Z] ++ set -x [2021-03-30T18:16:17.326Z] ++ env -i DEST=/go/src/github.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)/' [2021-03-30T18:16:17.365Z] ok github.com/docker/docker/profiles/seccomp 0.019s coverage: 83.5% of statements [2021-03-30T18:16:17.538Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-30T18:16:17.663Z] ok github.com/docker/docker/plugin/v2 0.041s coverage: 14.5% of statements [2021-03-30T18:16:18.285Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-30T18:16:18.285Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-30T18:16:18.517Z] --- PASS: TestInspect (3.11s) [2021-03-30T18:16:18.517Z] === RUN TestCreateJob [2021-03-30T18:16:19.197Z] ok github.com/docker/docker/reference 0.011s coverage: 84.4% of statements [2021-03-30T18:16:19.197Z] ok github.com/docker/docker/plugin 0.575s coverage: 23.2% of statements [2021-03-30T18:16:19.251Z] ok github.com/docker/docker/pkg/plugins 33.622s coverage: 76.6% of statements [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/rootless [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/volume [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-30T18:16:19.251Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === Skipped [2021-03-30T18:16:19.251Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-03-30T18:16:19.251Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-03-30T18:16:19.251Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-03-30T18:16:19.251Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:19.251Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-03-30T18:16:19.251Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:19.251Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-03-30T18:16:19.251Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:19.251Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-03-30T18:16:19.251Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:19.251Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-03-30T18:16:19.251Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:19.251Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-03-30T18:16:19.251Z] graphtest_unix.go:73: No driver to put! [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-03-30T18:16:19.251Z] time="2021-03-30T18:15:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:16:19.251Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:16:19.251Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-03-30T18:16:19.251Z] time="2021-03-30T18:15:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:16:19.251Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:16:19.251Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-03-30T18:16:19.251Z] time="2021-03-30T18:15:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:16:19.251Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:16:19.251Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-03-30T18:16:19.251Z] time="2021-03-30T18:15:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:16:19.251Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:16:19.251Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-03-30T18:16:19.251Z] time="2021-03-30T18:15:28Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:16:19.251Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:16:19.251Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-03-30T18:16:19.251Z] graphtest_unix.go:73: No driver to put! [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-03-30T18:16:19.251Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-03-30T18:16:19.251Z] overlay_test.go:49: Fails to compute changes intermittently [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-03-30T18:16:19.251Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-03-30T18:16:19.251Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-03-30T18:16:19.251Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:19.251Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-03-30T18:16:19.251Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:19.251Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-03-30T18:16:19.251Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:19.251Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-03-30T18:16:19.251Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:19.251Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-03-30T18:16:19.251Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:19.251Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-03-30T18:16:19.251Z] graphtest_unix.go:73: No driver to put! [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-03-30T18:16:19.251Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-03-30T18:16:19.251Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] [2021-03-30T18:16:19.251Z] DONE 2249 tests, 26 skipped in 93.947s Post stage [Pipeline] junit [2021-03-30T18:16:19.260Z] Recording test results [2021-03-30T18:16:19.449Z] --- PASS: TestReadPluginNoRead (10.23s) [2021-03-30T18:16:19.449Z] --- PASS: TestReadPluginNoRead/default (2.07s) [2021-03-30T18:16:19.449Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.93s) [2021-03-30T18:16:19.449Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.98s) [2021-03-30T18:16:19.449Z] read_test.go:92: [d7a8ba791d48d] daemon is not started [2021-03-30T18:16:19.449Z] --- PASS: TestContinueAfterPluginCrash (10.40s) [2021-03-30T18:16:19.449Z] PASS [2021-03-30T18:16:19.449Z] [2021-03-30T18:16:19.449Z] DONE 6 tests in 10.560s [2021-03-30T18:16:19.449Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (arm64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-30T18:16:19.449Z] ++ 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 [2021-03-30T18:16:19.449Z] ++ set -e [2021-03-30T18:16:19.449Z] ++ '[' -n 0 ']' [2021-03-30T18:16:19.449Z] ++ set -x [2021-03-30T18:16:19.449Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:16:19.449Z] testing: warning: no tests to run [2021-03-30T18:16:19.449Z] PASS [2021-03-30T18:16:19.449Z] [2021-03-30T18:16:19.449Z] DONE 0 tests in 0.044s [2021-03-30T18:16:19.449Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-30T18:16:19.449Z] ++ 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 [2021-03-30T18:16:19.449Z] ++ set -e [2021-03-30T18:16:19.449Z] ++ '[' -n 0 ']' [2021-03-30T18:16:19.449Z] ++ set -x [2021-03-30T18:16:19.449Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:16:19.610Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-03-30T18:16:19.709Z] INFO: Testing against a local daemon [2021-03-30T18:16:19.709Z] === RUN TestPluginWithDevMounts [2021-03-30T18:16:19.709Z] === PAUSE TestPluginWithDevMounts [2021-03-30T18:16:19.709Z] === CONT TestPluginWithDevMounts [2021-03-30T18:16:19.932Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42226/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/validate/vendor [2021-03-30T18:16:20.492Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage [2021-03-30T18:16:21.078Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-30T18:16:21.078Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon Post stage [Pipeline] sh [2021-03-30T18:16:21.301Z] ok github.com/docker/docker/quota 0.606s coverage: 71.4% of statements [2021-03-30T18:16:21.301Z] ok github.com/docker/docker/registry/resumable 0.036s coverage: 100.0% of statements [2021-03-30T18:16:21.354Z] + echo Ensuring container killed. [2021-03-30T18:16:21.354Z] Ensuring container killed. [2021-03-30T18:16:21.354Z] + docker rm -vf docker-pr2 [2021-03-30T18:16:21.354Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-03-30T18:16:21.669Z] + echo Chowning /workspace to jenkins user [2021-03-30T18:16:21.669Z] Chowning /workspace to jenkins user [2021-03-30T18:16:21.669Z] + id -u [2021-03-30T18:16:21.669Z] + id -g [2021-03-30T18:16:21.669Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42226:/workspace busybox chown -R 1000:1000 /workspace [2021-03-30T18:16:21.946Z] ok github.com/docker/docker/restartmanager 0.004s coverage: 50.9% of statements [Pipeline] catchError [Pipeline] { [2021-03-30T18:16:22.244Z] ok github.com/docker/docker/registry 0.231s coverage: 58.8% of statements [Pipeline] sh [2021-03-30T18:16:22.250Z] --- PASS: TestPluginWithDevMounts (2.19s) [2021-03-30T18:16:22.250Z] PASS [2021-03-30T18:16:22.250Z] [2021-03-30T18:16:22.250Z] DONE 1 tests in 2.333s [2021-03-30T18:16:22.250Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-03-30T18:16:22.250Z] ++ 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 [2021-03-30T18:16:22.250Z] ++ set -e [2021-03-30T18:16:22.250Z] ++ '[' -n 0 ']' [2021-03-30T18:16:22.250Z] ++ set -x [2021-03-30T18:16:22.250Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:16:22.250Z] INFO: Testing against a local daemon [2021-03-30T18:16:22.250Z] === RUN TestSecretInspect [2021-03-30T18:16:22.516Z] + bundleName=unit [2021-03-30T18:16:22.516Z] + echo Creating unit-bundles.tar.gz [2021-03-30T18:16:22.516Z] Creating unit-bundles.tar.gz [2021-03-30T18:16:22.516Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-03-30T18:16:22.516Z] bundles/junit-report.xml [2021-03-30T18:16:22.516Z] bundles/go-test-report.json [2021-03-30T18:16:22.516Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-03-30T18:16:22.524Z] Archiving artifacts [2021-03-30T18:16:22.682Z] --- PASS: TestCreateJob (3.83s) [2021-03-30T18:16:22.682Z] === RUN TestReplicatedJob [2021-03-30T18:16:22.880Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42226/2/artifacts/ [Pipeline] } [Pipeline] // catchError [2021-03-30T18:16:22.896Z] ok github.com/docker/docker/testutil 0.070s coverage: 62.5% of statements [Pipeline] sh [2021-03-30T18:16:23.182Z] + make clean [2021-03-30T18:16:23.437Z] docker volume rm -f docker-dev-cache [2021-03-30T18:16:23.437Z] docker-dev-cache [Pipeline] deleteDir [2021-03-30T18:16:23.541Z] ok github.com/docker/docker/runconfig 0.019s coverage: 66.1% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T18:16:24.746Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-30T18:16:24.746Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-30T18:16:25.546Z] --- PASS: TestSecretInspect (3.17s) [2021-03-30T18:16:25.546Z] === RUN TestSecretList [2021-03-30T18:16:26.307Z] ok github.com/docker/docker/volume/drivers 0.010s coverage: 36.1% of statements [2021-03-30T18:16:26.874Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-30T18:16:26.874Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.75s) [2021-03-30T18:16:26.874Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.77s) [2021-03-30T18:16:26.874Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.58s) [2021-03-30T18:16:26.875Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.56s) [2021-03-30T18:16:26.875Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.56s) [2021-03-30T18:16:26.875Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.60s) [2021-03-30T18:16:26.875Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.70s) [2021-03-30T18:16:26.875Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.81s) [2021-03-30T18:16:26.875Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.50s) [2021-03-30T18:16:26.875Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.69s) [2021-03-30T18:16:26.875Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.58s) [2021-03-30T18:16:26.875Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.49s) [2021-03-30T18:16:26.875Z] === RUN TestCgroupNamespacesRun [2021-03-30T18:16:27.362Z] ok github.com/docker/docker/volume/mounts 0.048s coverage: 67.0% of statements [2021-03-30T18:16:27.658Z] ok github.com/docker/docker/volume/local 0.234s coverage: 76.4% of statements [2021-03-30T18:16:28.704Z] ok github.com/docker/docker/volume/service 0.023s coverage: 73.1% of statements [2021-03-30T18:16:28.842Z] --- PASS: TestSecretList (3.26s) [2021-03-30T18:16:28.842Z] === RUN TestSecretsCreateAndDelete [2021-03-30T18:16:29.013Z] --- PASS: TestCgroupNamespacesRun (2.16s) [2021-03-30T18:16:29.013Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-30T18:16:29.216Z] --- PASS: TestReplicatedJob (6.81s) [2021-03-30T18:16:29.216Z] === RUN TestUpdateReplicatedJob [2021-03-30T18:16:31.081Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.80s) [2021-03-30T18:16:31.081Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-30T18:16:32.138Z] --- PASS: TestSecretsCreateAndDelete (3.19s) [2021-03-30T18:16:32.138Z] === RUN TestSecretsUpdate [2021-03-30T18:16:32.480Z] --- PASS: TestUpdateReplicatedJob (3.51s) [2021-03-30T18:16:32.480Z] === RUN TestServiceListWithStatuses [2021-03-30T18:16:32.480Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-30T18:16:32.480Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-30T18:16:32.480Z] === RUN TestDockerNetworkConnectAlias [2021-03-30T18:16:33.147Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.10s) [2021-03-30T18:16:33.147Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-30T18:16:35.212Z] --- PASS: TestCgroupNamespacesRunHostMode (2.18s) [2021-03-30T18:16:35.212Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-30T18:16:35.432Z] --- PASS: TestSecretsUpdate (3.26s) [2021-03-30T18:16:35.432Z] === RUN TestTemplatedSecret [2021-03-30T18:16:37.277Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.12s) [2021-03-30T18:16:37.278Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-30T18:16:37.722Z] --- PASS: TestDockerNetworkConnectAlias (5.30s) [2021-03-30T18:16:37.722Z] === RUN TestDockerNetworkReConnect [2021-03-30T18:16:38.730Z] --- PASS: TestTemplatedSecret (3.94s) [2021-03-30T18:16:38.730Z] === RUN TestSecretCreateResolve [2021-03-30T18:16:39.343Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.77s) [2021-03-30T18:16:39.344Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-30T18:16:39.976Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.93s) [2021-03-30T18:16:39.976Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-30T18:16:41.906Z] --- PASS: TestDockerNetworkReConnect (4.22s) [2021-03-30T18:16:41.906Z] === RUN TestServicePlugin [2021-03-30T18:16:42.027Z] --- PASS: TestSecretCreateResolve (3.23s) [2021-03-30T18:16:42.027Z] PASS [2021-03-30T18:16:42.027Z] [2021-03-30T18:16:42.027Z] DONE 6 tests in 20.198s [2021-03-30T18:16:42.027Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-03-30T18:16:42.027Z] ++ 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 [2021-03-30T18:16:42.027Z] ++ set -e [2021-03-30T18:16:42.027Z] ++ '[' -n 0 ']' [2021-03-30T18:16:42.027Z] ++ set -x [2021-03-30T18:16:42.027Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:16:42.287Z] INFO: Testing against a local daemon [2021-03-30T18:16:42.287Z] === RUN TestServiceCreateInit [2021-03-30T18:16:42.287Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-30T18:16:42.705Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.22s) [2021-03-30T18:16:42.705Z] === RUN TestKernelTCPMemory [2021-03-30T18:16:43.338Z] --- PASS: TestKernelTCPMemory (1.22s) [2021-03-30T18:16:43.338Z] === RUN TestNISDomainname [2021-03-30T18:16:44.076Z] ok github.com/docker/docker/pkg/plugins 33.630s coverage: 76.6% of statements [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/rootless [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/volume [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-30T18:16:44.076Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === Skipped [2021-03-30T18:16:44.076Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-03-30T18:16:44.076Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-03-30T18:16:44.076Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-03-30T18:16:44.076Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:44.076Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-03-30T18:16:44.076Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:44.076Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-03-30T18:16:44.076Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:44.076Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-03-30T18:16:44.076Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:44.076Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-03-30T18:16:44.076Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:44.076Z] graphtest_unix.go:46: Driver btrfs not supported [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-03-30T18:16:44.076Z] graphtest_unix.go:73: No driver to put! [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-03-30T18:16:44.076Z] time="2021-03-30T18:15:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:16:44.076Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:16:44.076Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-03-30T18:16:44.076Z] time="2021-03-30T18:15:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:16:44.076Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:16:44.076Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-03-30T18:16:44.076Z] time="2021-03-30T18:15:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:16:44.076Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:16:44.076Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-03-30T18:16:44.076Z] time="2021-03-30T18:15:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:16:44.076Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:16:44.076Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-03-30T18:16:44.076Z] time="2021-03-30T18:15:22Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-03-30T18:16:44.076Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-03-30T18:16:44.076Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-03-30T18:16:44.076Z] graphtest_unix.go:73: No driver to put! [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-03-30T18:16:44.076Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-03-30T18:16:44.076Z] overlay_test.go:49: Fails to compute changes intermittently [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-03-30T18:16:44.076Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-03-30T18:16:44.076Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-03-30T18:16:44.076Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:44.076Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-03-30T18:16:44.076Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:44.076Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-03-30T18:16:44.076Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:44.076Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-03-30T18:16:44.076Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:44.076Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-03-30T18:16:44.076Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-03-30T18:16:44.076Z] graphtest_unix.go:46: Driver zfs not supported [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-03-30T18:16:44.076Z] graphtest_unix.go:73: No driver to put! [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-03-30T18:16:44.076Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-03-30T18:16:44.076Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] [2021-03-30T18:16:44.076Z] DONE 2249 tests, 26 skipped in 266.179s Post stage [Pipeline] junit [2021-03-30T18:16:44.124Z] Recording test results [2021-03-30T18:16:44.624Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-03-30T18:16:44.957Z] --- PASS: TestNISDomainname (1.40s) [2021-03-30T18:16:44.957Z] === RUN TestHostnameDnsResolution [2021-03-30T18:16:45.061Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-42226/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 -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:1a8237e65734ace8abbb27ce346848e30a27c2e8 hack/make.sh dynbinary test-integration [2021-03-30T18:16:45.359Z] [2021-03-30T18:16:45.359Z] Removing bundles/ [2021-03-30T18:16:45.359Z] [2021-03-30T18:16:45.359Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-03-30T18:16:45.359Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-03-30T18:16:45.359Z] GOOS="" GOARCH="" GOARM="" [2021-03-30T18:16:47.024Z] --- PASS: TestHostnameDnsResolution (2.02s) [2021-03-30T18:16:47.024Z] === RUN TestStats [2021-03-30T18:16:48.866Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-03-30T18:16:49.585Z] === RUN TestBoolValue [2021-03-30T18:16:49.585Z] --- PASS: TestBoolValue (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestBoolValueOrDefault [2021-03-30T18:16:49.585Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestInt64ValueOrZero [2021-03-30T18:16:49.585Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestInt64ValueOrDefault [2021-03-30T18:16:49.585Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestInt64ValueOrDefaultWithError [2021-03-30T18:16:49.585Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestJsonContentType [2021-03-30T18:16:49.585Z] --- PASS: TestJsonContentType (0.00s) [2021-03-30T18:16:49.585Z] PASS [2021-03-30T18:16:49.585Z] coverage: 14.7% of statements [2021-03-30T18:16:49.585Z] ok github.com/docker/docker/api/server/httputils 0.043s coverage: 14.7% of statements [2021-03-30T18:16:49.585Z] === RUN TestMaskSecretKeys [2021-03-30T18:16:49.585Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-03-30T18:16:49.585Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-03-30T18:16:49.585Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-03-30T18:16:49.585Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-03-30T18:16:49.585Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-03-30T18:16:49.585Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-03-30T18:16:49.585Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestVersionMiddlewareVersion [2021-03-30T18:16:49.585Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-03-30T18:16:49.585Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-03-30T18:16:49.585Z] PASS [2021-03-30T18:16:49.585Z] coverage: 37.7% of statements [2021-03-30T18:16:49.585Z] ok github.com/docker/docker/api/server/middleware 0.055s coverage: 37.7% of statements [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/server/router [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-03-30T18:16:49.585Z] === RUN TestStrSliceMarshalJSON [2021-03-30T18:16:49.585Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestStrSliceUnmarshalJSON [2021-03-30T18:16:49.585Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestStrSliceUnmarshalString [2021-03-30T18:16:49.585Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestStrSliceUnmarshalSlice [2021-03-30T18:16:49.585Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-03-30T18:16:49.585Z] PASS [2021-03-30T18:16:49.585Z] coverage: 90.0% of statements [2021-03-30T18:16:49.585Z] ok github.com/docker/docker/api/types/strslice 0.048s coverage: 90.0% of statements [2021-03-30T18:16:49.585Z] === RUN TestToJSON [2021-03-30T18:16:49.585Z] --- PASS: TestToJSON (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestToParamWithVersion [2021-03-30T18:16:49.585Z] --- PASS: TestToParamWithVersion (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestFromJSON [2021-03-30T18:16:49.585Z] --- PASS: TestFromJSON (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestEmpty [2021-03-30T18:16:49.585Z] --- PASS: TestEmpty (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestArgsMatchKVListEmptySources [2021-03-30T18:16:49.585Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestArgsMatchKVList [2021-03-30T18:16:49.585Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestArgsMatch [2021-03-30T18:16:49.585Z] --- PASS: TestArgsMatch (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestAdd [2021-03-30T18:16:49.585Z] --- PASS: TestAdd (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestDel [2021-03-30T18:16:49.585Z] --- PASS: TestDel (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestLen [2021-03-30T18:16:49.585Z] --- PASS: TestLen (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestExactMatch [2021-03-30T18:16:49.585Z] --- PASS: TestExactMatch (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestOnlyOneExactMatch [2021-03-30T18:16:49.585Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestContains [2021-03-30T18:16:49.585Z] --- PASS: TestContains (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestValidate [2021-03-30T18:16:49.585Z] --- PASS: TestValidate (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestWalkValues [2021-03-30T18:16:49.585Z] --- PASS: TestWalkValues (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestFuzzyMatch [2021-03-30T18:16:49.585Z] --- PASS: TestFuzzyMatch (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestClone [2021-03-30T18:16:49.585Z] --- PASS: TestClone (0.00s) [2021-03-30T18:16:49.585Z] PASS [2021-03-30T18:16:49.585Z] coverage: 92.2% of statements [2021-03-30T18:16:49.585Z] ok github.com/docker/docker/api/types/filters 0.046s coverage: 92.2% of statements [2021-03-30T18:16:49.585Z] === RUN TestAdjustForAPIVersion [2021-03-30T18:16:49.585Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-03-30T18:16:49.585Z] PASS [2021-03-30T18:16:49.585Z] coverage: 5.7% of statements [2021-03-30T18:16:49.585Z] === RUN TestDurationToSecondsString [2021-03-30T18:16:49.585Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-03-30T18:16:49.585Z] === RUN TestGetTimestamp [2021-03-30T18:16:49.585Z] ok github.com/docker/docker/api/server/router/swarm 0.109s coverage: 5.7% of statements [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/types [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/types/container [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/types/events [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/types/image [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/types/network [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-03-30T18:16:49.585Z] --- PASS: TestGetTimestamp (0.11s) [2021-03-30T18:16:49.585Z] === RUN TestParseTimestamps [2021-03-30T18:16:49.585Z] --- PASS: TestParseTimestamps (0.00s) [2021-03-30T18:16:49.585Z] PASS [2021-03-30T18:16:49.585Z] coverage: 100.0% of statements [2021-03-30T18:16:49.585Z] ok github.com/docker/docker/api/types/time 0.178s coverage: 100.0% of statements [2021-03-30T18:16:49.585Z] === RUN TestCompareVersion [2021-03-30T18:16:49.585Z] --- PASS: TestCompareVersion (0.00s) [2021-03-30T18:16:49.585Z] PASS [2021-03-30T18:16:49.585Z] coverage: 75.0% of statements [2021-03-30T18:16:49.585Z] ok github.com/docker/docker/api/types/versions 0.041s coverage: 75.0% of statements [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/builder [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-03-30T18:16:49.585Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-03-30T18:16:50.539Z] --- PASS: TestStats (3.11s) [2021-03-30T18:16:50.539Z] === RUN TestStopContainerWithTimeout [2021-03-30T18:16:50.539Z] === RUN TestStopContainerWithTimeout/0 [2021-03-30T18:16:50.539Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-30T18:16:50.539Z] === RUN TestStopContainerWithTimeout/1 [2021-03-30T18:16:50.539Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-30T18:16:50.539Z] === RUN TestStopContainerWithTimeout/3 [2021-03-30T18:16:50.539Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-30T18:16:50.539Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-30T18:16:50.539Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-30T18:16:50.539Z] === CONT TestStopContainerWithTimeout/0 [2021-03-30T18:16:50.539Z] === CONT TestStopContainerWithTimeout/3 [2021-03-30T18:16:51.168Z] === RUN TestParseRemoteURL [2021-03-30T18:16:51.168Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-03-30T18:16:51.168Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-03-30T18:16:51.168Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-03-30T18:16:51.168Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-03-30T18:16:51.168Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-03-30T18:16:51.168Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-03-30T18:16:51.168Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-03-30T18:16:51.168Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-03-30T18:16:51.168Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-03-30T18:16:51.168Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-03-30T18:16:51.168Z] --- PASS: TestParseRemoteURL (0.00s) [2021-03-30T18:16:51.168Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-03-30T18:16:51.168Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-03-30T18:16:51.168Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-03-30T18:16:51.168Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-03-30T18:16:51.168Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-03-30T18:16:51.168Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-03-30T18:16:51.168Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-03-30T18:16:51.168Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-03-30T18:16:51.168Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-03-30T18:16:51.168Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-03-30T18:16:51.168Z] === RUN TestCloneArgsSmartHttp [2021-03-30T18:16:51.168Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-03-30T18:16:51.168Z] === RUN TestCloneArgsDumbHttp [2021-03-30T18:16:51.168Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-03-30T18:16:51.168Z] === RUN TestCloneArgsGit [2021-03-30T18:16:51.168Z] --- PASS: TestCloneArgsGit (0.00s) [2021-03-30T18:16:51.168Z] === RUN TestCheckoutGit [2021-03-30T18:16:51.573Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-30T18:16:52.745Z] === RUN TestEnable [2021-03-30T18:16:52.745Z] --- PASS: TestEnable (0.00s) [2021-03-30T18:16:52.745Z] === RUN TestDisable [2021-03-30T18:16:52.745Z] --- PASS: TestDisable (0.00s) [2021-03-30T18:16:52.745Z] === RUN TestEnabled [2021-03-30T18:16:52.745Z] --- PASS: TestEnabled (0.00s) [2021-03-30T18:16:52.745Z] PASS [2021-03-30T18:16:52.745Z] coverage: 100.0% of statements [2021-03-30T18:16:52.745Z] ok github.com/docker/docker/cli/debug 0.045s coverage: 100.0% of statements [2021-03-30T18:16:53.218Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-03-30T18:16:53.218Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-03-30T18:16:53.218Z] === RUN TestProcessNoDockerignore [2021-03-30T18:16:53.218Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-03-30T18:16:53.218Z] === RUN TestProcessShouldLeaveAllFiles [2021-03-30T18:16:53.218Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-03-30T18:16:53.218Z] === RUN TestDetectContentType [2021-03-30T18:16:53.218Z] --- PASS: TestDetectContentType (0.00s) [2021-03-30T18:16:53.218Z] === RUN TestSelectAcceptableMIME [2021-03-30T18:16:53.218Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-03-30T18:16:53.218Z] === RUN TestInspectEmptyResponse [2021-03-30T18:16:53.218Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-03-30T18:16:53.218Z] === RUN TestInspectResponseBinary [2021-03-30T18:16:53.218Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-03-30T18:16:53.218Z] === RUN TestResponseUnsupportedContentType [2021-03-30T18:16:53.218Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-03-30T18:16:53.218Z] === RUN TestInspectResponseTextSimple [2021-03-30T18:16:53.218Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-03-30T18:16:53.218Z] === RUN TestInspectResponseEmptyContentType [2021-03-30T18:16:53.218Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-03-30T18:16:53.218Z] === RUN TestUnknownContentLength [2021-03-30T18:16:53.218Z] --- PASS: TestUnknownContentLength (0.00s) [2021-03-30T18:16:53.218Z] === RUN TestDownloadRemote [2021-03-30T18:16:53.218Z] --- PASS: TestDownloadRemote (0.06s) [2021-03-30T18:16:53.218Z] === RUN TestGetWithStatusError [2021-03-30T18:16:53.218Z] --- PASS: TestGetWithStatusError (0.00s) [2021-03-30T18:16:53.218Z] === RUN TestCloseRootDirectory [2021-03-30T18:16:53.218Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-03-30T18:16:53.218Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:16:53.218Z] === RUN TestHashFile [2021-03-30T18:16:53.218Z] --- SKIP: TestHashFile (0.00s) [2021-03-30T18:16:53.218Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:16:53.218Z] === RUN TestHashSubdir [2021-03-30T18:16:53.218Z] --- SKIP: TestHashSubdir (0.00s) [2021-03-30T18:16:53.218Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:16:53.218Z] === RUN TestRemoveDirectory [2021-03-30T18:16:53.218Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-03-30T18:16:53.218Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:16:53.218Z] PASS [2021-03-30T18:16:53.218Z] coverage: 9.3% of statements [2021-03-30T18:16:53.218Z] ok github.com/docker/docker/builder/remotecontext 0.272s coverage: 9.3% of statements [2021-03-30T18:16:53.641Z] === CONT TestStopContainerWithTimeout/1 [2021-03-30T18:16:53.691Z] === RUN TestGetAllAllowed [2021-03-30T18:16:53.691Z] --- PASS: TestGetAllAllowed (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestGetAllMeta [2021-03-30T18:16:53.691Z] --- PASS: TestGetAllMeta (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestWarnOnUnusedBuildArgs [2021-03-30T18:16:53.691Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestIsUnreferencedBuiltin [2021-03-30T18:16:53.691Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestIsExistingDirectory [2021-03-30T18:16:53.691Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestGetFilenameForDownload [2021-03-30T18:16:53.691Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestEnv2Variables [2021-03-30T18:16:53.691Z] --- PASS: TestEnv2Variables (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-03-30T18:16:53.691Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestMaintainer [2021-03-30T18:16:53.691Z] --- PASS: TestMaintainer (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestLabel [2021-03-30T18:16:53.691Z] --- PASS: TestLabel (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestFromScratch [2021-03-30T18:16:53.691Z] --- PASS: TestFromScratch (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestFromWithArg [2021-03-30T18:16:53.691Z] --- PASS: TestFromWithArg (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-03-30T18:16:53.691Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestFromWithUndefinedArg [2021-03-30T18:16:53.691Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestFromMultiStageWithNamedStage [2021-03-30T18:16:53.691Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestOnbuild [2021-03-30T18:16:53.691Z] --- PASS: TestOnbuild (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestWorkdir [2021-03-30T18:16:53.691Z] --- PASS: TestWorkdir (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestCmd [2021-03-30T18:16:53.691Z] --- PASS: TestCmd (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestHealthcheckNone [2021-03-30T18:16:53.691Z] --- PASS: TestHealthcheckNone (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestHealthcheckCmd [2021-03-30T18:16:53.691Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestEntrypoint [2021-03-30T18:16:53.691Z] --- PASS: TestEntrypoint (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestExpose [2021-03-30T18:16:53.691Z] --- PASS: TestExpose (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestUser [2021-03-30T18:16:53.691Z] --- PASS: TestUser (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestVolume [2021-03-30T18:16:53.691Z] --- PASS: TestVolume (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestStopSignal [2021-03-30T18:16:53.691Z] --- SKIP: TestStopSignal (0.00s) [2021-03-30T18:16:53.691Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-03-30T18:16:53.691Z] === RUN TestArg [2021-03-30T18:16:53.691Z] --- PASS: TestArg (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestShell [2021-03-30T18:16:53.691Z] --- PASS: TestShell (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestPrependEnvOnCmd [2021-03-30T18:16:53.691Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestRunWithBuildArgs [2021-03-30T18:16:53.691Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestRunIgnoresHealthcheck [2021-03-30T18:16:53.691Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestDispatchUnsupportedOptions [2021-03-30T18:16:53.691Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-03-30T18:16:53.691Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-03-30T18:16:53.691Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-03-30T18:16:53.691Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-03-30T18:16:53.691Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-03-30T18:16:53.691Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-03-30T18:16:53.691Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestNormalizeWorkdir [2021-03-30T18:16:53.691Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestDispatch [2021-03-30T18:16:53.691Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-03-30T18:16:53.691Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-03-30T18:16:53.691Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-03-30T18:16:53.691Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-03-30T18:16:53.691Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-03-30T18:16:53.691Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-03-30T18:16:53.691Z] === RUN TestDispatch/COPY_url [2021-03-30T18:16:53.691Z] --- PASS: TestDispatch (0.05s) [2021-03-30T18:16:53.691Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2021-03-30T18:16:53.691Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-03-30T18:16:53.691Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-03-30T18:16:53.691Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-03-30T18:16:53.691Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-03-30T18:16:53.691Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.01s) [2021-03-30T18:16:53.691Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestAddScratchImageAddsToMounts [2021-03-30T18:16:53.691Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestAddFromScratchPopulatesPlatform [2021-03-30T18:16:53.691Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-03-30T18:16:53.691Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-03-30T18:16:53.691Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestImageSourceGetAddsToMounts [2021-03-30T18:16:53.691Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestEmptyDockerfile [2021-03-30T18:16:53.691Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-03-30T18:16:53.691Z] === RUN TestSymlinkDockerfile [2021-03-30T18:16:53.691Z] --- PASS: TestSymlinkDockerfile (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestDockerfileOutsideTheBuildContext [2021-03-30T18:16:53.691Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestNonExistingDockerfile [2021-03-30T18:16:53.691Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestCopyRunConfig [2021-03-30T18:16:53.691Z] --- PASS: TestCopyRunConfig (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestDeepCopyRunConfig [2021-03-30T18:16:53.691Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestExportImage [2021-03-30T18:16:53.691Z] --- PASS: TestExportImage (0.00s) [2021-03-30T18:16:53.691Z] === RUN TestNormalizeDest [2021-03-30T18:16:53.691Z] --- PASS: TestNormalizeDest (0.00s) [2021-03-30T18:16:53.691Z] PASS [2021-03-30T18:16:53.691Z] coverage: 46.8% of statements [2021-03-30T18:16:53.691Z] ok github.com/docker/docker/builder/dockerfile 0.170s coverage: 46.8% of statements [2021-03-30T18:16:53.691Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-03-30T18:16:54.150Z] --- PASS: TestServiceCreateInit (11.39s) [2021-03-30T18:16:54.150Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.60s) [2021-03-30T18:16:54.150Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.76s) [2021-03-30T18:16:54.150Z] === RUN TestCreateServiceMultipleTimes [2021-03-30T18:16:55.153Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-03-30T18:16:55.153Z] --- PASS: TestStopContainerWithTimeout/0 (1.35s) [2021-03-30T18:16:55.153Z] --- PASS: TestStopContainerWithTimeout/3 (3.27s) [2021-03-30T18:16:55.153Z] --- PASS: TestStopContainerWithTimeout/-1 (3.05s) [2021-03-30T18:16:55.153Z] --- PASS: TestStopContainerWithTimeout/1 (2.04s) [2021-03-30T18:16:55.153Z] === RUN TestDeleteDevicemapper [2021-03-30T18:16:55.153Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-30T18:16:55.153Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-30T18:16:55.153Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-30T18:16:55.999Z] Loaded image: buildpack-deps:buster [2021-03-30T18:16:55.999Z] Loaded image: busybox:latest [2021-03-30T18:16:55.999Z] Loaded image: busybox:glibc [2021-03-30T18:16:55.999Z] Loaded image: buildpack-deps:buster [2021-03-30T18:16:55.999Z] Loaded image: busybox:latest [2021-03-30T18:16:55.999Z] Loaded image: busybox:glibc [2021-03-30T18:16:59.689Z] --- PASS: TestStopContainerWithRestartPolicyAlways (4.27s) [2021-03-30T18:16:59.689Z] === RUN TestUpdateMemory [2021-03-30T18:16:59.689Z] --- SKIP: TestUpdateMemory (0.00s) [2021-03-30T18:16:59.689Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:16:59.689Z] === RUN TestUpdateCPUQuota [2021-03-30T18:17:02.553Z] Loaded image: debian:bullseye [2021-03-30T18:17:02.553Z] Loaded image: hello-world:latest [2021-03-30T18:17:02.553Z] Loaded image: arm32v7/hello-world:latest [2021-03-30T18:17:02.553Z] INFO: Testing against a local daemon [2021-03-30T18:17:02.553Z] === RUN TestDockerSuite [2021-03-30T18:17:02.553Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-03-30T18:17:02.553Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-03-30T18:17:02.553Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-03-30T18:17:02.553Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-03-30T18:17:02.553Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-03-30T18:17:02.553Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-03-30T18:17:02.553Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-03-30T18:17:02.553Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-03-30T18:17:02.553Z] Loaded image: debian:bullseye [2021-03-30T18:17:02.809Z] Loaded image: hello-world:latest [2021-03-30T18:17:03.065Z] Loaded image: arm32v7/hello-world:latest [2021-03-30T18:17:03.065Z] INFO: Testing against a local daemon [2021-03-30T18:17:03.065Z] === RUN TestDockerDaemonSuite [2021-03-30T18:17:03.065Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-03-30T18:17:04.143Z] --- PASS: TestUpdateCPUQuota (4.27s) [2021-03-30T18:17:04.143Z] === RUN TestUpdatePidsLimit [2021-03-30T18:17:04.143Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-30T18:17:04.175Z] === RUN TestCheckpointCreateError [2021-03-30T18:17:04.175Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestCheckpointCreate [2021-03-30T18:17:04.175Z] --- PASS: TestCheckpointCreate (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestCheckpointDeleteError [2021-03-30T18:17:04.175Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestCheckpointDelete [2021-03-30T18:17:04.175Z] --- PASS: TestCheckpointDelete (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestCheckpointListError [2021-03-30T18:17:04.175Z] --- PASS: TestCheckpointListError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestCheckpointList [2021-03-30T18:17:04.175Z] --- PASS: TestCheckpointList (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestCheckpointListContainerNotFound [2021-03-30T18:17:04.175Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestNewClientWithOpsFromEnv [2021-03-30T18:17:04.175Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-03-30T18:17:04.175Z] client_test.go:23: runtime.GOOS == "windows" [2021-03-30T18:17:04.175Z] === RUN TestGetAPIPath [2021-03-30T18:17:04.175Z] --- PASS: TestGetAPIPath (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestParseHostURL [2021-03-30T18:17:04.175Z] --- PASS: TestParseHostURL (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-03-30T18:17:04.175Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestNegotiateAPIVersionEmpty [2021-03-30T18:17:04.175Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestNegotiateAPIVersion [2021-03-30T18:17:04.175Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestNegotiateAPVersionOverride [2021-03-30T18:17:04.175Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestNegotiateAPIVersionAutomatic [2021-03-30T18:17:04.175Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-03-30T18:17:04.175Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-03-30T18:17:04.175Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestClientRedirect [2021-03-30T18:17:04.175Z] --- PASS: TestClientRedirect (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigCreateUnsupported [2021-03-30T18:17:04.175Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigCreateError [2021-03-30T18:17:04.175Z] --- PASS: TestConfigCreateError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigCreate [2021-03-30T18:17:04.175Z] --- PASS: TestConfigCreate (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigInspectNotFound [2021-03-30T18:17:04.175Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigInspectWithEmptyID [2021-03-30T18:17:04.175Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigInspectUnsupported [2021-03-30T18:17:04.175Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigInspectError [2021-03-30T18:17:04.175Z] --- PASS: TestConfigInspectError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigInspectConfigNotFound [2021-03-30T18:17:04.175Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigInspect [2021-03-30T18:17:04.175Z] --- PASS: TestConfigInspect (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigListUnsupported [2021-03-30T18:17:04.175Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigListError [2021-03-30T18:17:04.175Z] --- PASS: TestConfigListError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigList [2021-03-30T18:17:04.175Z] --- PASS: TestConfigList (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigRemoveUnsupported [2021-03-30T18:17:04.175Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigRemoveError [2021-03-30T18:17:04.175Z] --- PASS: TestConfigRemoveError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigRemove [2021-03-30T18:17:04.175Z] --- PASS: TestConfigRemove (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigUpdateUnsupported [2021-03-30T18:17:04.175Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigUpdateError [2021-03-30T18:17:04.175Z] --- PASS: TestConfigUpdateError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestConfigUpdate [2021-03-30T18:17:04.175Z] --- PASS: TestConfigUpdate (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerCommitError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerCommitError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerCommit [2021-03-30T18:17:04.175Z] --- PASS: TestContainerCommit (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerStatPathError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerStatPathError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerStatPathNotFoundError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerStatPathNoHeaderError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerStatPath [2021-03-30T18:17:04.175Z] --- PASS: TestContainerStatPath (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestCopyToContainerError [2021-03-30T18:17:04.175Z] --- PASS: TestCopyToContainerError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestCopyToContainerNotFoundError [2021-03-30T18:17:04.175Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestCopyToContainerNotStatusOKError [2021-03-30T18:17:04.175Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestCopyToContainer [2021-03-30T18:17:04.175Z] --- PASS: TestCopyToContainer (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestCopyFromContainerError [2021-03-30T18:17:04.175Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestCopyFromContainerNotFoundError [2021-03-30T18:17:04.175Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestCopyFromContainerNotStatusOKError [2021-03-30T18:17:04.175Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestCopyFromContainerNoHeaderError [2021-03-30T18:17:04.175Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestCopyFromContainer [2021-03-30T18:17:04.175Z] --- PASS: TestCopyFromContainer (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerCreateError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerCreateError (0.01s) [2021-03-30T18:17:04.175Z] === RUN TestContainerCreateImageNotFound [2021-03-30T18:17:04.175Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerCreateWithName [2021-03-30T18:17:04.175Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerCreateAutoRemove [2021-03-30T18:17:04.175Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerDiffError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerDiffError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerDiff [2021-03-30T18:17:04.175Z] --- PASS: TestContainerDiff (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerExecCreateError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerExecCreate [2021-03-30T18:17:04.175Z] --- PASS: TestContainerExecCreate (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerExecStartError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerExecStartError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerExecStart [2021-03-30T18:17:04.175Z] --- PASS: TestContainerExecStart (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerExecInspectError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerExecInspect [2021-03-30T18:17:04.175Z] --- PASS: TestContainerExecInspect (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerExportError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerExportError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerExport [2021-03-30T18:17:04.175Z] --- PASS: TestContainerExport (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerInspectError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerInspectError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerInspectContainerNotFound [2021-03-30T18:17:04.175Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerInspectWithEmptyID [2021-03-30T18:17:04.175Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerInspect [2021-03-30T18:17:04.175Z] --- PASS: TestContainerInspect (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerInspectNode [2021-03-30T18:17:04.175Z] --- PASS: TestContainerInspectNode (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerKillError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerKillError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerKill [2021-03-30T18:17:04.175Z] --- PASS: TestContainerKill (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerListError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerListError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerList [2021-03-30T18:17:04.175Z] --- PASS: TestContainerList (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerLogsNotFoundError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerLogsError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerLogsError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerLogs [2021-03-30T18:17:04.175Z] --- PASS: TestContainerLogs (0.15s) [2021-03-30T18:17:04.175Z] === RUN TestContainerPauseError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerPauseError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerPause [2021-03-30T18:17:04.175Z] --- PASS: TestContainerPause (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainersPruneError [2021-03-30T18:17:04.175Z] --- PASS: TestContainersPruneError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainersPrune [2021-03-30T18:17:04.175Z] --- PASS: TestContainersPrune (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerRemoveError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerRemoveError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerRemoveNotFoundError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerRemove [2021-03-30T18:17:04.175Z] --- PASS: TestContainerRemove (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerRenameError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerRenameError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerRename [2021-03-30T18:17:04.175Z] --- PASS: TestContainerRename (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerResizeError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerResizeError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerExecResizeError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerResize [2021-03-30T18:17:04.175Z] --- PASS: TestContainerResize (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerExecResize [2021-03-30T18:17:04.175Z] --- PASS: TestContainerExecResize (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerRestartError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerRestartError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerRestart [2021-03-30T18:17:04.175Z] --- PASS: TestContainerRestart (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerStartError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerStartError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerStart [2021-03-30T18:17:04.175Z] --- PASS: TestContainerStart (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerStatsError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerStatsError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerStats [2021-03-30T18:17:04.175Z] --- PASS: TestContainerStats (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerStopError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerStopError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerStop [2021-03-30T18:17:04.175Z] --- PASS: TestContainerStop (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerTopError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerTopError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerTop [2021-03-30T18:17:04.175Z] --- PASS: TestContainerTop (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerUnpauseError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerUnpause [2021-03-30T18:17:04.175Z] --- PASS: TestContainerUnpause (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerUpdateError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerUpdateError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerUpdate [2021-03-30T18:17:04.175Z] --- PASS: TestContainerUpdate (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerWaitError [2021-03-30T18:17:04.175Z] --- PASS: TestContainerWaitError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestContainerWait [2021-03-30T18:17:04.175Z] --- PASS: TestContainerWait (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestDiskUsageError [2021-03-30T18:17:04.175Z] --- PASS: TestDiskUsageError (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestDiskUsage [2021-03-30T18:17:04.175Z] --- PASS: TestDiskUsage (0.00s) [2021-03-30T18:17:04.175Z] === RUN TestDistributionInspectUnsupported [2021-03-30T18:17:04.175Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestDistributionInspectWithEmptyID [2021-03-30T18:17:04.176Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestEventsErrorInOptions [2021-03-30T18:17:04.176Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestEventsErrorFromServer [2021-03-30T18:17:04.176Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestEvents [2021-03-30T18:17:04.176Z] --- PASS: TestEvents (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestTLSCloseWriter [2021-03-30T18:17:04.176Z] === PAUSE TestTLSCloseWriter [2021-03-30T18:17:04.176Z] === RUN TestImageBuildError [2021-03-30T18:17:04.176Z] --- PASS: TestImageBuildError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageBuild [2021-03-30T18:17:04.176Z] --- PASS: TestImageBuild (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestGetDockerOS [2021-03-30T18:17:04.176Z] --- PASS: TestGetDockerOS (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageCreateError [2021-03-30T18:17:04.176Z] --- PASS: TestImageCreateError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageCreate [2021-03-30T18:17:04.176Z] --- PASS: TestImageCreate (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageHistoryError [2021-03-30T18:17:04.176Z] --- PASS: TestImageHistoryError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageHistory [2021-03-30T18:17:04.176Z] --- PASS: TestImageHistory (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageImportError [2021-03-30T18:17:04.176Z] --- PASS: TestImageImportError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageImport [2021-03-30T18:17:04.176Z] --- PASS: TestImageImport (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageInspectError [2021-03-30T18:17:04.176Z] --- PASS: TestImageInspectError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageInspectImageNotFound [2021-03-30T18:17:04.176Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageInspectWithEmptyID [2021-03-30T18:17:04.176Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageInspect [2021-03-30T18:17:04.176Z] --- PASS: TestImageInspect (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageListError [2021-03-30T18:17:04.176Z] --- PASS: TestImageListError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageList [2021-03-30T18:17:04.176Z] --- PASS: TestImageList (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageListApiBefore125 [2021-03-30T18:17:04.176Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageLoadError [2021-03-30T18:17:04.176Z] --- PASS: TestImageLoadError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageLoad [2021-03-30T18:17:04.176Z] --- PASS: TestImageLoad (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagesPruneError [2021-03-30T18:17:04.176Z] --- PASS: TestImagesPruneError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagesPrune [2021-03-30T18:17:04.176Z] --- PASS: TestImagesPrune (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagePullReferenceParseError [2021-03-30T18:17:04.176Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagePullAnyError [2021-03-30T18:17:04.176Z] --- PASS: TestImagePullAnyError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagePullStatusUnauthorizedError [2021-03-30T18:17:04.176Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-03-30T18:17:04.176Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-03-30T18:17:04.176Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-03-30T18:17:04.176Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagePullWithoutErrors [2021-03-30T18:17:04.176Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagePullHeaders [2021-03-30T18:17:04.176Z] --- PASS: TestImagePullHeaders (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagePushReferenceError [2021-03-30T18:17:04.176Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagePushAnyError [2021-03-30T18:17:04.176Z] --- PASS: TestImagePushAnyError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagePushStatusUnauthorizedError [2021-03-30T18:17:04.176Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-03-30T18:17:04.176Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-03-30T18:17:04.176Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-03-30T18:17:04.176Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImagePushWithoutErrors [2021-03-30T18:17:04.176Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-03-30T18:17:04.176Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-03-30T18:17:04.176Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-03-30T18:17:04.176Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-03-30T18:17:04.176Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-03-30T18:17:04.176Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-03-30T18:17:04.176Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-03-30T18:17:04.176Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-03-30T18:17:04.176Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageRemoveError [2021-03-30T18:17:04.176Z] --- PASS: TestImageRemoveError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageRemoveImageNotFound [2021-03-30T18:17:04.176Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageRemove [2021-03-30T18:17:04.176Z] --- PASS: TestImageRemove (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageSaveError [2021-03-30T18:17:04.176Z] --- PASS: TestImageSaveError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageSave [2021-03-30T18:17:04.176Z] --- PASS: TestImageSave (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageSearchAnyError [2021-03-30T18:17:04.176Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageSearchStatusUnauthorizedError [2021-03-30T18:17:04.176Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-03-30T18:17:04.176Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-03-30T18:17:04.176Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-03-30T18:17:04.176Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageSearchWithoutErrors [2021-03-30T18:17:04.176Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageTagError [2021-03-30T18:17:04.176Z] --- PASS: TestImageTagError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageTagInvalidReference [2021-03-30T18:17:04.176Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageTagInvalidSourceImageName [2021-03-30T18:17:04.176Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageTagHexSource [2021-03-30T18:17:04.176Z] --- PASS: TestImageTagHexSource (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestImageTag [2021-03-30T18:17:04.176Z] --- PASS: TestImageTag (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestInfoServerError [2021-03-30T18:17:04.176Z] --- PASS: TestInfoServerError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestInfoInvalidResponseJSONError [2021-03-30T18:17:04.176Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestInfo [2021-03-30T18:17:04.176Z] --- PASS: TestInfo (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworkConnectError [2021-03-30T18:17:04.176Z] --- PASS: TestNetworkConnectError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-03-30T18:17:04.176Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworkConnect [2021-03-30T18:17:04.176Z] --- PASS: TestNetworkConnect (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworkCreateError [2021-03-30T18:17:04.176Z] --- PASS: TestNetworkCreateError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworkCreate [2021-03-30T18:17:04.176Z] --- PASS: TestNetworkCreate (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworkDisconnectError [2021-03-30T18:17:04.176Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworkDisconnect [2021-03-30T18:17:04.176Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworkInspectError [2021-03-30T18:17:04.176Z] --- PASS: TestNetworkInspectError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworkInspectNotFoundError [2021-03-30T18:17:04.176Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworkInspectWithEmptyID [2021-03-30T18:17:04.176Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworkInspect [2021-03-30T18:17:04.176Z] --- PASS: TestNetworkInspect (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworkListError [2021-03-30T18:17:04.176Z] --- PASS: TestNetworkListError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworkList [2021-03-30T18:17:04.176Z] --- PASS: TestNetworkList (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworksPruneError [2021-03-30T18:17:04.176Z] --- PASS: TestNetworksPruneError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworksPrune [2021-03-30T18:17:04.176Z] --- PASS: TestNetworksPrune (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworkRemoveError [2021-03-30T18:17:04.176Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNetworkRemove [2021-03-30T18:17:04.176Z] --- PASS: TestNetworkRemove (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNodeInspectError [2021-03-30T18:17:04.176Z] --- PASS: TestNodeInspectError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNodeInspectNodeNotFound [2021-03-30T18:17:04.176Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNodeInspectWithEmptyID [2021-03-30T18:17:04.176Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNodeInspect [2021-03-30T18:17:04.176Z] --- PASS: TestNodeInspect (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNodeListError [2021-03-30T18:17:04.176Z] --- PASS: TestNodeListError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNodeList [2021-03-30T18:17:04.176Z] --- PASS: TestNodeList (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNodeRemoveError [2021-03-30T18:17:04.176Z] --- PASS: TestNodeRemoveError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNodeRemove [2021-03-30T18:17:04.176Z] --- PASS: TestNodeRemove (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNodeUpdateError [2021-03-30T18:17:04.176Z] --- PASS: TestNodeUpdateError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestNodeUpdate [2021-03-30T18:17:04.176Z] --- PASS: TestNodeUpdate (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestOptionWithTimeout [2021-03-30T18:17:04.176Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPingFail [2021-03-30T18:17:04.176Z] --- PASS: TestPingFail (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPingWithError [2021-03-30T18:17:04.176Z] 2021/03/30 18:17:02 RoundTripper returned a response & error; ignoring response [2021-03-30T18:17:04.176Z] 2021/03/30 18:17:02 RoundTripper returned a response & error; ignoring response [2021-03-30T18:17:04.176Z] --- PASS: TestPingWithError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPingSuccess [2021-03-30T18:17:04.176Z] --- PASS: TestPingSuccess (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPingHeadFallback [2021-03-30T18:17:04.176Z] === RUN TestPingHeadFallback/OK [2021-03-30T18:17:04.176Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-03-30T18:17:04.176Z] === RUN TestPingHeadFallback/Not_Found [2021-03-30T18:17:04.176Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-03-30T18:17:04.176Z] --- PASS: TestPingHeadFallback (0.00s) [2021-03-30T18:17:04.176Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-03-30T18:17:04.176Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-03-30T18:17:04.176Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-03-30T18:17:04.176Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPluginDisableError [2021-03-30T18:17:04.176Z] --- PASS: TestPluginDisableError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPluginDisable [2021-03-30T18:17:04.176Z] --- PASS: TestPluginDisable (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPluginEnableError [2021-03-30T18:17:04.176Z] --- PASS: TestPluginEnableError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPluginEnable [2021-03-30T18:17:04.176Z] --- PASS: TestPluginEnable (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPluginInspectError [2021-03-30T18:17:04.176Z] --- PASS: TestPluginInspectError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPluginInspectWithEmptyID [2021-03-30T18:17:04.176Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPluginInspect [2021-03-30T18:17:04.176Z] --- PASS: TestPluginInspect (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPluginListError [2021-03-30T18:17:04.176Z] --- PASS: TestPluginListError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPluginList [2021-03-30T18:17:04.176Z] --- PASS: TestPluginList (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPluginPushError [2021-03-30T18:17:04.176Z] --- PASS: TestPluginPushError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPluginPush [2021-03-30T18:17:04.176Z] --- PASS: TestPluginPush (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPluginRemoveError [2021-03-30T18:17:04.176Z] --- PASS: TestPluginRemoveError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPluginRemove [2021-03-30T18:17:04.176Z] --- PASS: TestPluginRemove (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPluginSetError [2021-03-30T18:17:04.176Z] --- PASS: TestPluginSetError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPluginSet [2021-03-30T18:17:04.176Z] --- PASS: TestPluginSet (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSetHostHeader [2021-03-30T18:17:04.176Z] --- PASS: TestSetHostHeader (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestPlainTextError [2021-03-30T18:17:04.176Z] --- PASS: TestPlainTextError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestInfiniteError [2021-03-30T18:17:04.176Z] --- PASS: TestInfiniteError (0.01s) [2021-03-30T18:17:04.176Z] === RUN TestSecretCreateUnsupported [2021-03-30T18:17:04.176Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSecretCreateError [2021-03-30T18:17:04.176Z] --- PASS: TestSecretCreateError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSecretCreate [2021-03-30T18:17:04.176Z] --- PASS: TestSecretCreate (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSecretInspectUnsupported [2021-03-30T18:17:04.176Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSecretInspectError [2021-03-30T18:17:04.176Z] --- PASS: TestSecretInspectError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSecretInspectSecretNotFound [2021-03-30T18:17:04.176Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSecretInspectWithEmptyID [2021-03-30T18:17:04.176Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSecretInspect [2021-03-30T18:17:04.176Z] --- PASS: TestSecretInspect (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSecretListUnsupported [2021-03-30T18:17:04.176Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSecretListError [2021-03-30T18:17:04.176Z] --- PASS: TestSecretListError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSecretList [2021-03-30T18:17:04.176Z] --- PASS: TestSecretList (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSecretRemoveUnsupported [2021-03-30T18:17:04.176Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSecretRemoveError [2021-03-30T18:17:04.176Z] --- PASS: TestSecretRemoveError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSecretRemove [2021-03-30T18:17:04.176Z] --- PASS: TestSecretRemove (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSecretUpdateUnsupported [2021-03-30T18:17:04.176Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSecretUpdateError [2021-03-30T18:17:04.176Z] --- PASS: TestSecretUpdateError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestSecretUpdate [2021-03-30T18:17:04.176Z] --- PASS: TestSecretUpdate (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestServiceCreateError [2021-03-30T18:17:04.176Z] --- PASS: TestServiceCreateError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestServiceCreate [2021-03-30T18:17:04.176Z] --- PASS: TestServiceCreate (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestServiceCreateCompatiblePlatforms [2021-03-30T18:17:04.176Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestServiceCreateDigestPinning [2021-03-30T18:17:04.176Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestServiceInspectError [2021-03-30T18:17:04.176Z] --- PASS: TestServiceInspectError (0.00s) [2021-03-30T18:17:04.176Z] === RUN TestServiceInspectServiceNotFound [2021-03-30T18:17:04.177Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestServiceInspectWithEmptyID [2021-03-30T18:17:04.177Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestServiceInspect [2021-03-30T18:17:04.177Z] --- PASS: TestServiceInspect (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestServiceListError [2021-03-30T18:17:04.177Z] --- PASS: TestServiceListError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestServiceList [2021-03-30T18:17:04.177Z] --- PASS: TestServiceList (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestServiceLogsError [2021-03-30T18:17:04.177Z] --- PASS: TestServiceLogsError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestServiceLogs [2021-03-30T18:17:04.177Z] --- PASS: TestServiceLogs (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestServiceRemoveError [2021-03-30T18:17:04.177Z] --- PASS: TestServiceRemoveError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestServiceRemoveNotFoundError [2021-03-30T18:17:04.177Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestServiceRemove [2021-03-30T18:17:04.177Z] --- PASS: TestServiceRemove (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestServiceUpdateError [2021-03-30T18:17:04.177Z] --- PASS: TestServiceUpdateError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestServiceUpdate [2021-03-30T18:17:04.177Z] --- PASS: TestServiceUpdate (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestSwarmGetUnlockKeyError [2021-03-30T18:17:04.177Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestSwarmGetUnlockKey [2021-03-30T18:17:04.177Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestSwarmInitError [2021-03-30T18:17:04.177Z] --- PASS: TestSwarmInitError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestSwarmInit [2021-03-30T18:17:04.177Z] --- PASS: TestSwarmInit (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestSwarmInspectError [2021-03-30T18:17:04.177Z] --- PASS: TestSwarmInspectError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestSwarmInspect [2021-03-30T18:17:04.177Z] --- PASS: TestSwarmInspect (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestSwarmJoinError [2021-03-30T18:17:04.177Z] --- PASS: TestSwarmJoinError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestSwarmJoin [2021-03-30T18:17:04.177Z] --- PASS: TestSwarmJoin (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestSwarmLeaveError [2021-03-30T18:17:04.177Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestSwarmLeave [2021-03-30T18:17:04.177Z] --- PASS: TestSwarmLeave (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestSwarmUnlockError [2021-03-30T18:17:04.177Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestSwarmUnlock [2021-03-30T18:17:04.177Z] --- PASS: TestSwarmUnlock (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestSwarmUpdateError [2021-03-30T18:17:04.177Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestSwarmUpdate [2021-03-30T18:17:04.177Z] --- PASS: TestSwarmUpdate (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestTaskInspectError [2021-03-30T18:17:04.177Z] --- PASS: TestTaskInspectError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestTaskInspectWithEmptyID [2021-03-30T18:17:04.177Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestTaskInspect [2021-03-30T18:17:04.177Z] --- PASS: TestTaskInspect (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestTaskListError [2021-03-30T18:17:04.177Z] --- PASS: TestTaskListError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestTaskList [2021-03-30T18:17:04.177Z] --- PASS: TestTaskList (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestVolumeCreateError [2021-03-30T18:17:04.177Z] --- PASS: TestVolumeCreateError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestVolumeCreate [2021-03-30T18:17:04.177Z] --- PASS: TestVolumeCreate (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestVolumeInspectError [2021-03-30T18:17:04.177Z] --- PASS: TestVolumeInspectError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestVolumeInspectNotFound [2021-03-30T18:17:04.177Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestVolumeInspectWithEmptyID [2021-03-30T18:17:04.177Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestVolumeInspect [2021-03-30T18:17:04.177Z] --- PASS: TestVolumeInspect (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestVolumeListError [2021-03-30T18:17:04.177Z] --- PASS: TestVolumeListError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestVolumeList [2021-03-30T18:17:04.177Z] --- PASS: TestVolumeList (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestVolumeRemoveError [2021-03-30T18:17:04.177Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-03-30T18:17:04.177Z] === RUN TestVolumeRemove [2021-03-30T18:17:04.177Z] --- PASS: TestVolumeRemove (0.00s) [2021-03-30T18:17:04.177Z] === CONT TestTLSCloseWriter [2021-03-30T18:17:04.177Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-03-30T18:17:04.177Z] PASS [2021-03-30T18:17:04.177Z] coverage: 75.0% of statements [2021-03-30T18:17:04.177Z] ok github.com/docker/docker/client 0.616s coverage: 75.0% of statements [2021-03-30T18:17:04.431Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-03-30T18:17:04.431Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-03-30T18:17:04.437Z] === RUN TestUpdatePidsLimit/no_change [2021-03-30T18:17:04.993Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-03-30T18:17:04.993Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-03-30T18:17:05.069Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-30T18:17:05.702Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-30T18:17:05.921Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-03-30T18:17:05.921Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-03-30T18:17:05.921Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-03-30T18:17:06.335Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-30T18:17:06.968Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-30T18:17:07.600Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-30T18:17:09.187Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-03-30T18:17:09.699Z] --- PASS: TestUpdatePidsLimit (5.48s) [2021-03-30T18:17:09.699Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.61s) [2021-03-30T18:17:09.699Z] --- PASS: TestUpdatePidsLimit/no_change (0.65s) [2021-03-30T18:17:09.699Z] --- PASS: TestUpdatePidsLimit/update_lower (0.63s) [2021-03-30T18:17:09.699Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.65s) [2021-03-30T18:17:09.699Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.65s) [2021-03-30T18:17:09.699Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.64s) [2021-03-30T18:17:09.699Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.65s) [2021-03-30T18:17:09.699Z] === RUN TestUpdateRestartPolicy [2021-03-30T18:17:10.551Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-03-30T18:17:10.807Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-03-30T18:17:10.807Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-03-30T18:17:12.172Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-03-30T18:17:13.964Z] --- PASS: TestServicePlugin (30.49s) [2021-03-30T18:17:13.964Z] plugin_test.go:62: [d761d2aad348e] joining swarm manager [d5cb69783acc9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:17:13.964Z] plugin_test.go:65: [dbdde0e77146c] joining swarm manager [d5cb69783acc9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:17:13.964Z] === RUN TestServiceUpdateLabel [2021-03-30T18:17:14.060Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-03-30T18:17:14.890Z] --- PASS: TestServiceUpdateLabel (2.53s) [2021-03-30T18:17:14.890Z] === RUN TestServiceUpdateSecrets [2021-03-30T18:17:14.987Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-03-30T18:17:15.244Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-03-30T18:17:15.501Z] --- PASS: TestBuildWithHugeFile (87.61s) [2021-03-30T18:17:15.501Z] === RUN TestBuildWCOWSandboxSize [2021-03-30T18:17:15.501Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-03-30T18:17:15.501Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-30T18:17:15.501Z] === RUN TestBuildWithEmptyDockerfile [2021-03-30T18:17:15.501Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:17:15.501Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:17:15.501Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:17:15.501Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:17:15.501Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:17:15.501Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:17:15.501Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:17:15.501Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:17:15.825Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:17:15.825Z] --- PASS: TestBuildWithEmptyDockerfile (0.04s) [2021-03-30T18:17:15.825Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2021-03-30T18:17:15.825Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.13s) [2021-03-30T18:17:15.825Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s) [2021-03-30T18:17:15.825Z] === RUN TestBuildPreserveOwnership [2021-03-30T18:17:15.825Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-30T18:17:15.825Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-03-30T18:17:15.825Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-03-30T18:17:15.825Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-03-30T18:17:16.127Z] --- PASS: TestCreateServiceMultipleTimes (19.98s) [2021-03-30T18:17:16.127Z] === RUN TestCreateServiceConflict [2021-03-30T18:17:17.067Z] --- PASS: TestCreateServiceConflict (3.30s) [2021-03-30T18:17:17.067Z] === RUN TestCreateServiceMaxReplicas [2021-03-30T18:17:19.170Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-30T18:17:20.105Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-03-30T18:17:21.034Z] --- PASS: TestBuildPreserveOwnership (5.08s) [2021-03-30T18:17:21.034Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.42s) [2021-03-30T18:17:21.034Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.65s) [2021-03-30T18:17:21.034Z] === RUN TestBuildPlatformInvalid [2021-03-30T18:17:21.034Z] --- PASS: TestBuildPlatformInvalid (0.14s) [2021-03-30T18:17:21.034Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-30T18:17:21.271Z] --- PASS: TestCreateServiceMaxReplicas (3.71s) [2021-03-30T18:17:21.271Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-30T18:17:22.058Z] --- PASS: TestCheckoutGit (29.80s) [2021-03-30T18:17:22.058Z] === RUN TestValidGitTransport [2021-03-30T18:17:22.058Z] --- PASS: TestValidGitTransport (0.00s) [2021-03-30T18:17:22.058Z] === RUN TestGitInvalidRef [2021-03-30T18:17:22.058Z] --- PASS: TestGitInvalidRef (0.20s) [2021-03-30T18:17:22.058Z] PASS [2021-03-30T18:17:22.058Z] coverage: 86.3% of statements [2021-03-30T18:17:22.058Z] ok github.com/docker/docker/builder/remotecontext/git 30.117s coverage: 86.3% of statements [2021-03-30T18:17:22.058Z] ? github.com/docker/docker/cli [no test files] [2021-03-30T18:17:22.058Z] ? github.com/docker/docker/cli/config [no test files] [2021-03-30T18:17:23.548Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-03-30T18:17:25.038Z] --- PASS: TestUpdateRestartPolicy (13.95s) [2021-03-30T18:17:25.039Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-30T18:17:25.039Z] --- PASS: TestUpdateRestartWithAutoRemove (1.03s) [2021-03-30T18:17:25.039Z] === RUN TestWaitNonBlocked [2021-03-30T18:17:25.039Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:17:25.039Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:17:25.039Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:17:25.039Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:17:25.039Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:17:25.039Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:17:25.671Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-03-30T18:17:25.671Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.35s) [2021-03-30T18:17:25.671Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.43s) [2021-03-30T18:17:25.671Z] === RUN TestWaitBlocked [2021-03-30T18:17:25.671Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:17:25.671Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:17:25.671Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:17:25.671Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:17:25.671Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:17:25.671Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:17:26.814Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-03-30T18:17:27.179Z] --- PASS: TestWaitBlocked (0.01s) [2021-03-30T18:17:27.179Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.25s) [2021-03-30T18:17:27.179Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.37s) [2021-03-30T18:17:27.179Z] === CONT TestContainerStartOnDaemonRestart [2021-03-30T18:17:27.179Z] === CONT TestIpcModeOlderClient [2021-03-30T18:17:27.179Z] --- PASS: TestIpcModeOlderClient (0.20s) [2021-03-30T18:17:27.179Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-30T18:17:27.963Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-03-30T18:17:27.963Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-03-30T18:17:27.963Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-03-30T18:17:27.963Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-03-30T18:17:27.963Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-03-30T18:17:27.963Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-03-30T18:17:27.963Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-03-30T18:17:27.963Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-03-30T18:17:27.963Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-03-30T18:17:27.963Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-03-30T18:17:27.963Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-03-30T18:17:27.963Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-03-30T18:17:27.963Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-03-30T18:17:27.963Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-03-30T18:17:27.963Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-03-30T18:17:27.963Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-03-30T18:17:27.963Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-03-30T18:17:27.963Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-03-30T18:17:27.963Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-03-30T18:17:27.963Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-03-30T18:17:27.963Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-03-30T18:17:27.963Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-03-30T18:17:27.963Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-03-30T18:17:27.963Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-03-30T18:17:27.963Z] === RUN TestConfigureDaemonLogs [2021-03-30T18:17:27.963Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-03-30T18:17:27.963Z] === RUN TestCommonOptionsInstallFlags [2021-03-30T18:17:27.963Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-03-30T18:17:27.963Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-03-30T18:17:27.963Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-03-30T18:17:27.963Z] PASS [2021-03-30T18:17:27.963Z] coverage: 18.4% of statements [2021-03-30T18:17:27.963Z] ok github.com/docker/docker/cmd/dockerd 0.392s coverage: 18.4% of statements [2021-03-30T18:17:28.961Z] === RUN TestContainerStopSignal [2021-03-30T18:17:28.961Z] --- PASS: TestContainerStopSignal (0.00s) [2021-03-30T18:17:28.961Z] === RUN TestContainerStopTimeout [2021-03-30T18:17:28.961Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-03-30T18:17:28.961Z] === RUN TestContainerSecretReferenceDestTarget [2021-03-30T18:17:28.961Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-03-30T18:17:28.961Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-03-30T18:17:28.961Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-03-30T18:17:28.961Z] === RUN TestContainerLogPathSetForRingLogger [2021-03-30T18:17:28.961Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-03-30T18:17:28.961Z] === RUN TestReplaceAndAppendEnvVars [2021-03-30T18:17:28.961Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-03-30T18:17:28.961Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-03-30T18:17:28.961Z] === RUN TestNewMemoryStore [2021-03-30T18:17:28.961Z] --- PASS: TestNewMemoryStore (0.00s) [2021-03-30T18:17:28.961Z] === RUN TestAddContainers [2021-03-30T18:17:28.961Z] --- PASS: TestAddContainers (0.00s) [2021-03-30T18:17:28.962Z] === RUN TestGetContainer [2021-03-30T18:17:28.962Z] --- PASS: TestGetContainer (0.00s) [2021-03-30T18:17:28.962Z] === RUN TestDeleteContainer [2021-03-30T18:17:28.962Z] --- PASS: TestDeleteContainer (0.00s) [2021-03-30T18:17:28.962Z] === RUN TestListContainers [2021-03-30T18:17:28.962Z] --- PASS: TestListContainers (0.00s) [2021-03-30T18:17:28.962Z] === RUN TestFirstContainer [2021-03-30T18:17:28.962Z] --- PASS: TestFirstContainer (0.00s) [2021-03-30T18:17:28.962Z] === RUN TestApplyAllContainer [2021-03-30T18:17:28.962Z] --- PASS: TestApplyAllContainer (0.00s) [2021-03-30T18:17:28.962Z] === RUN TestIsValidHealthString [2021-03-30T18:17:28.962Z] --- PASS: TestIsValidHealthString (0.00s) [2021-03-30T18:17:28.962Z] === RUN TestStateRunStop [2021-03-30T18:17:28.962Z] --- PASS: TestStateRunStop (0.00s) [2021-03-30T18:17:28.962Z] === RUN TestStateTimeoutWait [2021-03-30T18:17:28.962Z] --- PASS: TestStateTimeoutWait (0.14s) [2021-03-30T18:17:28.962Z] state_test.go:141: Stop callback fired [2021-03-30T18:17:28.962Z] state_test.go:165: Stop callback fired [2021-03-30T18:17:28.962Z] === RUN TestIsValidStateString [2021-03-30T18:17:28.962Z] --- PASS: TestIsValidStateString (0.00s) [2021-03-30T18:17:28.962Z] === RUN TestViewSaveDelete [2021-03-30T18:17:29.331Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-03-30T18:17:29.434Z] --- PASS: TestViewSaveDelete (0.02s) [2021-03-30T18:17:29.434Z] === RUN TestViewAll [2021-03-30T18:17:29.434Z] --- PASS: TestViewAll (0.02s) [2021-03-30T18:17:29.434Z] === RUN TestViewGet [2021-03-30T18:17:29.434Z] --- PASS: TestViewGet (0.01s) [2021-03-30T18:17:29.434Z] === RUN TestNames [2021-03-30T18:17:29.434Z] --- PASS: TestNames (0.00s) [2021-03-30T18:17:29.434Z] === RUN TestViewWithHealthCheck [2021-03-30T18:17:29.434Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-03-30T18:17:29.434Z] PASS [2021-03-30T18:17:29.434Z] coverage: 41.6% of statements [2021-03-30T18:17:29.434Z] ok github.com/docker/docker/container 0.316s coverage: 41.6% of statements [2021-03-30T18:17:29.434Z] ? github.com/docker/docker/container/stream [no test files] [2021-03-30T18:17:29.434Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-03-30T18:17:29.434Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-03-30T18:17:29.434Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-03-30T18:17:30.695Z] --- PASS: TestContainerStartOnDaemonRestart (3.72s) [2021-03-30T18:17:30.695Z] === CONT TestContainerKillOnDaemonStart [2021-03-30T18:17:30.696Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-03-30T18:17:31.623Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-03-30T18:17:31.670Z] === RUN TestPrepare [2021-03-30T18:17:31.670Z] --- PASS: TestPrepare (0.00s) [2021-03-30T18:17:31.670Z] === RUN TestStart [2021-03-30T18:17:31.670Z] --- PASS: TestStart (0.00s) [2021-03-30T18:17:31.670Z] === RUN TestWaitCancel [2021-03-30T18:17:31.670Z] --- PASS: TestWaitCancel (0.00s) [2021-03-30T18:17:31.670Z] === RUN TestWaitDisabled [2021-03-30T18:17:31.670Z] --- PASS: TestWaitDisabled (0.00s) [2021-03-30T18:17:31.670Z] === RUN TestWaitEnabled [2021-03-30T18:17:31.670Z] --- PASS: TestWaitEnabled (0.00s) [2021-03-30T18:17:31.670Z] === RUN TestRemove [2021-03-30T18:17:31.670Z] --- PASS: TestRemove (0.00s) [2021-03-30T18:17:31.670Z] PASS [2021-03-30T18:17:31.670Z] coverage: 65.3% of statements [2021-03-30T18:17:31.670Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.301s coverage: 65.3% of statements [2021-03-30T18:17:31.729Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.52s) [2021-03-30T18:17:31.729Z] === CONT TestDaemonHostGatewayIP [2021-03-30T18:17:32.185Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-03-30T18:17:32.748Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-03-30T18:17:32.926Z] --- PASS: TestServiceUpdateSecrets (15.13s) [2021-03-30T18:17:32.926Z] === RUN TestServiceUpdateConfigs [2021-03-30T18:17:33.902Z] === RUN TestNewListSecretsFilters [2021-03-30T18:17:33.902Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-03-30T18:17:33.902Z] === RUN TestNewListConfigsFilters [2021-03-30T18:17:33.902Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-03-30T18:17:33.902Z] PASS [2021-03-30T18:17:33.902Z] coverage: 0.5% of statements [2021-03-30T18:17:33.902Z] ok github.com/docker/docker/daemon/cluster 0.559s coverage: 0.5% of statements [2021-03-30T18:17:33.902Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-03-30T18:17:33.902Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.11s) [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCIsolation [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertFromGRPCIsolation [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-03-30T18:17:33.902Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-03-30T18:17:33.902Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertFromGRPCConfigs [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCConfigs [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-03-30T18:17:33.902Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-03-30T18:17:33.902Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-03-30T18:17:33.902Z] PASS [2021-03-30T18:17:33.902Z] coverage: 35.9% of statements [2021-03-30T18:17:33.902Z] ok github.com/docker/docker/daemon/cluster/convert 0.660s coverage: 35.9% of statements [2021-03-30T18:17:34.120Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-03-30T18:17:36.168Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.39s) [2021-03-30T18:17:36.168Z] === RUN TestCreateServiceSecretFileMode [2021-03-30T18:17:36.179Z] --- PASS: TestDaemonHostGatewayIP (4.15s) [2021-03-30T18:17:36.179Z] === CONT TestDaemonRestartIpcMode [2021-03-30T18:17:36.638Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-03-30T18:17:36.898Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-03-30T18:17:38.709Z] --- PASS: TestCreateServiceSecretFileMode (3.40s) [2021-03-30T18:17:38.709Z] === RUN TestCreateServiceConfigFileMode [2021-03-30T18:17:39.413Z] === RUN TestDockerSuite/TestAttachDetach [2021-03-30T18:17:39.809Z] === RUN TestBuilderGC [2021-03-30T18:17:39.809Z] --- PASS: TestBuilderGC (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestDaemonConfigurationNotFound [2021-03-30T18:17:39.809Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestDaemonBrokenConfiguration [2021-03-30T18:17:39.809Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestParseClusterAdvertiseSettings [2021-03-30T18:17:39.809Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestFindConfigurationConflicts [2021-03-30T18:17:39.809Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-03-30T18:17:39.809Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestDaemonConfigurationMergeConflicts [2021-03-30T18:17:39.809Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-03-30T18:17:39.809Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-03-30T18:17:39.809Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-03-30T18:17:39.809Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-03-30T18:17:39.809Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-03-30T18:17:39.809Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-03-30T18:17:39.809Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-03-30T18:17:39.809Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-03-30T18:17:39.809Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-03-30T18:17:39.809Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestValidateConfigurationErrors [2021-03-30T18:17:39.809Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-03-30T18:17:39.809Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-03-30T18:17:39.809Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-03-30T18:17:39.809Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-03-30T18:17:39.809Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-03-30T18:17:39.809Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-03-30T18:17:39.809Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-03-30T18:17:39.809Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-03-30T18:17:39.809Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-03-30T18:17:39.809Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-03-30T18:17:39.809Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-03-30T18:17:39.809Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestValidateConfiguration [2021-03-30T18:17:39.809Z] === RUN TestValidateConfiguration/with_label [2021-03-30T18:17:39.809Z] === RUN TestValidateConfiguration/with_dns [2021-03-30T18:17:39.809Z] === RUN TestValidateConfiguration/with_dns-search [2021-03-30T18:17:39.809Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-03-30T18:17:39.809Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-03-30T18:17:39.809Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-03-30T18:17:39.809Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-03-30T18:17:39.809Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfiguration (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-03-30T18:17:39.809Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestModifiedDiscoverySettings [2021-03-30T18:17:39.809Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestReloadSetConfigFileNotExist [2021-03-30T18:17:39.809Z] time="2021-03-30T18:17:38Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-03-30T18:17:39.809Z] --- PASS: TestReloadSetConfigFileNotExist (0.11s) [2021-03-30T18:17:39.809Z] === RUN TestReloadDefaultConfigNotExist [2021-03-30T18:17:39.809Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-03-30T18:17:39.809Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:17:39.809Z] === RUN TestReloadBadDefaultConfig [2021-03-30T18:17:39.809Z] time="2021-03-30T18:17:38Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-597550763" [2021-03-30T18:17:39.809Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestReloadWithConflictingLabels [2021-03-30T18:17:39.809Z] time="2021-03-30T18:17:38Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-915845134" [2021-03-30T18:17:39.809Z] --- PASS: TestReloadWithConflictingLabels (0.01s) [2021-03-30T18:17:39.809Z] === RUN TestReloadWithDuplicateLabels [2021-03-30T18:17:39.809Z] time="2021-03-30T18:17:38Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-242002453" [2021-03-30T18:17:39.809Z] --- PASS: TestReloadWithDuplicateLabels (0.04s) [2021-03-30T18:17:39.809Z] === RUN TestDaemonConfigurationMerge [2021-03-30T18:17:39.809Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-03-30T18:17:39.809Z] PASS [2021-03-30T18:17:39.809Z] coverage: 79.7% of statements [2021-03-30T18:17:39.809Z] ok github.com/docker/docker/daemon/config 0.804s coverage: 79.7% of statements [2021-03-30T18:17:39.809Z] === RUN TestDiscoveryOptsErrors [2021-03-30T18:17:39.809Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-03-30T18:17:39.809Z] === RUN TestDiscoveryOpts [2021-03-30T18:17:39.809Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-03-30T18:17:39.809Z] PASS [2021-03-30T18:17:39.809Z] coverage: 30.0% of statements [2021-03-30T18:17:39.809Z] ok github.com/docker/docker/daemon/discovery 0.102s coverage: 30.0% of statements [2021-03-30T18:17:40.282Z] === RUN TestWaitNodeAttachment [2021-03-30T18:17:40.282Z] === RUN TestVerifyNetworkingConfig [2021-03-30T18:17:40.282Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-03-30T18:17:40.282Z] === RUN TestGetContainer [2021-03-30T18:17:40.282Z] --- PASS: TestGetContainer (0.00s) [2021-03-30T18:17:40.282Z] === RUN TestValidContainerNames [2021-03-30T18:17:40.282Z] --- PASS: TestValidContainerNames (0.00s) [2021-03-30T18:17:40.282Z] === RUN TestContainerInitDNS [2021-03-30T18:17:40.282Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-03-30T18:17:40.282Z] daemon_test.go:147: root required [2021-03-30T18:17:40.282Z] === RUN TestMerge [2021-03-30T18:17:40.282Z] --- PASS: TestMerge (0.00s) [2021-03-30T18:17:40.282Z] === RUN TestValidateContainerIsolation [2021-03-30T18:17:40.282Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-03-30T18:17:40.282Z] === RUN TestFindNetworkErrorType [2021-03-30T18:17:40.282Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-03-30T18:17:40.282Z] === RUN TestEnsureServicesExist [2021-03-30T18:17:40.282Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-03-30T18:17:40.282Z] === RUN TestEnsureServicesExistErrors [2021-03-30T18:17:40.282Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-03-30T18:17:40.282Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-03-30T18:17:40.282Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-03-30T18:17:40.282Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-03-30T18:17:40.282Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-03-30T18:17:40.282Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-03-30T18:17:40.282Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-03-30T18:17:40.282Z] === RUN TestContainerDelete [2021-03-30T18:17:40.282Z] --- PASS: TestContainerDelete (0.00s) [2021-03-30T18:17:40.282Z] === RUN TestContainerDoubleDelete [2021-03-30T18:17:40.282Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-03-30T18:17:40.282Z] === RUN TestLogContainerEventCopyLabels [2021-03-30T18:17:40.282Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-03-30T18:17:40.282Z] === RUN TestLogContainerEventWithAttributes [2021-03-30T18:17:40.282Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-03-30T18:17:40.282Z] === RUN TestNoneHealthcheck [2021-03-30T18:17:40.282Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-03-30T18:17:40.282Z] === RUN TestHealthStates [2021-03-30T18:17:40.282Z] === RUN TestEventsLog [2021-03-30T18:17:40.282Z] --- PASS: TestEventsLog (0.00s) [2021-03-30T18:17:40.282Z] === RUN TestEventsLogTimeout [2021-03-30T18:17:40.282Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-03-30T18:17:40.282Z] === RUN TestLogEvents [2021-03-30T18:17:40.341Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-03-30T18:17:40.632Z] --- PASS: TestDaemonRestartIpcMode (4.35s) [2021-03-30T18:17:40.755Z] --- PASS: TestLogEvents (0.05s) [2021-03-30T18:17:40.755Z] === RUN TestLoadBufferedEvents [2021-03-30T18:17:40.755Z] time="2021-03-30T18:17:40Z" 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" [2021-03-30T18:17:40.755Z] time="2021-03-30T18:17:40Z" 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" [2021-03-30T18:17:40.755Z] time="2021-03-30T18:17:40Z" 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" [2021-03-30T18:17:40.755Z] time="2021-03-30T18:17:40Z" 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" [2021-03-30T18:17:40.755Z] time="2021-03-30T18:17:40Z" 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" [2021-03-30T18:17:40.755Z] time="2021-03-30T18:17:40Z" 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" [2021-03-30T18:17:40.755Z] time="2021-03-30T18:17:40Z" 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" [2021-03-30T18:17:40.755Z] time="2021-03-30T18:17:40Z" 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" [2021-03-30T18:17:40.755Z] time="2021-03-30T18:17:40Z" 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" [2021-03-30T18:17:40.755Z] time="2021-03-30T18:17:40Z" 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" [2021-03-30T18:17:40.755Z] --- PASS: TestHealthStates (0.10s) [2021-03-30T18:17:40.755Z] === RUN TestMaskURLCredentials [2021-03-30T18:17:40.755Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-03-30T18:17:40.755Z] === RUN TestGetInspectData [2021-03-30T18:17:40.755Z] --- PASS: TestGetInspectData (0.00s) [2021-03-30T18:17:40.755Z] === RUN TestFillLicense [2021-03-30T18:17:40.755Z] --- PASS: TestFillLicense (0.00s) [2021-03-30T18:17:40.755Z] === RUN TestListInvalidFilter [2021-03-30T18:17:40.755Z] --- PASS: TestListInvalidFilter (0.00s) [2021-03-30T18:17:40.755Z] === RUN TestNameFilter [2021-03-30T18:17:40.755Z] --- PASS: TestNameFilter (0.00s) [2021-03-30T18:17:40.755Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-03-30T18:17:40.755Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-03-30T18:17:40.755Z] === 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 [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-03-30T18:17:40.755Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-03-30T18:17:40.755Z] --- 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) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-03-30T18:17:40.755Z] === RUN TestDaemonReloadLabels [2021-03-30T18:17:40.755Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-03-30T18:17:40.755Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-03-30T18:17:40.755Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-03-30T18:17:40.755Z] === RUN TestDaemonReloadMirrors [2021-03-30T18:17:40.755Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-03-30T18:17:40.755Z] === RUN TestDaemonReloadInsecureRegistries [2021-03-30T18:17:40.755Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-03-30T18:17:40.755Z] === RUN TestDaemonReloadNotAffectOthers [2021-03-30T18:17:40.755Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-03-30T18:17:40.755Z] === RUN TestDaemonDiscoveryReload [2021-03-30T18:17:40.755Z] --- PASS: TestLoadBufferedEvents (0.11s) [2021-03-30T18:17:40.755Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-03-30T18:17:40.755Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-03-30T18:17:40.755Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-03-30T18:17:40.755Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-03-30T18:17:40.755Z] PASS [2021-03-30T18:17:40.755Z] coverage: 50.0% of statements [2021-03-30T18:17:40.755Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-03-30T18:17:40.755Z] === RUN TestIsolationConversion [2021-03-30T18:17:40.755Z] === RUN TestIsolationConversion/default [2021-03-30T18:17:40.755Z] === RUN TestIsolationConversion/process [2021-03-30T18:17:40.755Z] === RUN TestIsolationConversion/hyperv [2021-03-30T18:17:40.755Z] --- PASS: TestIsolationConversion (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-03-30T18:17:40.755Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-03-30T18:17:40.755Z] === RUN TestContainerLabels [2021-03-30T18:17:40.755Z] --- PASS: TestContainerLabels (0.00s) [2021-03-30T18:17:40.756Z] === RUN TestCredentialSpecConversion [2021-03-30T18:17:40.756Z] === RUN TestCredentialSpecConversion/none [2021-03-30T18:17:40.756Z] === RUN TestCredentialSpecConversion/config [2021-03-30T18:17:40.756Z] === RUN TestCredentialSpecConversion/file [2021-03-30T18:17:40.756Z] === RUN TestCredentialSpecConversion/registry [2021-03-30T18:17:40.756Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-03-30T18:17:40.756Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-03-30T18:17:40.756Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-03-30T18:17:40.756Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-03-30T18:17:40.756Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-03-30T18:17:40.756Z] === RUN TestControllerValidateMountBind [2021-03-30T18:17:40.756Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-03-30T18:17:40.756Z] === RUN TestControllerValidateMountVolume [2021-03-30T18:17:40.756Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-03-30T18:17:40.756Z] === RUN TestControllerValidateMountTarget [2021-03-30T18:17:40.756Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-03-30T18:17:40.756Z] === RUN TestControllerValidateMountTmpfs [2021-03-30T18:17:40.756Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-03-30T18:17:40.756Z] === RUN TestControllerValidateMountInvalidType [2021-03-30T18:17:40.756Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-03-30T18:17:40.756Z] === RUN TestControllerValidateMountNamedPipe [2021-03-30T18:17:40.756Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-03-30T18:17:40.756Z] PASS [2021-03-30T18:17:40.756Z] coverage: 11.3% of statements [2021-03-30T18:17:40.756Z] ok github.com/docker/docker/daemon/events 0.222s coverage: 50.0% of statements [2021-03-30T18:17:40.756Z] ok github.com/docker/docker/daemon/cluster/executor/container 1.043s coverage: 11.3% of statements [2021-03-30T18:17:40.903Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-03-30T18:17:41.752Z] === RUN TestIsEmptyDir [2021-03-30T18:17:41.752Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-03-30T18:17:41.752Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-03-30T18:17:41.752Z] --- PASS: TestIsEmptyDir (0.00s) [2021-03-30T18:17:41.752Z] PASS [2021-03-30T18:17:41.752Z] coverage: 2.3% of statements [2021-03-30T18:17:41.752Z] ok github.com/docker/docker/daemon/graphdriver 0.075s coverage: 2.3% of statements [2021-03-30T18:17:41.752Z] === RUN TestLinkNaming [2021-03-30T18:17:41.752Z] --- PASS: TestLinkNaming (0.00s) [2021-03-30T18:17:41.752Z] === RUN TestLinkNew [2021-03-30T18:17:41.752Z] --- PASS: TestLinkNew (0.00s) [2021-03-30T18:17:41.752Z] === RUN TestLinkEnv [2021-03-30T18:17:41.752Z] --- PASS: TestLinkEnv (0.00s) [2021-03-30T18:17:41.752Z] === RUN TestLinkMultipleEnv [2021-03-30T18:17:41.752Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-03-30T18:17:41.752Z] === RUN TestLinkPortRangeEnv [2021-03-30T18:17:41.752Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-03-30T18:17:41.752Z] PASS [2021-03-30T18:17:41.752Z] coverage: 93.0% of statements [2021-03-30T18:17:41.752Z] ok github.com/docker/docker/daemon/links 0.044s coverage: 93.0% of statements [2021-03-30T18:17:42.006Z] --- PASS: TestCreateServiceConfigFileMode (2.97s) [2021-03-30T18:17:42.006Z] === RUN TestCreateServiceSysctls [2021-03-30T18:17:42.225Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.51s) [2021-03-30T18:17:42.225Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-03-30T18:17:42.698Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.52s) [2021-03-30T18:17:42.698Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-03-30T18:17:42.698Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-03-30T18:17:42.698Z] reload_test.go:520: root required [2021-03-30T18:17:42.698Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-03-30T18:17:42.698Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2021-03-30T18:17:42.698Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-03-30T18:17:42.698Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.04s) [2021-03-30T18:17:42.698Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-03-30T18:17:42.698Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-03-30T18:17:42.698Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-03-30T18:17:42.698Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-03-30T18:17:42.698Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-03-30T18:17:42.698Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-03-30T18:17:42.698Z] === RUN TestParseVolumesFrom [2021-03-30T18:17:42.698Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-03-30T18:17:42.698Z] PASS [2021-03-30T18:17:42.698Z] coverage: 9.1% of statements [2021-03-30T18:17:42.698Z] ok github.com/docker/docker/daemon 2.870s coverage: 9.1% of statements [2021-03-30T18:17:42.698Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-03-30T18:17:42.698Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-03-30T18:17:42.698Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-03-30T18:17:42.698Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-03-30T18:17:42.698Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-03-30T18:17:42.698Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-03-30T18:17:42.698Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-03-30T18:17:42.698Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-03-30T18:17:42.698Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-03-30T18:17:42.698Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-03-30T18:17:42.698Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-03-30T18:17:42.698Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-03-30T18:17:42.698Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-03-30T18:17:42.698Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-03-30T18:17:42.698Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-03-30T18:17:42.794Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-03-30T18:17:42.794Z] Loaded image: buildpack-deps:buster [2021-03-30T18:17:42.794Z] Loaded image: busybox:latest [2021-03-30T18:17:43.356Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-03-30T18:17:43.356Z] Loaded image: busybox:glibc [2021-03-30T18:17:43.363Z] --- PASS: TestContainerKillOnDaemonStart (12.65s) [2021-03-30T18:17:43.363Z] PASS [2021-03-30T18:17:43.363Z] [2021-03-30T18:17:43.363Z] === Skipped [2021-03-30T18:17:43.363Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2021-03-30T18:17:43.364Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-30T18:17:43.364Z] [2021-03-30T18:17:43.364Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.01s) [2021-03-30T18:17:43.364Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:17:43.364Z] [2021-03-30T18:17:43.364Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2021-03-30T18:17:43.364Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:17:43.364Z] [2021-03-30T18:17:43.364Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-30T18:17:43.364Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-30T18:17:43.364Z] [2021-03-30T18:17:43.364Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2021-03-30T18:17:43.364Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-30T18:17:43.364Z] [2021-03-30T18:17:43.364Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2021-03-30T18:17:43.364Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:17:43.364Z] [2021-03-30T18:17:43.364Z] [2021-03-30T18:17:43.364Z] DONE 196 tests, 6 skipped in 185.898s [2021-03-30T18:17:43.364Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2021-03-30T18:17:43.364Z] ++ 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 [2021-03-30T18:17:43.364Z] ++ set -e [2021-03-30T18:17:43.364Z] ++ '[' -n 0 ']' [2021-03-30T18:17:43.364Z] ++ set -x [2021-03-30T18:17:43.364Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:17:43.655Z] INFO: Testing against a local daemon [2021-03-30T18:17:43.655Z] === RUN TestCommitInheritsEnv [2021-03-30T18:17:44.277Z] === RUN TestAdapterReadLogs [2021-03-30T18:17:44.278Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-03-30T18:17:44.278Z] === RUN TestCopier [2021-03-30T18:17:44.278Z] --- PASS: TestCopier (0.00s) [2021-03-30T18:17:44.278Z] === RUN TestCopierLongLines [2021-03-30T18:17:44.278Z] --- PASS: TestCopierLongLines (0.00s) [2021-03-30T18:17:44.278Z] === RUN TestCopierSlow [2021-03-30T18:17:44.287Z] --- PASS: TestCommitInheritsEnv (0.67s) [2021-03-30T18:17:44.287Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-30T18:17:44.287Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-30T18:17:44.287Z] === RUN TestImagesFilterMultiReference [2021-03-30T18:17:44.579Z] --- PASS: TestImagesFilterMultiReference (0.04s) [2021-03-30T18:17:44.579Z] === RUN TestImagePullPlatformInvalid [2021-03-30T18:17:44.579Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2021-03-30T18:17:44.579Z] === RUN TestRemoveImageOrphaning [2021-03-30T18:17:44.750Z] === RUN TestNewStreamConfig [2021-03-30T18:17:44.750Z] === RUN TestNewStreamConfig/defaults [2021-03-30T18:17:44.750Z] === RUN TestNewStreamConfig/invalid_create_group [2021-03-30T18:17:44.750Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-03-30T18:17:44.750Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-03-30T18:17:44.750Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-03-30T18:17:44.750Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-03-30T18:17:44.750Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-03-30T18:17:44.750Z] --- PASS: TestNewStreamConfig (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-03-30T18:17:44.750Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-03-30T18:17:44.750Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestNewAWSLogsClientRegionDetect [2021-03-30T18:17:44.750Z] --- PASS: TestCopierSlow (0.20s) [2021-03-30T18:17:44.750Z] === RUN TestCopierWithSized [2021-03-30T18:17:44.750Z] === RUN TestCopierWithSized/as_is [2021-03-30T18:17:44.750Z] === RUN TestCopierWithSized/With_RingLogger [2021-03-30T18:17:44.750Z] --- PASS: TestCopierWithSized (0.01s) [2021-03-30T18:17:44.750Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestCopierWithPartial [2021-03-30T18:17:44.750Z] --- PASS: TestCopierWithPartial (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestRingLogger [2021-03-30T18:17:44.750Z] --- PASS: TestRingLogger (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestRingCap [2021-03-30T18:17:44.750Z] --- PASS: TestRingCap (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestRingClose [2021-03-30T18:17:44.750Z] --- PASS: TestRingClose (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestRingDrain [2021-03-30T18:17:44.750Z] --- PASS: TestRingDrain (0.00s) [2021-03-30T18:17:44.750Z] PASS [2021-03-30T18:17:44.750Z] coverage: 43.5% of statements [2021-03-30T18:17:44.750Z] ok github.com/docker/docker/daemon/logger 0.310s coverage: 43.5% of statements [2021-03-30T18:17:44.750Z] time="2021-03-30T18:17:44Z" level=info msg="Trying to get region from EC2 Metadata" [2021-03-30T18:17:44.750Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.10s) [2021-03-30T18:17:44.750Z] === RUN TestCreateSuccess [2021-03-30T18:17:44.750Z] --- PASS: TestCreateSuccess (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestCreateLogGroupSuccess [2021-03-30T18:17:44.750Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestCreateError [2021-03-30T18:17:44.750Z] --- PASS: TestCreateError (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestCreateAlreadyExists [2021-03-30T18:17:44.750Z] time="2021-03-30T18:17:44Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-03-30T18:17:44.750Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestLogClosed [2021-03-30T18:17:44.750Z] --- PASS: TestLogClosed (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestLogBlocking [2021-03-30T18:17:44.750Z] --- PASS: TestLogBlocking (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestLogNonBlockingBufferEmpty [2021-03-30T18:17:44.750Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestLogNonBlockingBufferFull [2021-03-30T18:17:44.750Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestPublishBatchSuccess [2021-03-30T18:17:44.750Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestPublishBatchError [2021-03-30T18:17:44.750Z] time="2021-03-30T18:17:44Z" level=error msg=Error [2021-03-30T18:17:44.750Z] --- PASS: TestPublishBatchError (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-03-30T18:17:44.750Z] time="2021-03-30T18:17:44Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-03-30T18:17:44.750Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestPublishBatchAlreadyAccepted [2021-03-30T18:17:44.750Z] time="2021-03-30T18:17:44Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-03-30T18:17:44.750Z] time="2021-03-30T18:17:44Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-03-30T18:17:44.750Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestCollectBatchSimple [2021-03-30T18:17:44.750Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestCollectBatchTicker [2021-03-30T18:17:44.750Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestCollectBatchMultilinePattern [2021-03-30T18:17:44.750Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-03-30T18:17:44.750Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-03-30T18:17:44.750Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-03-30T18:17:44.750Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-03-30T18:17:44.750Z] === RUN TestCollectBatchClose [2021-03-30T18:17:44.750Z] --- PASS: TestCollectBatchClose (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestEffectiveLen [2021-03-30T18:17:44.750Z] === RUN TestEffectiveLen/0/Hello [2021-03-30T18:17:44.750Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-03-30T18:17:44.750Z] === RUN TestEffectiveLen/2/🙃 [2021-03-30T18:17:44.750Z] === RUN TestEffectiveLen/3/���� [2021-03-30T18:17:44.750Z] === RUN TestEffectiveLen/4/He��o [2021-03-30T18:17:44.750Z] === RUN TestEffectiveLen/5/ [2021-03-30T18:17:44.750Z] --- PASS: TestEffectiveLen (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestFindValidSplit [2021-03-30T18:17:44.750Z] === RUN TestFindValidSplit/0/ [2021-03-30T18:17:44.750Z] === RUN TestFindValidSplit/1/Hello [2021-03-30T18:17:44.750Z] === RUN TestFindValidSplit/2/Hello [2021-03-30T18:17:44.750Z] === RUN TestFindValidSplit/3/Hello [2021-03-30T18:17:44.750Z] === RUN TestFindValidSplit/4/🙃 [2021-03-30T18:17:44.750Z] === RUN TestFindValidSplit/5/🙃 [2021-03-30T18:17:44.750Z] === RUN TestFindValidSplit/6/a� [2021-03-30T18:17:44.750Z] === RUN TestFindValidSplit/7/a� [2021-03-30T18:17:44.750Z] --- PASS: TestFindValidSplit (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-03-30T18:17:44.750Z] cloudwatchlogs_test.go:1044: [2021-03-30T18:17:44.750Z] cloudwatchlogs_test.go:1045: [2021-03-30T18:17:44.750Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-03-30T18:17:44.750Z] cloudwatchlogs_test.go:1044: Hello [2021-03-30T18:17:44.750Z] cloudwatchlogs_test.go:1045: [2021-03-30T18:17:44.750Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-03-30T18:17:44.750Z] cloudwatchlogs_test.go:1044: He [2021-03-30T18:17:44.750Z] cloudwatchlogs_test.go:1045: llo [2021-03-30T18:17:44.750Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-03-30T18:17:44.750Z] cloudwatchlogs_test.go:1044: [2021-03-30T18:17:44.750Z] cloudwatchlogs_test.go:1045: Hello [2021-03-30T18:17:44.750Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-03-30T18:17:44.750Z] cloudwatchlogs_test.go:1044: [2021-03-30T18:17:44.750Z] cloudwatchlogs_test.go:1045: 🙃 [2021-03-30T18:17:44.750Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-03-30T18:17:44.750Z] cloudwatchlogs_test.go:1044: 🙃 [2021-03-30T18:17:44.750Z] cloudwatchlogs_test.go:1045: [2021-03-30T18:17:44.750Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-03-30T18:17:44.750Z] cloudwatchlogs_test.go:1044: a [2021-03-30T18:17:44.750Z] cloudwatchlogs_test.go:1045: � [2021-03-30T18:17:44.750Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-03-30T18:17:44.750Z] cloudwatchlogs_test.go:1044: a� [2021-03-30T18:17:44.750Z] cloudwatchlogs_test.go:1045: [2021-03-30T18:17:44.750Z] === RUN TestProcessEventEmoji [2021-03-30T18:17:44.750Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestCollectBatchLineSplit [2021-03-30T18:17:44.750Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestCollectBatchLineSplitWithBinary [2021-03-30T18:17:44.750Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestCollectBatchMaxEvents [2021-03-30T18:17:44.750Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2021-03-30T18:17:44.750Z] === RUN TestCollectBatchMaxTotalBytes [2021-03-30T18:17:44.750Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-03-30T18:17:44.750Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-03-30T18:17:44.750Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-03-30T18:17:44.750Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-03-30T18:17:44.750Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.07s) [2021-03-30T18:17:44.750Z] === RUN TestParseLogOptionsMultilinePattern [2021-03-30T18:17:44.750Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestParseLogOptionsDatetimeFormat [2021-03-30T18:17:44.750Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-03-30T18:17:44.750Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-03-30T18:17:44.750Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-03-30T18:17:44.750Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-03-30T18:17:44.750Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-03-30T18:17:44.750Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-03-30T18:17:44.750Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-03-30T18:17:44.750Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-03-30T18:17:44.750Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-03-30T18:17:44.750Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-03-30T18:17:44.750Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-03-30T18:17:44.750Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-03-30T18:17:44.750Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-03-30T18:17:44.750Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-03-30T18:17:44.750Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-03-30T18:17:44.750Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-03-30T18:17:44.750Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-03-30T18:17:44.750Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-03-30T18:17:44.750Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-03-30T18:17:44.750Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestCreateTagSuccess [2021-03-30T18:17:44.750Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-03-30T18:17:44.750Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-03-30T18:17:44.750Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-03-30T18:17:44.750Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-03-30T18:17:44.750Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-03-30T18:17:44.750Z] PASS [2021-03-30T18:17:44.750Z] coverage: 77.8% of statements [2021-03-30T18:17:44.750Z] ok github.com/docker/docker/daemon/logger/awslogs 0.351s coverage: 77.8% of statements [2021-03-30T18:17:44.750Z] === RUN TestSearchRegistryForImagesErrors [2021-03-30T18:17:44.750Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestSearchRegistryForImages [2021-03-30T18:17:44.750Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestOnlyPlatformWithFallback [2021-03-30T18:17:44.750Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-03-30T18:17:44.750Z] === RUN TestImageDelete [2021-03-30T18:17:44.750Z] === RUN TestImageDelete/no_lease [2021-03-30T18:17:44.750Z] === RUN TestImageDelete/lease_exists [2021-03-30T18:17:44.750Z] --- PASS: TestImageDelete (0.03s) [2021-03-30T18:17:44.750Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-03-30T18:17:44.750Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-03-30T18:17:44.750Z] === RUN TestContentStoreForPull [2021-03-30T18:17:45.213Z] --- PASS: TestRemoveImageOrphaning (0.63s) [2021-03-30T18:17:45.213Z] === RUN TestRemoveImageGarbageCollector [2021-03-30T18:17:45.213Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-03-30T18:17:45.213Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:17:45.213Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-30T18:17:45.213Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-03-30T18:17:45.214Z] === RUN TestTagInvalidReference [2021-03-30T18:17:45.214Z] --- PASS: TestTagInvalidReference (0.01s) [2021-03-30T18:17:45.214Z] === RUN TestTagValidPrefixedRepo [2021-03-30T18:17:45.214Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-03-30T18:17:45.214Z] === RUN TestTagExistedNameWithoutForce [2021-03-30T18:17:45.214Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-03-30T18:17:45.214Z] === RUN TestTagOfficialNames [2021-03-30T18:17:45.214Z] --- PASS: TestTagOfficialNames (0.04s) [2021-03-30T18:17:45.214Z] === RUN TestTagMatchesDigest [2021-03-30T18:17:45.214Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-03-30T18:17:45.214Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-30T18:17:45.223Z] --- PASS: TestContentStoreForPull (0.13s) [2021-03-30T18:17:45.223Z] PASS [2021-03-30T18:17:45.223Z] coverage: 6.7% of statements [2021-03-30T18:17:45.223Z] ok github.com/docker/docker/daemon/images 0.338s coverage: 6.7% of statements [2021-03-30T18:17:45.223Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-03-30T18:17:45.223Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-03-30T18:17:45.223Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-03-30T18:17:45.223Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-03-30T18:17:45.223Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-03-30T18:17:45.223Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-03-30T18:17:45.223Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-03-30T18:17:45.245Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-03-30T18:17:45.696Z] === RUN TestJSONFileLogger [2021-03-30T18:17:45.696Z] --- PASS: TestJSONFileLogger (0.00s) [2021-03-30T18:17:45.696Z] === RUN TestJSONFileLoggerWithTags [2021-03-30T18:17:45.696Z] === RUN TestJSONLogsMarshalJSONBuf [2021-03-30T18:17:45.696Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-03-30T18:17:45.696Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-03-30T18:17:45.696Z] --- PASS: TestJSONFileLoggerWithTags (0.03s) [2021-03-30T18:17:45.696Z] === RUN TestJSONFileLoggerWithOpts [2021-03-30T18:17:45.696Z] --- PASS: TestJSONFileLoggerWithOpts (0.03s) [2021-03-30T18:17:45.696Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-03-30T18:17:45.696Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-03-30T18:17:45.696Z] === RUN TestEncodeDecode [2021-03-30T18:17:45.696Z] === PAUSE TestEncodeDecode [2021-03-30T18:17:45.696Z] === RUN TestUnexpectedEOF [2021-03-30T18:17:46.169Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.11s) [2021-03-30T18:17:46.169Z] === RUN TestFastTimeMarshalJSON [2021-03-30T18:17:46.169Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-03-30T18:17:46.169Z] PASS [2021-03-30T18:17:46.169Z] coverage: 87.2% of statements [2021-03-30T18:17:46.169Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.159s coverage: 87.2% of statements [2021-03-30T18:17:46.169Z] time="2021-03-30T18:17:45Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-03-30T18:17:46.169Z] time="2021-03-30T18:17:45Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-03-30T18:17:46.169Z] --- PASS: TestUnexpectedEOF (0.12s) [2021-03-30T18:17:46.169Z] === CONT TestEncodeDecode [2021-03-30T18:17:46.169Z] --- PASS: TestEncodeDecode (0.00s) [2021-03-30T18:17:46.169Z] PASS [2021-03-30T18:17:46.169Z] coverage: 69.9% of statements [2021-03-30T18:17:46.169Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.300s coverage: 69.9% of statements [2021-03-30T18:17:46.173Z] Loaded image: debian:bullseye [2021-03-30T18:17:46.208Z] --- PASS: TestCreateServiceSysctls (4.64s) [2021-03-30T18:17:46.208Z] === RUN TestCreateServiceCapabilities [2021-03-30T18:17:46.429Z] Loaded image: hello-world:latest [2021-03-30T18:17:46.429Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-03-30T18:17:46.429Z] Loaded image: arm32v7/hello-world:latest [2021-03-30T18:17:47.164Z] === RUN TestWriteLog [2021-03-30T18:17:47.164Z] === PAUSE TestWriteLog [2021-03-30T18:17:47.164Z] === RUN TestReadLog [2021-03-30T18:17:47.164Z] === PAUSE TestReadLog [2021-03-30T18:17:47.164Z] === CONT TestWriteLog [2021-03-30T18:17:47.164Z] --- PASS: TestWriteLog (0.00s) [2021-03-30T18:17:47.164Z] === CONT TestReadLog [2021-03-30T18:17:47.164Z] === RUN TestReadLog/tail_exact [2021-03-30T18:17:47.164Z] === RUN TestReadLog/tail_less_than_available [2021-03-30T18:17:47.164Z] === RUN TestReadLog/tail_more_than_available [2021-03-30T18:17:47.164Z] --- PASS: TestReadLog (0.12s) [2021-03-30T18:17:47.164Z] --- PASS: TestReadLog/tail_exact (0.11s) [2021-03-30T18:17:47.164Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-03-30T18:17:47.164Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-03-30T18:17:47.164Z] PASS [2021-03-30T18:17:47.164Z] coverage: 75.2% of statements [2021-03-30T18:17:47.164Z] ok github.com/docker/docker/daemon/logger/local 0.215s coverage: 75.2% of statements [2021-03-30T18:17:47.164Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-03-30T18:17:47.755Z] --- PASS: TestServiceUpdateConfigs (15.21s) [2021-03-30T18:17:47.755Z] === RUN TestServiceUpdateNetwork [2021-03-30T18:17:47.796Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-03-30T18:17:48.161Z] === RUN TestOpenFileDelete [2021-03-30T18:17:48.161Z] --- PASS: TestOpenFileDelete (0.00s) [2021-03-30T18:17:48.161Z] === RUN TestOpenFileRename [2021-03-30T18:17:48.161Z] --- PASS: TestOpenFileRename (0.00s) [2021-03-30T18:17:48.161Z] === RUN TestParseLogTagDefaultTag [2021-03-30T18:17:48.161Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-03-30T18:17:48.161Z] === RUN TestParseLogTag [2021-03-30T18:17:48.161Z] --- PASS: TestParseLogTag (0.00s) [2021-03-30T18:17:48.161Z] === RUN TestParseLogTagEmptyTag [2021-03-30T18:17:48.161Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-03-30T18:17:48.161Z] === RUN TestTailFiles [2021-03-30T18:17:48.161Z] --- PASS: TestTailFiles (0.00s) [2021-03-30T18:17:48.161Z] === RUN TestFollowLogsConsumerGone [2021-03-30T18:17:48.161Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-03-30T18:17:48.161Z] === RUN TestFollowLogsProducerGone [2021-03-30T18:17:48.161Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-03-30T18:17:48.161Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-03-30T18:17:48.161Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-03-30T18:17:48.161Z] === RUN TestCheckCapacityAndRotate [2021-03-30T18:17:48.161Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-03-30T18:17:48.161Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-03-30T18:17:48.161Z] --- PASS: TestCheckCapacityAndRotate (0.15s) [2021-03-30T18:17:48.161Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.02s) [2021-03-30T18:17:48.161Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.12s) [2021-03-30T18:17:48.161Z] PASS [2021-03-30T18:17:48.161Z] coverage: 55.3% of statements [2021-03-30T18:17:48.161Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.254s coverage: 55.3% of statements [2021-03-30T18:17:48.161Z] === RUN TestLog [2021-03-30T18:17:48.161Z] --- PASS: TestLog (0.01s) [2021-03-30T18:17:48.161Z] PASS [2021-03-30T18:17:48.161Z] coverage: 31.5% of statements [2021-03-30T18:17:48.161Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.171s coverage: 31.5% of statements [2021-03-30T18:17:48.358Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-03-30T18:17:48.633Z] === RUN TestValidateLogOpt [2021-03-30T18:17:48.633Z] --- PASS: TestValidateLogOpt (0.00s) [2021-03-30T18:17:48.633Z] === RUN TestNewMissedConfig [2021-03-30T18:17:48.633Z] --- PASS: TestNewMissedConfig (0.00s) [2021-03-30T18:17:48.633Z] === RUN TestNewMissedUrl [2021-03-30T18:17:48.633Z] --- PASS: TestNewMissedUrl (0.00s) [2021-03-30T18:17:48.633Z] === RUN TestNewMissedToken [2021-03-30T18:17:48.633Z] --- PASS: TestNewMissedToken (0.00s) [2021-03-30T18:17:48.633Z] === RUN TestNewWithProxy [2021-03-30T18:17:48.633Z] --- PASS: TestNewWithProxy (0.00s) [2021-03-30T18:17:48.633Z] === RUN TestDefault [2021-03-30T18:17:48.633Z] --- PASS: TestDefault (0.00s) [2021-03-30T18:17:48.633Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-03-30T18:17:48.633Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-03-30T18:17:48.633Z] === RUN TestJsonFormat [2021-03-30T18:17:48.633Z] --- PASS: TestJsonFormat (0.00s) [2021-03-30T18:17:48.633Z] === RUN TestRawFormat [2021-03-30T18:17:48.633Z] --- PASS: TestRawFormat (0.00s) [2021-03-30T18:17:48.633Z] === RUN TestRawFormatWithLabels [2021-03-30T18:17:48.633Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-03-30T18:17:48.633Z] === RUN TestRawFormatWithoutTag [2021-03-30T18:17:48.633Z] --- PASS: TestRawFormatWithoutTag (0.02s) [2021-03-30T18:17:48.633Z] === RUN TestBatching [2021-03-30T18:17:49.106Z] --- PASS: TestBatching (0.29s) [2021-03-30T18:17:49.106Z] === RUN TestFrequency [2021-03-30T18:17:49.106Z] --- PASS: TestFrequency (0.18s) [2021-03-30T18:17:49.106Z] === RUN TestOneMessagePerRequest [2021-03-30T18:17:49.106Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-03-30T18:17:49.106Z] === RUN TestVerify [2021-03-30T18:17:49.106Z] --- PASS: TestVerify (0.00s) [2021-03-30T18:17:49.106Z] === RUN TestSkipVerify [2021-03-30T18:17:49.106Z] time="2021-03-30T18:17:48Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-30T18:17:49.106Z] time="2021-03-30T18:17:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-30T18:17:49.106Z] time="2021-03-30T18:17:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-30T18:17:49.506Z] --- PASS: TestCreateServiceCapabilities (3.59s) [2021-03-30T18:17:49.506Z] === RUN TestInspect [2021-03-30T18:17:49.579Z] === RUN TestParseLogFormat [2021-03-30T18:17:49.579Z] --- PASS: TestParseLogFormat (0.00s) [2021-03-30T18:17:49.579Z] === RUN TestValidateLogOptEmpty [2021-03-30T18:17:49.579Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-03-30T18:17:49.579Z] === RUN TestValidateSyslogAddress [2021-03-30T18:17:49.579Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-03-30T18:17:49.579Z] === RUN TestParseAddressDefaultPort [2021-03-30T18:17:49.579Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-03-30T18:17:49.579Z] === RUN TestValidateSyslogFacility [2021-03-30T18:17:49.579Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-03-30T18:17:49.579Z] === RUN TestValidateLogOptSyslogFormat [2021-03-30T18:17:49.579Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-03-30T18:17:49.579Z] === RUN TestValidateLogOpt [2021-03-30T18:17:49.579Z] --- PASS: TestValidateLogOpt (0.00s) [2021-03-30T18:17:49.579Z] PASS [2021-03-30T18:17:49.579Z] coverage: 46.8% of statements [2021-03-30T18:17:49.579Z] ok github.com/docker/docker/daemon/logger/syslog 0.069s coverage: 46.8% of statements [2021-03-30T18:17:49.579Z] === RUN TestNewParse [2021-03-30T18:17:49.579Z] --- PASS: TestNewParse (0.00s) [2021-03-30T18:17:49.579Z] PASS [2021-03-30T18:17:49.579Z] coverage: 8.3% of statements [2021-03-30T18:17:49.579Z] ok github.com/docker/docker/daemon/logger/templates 0.118s coverage: 8.3% of statements [2021-03-30T18:17:49.579Z] --- PASS: TestSkipVerify (0.44s) [2021-03-30T18:17:49.579Z] === RUN TestBufferMaximum [2021-03-30T18:17:49.579Z] time="2021-03-30T18:17:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-30T18:17:49.579Z] time="2021-03-30T18:17:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-30T18:17:49.579Z] time="2021-03-30T18:17:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-30T18:17:49.579Z] time="2021-03-30T18:17:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-30T18:17:49.579Z] time="2021-03-30T18:17:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-30T18:17:49.579Z] time="2021-03-30T18:17:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617128269.359291\",\"host\":\"d5cf64b5f2a5\"}'" [2021-03-30T18:17:49.579Z] time="2021-03-30T18:17:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617128269.359291\",\"host\":\"d5cf64b5f2a5\"}'" [2021-03-30T18:17:49.579Z] --- PASS: TestBufferMaximum (0.00s) [2021-03-30T18:17:49.579Z] === RUN TestServerAlwaysDown [2021-03-30T18:17:49.579Z] time="2021-03-30T18:17:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-30T18:17:49.579Z] time="2021-03-30T18:17:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-30T18:17:49.579Z] time="2021-03-30T18:17:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617128269.363309\",\"host\":\"d5cf64b5f2a5\"}'" [2021-03-30T18:17:49.579Z] time="2021-03-30T18:17:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617128269.363309\",\"host\":\"d5cf64b5f2a5\"}'" [2021-03-30T18:17:49.579Z] time="2021-03-30T18:17:49Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-03-30T18:17:49.579Z] time="2021-03-30T18:17:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617128269.363309\",\"host\":\"d5cf64b5f2a5\"}'" [2021-03-30T18:17:49.579Z] time="2021-03-30T18:17:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617128269.364292\",\"host\":\"d5cf64b5f2a5\"}'" [2021-03-30T18:17:49.579Z] time="2021-03-30T18:17:49Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1617128269.364292\",\"host\":\"d5cf64b5f2a5\"}'" [2021-03-30T18:17:49.579Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-03-30T18:17:49.579Z] === RUN TestCannotSendAfterClose [2021-03-30T18:17:49.579Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-03-30T18:17:49.579Z] === RUN TestDeadlockOnBlockedEndpoint [2021-03-30T18:17:49.725Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-03-30T18:17:50.574Z] time="2021-03-30T18:17:50Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49202/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-03-30T18:17:50.574Z] time="2021-03-30T18:17:50Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"d5cf64b5f2a5\"}'" [2021-03-30T18:17:50.574Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-03-30T18:17:50.574Z] PASS [2021-03-30T18:17:50.574Z] coverage: 82.5% of statements [2021-03-30T18:17:50.574Z] ok github.com/docker/docker/daemon/logger/splunk 2.137s coverage: 82.5% of statements [2021-03-30T18:17:51.046Z] ? github.com/docker/docker/daemon/names [no test files] [2021-03-30T18:17:51.046Z] ? github.com/docker/docker/daemon/network [no test files] [2021-03-30T18:17:51.046Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-03-30T18:17:51.519Z] === RUN TestV1IDService [2021-03-30T18:17:51.519Z] --- PASS: TestV1IDService (0.03s) [2021-03-30T18:17:51.519Z] === RUN TestV2MetadataService [2021-03-30T18:17:51.992Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-03-30T18:17:51.992Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-03-30T18:17:51.992Z] === RUN TestContinueOnError_MirrorEndpoint [2021-03-30T18:17:51.992Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-03-30T18:17:51.992Z] === RUN TestContinueOnError_NeverContinue [2021-03-30T18:17:51.992Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-03-30T18:17:51.992Z] === RUN TestManifestStore [2021-03-30T18:17:51.992Z] === RUN TestManifestStore/no_remote_or_local [2021-03-30T18:17:51.992Z] === RUN TestSuccessfulDownload [2021-03-30T18:17:51.992Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-03-30T18:17:51.992Z] download_test.go:268: Needs fixing on Windows [2021-03-30T18:17:51.992Z] === RUN TestCancelledDownload [2021-03-30T18:17:51.992Z] --- PASS: TestCancelledDownload (0.00s) [2021-03-30T18:17:51.992Z] === RUN TestMaxDownloadAttempts [2021-03-30T18:17:51.992Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-03-30T18:17:51.992Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-03-30T18:17:51.992Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-03-30T18:17:51.992Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-03-30T18:17:51.992Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-03-30T18:17:51.992Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-03-30T18:17:51.992Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-03-30T18:17:51.992Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-03-30T18:17:51.992Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-03-30T18:17:51.992Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-03-30T18:17:51.992Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-03-30T18:17:51.992Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-03-30T18:17:51.992Z] time="2021-03-30T18:17:51Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local688295811\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-03-30T18:17:51.992Z] === RUN TestManifestStore/no_local_cache [2021-03-30T18:17:51.992Z] === RUN TestManifestStore/with_local_cache [2021-03-30T18:17:51.992Z] === RUN TestManifestStore/unknown_media_type [2021-03-30T18:17:51.992Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-03-30T18:17:51.992Z] time="2021-03-30T18:17:51Z" level=warning msg="reference for unknown type: " [2021-03-30T18:17:51.992Z] time="2021-03-30T18:17:51Z" level=warning msg="reference for unknown type: " [2021-03-30T18:17:51.992Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-03-30T18:17:51.992Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-03-30T18:17:51.992Z] time="2021-03-30T18:17:51Z" level=warning msg="reference for unknown type: " [2021-03-30T18:17:51.992Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-03-30T18:17:51.992Z] time="2021-03-30T18:17:51Z" level=warning msg="reference for unknown type: " [2021-03-30T18:17:51.992Z] time="2021-03-30T18:17:51Z" level=warning msg="reference for unknown type: " [2021-03-30T18:17:51.992Z] === RUN TestManifestStore/error_persisting_manifest [2021-03-30T18:17:51.992Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-03-30T18:17:51.992Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-03-30T18:17:51.992Z] time="2021-03-30T18:17:51Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-03-30T18:17:51.992Z] --- PASS: TestManifestStore (0.24s) [2021-03-30T18:17:51.992Z] --- PASS: TestManifestStore/no_remote_or_local (0.13s) [2021-03-30T18:17:51.992Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-03-30T18:17:51.992Z] --- PASS: TestManifestStore/with_local_cache (0.03s) [2021-03-30T18:17:51.992Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2021-03-30T18:17:51.992Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-03-30T18:17:51.992Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-03-30T18:17:51.992Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2021-03-30T18:17:51.992Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-03-30T18:17:51.992Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-03-30T18:17:51.992Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2021-03-30T18:17:51.992Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-03-30T18:17:51.992Z] === RUN TestDetectManifestBlobMediaType [2021-03-30T18:17:51.992Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-03-30T18:17:51.992Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-03-30T18:17:51.992Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-03-30T18:17:51.992Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-03-30T18:17:51.992Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-03-30T18:17:51.992Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-03-30T18:17:51.992Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-03-30T18:17:51.992Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-03-30T18:17:51.992Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-03-30T18:17:51.992Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-03-30T18:17:51.992Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-03-30T18:17:51.992Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-03-30T18:17:51.992Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-03-30T18:17:51.992Z] === RUN TestFixManifestLayers [2021-03-30T18:17:51.992Z] --- PASS: TestFixManifestLayers (0.00s) [2021-03-30T18:17:51.992Z] === RUN TestFixManifestLayersBaseLayerParent [2021-03-30T18:17:51.992Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-03-30T18:17:51.992Z] pull_v2_test.go:73: Needs fixing on Windows [2021-03-30T18:17:51.992Z] === RUN TestFixManifestLayersBadParent [2021-03-30T18:17:51.992Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-03-30T18:17:51.992Z] === RUN TestValidateManifest [2021-03-30T18:17:51.992Z] --- SKIP: TestValidateManifest (0.00s) [2021-03-30T18:17:51.992Z] pull_v2_test.go:118: Needs fixing on Windows [2021-03-30T18:17:51.992Z] === RUN TestFormatPlatform [2021-03-30T18:17:51.992Z] --- PASS: TestFormatPlatform (0.00s) [2021-03-30T18:17:51.992Z] === RUN TestGetRepositoryMountCandidates [2021-03-30T18:17:51.992Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-03-30T18:17:51.992Z] === RUN TestLayerAlreadyExists [2021-03-30T18:17:51.992Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-03-30T18:17:51.992Z] 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} [2021-03-30T18:17:51.992Z] 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} [2021-03-30T18:17:51.992Z] 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} [2021-03-30T18:17:51.992Z] 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} [2021-03-30T18:17:51.992Z] 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} [2021-03-30T18:17:51.992Z] 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} [2021-03-30T18:17:51.992Z] === RUN TestWhenEmptyAuthConfig [2021-03-30T18:17:52.242Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-03-30T18:17:52.465Z] time="2021-03-30T18:17:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-03-30T18:17:52.465Z] time="2021-03-30T18:17:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-03-30T18:17:52.465Z] time="2021-03-30T18:17:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-03-30T18:17:52.465Z] time="2021-03-30T18:17:51Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-03-30T18:17:52.465Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-03-30T18:17:52.465Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.36s) [2021-03-30T18:17:52.465Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.36s) [2021-03-30T18:17:52.465Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.36s) [2021-03-30T18:17:52.465Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.36s) [2021-03-30T18:17:52.465Z] === RUN TestTransfer [2021-03-30T18:17:52.465Z] --- PASS: TestTransfer (0.12s) [2021-03-30T18:17:52.465Z] === RUN TestConcurrencyLimit [2021-03-30T18:17:52.465Z] --- PASS: TestV2MetadataService (0.80s) [2021-03-30T18:17:52.465Z] PASS [2021-03-30T18:17:52.465Z] coverage: 48.2% of statements [2021-03-30T18:17:52.465Z] ok github.com/docker/docker/distribution/metadata 0.929s coverage: 48.2% of statements [2021-03-30T18:17:52.940Z] --- PASS: TestConcurrencyLimit (0.35s) [2021-03-30T18:17:52.940Z] === RUN TestInactiveJobs [2021-03-30T18:17:52.940Z] === RUN TestNotFound [2021-03-30T18:17:52.940Z] --- PASS: TestNotFound (0.00s) [2021-03-30T18:17:52.940Z] === RUN TestConflict [2021-03-30T18:17:52.940Z] --- PASS: TestConflict (0.00s) [2021-03-30T18:17:52.940Z] === RUN TestForbidden [2021-03-30T18:17:52.940Z] --- PASS: TestForbidden (0.00s) [2021-03-30T18:17:52.940Z] === RUN TestInvalidParameter [2021-03-30T18:17:52.940Z] --- PASS: TestInvalidParameter (0.00s) [2021-03-30T18:17:52.940Z] === RUN TestNotImplemented [2021-03-30T18:17:52.940Z] --- PASS: TestNotImplemented (0.00s) [2021-03-30T18:17:52.940Z] === RUN TestNotModified [2021-03-30T18:17:52.940Z] --- PASS: TestNotModified (0.00s) [2021-03-30T18:17:52.940Z] === RUN TestUnauthorized [2021-03-30T18:17:52.940Z] --- PASS: TestUnauthorized (0.00s) [2021-03-30T18:17:52.940Z] === RUN TestUnknown [2021-03-30T18:17:52.940Z] --- PASS: TestUnknown (0.00s) [2021-03-30T18:17:52.940Z] === RUN TestCancelled [2021-03-30T18:17:52.940Z] --- PASS: TestCancelled (0.00s) [2021-03-30T18:17:52.940Z] === RUN TestDeadline [2021-03-30T18:17:52.940Z] --- PASS: TestDeadline (0.00s) [2021-03-30T18:17:52.940Z] === RUN TestDataLoss [2021-03-30T18:17:52.940Z] --- PASS: TestDataLoss (0.00s) [2021-03-30T18:17:52.940Z] === RUN TestUnavailable [2021-03-30T18:17:52.940Z] --- PASS: TestUnavailable (0.00s) [2021-03-30T18:17:52.940Z] === RUN TestSystem [2021-03-30T18:17:52.940Z] --- PASS: TestSystem (0.00s) [2021-03-30T18:17:52.940Z] === RUN TestFromStatusCode [2021-03-30T18:17:52.940Z] === RUN TestFromStatusCode/Not_Found [2021-03-30T18:17:52.940Z] === RUN TestFromStatusCode/Bad_Request [2021-03-30T18:17:52.940Z] === RUN TestFromStatusCode/Conflict [2021-03-30T18:17:52.940Z] === RUN TestFromStatusCode/Unauthorized [2021-03-30T18:17:52.940Z] === RUN TestFromStatusCode/Service_Unavailable [2021-03-30T18:17:52.940Z] === RUN TestFromStatusCode/Forbidden [2021-03-30T18:17:52.940Z] === RUN TestFromStatusCode/Not_Modified [2021-03-30T18:17:52.940Z] === RUN TestFromStatusCode/Not_Implemented [2021-03-30T18:17:52.940Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-03-30T18:17:52.940Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-03-30T18:17:52.940Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-03-30T18:17:52.940Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-03-30T18:17:52.940Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-03-30T18:17:52.940Z] --- PASS: TestFromStatusCode (0.00s) [2021-03-30T18:17:52.940Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-03-30T18:17:52.940Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-03-30T18:17:52.940Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-03-30T18:17:52.940Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-03-30T18:17:52.940Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-03-30T18:17:52.940Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-03-30T18:17:52.940Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-03-30T18:17:52.940Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-03-30T18:17:52.940Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-03-30T18:17:52.940Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-03-30T18:17:52.940Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-03-30T18:17:52.940Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-03-30T18:17:52.940Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-03-30T18:17:52.940Z] PASS [2021-03-30T18:17:52.940Z] coverage: 53.1% of statements [2021-03-30T18:17:52.940Z] ok github.com/docker/docker/errdefs 0.036s coverage: 53.1% of statements [2021-03-30T18:17:53.170Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-03-30T18:17:53.412Z] --- PASS: TestInactiveJobs (0.41s) [2021-03-30T18:17:53.412Z] === RUN TestWatchRelease [2021-03-30T18:17:53.412Z] --- PASS: TestWatchRelease (0.04s) [2021-03-30T18:17:53.412Z] === RUN TestWatchFinishedTransfer [2021-03-30T18:17:53.412Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-03-30T18:17:53.412Z] === RUN TestDuplicateTransfer [2021-03-30T18:17:53.412Z] --- PASS: TestWhenEmptyAuthConfig (1.11s) [2021-03-30T18:17:53.412Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-03-30T18:17:53.412Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-03-30T18:17:53.412Z] === RUN TestTokenPassThru [2021-03-30T18:17:53.412Z] --- PASS: TestTokenPassThru (0.00s) [2021-03-30T18:17:53.412Z] === RUN TestTokenPassThruDifferentHost [2021-03-30T18:17:53.412Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-03-30T18:17:53.412Z] PASS [2021-03-30T18:17:53.412Z] coverage: 23.6% of statements [2021-03-30T18:17:53.412Z] ok github.com/docker/docker/distribution 1.466s coverage: 23.6% of statements [2021-03-30T18:17:53.412Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-03-30T18:17:53.412Z] === RUN TestSuccessfulUpload [2021-03-30T18:17:53.412Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-03-30T18:17:53.412Z] time="2021-03-30T18:17:53Z" level=error msg="Upload failed, retrying: simulating retry" [2021-03-30T18:17:53.714Z] --- PASS: TestInspect (3.60s) [2021-03-30T18:17:53.714Z] === RUN TestCreateJob [2021-03-30T18:17:53.885Z] --- PASS: TestSuccessfulUpload (0.55s) [2021-03-30T18:17:53.885Z] === RUN TestCancelledUpload [2021-03-30T18:17:53.885Z] --- PASS: TestCancelledUpload (0.00s) [2021-03-30T18:17:53.885Z] PASS [2021-03-30T18:17:53.885Z] coverage: 76.8% of statements [2021-03-30T18:17:53.885Z] ok github.com/docker/docker/distribution/xfer 1.999s coverage: 76.8% of statements [2021-03-30T18:17:53.885Z] ? github.com/docker/docker/dockerversion [no test files] [2021-03-30T18:17:54.098Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-03-30T18:17:54.357Z] === RUN TestCompare [2021-03-30T18:17:54.357Z] --- PASS: TestCompare (0.00s) [2021-03-30T18:17:54.357Z] PASS [2021-03-30T18:17:54.357Z] coverage: 19.2% of statements [2021-03-30T18:17:54.830Z] ok github.com/docker/docker/image/cache 0.128s coverage: 19.2% of statements [2021-03-30T18:17:54.830Z] === RUN TestFSGetInvalidData [2021-03-30T18:17:54.830Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-03-30T18:17:54.830Z] === RUN TestFSInvalidSet [2021-03-30T18:17:54.830Z] --- PASS: TestFSInvalidSet (0.01s) [2021-03-30T18:17:54.830Z] === RUN TestFSInvalidRoot [2021-03-30T18:17:54.830Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-03-30T18:17:54.830Z] === RUN TestFSMetadataGetSet [2021-03-30T18:17:54.830Z] --- PASS: TestFSMetadataGetSet (0.05s) [2021-03-30T18:17:54.830Z] === RUN TestFSInvalidWalker [2021-03-30T18:17:54.830Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-03-30T18:17:54.830Z] === RUN TestFSGetSet [2021-03-30T18:17:54.830Z] --- PASS: TestFSGetSet (0.02s) [2021-03-30T18:17:54.830Z] === RUN TestFSGetUnsetKey [2021-03-30T18:17:54.830Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-03-30T18:17:54.830Z] === RUN TestFSGetEmptyData [2021-03-30T18:17:54.830Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-03-30T18:17:54.830Z] === RUN TestFSDelete [2021-03-30T18:17:54.830Z] --- PASS: TestFSDelete (0.02s) [2021-03-30T18:17:54.830Z] === RUN TestFSWalker [2021-03-30T18:17:54.830Z] --- PASS: TestFSWalker (0.02s) [2021-03-30T18:17:54.830Z] === RUN TestFSWalkerStopOnError [2021-03-30T18:17:54.830Z] --- PASS: TestFSWalkerStopOnError (0.03s) [2021-03-30T18:17:54.830Z] === RUN TestNewFromJSON [2021-03-30T18:17:54.830Z] --- PASS: TestNewFromJSON (0.00s) [2021-03-30T18:17:54.830Z] === RUN TestNewFromJSONWithInvalidJSON [2021-03-30T18:17:54.830Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-03-30T18:17:54.830Z] === RUN TestMarshalKeyOrder [2021-03-30T18:17:54.830Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-03-30T18:17:54.830Z] === RUN TestHistoryEqual [2021-03-30T18:17:54.830Z] --- PASS: TestHistoryEqual (0.11s) [2021-03-30T18:17:54.830Z] === RUN TestImage [2021-03-30T18:17:54.830Z] --- PASS: TestImage (0.00s) [2021-03-30T18:17:54.830Z] === RUN TestImageOSNotEmpty [2021-03-30T18:17:54.830Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-03-30T18:17:54.830Z] === RUN TestNewChildImageFromImageWithRootFS [2021-03-30T18:17:54.830Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-03-30T18:17:54.830Z] === RUN TestCreate [2021-03-30T18:17:54.830Z] --- PASS: TestCreate (0.00s) [2021-03-30T18:17:54.830Z] === RUN TestRestore [2021-03-30T18:17:54.830Z] time="2021-03-30T18:17:54Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-03-30T18:17:54.830Z] --- PASS: TestRestore (0.03s) [2021-03-30T18:17:54.830Z] === RUN TestAddDelete [2021-03-30T18:17:54.830Z] --- PASS: TestAddDelete (0.08s) [2021-03-30T18:17:54.830Z] === RUN TestSearchAfterDelete [2021-03-30T18:17:54.830Z] --- PASS: TestSearchAfterDelete (0.05s) [2021-03-30T18:17:54.830Z] === RUN TestParentReset [2021-03-30T18:17:55.304Z] --- PASS: TestParentReset (0.03s) [2021-03-30T18:17:55.304Z] === RUN TestGetAndSetLastUpdated [2021-03-30T18:17:55.304Z] --- PASS: TestGetAndSetLastUpdated (0.02s) [2021-03-30T18:17:55.304Z] === RUN TestStoreLen [2021-03-30T18:17:55.304Z] --- PASS: TestStoreLen (0.05s) [2021-03-30T18:17:55.304Z] PASS [2021-03-30T18:17:55.304Z] coverage: 86.6% of statements [2021-03-30T18:17:55.304Z] ok github.com/docker/docker/image 0.643s coverage: 86.6% of statements [2021-03-30T18:17:55.304Z] === RUN TestValidateManifest [2021-03-30T18:17:55.304Z] === RUN TestValidateManifest/non-nil [2021-03-30T18:17:55.304Z] === RUN TestValidateManifest/nil [2021-03-30T18:17:55.304Z] --- PASS: TestValidateManifest (0.00s) [2021-03-30T18:17:55.304Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-03-30T18:17:55.304Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-03-30T18:17:55.304Z] PASS [2021-03-30T18:17:55.304Z] coverage: 0.6% of statements [2021-03-30T18:17:55.304Z] ok github.com/docker/docker/image/tarexport 0.061s coverage: 0.6% of statements [2021-03-30T18:17:55.777Z] === RUN TestMakeV1ConfigFromConfig [2021-03-30T18:17:55.777Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-03-30T18:17:55.777Z] PASS [2021-03-30T18:17:55.777Z] coverage: 25.0% of statements [2021-03-30T18:17:55.777Z] ok github.com/docker/docker/image/v1 0.151s coverage: 25.0% of statements [2021-03-30T18:17:55.777Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-03-30T18:17:55.991Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-03-30T18:17:56.247Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-03-30T18:17:56.772Z] === RUN TestSerialization [2021-03-30T18:17:56.772Z] --- PASS: TestSerialization (0.02s) [2021-03-30T18:17:56.772Z] PASS [2021-03-30T18:17:56.772Z] coverage: 100.0% of statements [2021-03-30T18:17:56.772Z] ok github.com/docker/docker/libcontainerd/queue 0.068s coverage: 100.0% of statements [2021-03-30T18:17:57.174Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (36.22s) [2021-03-30T18:17:57.174Z] PASS [2021-03-30T18:17:57.174Z] [2021-03-30T18:17:57.174Z] === Skipped [2021-03-30T18:17:57.174Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-03-30T18:17:57.174Z] build_session_test.go:25: TODO: BuildKit [2021-03-30T18:17:57.174Z] [2021-03-30T18:17:57.174Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-03-30T18:17:57.174Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-30T18:17:57.174Z] [2021-03-30T18:17:57.174Z] [2021-03-30T18:17:57.174Z] DONE 34 tests, 2 skipped in 238.790s [2021-03-30T18:17:57.174Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-03-30T18:17:57.174Z] ++ 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 [2021-03-30T18:17:57.174Z] ++ set -e [2021-03-30T18:17:57.174Z] ++ '[' -n 0 ']' [2021-03-30T18:17:57.174Z] ++ set -x [2021-03-30T18:17:57.174Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:17:57.433Z] INFO: Testing against a local daemon [2021-03-30T18:17:57.433Z] === RUN TestConfigInspect [2021-03-30T18:17:57.433Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-03-30T18:17:57.689Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-03-30T18:17:57.768Z] === RUN TestEmptyLayer [2021-03-30T18:17:57.768Z] --- PASS: TestEmptyLayer (0.00s) [2021-03-30T18:17:57.768Z] === RUN TestCommitFailure [2021-03-30T18:17:57.768Z] --- PASS: TestCommitFailure (0.01s) [2021-03-30T18:17:57.768Z] === RUN TestStartTransactionFailure [2021-03-30T18:17:57.768Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-03-30T18:17:57.768Z] === RUN TestGetOrphan [2021-03-30T18:17:57.768Z] --- PASS: TestGetOrphan (0.01s) [2021-03-30T18:17:57.768Z] === RUN TestMountAndRegister [2021-03-30T18:17:57.768Z] --- PASS: TestMountAndRegister (0.04s) [2021-03-30T18:17:57.768Z] layer_test.go:271: Layer size: 14 [2021-03-30T18:17:57.768Z] === RUN TestLayerRelease [2021-03-30T18:17:57.768Z] --- SKIP: TestLayerRelease (0.00s) [2021-03-30T18:17:57.768Z] layer_test.go:304: Failing on Windows [2021-03-30T18:17:57.768Z] === RUN TestStoreRestore [2021-03-30T18:17:57.768Z] --- SKIP: TestStoreRestore (0.00s) [2021-03-30T18:17:57.768Z] layer_test.go:353: Failing on Windows [2021-03-30T18:17:57.768Z] === RUN TestTarStreamStability [2021-03-30T18:17:57.768Z] --- SKIP: TestTarStreamStability (0.00s) [2021-03-30T18:17:57.768Z] layer_test.go:468: Failing on Windows [2021-03-30T18:17:57.768Z] === RUN TestRegisterExistingLayer [2021-03-30T18:17:57.768Z] --- PASS: TestRegisterExistingLayer (0.27s) [2021-03-30T18:17:57.768Z] === RUN TestTarStreamVerification [2021-03-30T18:17:57.768Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-03-30T18:17:57.768Z] layer_test.go:697: Failing on Windows [2021-03-30T18:17:57.768Z] === RUN TestLayerMigration [2021-03-30T18:17:57.768Z] --- SKIP: TestLayerMigration (0.00s) [2021-03-30T18:17:57.915Z] --- PASS: TestCreateJob (4.51s) [2021-03-30T18:17:57.915Z] === RUN TestReplicatedJob [2021-03-30T18:17:58.241Z] migration_test.go:46: Failing on Windows [2021-03-30T18:17:58.241Z] === RUN TestLayerMigrationNoTarsplit [2021-03-30T18:17:58.241Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-03-30T18:17:58.241Z] migration_test.go:182: Failing on Windows [2021-03-30T18:17:58.241Z] === RUN TestMountInit [2021-03-30T18:17:58.241Z] --- SKIP: TestMountInit (0.00s) [2021-03-30T18:17:58.241Z] mount_test.go:17: Failing on Windows [2021-03-30T18:17:58.241Z] === RUN TestMountSize [2021-03-30T18:17:58.241Z] --- SKIP: TestMountSize (0.00s) [2021-03-30T18:17:58.241Z] mount_test.go:76: Failing on Windows [2021-03-30T18:17:58.241Z] === RUN TestMountChanges [2021-03-30T18:17:58.241Z] --- SKIP: TestMountChanges (0.00s) [2021-03-30T18:17:58.241Z] mount_test.go:125: Failing on Windows [2021-03-30T18:17:58.241Z] === RUN TestMountApply [2021-03-30T18:17:58.241Z] --- SKIP: TestMountApply (0.00s) [2021-03-30T18:17:58.241Z] mount_test.go:212: Failing on Windows [2021-03-30T18:17:58.241Z] PASS [2021-03-30T18:17:58.241Z] coverage: 30.1% of statements [2021-03-30T18:17:58.241Z] ok github.com/docker/docker/layer 0.555s coverage: 30.1% of statements [2021-03-30T18:17:58.241Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-03-30T18:17:58.241Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-03-30T18:17:58.241Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-03-30T18:17:58.241Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-03-30T18:17:58.241Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-03-30T18:17:58.241Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-03-30T18:17:58.241Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-03-30T18:17:58.241Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-03-30T18:17:58.241Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-03-30T18:17:58.241Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-03-30T18:17:58.241Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-03-30T18:17:58.241Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-03-30T18:17:58.241Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-03-30T18:17:58.241Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-03-30T18:17:58.241Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-03-30T18:17:58.241Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-03-30T18:17:58.241Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-03-30T18:17:58.242Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-03-30T18:17:58.242Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-03-30T18:17:58.242Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-03-30T18:17:58.242Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-03-30T18:17:58.242Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-03-30T18:17:58.242Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-03-30T18:17:58.242Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-03-30T18:17:58.242Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-03-30T18:17:58.242Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-03-30T18:17:58.242Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-03-30T18:17:58.242Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-03-30T18:17:58.242Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-03-30T18:17:58.242Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-03-30T18:17:58.242Z] PASS [2021-03-30T18:17:58.242Z] coverage: 42.3% of statements [2021-03-30T18:17:58.242Z] ok github.com/docker/docker/oci 0.050s coverage: 42.3% of statements [2021-03-30T18:17:58.242Z] === RUN TestEnvironmentParsing [2021-03-30T18:17:58.242Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-03-30T18:17:58.242Z] PASS [2021-03-30T18:17:58.242Z] coverage: 1.0% of statements [2021-03-30T18:17:58.242Z] ok github.com/docker/docker/libcontainerd/local 0.096s coverage: 1.0% of statements [2021-03-30T18:17:58.242Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-03-30T18:17:58.242Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-03-30T18:17:58.242Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-03-30T18:17:58.242Z] ? github.com/docker/docker/oci/caps [no test files] [2021-03-30T18:17:58.251Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-03-30T18:17:59.237Z] === RUN TestParseVersion [2021-03-30T18:17:59.237Z] --- PASS: TestParseVersion (0.00s) [2021-03-30T18:17:59.237Z] PASS [2021-03-30T18:17:59.237Z] coverage: 52.9% of statements [2021-03-30T18:17:59.237Z] ok github.com/docker/docker/pkg/aaparser 0.063s coverage: 52.9% of statements [2021-03-30T18:17:59.237Z] === RUN TestAddressPoolOpt [2021-03-30T18:17:59.237Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/a [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/something [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/_=a [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/env1=value1 [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/_env1=value1 [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/env2=value2=value3 [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/env3=abc!qwe [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/env_4=value_4 [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/PATH [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/=a [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/PATH= [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/PATH=something [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/asd!qwe [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/1asd [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/123 [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/some_space [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/__some_space_before [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/some_space_after__ [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/= [2021-03-30T18:17:59.710Z] === RUN TestValidateEnv/PaTh [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/a (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/something (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/= (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestParseHost [2021-03-30T18:17:59.710Z] --- PASS: TestParseHost (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestParseDockerDaemonHost [2021-03-30T18:17:59.710Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestParseTCP [2021-03-30T18:17:59.710Z] --- PASS: TestParseTCP (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestParseInvalidUnixAddrInvalid [2021-03-30T18:17:59.710Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestValidateExtraHosts [2021-03-30T18:17:59.710Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestIpOptString [2021-03-30T18:17:59.710Z] --- PASS: TestIpOptString (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestNewIpOptInvalidDefaultVal [2021-03-30T18:17:59.710Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestNewIpOptValidDefaultVal [2021-03-30T18:17:59.710Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestIpOptSetInvalidVal [2021-03-30T18:17:59.710Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestValidateIPAddress [2021-03-30T18:17:59.710Z] --- PASS: TestValidateIPAddress (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestMapOpts [2021-03-30T18:17:59.710Z] --- PASS: TestMapOpts (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestListOptsWithoutValidator [2021-03-30T18:17:59.710Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestListOptsWithValidator [2021-03-30T18:17:59.710Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestValidateDNSSearch [2021-03-30T18:17:59.710Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestValidateLabel [2021-03-30T18:17:59.710Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-03-30T18:17:59.710Z] === RUN TestValidateLabel/label_with_general_format [2021-03-30T18:17:59.710Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-03-30T18:17:59.710Z] === RUN TestValidateLabel/label_with_one_more [2021-03-30T18:17:59.710Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-03-30T18:17:59.710Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-03-30T18:17:59.710Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-03-30T18:17:59.710Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-03-30T18:17:59.710Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-03-30T18:17:59.710Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-03-30T18:17:59.710Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-03-30T18:17:59.710Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-03-30T18:17:59.710Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-03-30T18:17:59.710Z] --- PASS: TestValidateLabel (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-03-30T18:17:59.710Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestNamedListOpts [2021-03-30T18:17:59.710Z] --- PASS: TestNamedListOpts (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestNamedMapOpts [2021-03-30T18:17:59.710Z] --- PASS: TestNamedMapOpts (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestParseLink [2021-03-30T18:17:59.710Z] --- PASS: TestParseLink (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestQuotedStringSetWithQuotes [2021-03-30T18:17:59.710Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-03-30T18:17:59.710Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestQuotedStringSetWithNoQuotes [2021-03-30T18:17:59.710Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-03-30T18:17:59.710Z] === RUN TestUlimitOpt [2021-03-30T18:17:59.710Z] --- PASS: TestUlimitOpt (0.00s) [2021-03-30T18:17:59.710Z] PASS [2021-03-30T18:17:59.710Z] coverage: 67.1% of statements [2021-03-30T18:17:59.710Z] ok github.com/docker/docker/opts 0.381s coverage: 67.1% of statements [2021-03-30T18:17:59.917Z] --- PASS: TestServiceUpdateNetwork (13.47s) [2021-03-30T18:17:59.917Z] === RUN TestServiceUpdatePidsLimit [2021-03-30T18:18:00.173Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-30T18:18:00.183Z] === RUN TestPeerCertificateMarshalJSON [2021-03-30T18:18:00.656Z] === RUN TestUnbuffered [2021-03-30T18:18:00.656Z] --- PASS: TestUnbuffered (0.00s) [2021-03-30T18:18:00.656Z] === RUN TestRaceUnbuffered [2021-03-30T18:18:00.656Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-03-30T18:18:00.656Z] PASS [2021-03-30T18:18:00.656Z] coverage: 100.0% of statements [2021-03-30T18:18:00.656Z] ok github.com/docker/docker/pkg/broadcaster 0.084s coverage: 100.0% of statements [2021-03-30T18:18:00.656Z] === RUN TestMatch [2021-03-30T18:18:00.656Z] === RUN TestMatch/[[]] [2021-03-30T18:18:00.656Z] === RUN TestMatch/[[foo]] [2021-03-30T18:18:00.656Z] === RUN TestMatch/[[bar]_[foo]] [2021-03-30T18:18:00.656Z] === RUN TestMatch/[[foo_bar]] [2021-03-30T18:18:00.656Z] === RUN TestMatch/[[qux]_[foo]] [2021-03-30T18:18:00.656Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-03-30T18:18:00.656Z] === RUN TestMatch/[] [2021-03-30T18:18:00.656Z] === RUN TestMatch/[]#01 [2021-03-30T18:18:00.656Z] === RUN TestMatch/[[qux]] [2021-03-30T18:18:00.656Z] === RUN TestMatch/[[foo_bar_qux]] [2021-03-30T18:18:00.656Z] === RUN TestMatch/[[qux]_[baz]] [2021-03-30T18:18:00.656Z] === RUN TestMatch/[[foo_baz]] [2021-03-30T18:18:00.656Z] --- PASS: TestMatch (0.00s) [2021-03-30T18:18:00.656Z] --- PASS: TestMatch/[[]] (0.00s) [2021-03-30T18:18:00.656Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-03-30T18:18:00.656Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-03-30T18:18:00.656Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-03-30T18:18:00.656Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-03-30T18:18:00.656Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-03-30T18:18:00.656Z] --- PASS: TestMatch/[] (0.00s) [2021-03-30T18:18:00.656Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-03-30T18:18:00.656Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-03-30T18:18:00.656Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-03-30T18:18:00.656Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-03-30T18:18:00.656Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-03-30T18:18:00.656Z] PASS [2021-03-30T18:18:00.656Z] coverage: 87.5% of statements [2021-03-30T18:18:00.656Z] ok github.com/docker/docker/pkg/capabilities 0.037s coverage: 87.5% of statements [2021-03-30T18:18:00.769Z] --- PASS: TestConfigInspect (3.10s) [2021-03-30T18:18:00.769Z] === RUN TestConfigList [2021-03-30T18:18:01.101Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-30T18:18:01.129Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-03-30T18:18:01.129Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-03-30T18:18:01.129Z] --- PASS: TestPeerCertificateMarshalJSON (0.65s) [2021-03-30T18:18:01.129Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-03-30T18:18:01.129Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-03-30T18:18:01.129Z] === RUN TestMiddleware [2021-03-30T18:18:01.129Z] --- PASS: TestMiddleware (0.00s) [2021-03-30T18:18:01.129Z] === RUN TestNewResponseModifier [2021-03-30T18:18:01.129Z] --- PASS: TestNewResponseModifier (0.00s) [2021-03-30T18:18:01.129Z] PASS [2021-03-30T18:18:01.129Z] coverage: 26.8% of statements [2021-03-30T18:18:01.129Z] ok github.com/docker/docker/pkg/authorization 0.853s coverage: 26.8% of statements [2021-03-30T18:18:01.130Z] === RUN TestIsArchivePathDir [2021-03-30T18:18:01.130Z] --- PASS: TestIsArchivePathDir (0.09s) [2021-03-30T18:18:01.130Z] === RUN TestIsArchivePathInvalidFile [2021-03-30T18:18:01.602Z] --- PASS: TestIsArchivePathInvalidFile (0.12s) [2021-03-30T18:18:01.602Z] === RUN TestIsArchivePathTar [2021-03-30T18:18:01.602Z] --- PASS: TestIsArchivePathTar (0.25s) [2021-03-30T18:18:01.602Z] === RUN TestDecompressStreamGzip [2021-03-30T18:18:01.602Z] --- PASS: TestDecompressStreamGzip (0.12s) [2021-03-30T18:18:01.602Z] === RUN TestDecompressStreamBzip2 [2021-03-30T18:18:01.602Z] === RUN TestSizeEmpty [2021-03-30T18:18:01.602Z] --- PASS: TestSizeEmpty (0.00s) [2021-03-30T18:18:01.602Z] === RUN TestSizeEmptyFile [2021-03-30T18:18:01.602Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-03-30T18:18:01.602Z] === RUN TestSizeNonemptyFile [2021-03-30T18:18:01.602Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-03-30T18:18:01.602Z] === RUN TestSizeNestedDirectoryEmpty [2021-03-30T18:18:01.602Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-03-30T18:18:01.602Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-03-30T18:18:01.602Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-03-30T18:18:01.602Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-03-30T18:18:01.602Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-03-30T18:18:01.602Z] === RUN TestMoveToSubdir [2021-03-30T18:18:01.602Z] --- PASS: TestMoveToSubdir (0.00s) [2021-03-30T18:18:01.602Z] === RUN TestSizeNonExistingDirectory [2021-03-30T18:18:01.602Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-03-30T18:18:01.602Z] PASS [2021-03-30T18:18:01.602Z] coverage: 80.0% of statements [2021-03-30T18:18:01.602Z] ok github.com/docker/docker/pkg/directory 0.060s coverage: 80.0% of statements [2021-03-30T18:18:01.602Z] === RUN TestChrootTarUntar [2021-03-30T18:18:01.602Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-03-30T18:18:01.602Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:02.075Z] === RUN TestChrootUntarWithHugeExcludesList [2021-03-30T18:18:02.075Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-03-30T18:18:02.075Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:02.075Z] === RUN TestChrootUntarEmptyArchive [2021-03-30T18:18:02.075Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-03-30T18:18:02.075Z] === RUN TestChrootTarUntarWithSymlink [2021-03-30T18:18:02.075Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-03-30T18:18:02.075Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-30T18:18:02.075Z] === RUN TestChrootCopyWithTar [2021-03-30T18:18:02.075Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-03-30T18:18:02.075Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-30T18:18:02.075Z] === RUN TestChrootCopyFileWithTar [2021-03-30T18:18:02.075Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-03-30T18:18:02.075Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:02.075Z] === RUN TestChrootUntarPath [2021-03-30T18:18:02.075Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-03-30T18:18:02.075Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-30T18:18:02.075Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-03-30T18:18:02.075Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-03-30T18:18:02.075Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:02.075Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-03-30T18:18:02.075Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-03-30T18:18:02.075Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:02.075Z] === RUN TestChrootApplyDotDotFile [2021-03-30T18:18:02.075Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-03-30T18:18:02.075Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:02.075Z] PASS [2021-03-30T18:18:02.075Z] coverage: 15.4% of statements [2021-03-30T18:18:02.075Z] ok github.com/docker/docker/pkg/chrootarchive 0.100s coverage: 15.4% of statements [2021-03-30T18:18:02.075Z] --- PASS: TestDecompressStreamBzip2 (0.13s) [2021-03-30T18:18:02.075Z] === RUN TestDecompressStreamXz [2021-03-30T18:18:02.075Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-03-30T18:18:02.075Z] archive_test.go:134: Xz not present in msys2 [2021-03-30T18:18:02.075Z] === RUN TestCompressStreamXzUnsupported [2021-03-30T18:18:02.075Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-03-30T18:18:02.075Z] === RUN TestCompressStreamBzip2Unsupported [2021-03-30T18:18:02.075Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-03-30T18:18:02.075Z] === RUN TestCompressStreamInvalid [2021-03-30T18:18:02.075Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-03-30T18:18:02.075Z] === RUN TestExtensionInvalid [2021-03-30T18:18:02.075Z] --- PASS: TestExtensionInvalid (0.00s) [2021-03-30T18:18:02.075Z] === RUN TestExtensionUncompressed [2021-03-30T18:18:02.075Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-03-30T18:18:02.075Z] === RUN TestExtensionBzip2 [2021-03-30T18:18:02.075Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-03-30T18:18:02.075Z] === RUN TestExtensionGzip [2021-03-30T18:18:02.075Z] --- PASS: TestExtensionGzip (0.00s) [2021-03-30T18:18:02.075Z] === RUN TestExtensionXz [2021-03-30T18:18:02.075Z] --- PASS: TestExtensionXz (0.00s) [2021-03-30T18:18:02.075Z] === RUN TestCmdStreamLargeStderr [2021-03-30T18:18:02.075Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2021-03-30T18:18:02.075Z] === RUN TestCmdStreamBad [2021-03-30T18:18:02.075Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-03-30T18:18:02.075Z] archive_test.go:239: Failing on Windows CI machines [2021-03-30T18:18:02.075Z] === RUN TestCmdStreamGood [2021-03-30T18:18:02.075Z] --- PASS: TestCmdStreamGood (0.04s) [2021-03-30T18:18:02.075Z] === RUN TestUntarPathWithInvalidDest [2021-03-30T18:18:02.075Z] --- PASS: TestUntarPathWithInvalidDest (0.07s) [2021-03-30T18:18:02.075Z] === RUN TestUntarPathWithInvalidSrc [2021-03-30T18:18:02.075Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-03-30T18:18:02.075Z] === RUN TestUntarPath [2021-03-30T18:18:02.075Z] --- PASS: TestUntarPath (0.07s) [2021-03-30T18:18:02.075Z] === RUN TestUntarPathWithDestinationFile [2021-03-30T18:18:02.075Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-03-30T18:18:02.075Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-03-30T18:18:02.075Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.07s) [2021-03-30T18:18:02.075Z] === RUN TestCopyWithTarInvalidSrc [2021-03-30T18:18:02.075Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-03-30T18:18:02.075Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-03-30T18:18:02.075Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-03-30T18:18:02.075Z] === RUN TestCopyWithTarSrcFile [2021-03-30T18:18:02.075Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-03-30T18:18:02.075Z] === RUN TestCopyWithTarSrcFolder [2021-03-30T18:18:02.075Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-03-30T18:18:02.075Z] === RUN TestCopyFileWithTarInvalidSrc [2021-03-30T18:18:02.075Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-03-30T18:18:02.075Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-03-30T18:18:02.075Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-03-30T18:18:02.075Z] === RUN TestCopyFileWithTarSrcFolder [2021-03-30T18:18:02.075Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-03-30T18:18:02.075Z] === RUN TestCopyFileWithTarSrcFile [2021-03-30T18:18:02.075Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-03-30T18:18:02.075Z] === RUN TestTarFiles [2021-03-30T18:18:02.547Z] === RUN Test [2021-03-30T18:18:02.547Z] === RUN Test/TestContainsEntry [2021-03-30T18:18:02.547Z] === RUN Test/TestCreateEntries [2021-03-30T18:18:02.548Z] === RUN Test/TestEntriesDiff [2021-03-30T18:18:02.548Z] === RUN Test/TestEntriesEquality [2021-03-30T18:18:02.548Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-03-30T18:18:02.548Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-03-30T18:18:02.548Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-03-30T18:18:02.548Z] === RUN Test/TestGeneratorNotGenerate [2021-03-30T18:18:02.548Z] === RUN Test/TestGeneratorWithPort [2021-03-30T18:18:02.548Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-03-30T18:18:02.548Z] === RUN Test/TestNewEntry [2021-03-30T18:18:02.548Z] === RUN Test/TestParse [2021-03-30T18:18:02.548Z] --- PASS: Test (0.00s) [2021-03-30T18:18:02.548Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-03-30T18:18:02.548Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-03-30T18:18:02.548Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-03-30T18:18:02.548Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-03-30T18:18:02.548Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-03-30T18:18:02.548Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-03-30T18:18:02.548Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-03-30T18:18:02.548Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-03-30T18:18:02.548Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-03-30T18:18:02.548Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-03-30T18:18:02.548Z] --- PASS: Test/TestNewEntry (0.00s) [2021-03-30T18:18:02.548Z] --- PASS: Test/TestParse (0.00s) [2021-03-30T18:18:02.548Z] PASS [2021-03-30T18:18:02.548Z] coverage: 58.3% of statements [2021-03-30T18:18:02.548Z] ok github.com/docker/docker/pkg/discovery 0.047s coverage: 58.3% of statements [2021-03-30T18:18:02.664Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-03-30T18:18:03.021Z] === RUN Test [2021-03-30T18:18:03.021Z] === RUN Test/TestContent [2021-03-30T18:18:03.021Z] === RUN Test/TestInitialize [2021-03-30T18:18:03.021Z] === RUN Test/TestNew [2021-03-30T18:18:03.021Z] === RUN Test/TestParsingContentsWithComments [2021-03-30T18:18:03.021Z] === RUN Test/TestRegister [2021-03-30T18:18:03.021Z] === RUN Test/TestWatch [2021-03-30T18:18:03.021Z] --- PASS: Test (0.01s) [2021-03-30T18:18:03.021Z] --- PASS: Test/TestContent (0.00s) [2021-03-30T18:18:03.021Z] --- PASS: Test/TestInitialize (0.00s) [2021-03-30T18:18:03.021Z] --- PASS: Test/TestNew (0.00s) [2021-03-30T18:18:03.021Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-03-30T18:18:03.021Z] --- PASS: Test/TestRegister (0.00s) [2021-03-30T18:18:03.021Z] --- PASS: Test/TestWatch (0.01s) [2021-03-30T18:18:03.021Z] PASS [2021-03-30T18:18:03.021Z] coverage: 92.9% of statements [2021-03-30T18:18:03.021Z] ok github.com/docker/docker/pkg/discovery/file 0.083s coverage: 92.9% of statements [2021-03-30T18:18:04.016Z] === RUN Test [2021-03-30T18:18:04.016Z] === RUN Test/TestWatch [2021-03-30T18:18:04.016Z] --- PASS: Test (0.00s) [2021-03-30T18:18:04.016Z] --- PASS: Test/TestWatch (0.00s) [2021-03-30T18:18:04.016Z] PASS [2021-03-30T18:18:04.016Z] coverage: 92.3% of statements [2021-03-30T18:18:04.016Z] ok github.com/docker/docker/pkg/discovery/memory 0.078s coverage: 92.3% of statements [2021-03-30T18:18:04.016Z] === RUN Test [2021-03-30T18:18:04.016Z] === RUN Test/TestInitialize [2021-03-30T18:18:04.016Z] time="2021-03-30T18:18:03Z" level=info msg="Initializing discovery without TLS" [2021-03-30T18:18:04.016Z] time="2021-03-30T18:18:03Z" level=info msg="Initializing discovery without TLS" [2021-03-30T18:18:04.016Z] time="2021-03-30T18:18:03Z" level=info msg="Initializing discovery without TLS" [2021-03-30T18:18:04.016Z] === RUN Test/TestInitializeWithCerts [2021-03-30T18:18:04.032Z] --- PASS: TestConfigList (3.44s) [2021-03-30T18:18:04.032Z] === RUN TestConfigsCreateAndDelete [2021-03-30T18:18:04.489Z] time="2021-03-30T18:18:03Z" level=info msg="Initializing discovery with TLS" [2021-03-30T18:18:04.489Z] === RUN Test/TestWatch [2021-03-30T18:18:04.489Z] time="2021-03-30T18:18:03Z" level=info msg="Initializing discovery without TLS" [2021-03-30T18:18:04.489Z] === RUN Test [2021-03-30T18:18:04.489Z] === RUN Test/TestInitialize [2021-03-30T18:18:04.489Z] === RUN Test/TestInitializeWithPattern [2021-03-30T18:18:04.489Z] === RUN Test/TestRegister [2021-03-30T18:18:04.489Z] === RUN Test/TestWatch [2021-03-30T18:18:04.489Z] --- PASS: Test (0.00s) [2021-03-30T18:18:04.489Z] --- PASS: Test/TestInitialize (0.00s) [2021-03-30T18:18:04.489Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-03-30T18:18:04.489Z] --- PASS: Test/TestRegister (0.00s) [2021-03-30T18:18:04.489Z] --- PASS: Test/TestWatch (0.00s) [2021-03-30T18:18:04.489Z] PASS [2021-03-30T18:18:04.489Z] coverage: 93.8% of statements [2021-03-30T18:18:04.489Z] ok github.com/docker/docker/pkg/discovery/nodes 0.065s coverage: 93.8% of statements [2021-03-30T18:18:05.485Z] === RUN TestPollerAddRemove [2021-03-30T18:18:05.485Z] --- PASS: TestPollerAddRemove (0.00s) [2021-03-30T18:18:05.485Z] === RUN TestPollerEvent [2021-03-30T18:18:05.485Z] --- SKIP: TestPollerEvent (0.00s) [2021-03-30T18:18:05.485Z] poller_test.go:41: No chmod on Windows [2021-03-30T18:18:05.485Z] === RUN TestPollerClose [2021-03-30T18:18:05.485Z] --- PASS: TestPollerClose (0.00s) [2021-03-30T18:18:05.485Z] PASS [2021-03-30T18:18:05.485Z] coverage: 45.7% of statements [2021-03-30T18:18:05.485Z] ok github.com/docker/docker/pkg/filenotify 0.054s coverage: 45.7% of statements [2021-03-30T18:18:05.958Z] === RUN TestCopyFileWithInvalidSrc [2021-03-30T18:18:05.958Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestCopyFileWithInvalidDest [2021-03-30T18:18:05.958Z] --- PASS: TestCopyFileWithInvalidDest (0.01s) [2021-03-30T18:18:05.958Z] === RUN TestCopyFileWithSameSrcAndDest [2021-03-30T18:18:05.958Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-03-30T18:18:05.958Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestCopyFile [2021-03-30T18:18:05.958Z] --- PASS: TestCopyFile (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-03-30T18:18:05.958Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-03-30T18:18:05.958Z] fileutils_test.go:134: Needs porting to Windows [2021-03-30T18:18:05.958Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-03-30T18:18:05.958Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestReadSymlinkedDirectoryToFile [2021-03-30T18:18:05.958Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-03-30T18:18:05.958Z] fileutils_test.go:180: Needs porting to Windows [2021-03-30T18:18:05.958Z] === RUN TestWildcardMatches [2021-03-30T18:18:05.958Z] --- PASS: TestWildcardMatches (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestPatternMatches [2021-03-30T18:18:05.958Z] --- PASS: TestPatternMatches (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-03-30T18:18:05.958Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestPatternMatchesFolderExclusions [2021-03-30T18:18:05.958Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-03-30T18:18:05.958Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-03-30T18:18:05.958Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-03-30T18:18:05.958Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-03-30T18:18:05.958Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestSingleExclamationError [2021-03-30T18:18:05.958Z] --- PASS: TestSingleExclamationError (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestMatchesWithNoPatterns [2021-03-30T18:18:05.958Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestMatchesWithMalformedPatterns [2021-03-30T18:18:05.958Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestMatches [2021-03-30T18:18:05.958Z] --- PASS: TestMatches (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestCleanPatterns [2021-03-30T18:18:05.958Z] --- PASS: TestCleanPatterns (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-03-30T18:18:05.958Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestCleanPatternsExceptionFlag [2021-03-30T18:18:05.958Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-03-30T18:18:05.958Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-03-30T18:18:05.958Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestCleanPatternsErrorSingleException [2021-03-30T18:18:05.958Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-03-30T18:18:05.958Z] === RUN TestCreateIfNotExistsDir [2021-03-30T18:18:05.959Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-03-30T18:18:05.959Z] === RUN TestCreateIfNotExistsFile [2021-03-30T18:18:05.959Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-03-30T18:18:05.959Z] === RUN TestMatch [2021-03-30T18:18:05.959Z] --- PASS: TestMatch (0.00s) [2021-03-30T18:18:05.959Z] PASS [2021-03-30T18:18:05.959Z] coverage: 87.7% of statements [2021-03-30T18:18:05.959Z] ok github.com/docker/docker/pkg/fileutils 0.124s coverage: 87.7% of statements [2021-03-30T18:18:06.050Z] --- PASS: TestReplicatedJob (7.49s) [2021-03-30T18:18:06.050Z] === RUN TestUpdateReplicatedJob [2021-03-30T18:18:06.431Z] === RUN TestGet [2021-03-30T18:18:06.431Z] --- PASS: TestGet (0.00s) [2021-03-30T18:18:06.431Z] === RUN TestGetShortcutString [2021-03-30T18:18:06.431Z] --- PASS: TestGetShortcutString (0.00s) [2021-03-30T18:18:06.431Z] PASS [2021-03-30T18:18:06.431Z] coverage: 42.9% of statements [2021-03-30T18:18:06.431Z] ok github.com/docker/docker/pkg/homedir 0.078s coverage: 42.9% of statements [2021-03-30T18:18:07.303Z] --- PASS: TestConfigsCreateAndDelete (3.19s) [2021-03-30T18:18:07.303Z] === RUN TestConfigsUpdate [2021-03-30T18:18:07.427Z] --- PASS: TestTarFiles (4.98s) [2021-03-30T18:18:07.427Z] === RUN TestTarUntar [2021-03-30T18:18:07.427Z] --- PASS: TestTarUntar (0.02s) [2021-03-30T18:18:07.427Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-03-30T18:18:07.427Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-03-30T18:18:07.427Z] === RUN TestTarWithOptions [2021-03-30T18:18:07.427Z] --- PASS: Test (3.17s) [2021-03-30T18:18:07.427Z] --- PASS: Test/TestInitialize (0.12s) [2021-03-30T18:18:07.427Z] --- PASS: Test/TestInitializeWithCerts (0.04s) [2021-03-30T18:18:07.427Z] --- PASS: Test/TestWatch (3.01s) [2021-03-30T18:18:07.427Z] PASS [2021-03-30T18:18:07.427Z] coverage: 84.1% of statements [2021-03-30T18:18:07.427Z] ok github.com/docker/docker/pkg/discovery/kv 3.275s coverage: 84.1% of statements [2021-03-30T18:18:07.427Z] --- PASS: TestTarWithOptions (0.02s) [2021-03-30T18:18:07.427Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-03-30T18:18:07.427Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-03-30T18:18:07.427Z] === RUN TestUntarUstarGnuConflict [2021-03-30T18:18:07.427Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-03-30T18:18:07.427Z] === RUN TestUntarInvalidFilenames [2021-03-30T18:18:07.427Z] === RUN TestCreateIDMapOrder [2021-03-30T18:18:07.427Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-03-30T18:18:07.427Z] PASS [2021-03-30T18:18:07.427Z] coverage: 7.2% of statements [2021-03-30T18:18:07.428Z] ok github.com/docker/docker/pkg/idtools 0.043s coverage: 7.2% of statements [2021-03-30T18:18:07.428Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames835224278\\dest" [2021-03-30T18:18:07.428Z] --- PASS: TestUntarInvalidFilenames (0.14s) [2021-03-30T18:18:07.428Z] === RUN TestUntarHardlinkToSymlink [2021-03-30T18:18:07.428Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-03-30T18:18:07.428Z] === RUN TestUntarInvalidHardlink [2021-03-30T18:18:07.428Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink885669751\\victim\\hello" -> "../victim/hello" [2021-03-30T18:18:07.428Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink205141098\\victim\\hello" -> "/../victim/hello" [2021-03-30T18:18:07.428Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink758153921\\victim" -> "../victim" [2021-03-30T18:18:07.428Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink907011372\\victim" -> "../victim" [2021-03-30T18:18:07.428Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink192330907\\victim" -> "../victim" [2021-03-30T18:18:07.428Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink092636990\\victim" -> "../victim" [2021-03-30T18:18:07.428Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2021-03-30T18:18:07.428Z] === RUN TestUntarInvalidSymlink [2021-03-30T18:18:07.428Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink518323589\\dest\\dotdot" -> "../victim/hello" [2021-03-30T18:18:07.428Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink979899168\\dest\\slash-dotdot" -> "/../victim/hello" [2021-03-30T18:18:07.428Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink306255871\\dest\\loophole-victim" -> "../victim" [2021-03-30T18:18:07.428Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink273252178\\dest\\loophole-victim" -> "../victim" [2021-03-30T18:18:07.428Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink893343881\\dest\\loophole-victim" -> "../victim" [2021-03-30T18:18:07.428Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink545106516\\dest\\loophole-victim" -> "../victim" [2021-03-30T18:18:07.428Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink739932579\\dest\\dir\\loophole" -> "../../victim" [2021-03-30T18:18:07.428Z] --- PASS: TestUntarInvalidSymlink (0.07s) [2021-03-30T18:18:07.428Z] === RUN TestTempArchiveCloseMultipleTimes [2021-03-30T18:18:07.428Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-03-30T18:18:07.428Z] === RUN TestXGlobalNoParent [2021-03-30T18:18:07.428Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-03-30T18:18:07.428Z] === RUN TestReplaceFileTarWrapper [2021-03-30T18:18:07.901Z] --- PASS: TestReplaceFileTarWrapper (0.17s) [2021-03-30T18:18:07.901Z] === RUN TestPrefixHeaderReadable [2021-03-30T18:18:07.901Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-03-30T18:18:07.901Z] === RUN TestDisablePigz [2021-03-30T18:18:07.901Z] --- PASS: TestDisablePigz (0.17s) [2021-03-30T18:18:07.901Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-03-30T18:18:07.901Z] === RUN TestPigz [2021-03-30T18:18:07.901Z] --- PASS: TestPigz (0.13s) [2021-03-30T18:18:07.901Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-03-30T18:18:07.901Z] === RUN TestCopyFileWithInvalidDest [2021-03-30T18:18:07.901Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-03-30T18:18:07.901Z] archive_windows_test.go:16: Currently fails [2021-03-30T18:18:07.901Z] === RUN TestCanonicalTarNameForPath [2021-03-30T18:18:07.901Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-03-30T18:18:07.901Z] === RUN TestCanonicalTarName [2021-03-30T18:18:07.901Z] --- PASS: TestCanonicalTarName (0.00s) [2021-03-30T18:18:07.901Z] === RUN TestChmodTarEntry [2021-03-30T18:18:07.901Z] --- PASS: TestChmodTarEntry (0.00s) [2021-03-30T18:18:07.901Z] === RUN TestHardLinkOrder [2021-03-30T18:18:07.901Z] === RUN TestFixedBufferCap [2021-03-30T18:18:07.901Z] --- PASS: TestFixedBufferCap (0.00s) [2021-03-30T18:18:07.901Z] === RUN TestFixedBufferLen [2021-03-30T18:18:07.901Z] --- PASS: TestFixedBufferLen (0.00s) [2021-03-30T18:18:07.901Z] === RUN TestFixedBufferString [2021-03-30T18:18:07.901Z] --- PASS: TestFixedBufferString (0.00s) [2021-03-30T18:18:07.901Z] === RUN TestFixedBufferWrite [2021-03-30T18:18:07.901Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-03-30T18:18:07.901Z] === RUN TestFixedBufferRead [2021-03-30T18:18:07.901Z] --- PASS: TestFixedBufferRead (0.00s) [2021-03-30T18:18:07.901Z] === RUN TestBytesPipeRead [2021-03-30T18:18:07.901Z] --- PASS: TestBytesPipeRead (0.00s) [2021-03-30T18:18:07.901Z] === RUN TestBytesPipeWrite [2021-03-30T18:18:07.901Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-03-30T18:18:07.901Z] === RUN TestBytesPipeWriteRandomChunks [2021-03-30T18:18:08.373Z] --- PASS: TestHardLinkOrder (0.13s) [2021-03-30T18:18:08.373Z] === RUN TestChangeString [2021-03-30T18:18:08.373Z] --- PASS: TestChangeString (0.00s) [2021-03-30T18:18:08.373Z] === RUN TestChangesWithNoChanges [2021-03-30T18:18:08.373Z] --- PASS: TestChangesWithNoChanges (0.03s) [2021-03-30T18:18:08.373Z] === RUN TestChangesWithChanges [2021-03-30T18:18:08.373Z] --- PASS: TestChangesWithChanges (0.03s) [2021-03-30T18:18:08.373Z] === RUN TestChangesWithChangesGH13590 [2021-03-30T18:18:08.373Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-03-30T18:18:08.373Z] changes_test.go:192: needs more investigation [2021-03-30T18:18:08.373Z] === RUN TestChangesDirsEmpty [2021-03-30T18:18:08.373Z] --- PASS: TestChangesDirsEmpty (0.09s) [2021-03-30T18:18:08.373Z] === RUN TestChangesDirsMutated [2021-03-30T18:18:08.373Z] --- PASS: TestChangesDirsMutated (0.21s) [2021-03-30T18:18:08.373Z] === RUN TestApplyLayer [2021-03-30T18:18:08.373Z] --- SKIP: TestApplyLayer (0.00s) [2021-03-30T18:18:08.373Z] changes_test.go:405: needs further investigation [2021-03-30T18:18:08.373Z] === RUN TestChangesSizeWithHardlinks [2021-03-30T18:18:08.373Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-03-30T18:18:08.373Z] changes_test.go:441: needs further investigation [2021-03-30T18:18:08.373Z] === RUN TestChangesSizeWithNoChanges [2021-03-30T18:18:08.373Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-03-30T18:18:08.373Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-03-30T18:18:08.373Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-03-30T18:18:08.373Z] === RUN TestChangesSize [2021-03-30T18:18:08.373Z] === RUN TestError [2021-03-30T18:18:08.373Z] --- PASS: TestError (0.00s) [2021-03-30T18:18:08.373Z] === RUN TestProgressString [2021-03-30T18:18:08.373Z] === RUN TestProgressString/no_progress [2021-03-30T18:18:08.373Z] === RUN TestProgressString/progress_1 [2021-03-30T18:18:08.373Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-03-30T18:18:08.373Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-03-30T18:18:08.373Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-03-30T18:18:08.373Z] === RUN TestProgressString/with_units [2021-03-30T18:18:08.373Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-03-30T18:18:08.373Z] === RUN TestProgressString/hide_counts [2021-03-30T18:18:08.373Z] --- PASS: TestProgressString (0.00s) [2021-03-30T18:18:08.373Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-03-30T18:18:08.373Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-03-30T18:18:08.373Z] --- PASS: TestChangesSize (0.00s) [2021-03-30T18:18:08.373Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-03-30T18:18:08.373Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-03-30T18:18:08.373Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-03-30T18:18:08.373Z] --- PASS: TestProgressString/with_units (0.00s) [2021-03-30T18:18:08.373Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-03-30T18:18:08.373Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-03-30T18:18:08.373Z] === RUN TestJSONMessageDisplay [2021-03-30T18:18:08.373Z] === RUN TestApplyLayerInvalidFilenames [2021-03-30T18:18:08.373Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames902801930\\dest" [2021-03-30T18:18:08.373Z] --- PASS: TestApplyLayerInvalidFilenames (0.02s) [2021-03-30T18:18:08.373Z] === RUN TestApplyLayerInvalidHardlink [2021-03-30T18:18:08.373Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink661739468\\victim\\hello" -> "../victim/hello" [2021-03-30T18:18:08.373Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink092646587\\victim\\hello" -> "/../victim/hello" [2021-03-30T18:18:08.373Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink312900830\\victim" -> "../victim" [2021-03-30T18:18:08.373Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink058810533\\victim" -> "../victim" [2021-03-30T18:18:08.373Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink930270144\\victim" -> "../victim" [2021-03-30T18:18:08.373Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink330087455\\victim" -> "../victim" [2021-03-30T18:18:08.373Z] --- PASS: TestBytesPipeWriteRandomChunks (0.50s) [2021-03-30T18:18:08.373Z] === RUN TestAtomicWriteToFile [2021-03-30T18:18:08.373Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-03-30T18:18:08.373Z] === RUN TestApplyLayerInvalidSymlink [2021-03-30T18:18:08.373Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink222663922\\dest\\dotdot" -> "../victim/hello" [2021-03-30T18:18:08.373Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-03-30T18:18:08.373Z] === RUN TestAtomicWriteSetCommit [2021-03-30T18:18:08.373Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink605330857\\dest\\slash-dotdot" -> "/../victim/hello" [2021-03-30T18:18:08.374Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink289946356\\dest\\loophole-victim" -> "../victim" [2021-03-30T18:18:08.374Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-03-30T18:18:08.374Z] === RUN TestAtomicWriteSetCancel [2021-03-30T18:18:08.374Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink166074819\\dest\\loophole-victim" -> "../victim" [2021-03-30T18:18:08.374Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink390928966\\dest\\loophole-victim" -> "../victim" [2021-03-30T18:18:08.374Z] --- PASS: TestAtomicWriteSetCancel (0.02s) [2021-03-30T18:18:08.374Z] === RUN TestReadCloserWrapperClose [2021-03-30T18:18:08.374Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-03-30T18:18:08.374Z] === RUN TestReaderErrWrapperReadOnError [2021-03-30T18:18:08.374Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-03-30T18:18:08.374Z] === RUN TestReaderErrWrapperRead [2021-03-30T18:18:08.374Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-03-30T18:18:08.374Z] === RUN TestHashData [2021-03-30T18:18:08.374Z] --- PASS: TestHashData (0.00s) [2021-03-30T18:18:08.374Z] === RUN TestCancelReadCloser [2021-03-30T18:18:08.374Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink239389421\\dest\\loophole-victim" -> "../victim" [2021-03-30T18:18:08.846Z] --- PASS: TestApplyLayerInvalidSymlink (0.04s) [2021-03-30T18:18:08.846Z] === RUN TestApplyLayerWhiteouts [2021-03-30T18:18:08.846Z] === RUN TestStandardLongPath [2021-03-30T18:18:08.846Z] --- PASS: TestStandardLongPath (0.00s) [2021-03-30T18:18:08.846Z] === RUN TestUNCLongPath [2021-03-30T18:18:08.846Z] --- PASS: TestUNCLongPath (0.00s) [2021-03-30T18:18:08.846Z] PASS [2021-03-30T18:18:08.846Z] coverage: 100.0% of statements [2021-03-30T18:18:08.846Z] ok github.com/docker/docker/pkg/longpath 0.039s coverage: 100.0% of statements [2021-03-30T18:18:08.846Z] --- PASS: TestJSONMessageDisplay (0.14s) [2021-03-30T18:18:08.846Z] === RUN TestJSONMessageDisplayWithJSONError [2021-03-30T18:18:08.846Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-03-30T18:18:08.846Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-03-30T18:18:08.846Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-03-30T18:18:08.846Z] === RUN TestDisplayJSONMessagesStream [2021-03-30T18:18:08.846Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-03-30T18:18:08.846Z] PASS [2021-03-30T18:18:08.846Z] coverage: 91.7% of statements [2021-03-30T18:18:08.846Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2021-03-30T18:18:08.846Z] === RUN TestGenerateEmptyFile [2021-03-30T18:18:08.846Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-03-30T18:18:08.846Z] === RUN TestGenerateWithContent [2021-03-30T18:18:08.846Z] --- PASS: TestGenerateWithContent (0.00s) [2021-03-30T18:18:08.846Z] PASS [2021-03-30T18:18:08.846Z] coverage: 62.6% of statements [2021-03-30T18:18:08.846Z] ok github.com/docker/docker/pkg/jsonmessage 0.183s coverage: 91.7% of statements [2021-03-30T18:18:08.846Z] ok github.com/docker/docker/pkg/archive 7.586s coverage: 62.6% of statements [2021-03-30T18:18:08.846Z] --- PASS: TestCancelReadCloser (0.10s) [2021-03-30T18:18:08.846Z] === RUN TestWriteCloserWrapperClose [2021-03-30T18:18:08.846Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-03-30T18:18:08.846Z] === RUN TestNopWriteCloser [2021-03-30T18:18:08.846Z] --- PASS: TestNopWriteCloser (0.00s) [2021-03-30T18:18:08.846Z] === RUN TestNopWriter [2021-03-30T18:18:08.846Z] --- PASS: TestNopWriter (0.00s) [2021-03-30T18:18:08.846Z] === RUN TestWriteCounter [2021-03-30T18:18:08.846Z] --- PASS: TestWriteCounter (0.00s) [2021-03-30T18:18:08.846Z] PASS [2021-03-30T18:18:08.846Z] coverage: 69.2% of statements [2021-03-30T18:18:08.846Z] ok github.com/docker/docker/pkg/ioutils 0.690s coverage: 69.2% of statements [2021-03-30T18:18:09.192Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-03-30T18:18:09.197Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-30T18:18:09.319Z] === RUN TestNameFormat [2021-03-30T18:18:09.319Z] --- PASS: TestNameFormat (0.00s) [2021-03-30T18:18:09.792Z] === RUN TestNameRetries [2021-03-30T18:18:09.792Z] --- PASS: TestNameRetries (0.00s) [2021-03-30T18:18:09.792Z] PASS [2021-03-30T18:18:09.792Z] coverage: 85.7% of statements [2021-03-30T18:18:09.792Z] ok github.com/docker/docker/pkg/namesgenerator 0.068s coverage: 85.7% of statements [2021-03-30T18:18:09.792Z] === RUN TestParseKeyValueOpt [2021-03-30T18:18:09.792Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-03-30T18:18:09.792Z] === RUN TestParseUintList [2021-03-30T18:18:09.792Z] --- PASS: TestParseUintList (0.00s) [2021-03-30T18:18:09.792Z] === RUN TestParseUintListMaximumLimits [2021-03-30T18:18:09.792Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-03-30T18:18:09.792Z] PASS [2021-03-30T18:18:09.792Z] coverage: 97.0% of statements [2021-03-30T18:18:09.792Z] ok github.com/docker/docker/pkg/parsers 0.039s coverage: 97.0% of statements [2021-03-30T18:18:10.250Z] --- PASS: TestUpdateReplicatedJob (4.77s) [2021-03-30T18:18:10.250Z] === RUN TestServiceListWithStatuses [2021-03-30T18:18:10.250Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-30T18:18:10.250Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-30T18:18:10.250Z] === RUN TestDockerNetworkConnectAlias [2021-03-30T18:18:10.264Z] === RUN TestNewAndRemove [2021-03-30T18:18:10.265Z] --- PASS: TestNewAndRemove (0.00s) [2021-03-30T18:18:10.265Z] === RUN TestRemoveInvalidPath [2021-03-30T18:18:10.265Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-03-30T18:18:10.265Z] PASS [2021-03-30T18:18:10.265Z] coverage: 82.6% of statements [2021-03-30T18:18:10.265Z] ok github.com/docker/docker/pkg/pidfile 0.138s coverage: 82.6% of statements [2021-03-30T18:18:10.558Z] --- PASS: TestConfigsUpdate (3.28s) [2021-03-30T18:18:10.558Z] === RUN TestTemplatedConfig [2021-03-30T18:18:11.260Z] === RUN TestParseEmptyInterface [2021-03-30T18:18:11.260Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-03-30T18:18:11.260Z] === RUN TestParseNonInterfaceType [2021-03-30T18:18:11.260Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-03-30T18:18:11.260Z] === RUN TestParseWithOneFunction [2021-03-30T18:18:11.260Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-03-30T18:18:11.260Z] === RUN TestParseWithMultipleFuncs [2021-03-30T18:18:11.260Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-03-30T18:18:11.260Z] === RUN TestParseWithUnnamedReturn [2021-03-30T18:18:11.260Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-03-30T18:18:11.260Z] === RUN TestEmbeddedInterface [2021-03-30T18:18:11.260Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-03-30T18:18:11.260Z] === RUN TestParsedImports [2021-03-30T18:18:11.260Z] --- PASS: TestParsedImports (0.00s) [2021-03-30T18:18:11.260Z] === RUN TestAliasedImports [2021-03-30T18:18:11.260Z] --- PASS: TestAliasedImports (0.00s) [2021-03-30T18:18:11.260Z] PASS [2021-03-30T18:18:11.260Z] coverage: 56.8% of statements [2021-03-30T18:18:11.260Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.072s coverage: 56.8% of statements [2021-03-30T18:18:11.733Z] === RUN TestFailedConnection [2021-03-30T18:18:12.727Z] === RUN TestHTTPTransport [2021-03-30T18:18:12.728Z] --- PASS: TestHTTPTransport (0.00s) [2021-03-30T18:18:12.728Z] PASS [2021-03-30T18:18:12.728Z] coverage: 85.7% of statements [2021-03-30T18:18:12.728Z] ok github.com/docker/docker/pkg/plugins/transport 0.045s coverage: 85.7% of statements [2021-03-30T18:18:12.728Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-03-30T18:18:12.728Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-03-30T18:18:12.728Z] === RUN TestBufioReaderPoolPutAndGet [2021-03-30T18:18:12.728Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-03-30T18:18:12.728Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-03-30T18:18:12.728Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-03-30T18:18:12.728Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-03-30T18:18:12.728Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-03-30T18:18:12.728Z] === RUN TestBufioWriterPoolPutAndGet [2021-03-30T18:18:12.728Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-03-30T18:18:12.728Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-03-30T18:18:12.728Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-03-30T18:18:12.728Z] === RUN TestBufferPoolPutAndGet [2021-03-30T18:18:12.728Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-03-30T18:18:12.728Z] PASS [2021-03-30T18:18:12.728Z] coverage: 88.2% of statements [2021-03-30T18:18:12.728Z] ok github.com/docker/docker/pkg/pools 0.035s coverage: 88.2% of statements [2021-03-30T18:18:13.201Z] --- PASS: TestFailedConnection (1.05s) [2021-03-30T18:18:13.201Z] === RUN TestFailOnce [2021-03-30T18:18:13.201Z] 2021/03/30 18:18:12 http: panic serving 127.0.0.1:49222: Plugin not ready [2021-03-30T18:18:13.201Z] goroutine 10 [running]: [2021-03-30T18:18:13.201Z] net/http.(*conn).serve.func1(0xc000058be0) [2021-03-30T18:18:13.201Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-03-30T18:18:13.201Z] panic(0x849b40, 0x986ad0) [2021-03-30T18:18:13.201Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-03-30T18:18:13.201Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000130000, 0xc0000d0300) [2021-03-30T18:18:13.201Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-03-30T18:18:13.201Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000130000, 0xc0000d0300) [2021-03-30T18:18:13.201Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-03-30T18:18:13.201Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000130000, 0xc0000d0300) [2021-03-30T18:18:13.201Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-03-30T18:18:13.201Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000130000, 0xc0000d0300) [2021-03-30T18:18:13.201Z] c:/go/src/net/http/server.go:2831 +0xab [2021-03-30T18:18:13.201Z] net/http.(*conn).serve(0xc000058be0, 0x99b2c0, 0xc00004a980) [2021-03-30T18:18:13.201Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-03-30T18:18:13.201Z] created by net/http.(*Server).Serve [2021-03-30T18:18:13.201Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-03-30T18:18:13.201Z] time="2021-03-30T18:18:12Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49221/Test.FailOnce: Post http://127.0.0.1:49221/Test.FailOnce: EOF, retrying in 1s" [2021-03-30T18:18:13.201Z] === RUN TestOutputOnPrematureClose [2021-03-30T18:18:13.201Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-03-30T18:18:13.201Z] === RUN TestCompleteSilently [2021-03-30T18:18:13.201Z] --- PASS: TestCompleteSilently (0.00s) [2021-03-30T18:18:13.201Z] PASS [2021-03-30T18:18:13.201Z] coverage: 75.9% of statements [2021-03-30T18:18:13.201Z] ok github.com/docker/docker/pkg/progress 0.035s coverage: 75.9% of statements [2021-03-30T18:18:13.201Z] === RUN TestSendToOneSub [2021-03-30T18:18:13.201Z] --- PASS: TestSendToOneSub (0.00s) [2021-03-30T18:18:13.201Z] === RUN TestSendToMultipleSubs [2021-03-30T18:18:13.201Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-03-30T18:18:13.201Z] === RUN TestEvictOneSub [2021-03-30T18:18:13.201Z] --- PASS: TestEvictOneSub (0.00s) [2021-03-30T18:18:13.201Z] === RUN TestClosePublisher [2021-03-30T18:18:13.201Z] --- PASS: TestClosePublisher (0.00s) [2021-03-30T18:18:13.201Z] === RUN TestPubSubRace [2021-03-30T18:18:13.826Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-03-30T18:18:14.198Z] === RUN TestRegister [2021-03-30T18:18:14.198Z] --- PASS: TestRegister (0.00s) [2021-03-30T18:18:14.198Z] === RUN TestCommand [2021-03-30T18:18:14.198Z] --- PASS: TestCommand (0.03s) [2021-03-30T18:18:14.198Z] === RUN TestNaiveSelf [2021-03-30T18:18:14.198Z] --- PASS: TestNaiveSelf (0.02s) [2021-03-30T18:18:14.198Z] PASS [2021-03-30T18:18:14.198Z] coverage: 82.4% of statements [2021-03-30T18:18:14.198Z] ok github.com/docker/docker/pkg/reexec 0.084s coverage: 82.4% of statements [2021-03-30T18:18:14.198Z] --- PASS: TestFailOnce (1.18s) [2021-03-30T18:18:14.198Z] === RUN TestEchoInputOutput [2021-03-30T18:18:14.198Z] --- PASS: TestEchoInputOutput (0.00s) [2021-03-30T18:18:14.198Z] === RUN TestBackoff [2021-03-30T18:18:14.198Z] --- PASS: TestBackoff (0.00s) [2021-03-30T18:18:14.198Z] === RUN TestAbortRetry [2021-03-30T18:18:14.198Z] --- PASS: TestAbortRetry (0.00s) [2021-03-30T18:18:14.198Z] === RUN TestClientScheme [2021-03-30T18:18:14.198Z] --- PASS: TestClientScheme (0.00s) [2021-03-30T18:18:14.198Z] === RUN TestNewClientWithTimeout [2021-03-30T18:18:14.198Z] --- PASS: TestPubSubRace (1.05s) [2021-03-30T18:18:14.671Z] PASS [2021-03-30T18:18:14.671Z] coverage: 75.0% of statements [2021-03-30T18:18:14.671Z] ok github.com/docker/docker/pkg/pubsub 1.081s coverage: 75.0% of statements [2021-03-30T18:18:14.671Z] time="2021-03-30T18:18:14Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-03-30T18:18:15.144Z] === RUN TestParseSignal [2021-03-30T18:18:15.144Z] --- PASS: TestParseSignal (0.00s) [2021-03-30T18:18:15.144Z] === RUN TestValidSignalForPlatform [2021-03-30T18:18:15.144Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-03-30T18:18:15.144Z] PASS [2021-03-30T18:18:15.144Z] coverage: 20.3% of statements [2021-03-30T18:18:15.144Z] ok github.com/docker/docker/pkg/signal 0.037s coverage: 20.3% of statements [2021-03-30T18:18:15.617Z] === RUN TestNewStdWriter [2021-03-30T18:18:15.617Z] --- PASS: TestNewStdWriter (0.00s) [2021-03-30T18:18:15.617Z] === RUN TestWriteWithUninitializedStdWriter [2021-03-30T18:18:15.617Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-03-30T18:18:15.617Z] === RUN TestWriteWithNilBytes [2021-03-30T18:18:15.617Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-03-30T18:18:15.617Z] === RUN TestWrite [2021-03-30T18:18:15.617Z] --- PASS: TestWrite (0.00s) [2021-03-30T18:18:15.617Z] === RUN TestWriteWithWriterError [2021-03-30T18:18:15.617Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-03-30T18:18:15.617Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-03-30T18:18:15.617Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-03-30T18:18:15.617Z] === RUN TestStdCopyWriteAndRead [2021-03-30T18:18:15.617Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-03-30T18:18:15.617Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-03-30T18:18:15.617Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-03-30T18:18:15.617Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-03-30T18:18:15.617Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-03-30T18:18:15.617Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-03-30T18:18:15.617Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-03-30T18:18:15.617Z] === RUN TestStdCopyWithInvalidInputHeader [2021-03-30T18:18:15.617Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-03-30T18:18:15.617Z] === RUN TestStdCopyWithCorruptedPrefix [2021-03-30T18:18:15.617Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-03-30T18:18:15.617Z] === RUN TestStdCopyReturnsWriteErrors [2021-03-30T18:18:15.617Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-03-30T18:18:15.617Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-03-30T18:18:15.617Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-03-30T18:18:15.617Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-03-30T18:18:15.617Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-03-30T18:18:15.617Z] PASS [2021-03-30T18:18:15.617Z] coverage: 100.0% of statements [2021-03-30T18:18:15.617Z] ok github.com/docker/docker/pkg/stdcopy 0.042s coverage: 100.0% of statements [2021-03-30T18:18:15.721Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-03-30T18:18:15.721Z] --- PASS: TestTemplatedConfig (5.12s) [2021-03-30T18:18:15.721Z] === RUN TestConfigCreateResolve [2021-03-30T18:18:16.090Z] === RUN TestRawProgressFormatterFormatStatus [2021-03-30T18:18:16.090Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-03-30T18:18:16.090Z] === RUN TestRawProgressFormatterFormatProgress [2021-03-30T18:18:16.090Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-03-30T18:18:16.090Z] === RUN TestFormatStatus [2021-03-30T18:18:16.090Z] --- PASS: TestFormatStatus (0.00s) [2021-03-30T18:18:16.090Z] === RUN TestFormatError [2021-03-30T18:18:16.090Z] --- PASS: TestFormatError (0.00s) [2021-03-30T18:18:16.090Z] === RUN TestFormatJSONError [2021-03-30T18:18:16.090Z] --- PASS: TestFormatJSONError (0.00s) [2021-03-30T18:18:16.090Z] === RUN TestJsonProgressFormatterFormatProgress [2021-03-30T18:18:16.090Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-03-30T18:18:16.090Z] === RUN TestJsonProgressFormatterFormatStatus [2021-03-30T18:18:16.090Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-03-30T18:18:16.090Z] === RUN TestNewJSONProgressOutput [2021-03-30T18:18:16.090Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-03-30T18:18:16.090Z] === RUN TestAuxFormatterEmit [2021-03-30T18:18:16.090Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-03-30T18:18:16.090Z] === RUN TestStreamWriterStdout [2021-03-30T18:18:16.090Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-03-30T18:18:16.090Z] === RUN TestStreamWriterStderr [2021-03-30T18:18:16.090Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-03-30T18:18:16.090Z] PASS [2021-03-30T18:18:16.090Z] coverage: 66.2% of statements [2021-03-30T18:18:16.090Z] ok github.com/docker/docker/pkg/streamformatter 0.043s coverage: 66.2% of statements [2021-03-30T18:18:16.090Z] time="2021-03-30T18:18:15Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-03-30T18:18:16.090Z] === RUN TestGenerateRandomID [2021-03-30T18:18:16.090Z] --- PASS: TestGenerateRandomID (0.00s) [2021-03-30T18:18:16.090Z] === RUN TestShortenId [2021-03-30T18:18:16.090Z] --- PASS: TestShortenId (0.00s) [2021-03-30T18:18:16.090Z] === RUN TestShortenSha256Id [2021-03-30T18:18:16.090Z] --- PASS: TestShortenSha256Id (0.00s) [2021-03-30T18:18:16.090Z] === RUN TestShortenIdEmpty [2021-03-30T18:18:16.090Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-03-30T18:18:16.090Z] === RUN TestShortenIdInvalid [2021-03-30T18:18:16.090Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-03-30T18:18:16.090Z] === RUN TestIsShortIDNonHex [2021-03-30T18:18:16.090Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-03-30T18:18:16.090Z] === RUN TestIsShortIDNotCorrectSize [2021-03-30T18:18:16.090Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-03-30T18:18:16.090Z] PASS [2021-03-30T18:18:16.090Z] coverage: 70.6% of statements [2021-03-30T18:18:16.090Z] ok github.com/docker/docker/pkg/stringid 0.039s coverage: 70.6% of statements [2021-03-30T18:18:17.085Z] === RUN TestIsCpusetListAvailable [2021-03-30T18:18:17.085Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-03-30T18:18:17.085Z] PASS [2021-03-30T18:18:17.085Z] coverage: 38.2% of statements [2021-03-30T18:18:17.085Z] ok github.com/docker/docker/pkg/sysinfo 0.035s coverage: 38.2% of statements [2021-03-30T18:18:17.275Z] --- PASS: TestServiceUpdatePidsLimit (17.15s) [2021-03-30T18:18:17.275Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s) [2021-03-30T18:18:17.275Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.08s) [2021-03-30T18:18:17.275Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.20s) [2021-03-30T18:18:17.275Z] PASS [2021-03-30T18:18:17.275Z] [2021-03-30T18:18:17.275Z] === Skipped [2021-03-30T18:18:17.275Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-03-30T18:18:17.275Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-30T18:18:17.275Z] [2021-03-30T18:18:17.275Z] [2021-03-30T18:18:17.275Z] DONE 27 tests, 1 skipped in 179.131s [2021-03-30T18:18:17.275Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-03-30T18:18:17.275Z] INFO: Testing against a local daemon [2021-03-30T18:18:17.275Z] === RUN TestSessionCreate [2021-03-30T18:18:17.275Z] --- PASS: TestSessionCreate (0.03s) [2021-03-30T18:18:17.275Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-30T18:18:17.275Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-03-30T18:18:17.275Z] PASS [2021-03-30T18:18:17.275Z] [2021-03-30T18:18:17.275Z] DONE 2 tests in 0.084s [2021-03-30T18:18:17.275Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-03-30T18:18:17.275Z] INFO: Testing against a local daemon [2021-03-30T18:18:17.275Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-30T18:18:17.275Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-03-30T18:18:17.275Z] === RUN TestEventsExecDie [2021-03-30T18:18:17.275Z] --- PASS: TestEventsExecDie (1.04s) [2021-03-30T18:18:17.275Z] === RUN TestEventsBackwardsCompatible [2021-03-30T18:18:17.275Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-03-30T18:18:17.275Z] === RUN TestInfoBinaryCommits [2021-03-30T18:18:17.275Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-03-30T18:18:17.275Z] === RUN TestInfoAPIVersioned [2021-03-30T18:18:17.275Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-30T18:18:17.275Z] === RUN TestInfoDiscoveryBackend [2021-03-30T18:18:17.836Z] --- PASS: TestInfoDiscoveryBackend (0.70s) [2021-03-30T18:18:17.836Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-30T18:18:18.080Z] === RUN TestChtimes [2021-03-30T18:18:18.080Z] --- PASS: TestChtimes (0.00s) [2021-03-30T18:18:18.080Z] === RUN TestChtimesWindows [2021-03-30T18:18:18.080Z] --- PASS: TestChtimesWindows (0.00s) [2021-03-30T18:18:18.080Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-03-30T18:18:18.080Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-03-30T18:18:18.080Z] === RUN TestEnsureRemoveAllNotExist [2021-03-30T18:18:18.080Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-03-30T18:18:18.080Z] === RUN TestEnsureRemoveAllWithDir [2021-03-30T18:18:18.080Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-03-30T18:18:18.080Z] === RUN TestEnsureRemoveAllWithFile [2021-03-30T18:18:18.080Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-03-30T18:18:18.080Z] === RUN TestHasWin32KSupport [2021-03-30T18:18:18.080Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-03-30T18:18:18.080Z] syscall_windows_test.go:8: win32k: true [2021-03-30T18:18:18.080Z] PASS [2021-03-30T18:18:18.080Z] coverage: 12.0% of statements [2021-03-30T18:18:18.080Z] ok github.com/docker/docker/pkg/system 0.050s coverage: 12.0% of statements [2021-03-30T18:18:18.382Z] --- PASS: TestDockerNetworkConnectAlias (7.01s) [2021-03-30T18:18:18.382Z] === RUN TestDockerNetworkReConnect [2021-03-30T18:18:18.554Z] === RUN TestTailFile [2021-03-30T18:18:18.554Z] --- PASS: TestTailFile (0.00s) [2021-03-30T18:18:18.554Z] === RUN TestTailFileManyLines [2021-03-30T18:18:18.554Z] --- PASS: TestTailFileManyLines (0.00s) [2021-03-30T18:18:18.554Z] === RUN TestTailEmptyFile [2021-03-30T18:18:18.554Z] --- PASS: TestTailEmptyFile (0.00s) [2021-03-30T18:18:18.554Z] === RUN TestTailNegativeN [2021-03-30T18:18:18.554Z] --- PASS: TestTailNegativeN (0.00s) [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/single_byte_delimiter [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/2_byte_delimiter [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/4_byte_delimiter [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/8_byte_delimiter [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/12_byte_delimiter [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/truncated_last_line [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/no_delimiter [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/12_byte_delimiter [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/single_byte_delimiter [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/8_byte_delimiter [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/4_byte_delimiter [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/2_byte_delimiter [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:18.554Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-03-30T18:18:18.554Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:18.554Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.555Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-03-30T18:18:18.555Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:18.555Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:18.556Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-03-30T18:18:18.556Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-03-30T18:18:18.556Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-03-30T18:18:18.557Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:18.557Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:18.557Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:18.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:18.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:18.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:18.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:18.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:18.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:18.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:18.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:18.558Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:18.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:18.558Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:18.558Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:18.988Z] --- PASS: TestConfigCreateResolve (3.48s) [2021-03-30T18:18:18.988Z] === RUN TestConfigDaemonLibtrustID [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:19.031Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:19.031Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:19.031Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:19.031Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:19.031Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:19.031Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:19.031Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-03-30T18:18:19.032Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:19.032Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-03-30T18:18:19.033Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.01s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.01s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-30T18:18:19.033Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.01s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.01s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.02s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.02s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.02s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.02s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.01s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.02s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-03-30T18:18:19.034Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.03s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.01s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.01s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-03-30T18:18:19.035Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-03-30T18:18:19.035Z] PASS [2021-03-30T18:18:19.035Z] coverage: 88.6% of statements [2021-03-30T18:18:19.035Z] ok github.com/docker/docker/pkg/tailfile 0.367s coverage: 88.6% of statements [2021-03-30T18:18:19.035Z] time="2021-03-30T18:18:18Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-03-30T18:18:19.199Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-30T18:18:19.199Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-30T18:18:19.244Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-03-30T18:18:19.508Z] === RUN TestTarSumRemoveNonExistent [2021-03-30T18:18:19.508Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-03-30T18:18:19.508Z] === RUN TestTarSumRemove [2021-03-30T18:18:19.508Z] --- PASS: TestTarSumRemove (0.00s) [2021-03-30T18:18:19.508Z] === RUN TestSortFileInfoSums [2021-03-30T18:18:19.508Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-03-30T18:18:19.508Z] === RUN TestNewTarSumForLabelInvalid [2021-03-30T18:18:19.508Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-03-30T18:18:19.508Z] === RUN TestNewTarSumForLabel [2021-03-30T18:18:19.508Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-03-30T18:18:19.508Z] === RUN TestEmptyTar [2021-03-30T18:18:19.508Z] --- PASS: TestEmptyTar (0.00s) [2021-03-30T18:18:19.508Z] === RUN TestTarSumsReadSize [2021-03-30T18:18:19.508Z] --- PASS: TestTarSumsReadSize (0.01s) [2021-03-30T18:18:19.508Z] === RUN TestTarSums [2021-03-30T18:18:19.508Z] --- PASS: TestTarSums (0.08s) [2021-03-30T18:18:19.508Z] === RUN TestIteration [2021-03-30T18:18:19.508Z] --- PASS: TestIteration (0.00s) [2021-03-30T18:18:19.508Z] === RUN TestVersionLabelForChecksum [2021-03-30T18:18:19.508Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-03-30T18:18:19.508Z] === RUN TestVersion [2021-03-30T18:18:19.508Z] --- PASS: TestVersion (0.00s) [2021-03-30T18:18:19.508Z] === RUN TestGetVersion [2021-03-30T18:18:19.508Z] --- PASS: TestGetVersion (0.00s) [2021-03-30T18:18:19.508Z] === RUN TestGetVersions [2021-03-30T18:18:19.508Z] --- PASS: TestGetVersions (0.00s) [2021-03-30T18:18:19.508Z] PASS [2021-03-30T18:18:19.508Z] coverage: 89.3% of statements [2021-03-30T18:18:19.508Z] ok github.com/docker/docker/pkg/tarsum 0.140s coverage: 89.3% of statements [2021-03-30T18:18:19.760Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.67s) [2021-03-30T18:18:19.760Z] === RUN TestInfoAPI [2021-03-30T18:18:19.760Z] --- PASS: TestInfoAPI (0.02s) [2021-03-30T18:18:19.760Z] === RUN TestInfoAPIWarnings [2021-03-30T18:18:19.807Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-03-30T18:18:19.981Z] testing: warning: no tests to run [2021-03-30T18:18:19.981Z] PASS [2021-03-30T18:18:19.981Z] coverage: [no statements] [2021-03-30T18:18:19.981Z] ok github.com/docker/docker/pkg/term/windows 0.036s coverage: [no statements] [no tests to run] [2021-03-30T18:18:20.065Z] --- PASS: TestConfigDaemonLibtrustID (0.96s) [2021-03-30T18:18:20.065Z] PASS [2021-03-30T18:18:20.065Z] [2021-03-30T18:18:20.065Z] DONE 7 tests in 22.714s [2021-03-30T18:18:20.065Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-03-30T18:18:20.065Z] ++ 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 [2021-03-30T18:18:20.065Z] ++ set -e [2021-03-30T18:18:20.065Z] ++ '[' -n 0 ']' [2021-03-30T18:18:20.065Z] ++ set -x [2021-03-30T18:18:20.065Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:18:20.321Z] INFO: Testing against a local daemon [2021-03-30T18:18:20.321Z] === RUN TestCheckpoint [2021-03-30T18:18:20.321Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-30T18:18:20.321Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-30T18:18:20.321Z] === RUN TestContainerInvalidJSON [2021-03-30T18:18:20.321Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:18:20.321Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:18:20.321Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:18:20.321Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:18:20.321Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:18:20.321Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:18:20.321Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:18:20.321Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:18:20.321Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:18:20.321Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-03-30T18:18:20.321Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-03-30T18:18:20.321Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-03-30T18:18:20.321Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-30T18:18:20.321Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-30T18:18:20.321Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-03-30T18:18:20.321Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2021-03-30T18:18:20.321Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-30T18:18:20.321Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.09s) [2021-03-30T18:18:20.321Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-30T18:18:20.454Z] === RUN TestTruncIndex [2021-03-30T18:18:20.454Z] --- PASS: TestTruncIndex (0.10s) [2021-03-30T18:18:20.454Z] PASS [2021-03-30T18:18:20.454Z] coverage: 91.5% of statements [2021-03-30T18:18:20.454Z] ok github.com/docker/docker/pkg/truncindex 0.144s coverage: 91.5% of statements [2021-03-30T18:18:20.454Z] === RUN TestIsGIT [2021-03-30T18:18:20.454Z] --- PASS: TestIsGIT (0.00s) [2021-03-30T18:18:20.454Z] === RUN TestIsTransport [2021-03-30T18:18:20.454Z] --- PASS: TestIsTransport (0.00s) [2021-03-30T18:18:20.454Z] PASS [2021-03-30T18:18:20.454Z] coverage: 100.0% of statements [2021-03-30T18:18:20.454Z] ok github.com/docker/docker/pkg/urlutil 0.036s coverage: 100.0% of statements [2021-03-30T18:18:20.577Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2021-03-30T18:18:20.577Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-30T18:18:20.577Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-03-30T18:18:20.577Z] === RUN TestCopyFromContainer [2021-03-30T18:18:21.449Z] === RUN TestVersionInfo [2021-03-30T18:18:21.449Z] --- PASS: TestVersionInfo (0.00s) [2021-03-30T18:18:21.449Z] === RUN TestAppendVersions [2021-03-30T18:18:21.449Z] --- PASS: TestAppendVersions (0.00s) [2021-03-30T18:18:21.449Z] PASS [2021-03-30T18:18:21.449Z] coverage: 88.9% of statements [2021-03-30T18:18:21.449Z] ok github.com/docker/docker/pkg/useragent 0.092s coverage: 88.9% of statements [2021-03-30T18:18:21.449Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-03-30T18:18:21.449Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-03-30T18:18:21.449Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-03-30T18:18:21.449Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-03-30T18:18:21.449Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-03-30T18:18:21.449Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-03-30T18:18:21.449Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-03-30T18:18:21.449Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-03-30T18:18:21.449Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-03-30T18:18:22.581Z] --- PASS: TestDockerNetworkReConnect (5.38s) [2021-03-30T18:18:22.581Z] === RUN TestServicePlugin [2021-03-30T18:18:22.581Z] --- SKIP: TestServicePlugin (0.00s) [2021-03-30T18:18:22.581Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:18:22.581Z] === RUN TestServiceUpdateLabel [2021-03-30T18:18:22.767Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-03-30T18:18:22.767Z] [2021-03-30T18:18:22.767Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-03-30T18:18:22.767Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-03-30T18:18:22.767Z] HOSTNAME=65c5f04cceb9 [2021-03-30T18:18:22.767Z] TESTDEBUG=0 [2021-03-30T18:18:22.767Z] DEST=bundles/test-integration [2021-03-30T18:18:22.767Z] PWD=/go/src/github.com/docker/docker [2021-03-30T18:18:22.767Z] DOCKER_GITCOMMIT=1a8237e65734ace8abbb27ce346848e30a27c2e8 [2021-03-30T18:18:22.767Z] container=docker [2021-03-30T18:18:22.767Z] HOME=/root [2021-03-30T18:18:22.767Z] GOLANG_VERSION=1.13.15 [2021-03-30T18:18:22.767Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-03-30T18:18:22.767Z] VALIDATE_BRANCH=master [2021-03-30T18:18:22.767Z] TERM=xterm [2021-03-30T18:18:22.767Z] DOCKER_PKG=github.com/docker/docker [2021-03-30T18:18:22.767Z] SHLVL=1 [2021-03-30T18:18:22.767Z] TIMEOUT=120m [2021-03-30T18:18:22.767Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-03-30T18:18:22.767Z] DOCKER_GRAPHDRIVER=overlay2 [2021-03-30T18:18:22.767Z] GO111MODULE=off [2021-03-30T18:18:22.767Z] DOCKER_EXPERIMENTAL=1 [2021-03-30T18:18:22.767Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-03-30T18:18:22.767Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-03-30T18:18:22.767Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-03-30T18:18:22.767Z] GOPATH=/go [2021-03-30T18:18:22.767Z] PKG_CONFIG=pkg-config [2021-03-30T18:18:22.767Z] _=/usr/bin/env [2021-03-30T18:18:22.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-03-30T18:18:23.027Z] === RUN TestValidatePrivileges [2021-03-30T18:18:23.027Z] --- PASS: TestValidatePrivileges (0.00s) [2021-03-30T18:18:23.027Z] === RUN TestFilterByCapNeg [2021-03-30T18:18:23.027Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-03-30T18:18:23.027Z] === RUN TestFilterByCapPos [2021-03-30T18:18:23.027Z] --- PASS: TestFilterByCapPos (0.00s) [2021-03-30T18:18:23.027Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-03-30T18:18:23.027Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-03-30T18:18:23.027Z] PASS [2021-03-30T18:18:23.027Z] coverage: 12.0% of statements [2021-03-30T18:18:23.027Z] ok github.com/docker/docker/plugin 0.063s coverage: 12.0% of statements [2021-03-30T18:18:23.027Z] === RUN TestNewSettable [2021-03-30T18:18:23.027Z] --- PASS: TestNewSettable (0.00s) [2021-03-30T18:18:23.027Z] === RUN TestIsSettable [2021-03-30T18:18:23.027Z] --- PASS: TestIsSettable (0.00s) [2021-03-30T18:18:23.027Z] === RUN TestUpdateSettingsEnv [2021-03-30T18:18:23.027Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-03-30T18:18:23.027Z] PASS [2021-03-30T18:18:23.027Z] coverage: 20.1% of statements [2021-03-30T18:18:23.027Z] ok github.com/docker/docker/plugin/v2 0.080s coverage: 20.1% of statements [2021-03-30T18:18:23.027Z] === RUN TestLoad [2021-03-30T18:18:23.027Z] --- PASS: TestLoad (0.00s) [2021-03-30T18:18:23.027Z] === RUN TestSave [2021-03-30T18:18:23.027Z] --- PASS: TestSave (0.03s) [2021-03-30T18:18:23.027Z] === RUN TestAddDeleteGet [2021-03-30T18:18:23.027Z] --- PASS: TestAddDeleteGet (0.03s) [2021-03-30T18:18:23.027Z] === RUN TestInvalidTags [2021-03-30T18:18:23.027Z] --- PASS: TestInvalidTags (0.00s) [2021-03-30T18:18:23.027Z] PASS [2021-03-30T18:18:23.027Z] coverage: 84.4% of statements [2021-03-30T18:18:23.027Z] ok github.com/docker/docker/reference 0.110s coverage: 84.4% of statements [2021-03-30T18:18:23.027Z] time="2021-03-30T18:18:22Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49226/Test.Echo: Post http://127.0.0.1:49226/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-03-30T18:18:23.094Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-03-30T18:18:23.094Z] === RUN TestCopyFromContainer// [2021-03-30T18:18:23.094Z] === RUN TestCopyFromContainer//bar/root [2021-03-30T18:18:23.094Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-30T18:18:23.094Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-03-30T18:18:23.350Z] === RUN TestCopyFromContainer/bar/quux [2021-03-30T18:18:23.350Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-30T18:18:23.606Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-03-30T18:18:23.606Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-30T18:18:23.863Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-30T18:18:23.863Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-30T18:18:23.863Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-30T18:18:23.863Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-03-30T18:18:24.022Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-03-30T18:18:24.022Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.01s) [2021-03-30T18:18:24.022Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-03-30T18:18:24.119Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-30T18:18:24.119Z] --- PASS: TestCopyFromContainer (3.65s) [2021-03-30T18:18:24.119Z] --- PASS: TestCopyFromContainer// (0.14s) [2021-03-30T18:18:24.119Z] --- PASS: TestCopyFromContainer//bar/root (0.10s) [2021-03-30T18:18:24.119Z] --- PASS: TestCopyFromContainer//bar/root/ (0.16s) [2021-03-30T18:18:24.119Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2021-03-30T18:18:24.119Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2021-03-30T18:18:24.119Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.17s) [2021-03-30T18:18:24.119Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2021-03-30T18:18:24.119Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2021-03-30T18:18:24.119Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2021-03-30T18:18:24.119Z] --- PASS: TestCopyFromContainer/bar/notarget (0.09s) [2021-03-30T18:18:24.119Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-30T18:18:24.119Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:18:24.119Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:18:24.119Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:18:24.119Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:18:24.119Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:18:24.119Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:18:24.119Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:18:24.119Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:18:24.119Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:18:24.119Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-03-30T18:18:24.120Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-30T18:18:24.120Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-30T18:18:24.120Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-30T18:18:24.120Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-30T18:18:24.376Z] --- PASS: TestCreateLinkToNonExistingContainer (0.07s) [2021-03-30T18:18:24.376Z] === RUN TestCreateWithInvalidEnv [2021-03-30T18:18:24.376Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-30T18:18:24.376Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-30T18:18:24.376Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-30T18:18:24.376Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-30T18:18:24.376Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-30T18:18:24.376Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-30T18:18:24.376Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-30T18:18:24.376Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-30T18:18:24.376Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-30T18:18:24.376Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-30T18:18:24.376Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-30T18:18:24.376Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-30T18:18:24.376Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-30T18:18:24.376Z] === RUN TestCreateTmpfsMountsTarget [2021-03-30T18:18:24.376Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-03-30T18:18:24.376Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-30T18:18:24.495Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-03-30T18:18:24.495Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-03-30T18:18:24.495Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-03-30T18:18:24.495Z] === RUN TestResumableRequestReaderWithReadError [2021-03-30T18:18:24.495Z] time="2021-03-30T18:18:23Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-03-30T18:18:24.495Z] --- PASS: TestResumableRequestReaderWithReadError (0.12s) [2021-03-30T18:18:24.495Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-03-30T18:18:24.495Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-03-30T18:18:24.495Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-03-30T18:18:24.495Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-03-30T18:18:24.495Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-03-30T18:18:24.495Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-03-30T18:18:24.495Z] === RUN TestResumableRequestReader [2021-03-30T18:18:24.495Z] --- PASS: TestResumableRequestReader (0.00s) [2021-03-30T18:18:24.495Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-03-30T18:18:24.495Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-03-30T18:18:24.495Z] PASS [2021-03-30T18:18:24.495Z] coverage: 100.0% of statements [2021-03-30T18:18:24.495Z] ok github.com/docker/docker/registry/resumable 0.262s coverage: 100.0% of statements [2021-03-30T18:18:24.495Z] === RUN TestRestartManagerTimeout [2021-03-30T18:18:24.495Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-03-30T18:18:24.495Z] === RUN TestRestartManagerTimeoutReset [2021-03-30T18:18:24.495Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-03-30T18:18:24.495Z] PASS [2021-03-30T18:18:24.495Z] coverage: 50.9% of statements [2021-03-30T18:18:24.495Z] ok github.com/docker/docker/restartmanager 0.034s coverage: 50.9% of statements [2021-03-30T18:18:25.491Z] === RUN TestResolveAuthConfigIndexServer [2021-03-30T18:18:25.491Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestResolveAuthConfigFullURL [2021-03-30T18:18:25.491Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestLoadAllowNondistributableArtifacts [2021-03-30T18:18:25.491Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestValidateMirror [2021-03-30T18:18:25.491Z] --- PASS: TestValidateMirror (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestLoadInsecureRegistries [2021-03-30T18:18:25.491Z] === RUN TestDecodeContainerConfig [2021-03-30T18:18:25.491Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestDecodeContainerConfigIsolation [2021-03-30T18:18:25.491Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestValidatePrivileged [2021-03-30T18:18:25.491Z] --- PASS: TestValidatePrivileged (0.00s) [2021-03-30T18:18:25.491Z] PASS [2021-03-30T18:18:25.491Z] coverage: 52.2% of statements [2021-03-30T18:18:25.491Z] time="2021-03-30T18:18:24Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-03-30T18:18:25.491Z] time="2021-03-30T18:18:25Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-03-30T18:18:25.491Z] time="2021-03-30T18:18:25Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-03-30T18:18:25.491Z] --- PASS: TestLoadInsecureRegistries (0.12s) [2021-03-30T18:18:25.491Z] === RUN TestNewServiceConfig [2021-03-30T18:18:25.491Z] --- PASS: TestNewServiceConfig (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestValidateIndexName [2021-03-30T18:18:25.491Z] --- PASS: TestValidateIndexName (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestValidateIndexNameWithError [2021-03-30T18:18:25.491Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestEndpointParse [2021-03-30T18:18:25.491Z] --- PASS: TestEndpointParse (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestEndpointParseInvalid [2021-03-30T18:18:25.491Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestValidateEndpoint [2021-03-30T18:18:25.491Z] ok github.com/docker/docker/runconfig 0.042s coverage: 52.2% of statements [2021-03-30T18:18:25.491Z] --- PASS: TestValidateEndpoint (0.01s) [2021-03-30T18:18:25.491Z] === RUN TestPing [2021-03-30T18:18:25.491Z] --- PASS: TestPing (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestPingRegistryEndpoint [2021-03-30T18:18:25.491Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-03-30T18:18:25.491Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:25.491Z] === RUN TestEndpoint [2021-03-30T18:18:25.491Z] --- SKIP: TestEndpoint (0.00s) [2021-03-30T18:18:25.491Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:25.491Z] === RUN TestParseRepositoryInfo [2021-03-30T18:18:25.491Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestNewIndexInfo [2021-03-30T18:18:25.491Z] --- PASS: TestNewIndexInfo (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestMirrorEndpointLookup [2021-03-30T18:18:25.491Z] --- SKIP: TestMirrorEndpointLookup (0.01s) [2021-03-30T18:18:25.491Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:25.491Z] === RUN TestSearchRepositories [2021-03-30T18:18:25.491Z] --- PASS: TestSearchRepositories (0.00s) [2021-03-30T18:18:25.491Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-03-30T18:18:25.491Z] Host: 127.0.0.1:49241 [2021-03-30T18:18:25.491Z] User-Agent: docker test client [2021-03-30T18:18:25.491Z] Authorization: Token fake-token [2021-03-30T18:18:25.491Z] X-Docker-Token: true [2021-03-30T18:18:25.491Z] Accept-Encoding: gzip [2021-03-30T18:18:25.491Z] [2021-03-30T18:18:25.491Z] [2021-03-30T18:18:25.491Z] registry_test.go:730: HTTP/1.1 200 OK [2021-03-30T18:18:25.491Z] Connection: close [2021-03-30T18:18:25.491Z] Content-Length: 144 [2021-03-30T18:18:25.491Z] Cache-Control: no-cache [2021-03-30T18:18:25.491Z] Content-Type: application/json [2021-03-30T18:18:25.491Z] Date: Tue, 30 Mar 2021 18:18:25 GMT [2021-03-30T18:18:25.491Z] Expires: -1 [2021-03-30T18:18:25.491Z] Pragma: no-cache [2021-03-30T18:18:25.491Z] Server: docker-tests/mock [2021-03-30T18:18:25.491Z] X-Docker-Registry-Config: mock [2021-03-30T18:18:25.491Z] X-Docker-Registry-Version: 0.0.0 [2021-03-30T18:18:25.491Z] [2021-03-30T18:18:25.491Z] [2021-03-30T18:18:25.491Z] === RUN TestTrustedLocation [2021-03-30T18:18:25.491Z] --- PASS: TestTrustedLocation (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-03-30T18:18:25.491Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestAllowNondistributableArtifacts [2021-03-30T18:18:25.491Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestIsSecureIndex [2021-03-30T18:18:25.491Z] --- PASS: TestIsSecureIndex (0.00s) [2021-03-30T18:18:25.491Z] PASS [2021-03-30T18:18:25.491Z] coverage: 51.7% of statements [2021-03-30T18:18:25.491Z] ok github.com/docker/docker/registry 0.232s coverage: 51.7% of statements [2021-03-30T18:18:25.491Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-03-30T18:18:25.491Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-03-30T18:18:25.491Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-03-30T18:18:25.491Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-03-30T18:18:25.491Z] PASS [2021-03-30T18:18:25.491Z] coverage: 62.5% of statements [2021-03-30T18:18:25.491Z] ok github.com/docker/docker/testutil 0.047s coverage: 62.5% of statements [2021-03-30T18:18:25.880Z] --- PASS: TestServiceUpdateLabel (3.21s) [2021-03-30T18:18:25.880Z] === RUN TestServiceUpdateSecrets [2021-03-30T18:18:26.276Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-03-30T18:18:26.532Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-03-30T18:18:27.460Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-03-30T18:18:27.717Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-03-30T18:18:27.725Z] === RUN TestGetDriver [2021-03-30T18:18:27.725Z] --- PASS: TestGetDriver (0.00s) [2021-03-30T18:18:27.725Z] === RUN TestVolumeRequestError [2021-03-30T18:18:27.725Z] --- PASS: TestVolumeRequestError (0.01s) [2021-03-30T18:18:27.725Z] PASS [2021-03-30T18:18:27.725Z] coverage: 36.1% of statements [2021-03-30T18:18:27.725Z] ok github.com/docker/docker/volume/drivers 0.068s coverage: 36.1% of statements [2021-03-30T18:18:27.974Z] --- PASS: TestCreateWithCustomMaskedPaths (3.73s) [2021-03-30T18:18:27.974Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-30T18:18:28.721Z] === RUN TestGetAddress [2021-03-30T18:18:28.721Z] --- PASS: TestGetAddress (0.00s) [2021-03-30T18:18:28.721Z] === RUN TestRemove [2021-03-30T18:18:28.721Z] --- SKIP: TestRemove (0.00s) [2021-03-30T18:18:28.721Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-03-30T18:18:28.721Z] === RUN TestInitializeWithVolumes [2021-03-30T18:18:28.721Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-03-30T18:18:28.721Z] === RUN TestCreate [2021-03-30T18:18:28.721Z] --- PASS: TestCreate (0.01s) [2021-03-30T18:18:28.721Z] === RUN TestValidateName [2021-03-30T18:18:28.721Z] --- PASS: TestValidateName (0.00s) [2021-03-30T18:18:28.721Z] === RUN TestCreateWithOpts [2021-03-30T18:18:28.721Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-03-30T18:18:28.721Z] local_test.go:181: runtime.GOOS == "windows" [2021-03-30T18:18:28.721Z] === RUN TestRelaodNoOpts [2021-03-30T18:18:28.721Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-03-30T18:18:28.721Z] PASS [2021-03-30T18:18:28.721Z] coverage: 41.5% of statements [2021-03-30T18:18:28.721Z] ok github.com/docker/docker/volume/local 0.098s coverage: 41.5% of statements [2021-03-30T18:18:28.721Z] === RUN TestConvertTmpfsOptions [2021-03-30T18:18:28.721Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-03-30T18:18:28.721Z] parser_test.go:49: data="mode=700,size=1m" [2021-03-30T18:18:28.721Z] parser_test.go:49: data="ro" [2021-03-30T18:18:28.721Z] === RUN TestParseMountRaw [2021-03-30T18:18:29.194Z] --- PASS: TestParseMountRaw (0.03s) [2021-03-30T18:18:29.194Z] === RUN TestParseMountRawSplit [2021-03-30T18:18:29.194Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-03-30T18:18:29.194Z] parser_test.go:390: case 0 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 1 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 2 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 3 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 4 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 5 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 6 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 7 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 8 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 0 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 1 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 2 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 3 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 4 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 5 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 6 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 7 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 8 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 9 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 10 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 11 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 12 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 0 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 1 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 2 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 3 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 4 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 5 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 6 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 7 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 8 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 9 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 10 [2021-03-30T18:18:29.194Z] parser_test.go:390: case 11 [2021-03-30T18:18:29.194Z] === RUN TestParseMountSpec [2021-03-30T18:18:29.194Z] --- PASS: TestParseMountSpec (0.01s) [2021-03-30T18:18:29.194Z] parser_test.go:455: case 0 [2021-03-30T18:18:29.194Z] parser_test.go:455: case 1 [2021-03-30T18:18:29.194Z] parser_test.go:455: case 2 [2021-03-30T18:18:29.194Z] parser_test.go:455: case 3 [2021-03-30T18:18:29.194Z] parser_test.go:455: case 4 [2021-03-30T18:18:29.194Z] parser_test.go:455: case 5 [2021-03-30T18:18:29.194Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-03-30T18:18:29.194Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-03-30T18:18:29.194Z] === RUN TestValidateMount [2021-03-30T18:18:29.194Z] --- PASS: TestValidateMount (0.00s) [2021-03-30T18:18:29.194Z] PASS [2021-03-30T18:18:29.194Z] coverage: 66.2% of statements [2021-03-30T18:18:29.194Z] ok github.com/docker/docker/volume/mounts 0.107s coverage: 66.2% of statements [2021-03-30T18:18:30.189Z] === RUN TestSetGetMeta [2021-03-30T18:18:30.190Z] === PAUSE TestSetGetMeta [2021-03-30T18:18:30.190Z] === RUN TestRestore [2021-03-30T18:18:30.190Z] === PAUSE TestRestore [2021-03-30T18:18:30.190Z] === RUN TestServiceCreate [2021-03-30T18:18:30.190Z] === PAUSE TestServiceCreate [2021-03-30T18:18:30.190Z] === RUN TestServiceList [2021-03-30T18:18:30.190Z] === PAUSE TestServiceList [2021-03-30T18:18:30.190Z] === RUN TestServiceRemove [2021-03-30T18:18:30.190Z] === PAUSE TestServiceRemove [2021-03-30T18:18:30.190Z] === RUN TestServiceGet [2021-03-30T18:18:30.190Z] === PAUSE TestServiceGet [2021-03-30T18:18:30.190Z] === RUN TestServicePrune [2021-03-30T18:18:30.190Z] === PAUSE TestServicePrune [2021-03-30T18:18:30.190Z] === RUN TestCreate [2021-03-30T18:18:30.190Z] === PAUSE TestCreate [2021-03-30T18:18:30.190Z] === RUN TestRemove [2021-03-30T18:18:30.190Z] === PAUSE TestRemove [2021-03-30T18:18:30.190Z] === RUN TestList [2021-03-30T18:18:30.190Z] === PAUSE TestList [2021-03-30T18:18:30.190Z] === RUN TestFindByDriver [2021-03-30T18:18:30.190Z] === PAUSE TestFindByDriver [2021-03-30T18:18:30.190Z] === RUN TestFindByReferenced [2021-03-30T18:18:30.190Z] === PAUSE TestFindByReferenced [2021-03-30T18:18:30.190Z] === RUN TestDerefMultipleOfSameRef [2021-03-30T18:18:30.190Z] === PAUSE TestDerefMultipleOfSameRef [2021-03-30T18:18:30.190Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-03-30T18:18:30.190Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-03-30T18:18:30.190Z] === RUN TestDefererencePluginOnCreateError [2021-03-30T18:18:30.190Z] === PAUSE TestDefererencePluginOnCreateError [2021-03-30T18:18:30.190Z] === RUN TestRefDerefRemove [2021-03-30T18:18:30.190Z] === PAUSE TestRefDerefRemove [2021-03-30T18:18:30.190Z] === RUN TestGet [2021-03-30T18:18:30.190Z] === PAUSE TestGet [2021-03-30T18:18:30.190Z] === RUN TestGetWithReference [2021-03-30T18:18:30.190Z] === PAUSE TestGetWithReference [2021-03-30T18:18:30.190Z] === RUN TestFilterFunc [2021-03-30T18:18:30.190Z] === RUN TestFilterFunc/test_nil_list [2021-03-30T18:18:30.190Z] === PAUSE TestFilterFunc/test_nil_list [2021-03-30T18:18:30.190Z] === RUN TestFilterFunc/test_empty_list [2021-03-30T18:18:30.190Z] === PAUSE TestFilterFunc/test_empty_list [2021-03-30T18:18:30.190Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-03-30T18:18:30.190Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-03-30T18:18:30.190Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-03-30T18:18:30.190Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-03-30T18:18:30.190Z] === RUN TestFilterFunc/test_filter_some [2021-03-30T18:18:30.190Z] === PAUSE TestFilterFunc/test_filter_some [2021-03-30T18:18:30.190Z] === RUN TestFilterFunc/test_filter_middle [2021-03-30T18:18:30.190Z] === PAUSE TestFilterFunc/test_filter_middle [2021-03-30T18:18:30.190Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-03-30T18:18:30.190Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-03-30T18:18:30.190Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-03-30T18:18:30.190Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-03-30T18:18:30.190Z] === CONT TestFilterFunc/test_nil_list [2021-03-30T18:18:30.190Z] === CONT TestFilterFunc/test_filter_some [2021-03-30T18:18:30.190Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-03-30T18:18:30.190Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-03-30T18:18:30.190Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-03-30T18:18:30.190Z] === CONT TestFilterFunc/test_empty_list [2021-03-30T18:18:30.190Z] === CONT TestFilterFunc/test_filter_middle [2021-03-30T18:18:30.190Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-03-30T18:18:30.190Z] --- PASS: TestFilterFunc (0.00s) [2021-03-30T18:18:30.190Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-03-30T18:18:30.190Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-03-30T18:18:30.190Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-03-30T18:18:30.190Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-03-30T18:18:30.190Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-03-30T18:18:30.190Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-03-30T18:18:30.190Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-03-30T18:18:30.190Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-03-30T18:18:30.190Z] === CONT TestSetGetMeta [2021-03-30T18:18:30.190Z] === CONT TestFindByDriver [2021-03-30T18:18:30.190Z] === CONT TestServiceList [2021-03-30T18:18:30.190Z] === CONT TestServiceGet [2021-03-30T18:18:30.190Z] --- PASS: TestSetGetMeta (0.02s) [2021-03-30T18:18:30.190Z] === CONT TestServiceRemove [2021-03-30T18:18:30.190Z] --- PASS: TestFindByDriver (0.03s) [2021-03-30T18:18:30.190Z] === CONT TestRemove [2021-03-30T18:18:30.190Z] --- PASS: TestRemove (0.01s) [2021-03-30T18:18:30.190Z] === CONT TestList [2021-03-30T18:18:30.190Z] --- PASS: TestList (0.02s) [2021-03-30T18:18:30.190Z] === CONT TestServiceCreate [2021-03-30T18:18:30.190Z] --- PASS: TestServiceGet (0.11s) [2021-03-30T18:18:30.190Z] === CONT TestRestore [2021-03-30T18:18:30.190Z] --- PASS: TestServiceRemove (0.10s) [2021-03-30T18:18:30.190Z] === CONT TestCreate [2021-03-30T18:18:30.190Z] --- PASS: TestServiceList (0.12s) [2021-03-30T18:18:30.190Z] === CONT TestRefDerefRemove [2021-03-30T18:18:30.190Z] --- PASS: TestServiceCreate (0.06s) [2021-03-30T18:18:30.190Z] === CONT TestGetWithReference [2021-03-30T18:18:30.190Z] --- PASS: TestCreate (0.02s) [2021-03-30T18:18:30.190Z] === CONT TestGet [2021-03-30T18:18:30.190Z] --- PASS: TestRefDerefRemove (0.02s) [2021-03-30T18:18:30.190Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-03-30T18:18:30.190Z] --- PASS: TestRestore (0.03s) [2021-03-30T18:18:30.190Z] === CONT TestServicePrune [2021-03-30T18:18:30.190Z] --- PASS: TestGetWithReference (0.02s) [2021-03-30T18:18:30.190Z] === CONT TestDefererencePluginOnCreateError [2021-03-30T18:18:30.190Z] --- PASS: TestGet (0.02s) [2021-03-30T18:18:30.190Z] === CONT TestDerefMultipleOfSameRef [2021-03-30T18:18:30.190Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-03-30T18:18:30.190Z] === CONT TestFindByReferenced [2021-03-30T18:18:30.190Z] time="2021-03-30T18:18:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-03-30T18:18:30.190Z] time="2021-03-30T18:18:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-03-30T18:18:30.190Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-03-30T18:18:30.190Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-03-30T18:18:30.190Z] time="2021-03-30T18:18:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-03-30T18:18:30.190Z] --- PASS: TestFindByReferenced (0.02s) [2021-03-30T18:18:30.190Z] time="2021-03-30T18:18:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-03-30T18:18:30.190Z] time="2021-03-30T18:18:29Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-03-30T18:18:30.190Z] --- PASS: TestServicePrune (0.05s) [2021-03-30T18:18:30.190Z] PASS [2021-03-30T18:18:30.190Z] coverage: 70.3% of statements [2021-03-30T18:18:30.190Z] ok github.com/docker/docker/volume/service 0.266s coverage: 70.3% of statements [2021-03-30T18:18:30.494Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-03-30T18:18:30.494Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-03-30T18:18:31.771Z] --- PASS: TestNewClientWithTimeout (17.66s) [2021-03-30T18:18:31.771Z] === RUN TestClientStream [2021-03-30T18:18:31.771Z] --- PASS: TestClientStream (0.00s) [2021-03-30T18:18:31.771Z] === RUN TestClientSendFile [2021-03-30T18:18:31.771Z] --- PASS: TestClientSendFile (0.00s) [2021-03-30T18:18:31.771Z] === RUN TestClientWithRequestTimeout [2021-03-30T18:18:31.771Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-03-30T18:18:31.771Z] === RUN TestFileSpecPlugin [2021-03-30T18:18:31.771Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-03-30T18:18:31.771Z] === RUN TestFileJSONSpecPlugin [2021-03-30T18:18:31.771Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-03-30T18:18:31.771Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-03-30T18:18:31.771Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-03-30T18:18:31.771Z] === RUN TestPluginAddHandler [2021-03-30T18:18:31.771Z] --- PASS: TestPluginAddHandler (0.00s) [2021-03-30T18:18:31.771Z] === RUN TestPluginWaitBadPlugin [2021-03-30T18:18:31.771Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-03-30T18:18:31.771Z] === RUN TestGet [2021-03-30T18:18:31.771Z] time="2021-03-30T18:18:31Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-03-30T18:18:31.860Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.56s) [2021-03-30T18:18:31.861Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-30T18:18:31.861Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:18:31.861Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:18:31.861Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:18:31.861Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:18:31.861Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:18:31.861Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:18:31.861Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:18:31.861Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:18:31.861Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:18:31.861Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:18:31.861Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:18:31.861Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:18:31.861Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:18:31.861Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:18:31.861Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:18:31.861Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-03-30T18:18:31.861Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-03-30T18:18:31.861Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-03-30T18:18:31.861Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2021-03-30T18:18:31.861Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.05s) [2021-03-30T18:18:31.861Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2021-03-30T18:18:31.861Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-30T18:18:32.769Z] time="2021-03-30T18:18:32Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-03-30T18:18:32.787Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.06s) [2021-03-30T18:18:32.787Z] === RUN TestCreateDifferentPlatform [2021-03-30T18:18:32.787Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-30T18:18:32.787Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-30T18:18:32.787Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-03-30T18:18:32.787Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-30T18:18:32.787Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-30T18:18:32.787Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-30T18:18:32.787Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-03-30T18:18:32.787Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-30T18:18:33.043Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-03-30T18:18:33.043Z] === RUN TestContainerStartOnDaemonRestart [2021-03-30T18:18:33.043Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-30T18:18:33.043Z] === RUN TestDaemonRestartIpcMode [2021-03-30T18:18:33.043Z] === PAUSE TestDaemonRestartIpcMode [2021-03-30T18:18:33.043Z] === RUN TestDaemonHostGatewayIP [2021-03-30T18:18:33.043Z] === PAUSE TestDaemonHostGatewayIP [2021-03-30T18:18:33.043Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-30T18:18:33.043Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-30T18:18:33.043Z] === RUN TestContainerKillOnDaemonStart [2021-03-30T18:18:33.043Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-30T18:18:33.043Z] === RUN TestDiff [2021-03-30T18:18:33.299Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-03-30T18:18:34.226Z] --- PASS: TestDiff (1.14s) [2021-03-30T18:18:34.226Z] === RUN TestExecWithCloseStdin [2021-03-30T18:18:34.481Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-03-30T18:18:34.481Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-03-30T18:18:35.000Z] time="2021-03-30T18:18:34Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-03-30T18:18:35.847Z] --- PASS: TestExecWithCloseStdin (1.67s) [2021-03-30T18:18:35.847Z] === RUN TestExec [2021-03-30T18:18:36.774Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-03-30T18:18:37.338Z] --- PASS: TestExec (1.66s) [2021-03-30T18:18:37.338Z] === RUN TestExecUser [2021-03-30T18:18:37.791Z] --- PASS: TestInfoAPIWarnings (16.70s) [2021-03-30T18:18:37.791Z] === RUN TestInfoDebug [2021-03-30T18:18:37.791Z] --- PASS: TestInfoDebug (0.67s) [2021-03-30T18:18:37.791Z] === RUN TestInfoInsecureRegistries [2021-03-30T18:18:37.791Z] --- PASS: TestInfoInsecureRegistries (0.62s) [2021-03-30T18:18:37.791Z] === RUN TestInfoRegistryMirrors [2021-03-30T18:18:37.900Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-03-30T18:18:38.352Z] --- PASS: TestInfoRegistryMirrors (0.73s) [2021-03-30T18:18:38.352Z] === RUN TestLoginFailsWithBadCredentials [2021-03-30T18:18:38.608Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s) [2021-03-30T18:18:38.608Z] === RUN TestPingCacheHeaders [2021-03-30T18:18:38.608Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-03-30T18:18:38.608Z] === RUN TestPingGet [2021-03-30T18:18:38.608Z] --- PASS: TestPingGet (0.01s) [2021-03-30T18:18:38.608Z] === RUN TestPingHead [2021-03-30T18:18:38.608Z] --- PASS: TestPingHead (0.02s) [2021-03-30T18:18:38.608Z] === RUN TestVersion [2021-03-30T18:18:38.608Z] --- PASS: TestVersion (0.02s) [2021-03-30T18:18:38.608Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-03-30T18:18:38.819Z] time="2021-03-30T18:18:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-03-30T18:18:39.265Z] --- PASS: TestExecUser (1.76s) [2021-03-30T18:18:39.265Z] === RUN TestExportContainerAndImportImage [2021-03-30T18:18:40.497Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.53s) [2021-03-30T18:18:40.497Z] PASS [2021-03-30T18:18:40.497Z] [2021-03-30T18:18:40.497Z] DONE 18 tests in 24.045s [2021-03-30T18:18:40.497Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-03-30T18:18:40.497Z] INFO: Testing against a local daemon [2021-03-30T18:18:40.497Z] === RUN TestVolumesCreateAndList [2021-03-30T18:18:40.497Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-03-30T18:18:40.497Z] === RUN TestVolumesRemove [2021-03-30T18:18:40.497Z] --- PASS: TestVolumesRemove (0.07s) [2021-03-30T18:18:40.497Z] === RUN TestVolumesInspect [2021-03-30T18:18:40.497Z] --- PASS: TestVolumesInspect (0.02s) [2021-03-30T18:18:40.497Z] === RUN TestVolumesInvalidJSON [2021-03-30T18:18:40.497Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-30T18:18:40.497Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-30T18:18:40.497Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-30T18:18:40.497Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-03-30T18:18:40.497Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-30T18:18:40.497Z] PASS [2021-03-30T18:18:40.497Z] [2021-03-30T18:18:40.497Z] DONE 5 tests in 0.172s [2021-03-30T18:18:40.497Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-30T18:18:40.632Z] --- PASS: TestExportContainerAndImportImage (1.26s) [2021-03-30T18:18:40.632Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-30T18:18:41.998Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-03-30T18:18:42.117Z] Stopping apparmor (via systemctl): apparmor.service. [2021-03-30T18:18:42.117Z] Removing test suite binaries [2021-03-30T18:18:42.117Z] exiting test-integration [2021-03-30T18:18:42.117Z] ++ exit 0 [2021-03-30T18:18:42.117Z] [2021-03-30T18:18:42.925Z] --- PASS: TestExportContainerAfterDaemonRestart (2.41s) [2021-03-30T18:18:42.925Z] === RUN TestHealthCheckWorkdir [2021-03-30T18:18:43.854Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-03-30T18:18:43.983Z] --- PASS: TestServiceUpdateSecrets (15.68s) [2021-03-30T18:18:43.983Z] === RUN TestServiceUpdateConfigs [2021-03-30T18:18:45.220Z] --- PASS: TestHealthCheckWorkdir (2.11s) [2021-03-30T18:18:45.220Z] === RUN TestHealthKillContainer [2021-03-30T18:18:46.148Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-03-30T18:18:46.710Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-03-30T18:18:47.272Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug Post stage [Pipeline] junit [2021-03-30T18:18:47.369Z] Recording test results [2021-03-30T18:18:47.532Z] --- PASS: TestGet (15.01s) [2021-03-30T18:18:47.532Z] === RUN TestPluginWithNoManifest [2021-03-30T18:18:47.532Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-03-30T18:18:47.532Z] === RUN TestGetAll [2021-03-30T18:18:47.532Z] --- PASS: TestGetAll (0.00s) [2021-03-30T18:18:47.532Z] PASS [2021-03-30T18:18:47.532Z] coverage: 73.4% of statements [2021-03-30T18:18:47.532Z] ok github.com/docker/docker/pkg/plugins 35.057s coverage: 73.4% of statements [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/pkg/term [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/quota [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/rootless [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/testutil/request [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/volume [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-03-30T18:18:47.532Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-03-30T18:18:47.708Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-30T18:18:48.005Z] [2021-03-30T18:18:48.005Z] === Skipped [2021-03-30T18:18:48.049Z] + echo Ensuring container killed. [2021-03-30T18:18:48.049Z] Ensuring container killed. [2021-03-30T18:18:48.049Z] + docker rm -vf docker-pr2 [2021-03-30T18:18:48.049Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-03-30T18:18:48.199Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-03-30T18:18:48.199Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-03-30T18:18:48.322Z] + echo Chowning /workspace to jenkins user [2021-03-30T18:18:48.322Z] Chowning /workspace to jenkins user [2021-03-30T18:18:48.322Z] + id -u [2021-03-30T18:18:48.322Z] + id -g [2021-03-30T18:18:48.322Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42226:/workspace busybox chown -R 1000:1000 /workspace [2021-03-30T18:18:48.456Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-03-30T18:18:48.456Z] --- PASS: TestHealthKillContainer (3.57s) [2021-03-30T18:18:48.456Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-30T18:18:48.483Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-03-30T18:18:48.484Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-03-30T18:18:48.484Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-03-30T18:18:48.484Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-03-30T18:18:48.484Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-03-30T18:18:48.484Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-03-30T18:18:48.484Z] client_test.go:23: runtime.GOOS == "windows" [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-03-30T18:18:48.484Z] daemon_test.go:147: root required [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-03-30T18:18:48.484Z] reload_test.go:520: root required [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-03-30T18:18:48.484Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-03-30T18:18:48.484Z] pull_v2_test.go:73: Needs fixing on Windows [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-03-30T18:18:48.484Z] pull_v2_test.go:118: Needs fixing on Windows [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-03-30T18:18:48.484Z] download_test.go:268: Needs fixing on Windows [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-03-30T18:18:48.484Z] layer_test.go:304: Failing on Windows [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-03-30T18:18:48.484Z] layer_test.go:353: Failing on Windows [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-03-30T18:18:48.484Z] layer_test.go:468: Failing on Windows [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-03-30T18:18:48.484Z] layer_test.go:697: Failing on Windows [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-03-30T18:18:48.484Z] migration_test.go:46: Failing on Windows [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-03-30T18:18:48.484Z] migration_test.go:182: Failing on Windows [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-03-30T18:18:48.484Z] mount_test.go:17: Failing on Windows [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-03-30T18:18:48.484Z] mount_test.go:76: Failing on Windows [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-03-30T18:18:48.484Z] mount_test.go:125: Failing on Windows [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-03-30T18:18:48.484Z] mount_test.go:212: Failing on Windows [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-03-30T18:18:48.484Z] archive_test.go:134: Xz not present in msys2 [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-03-30T18:18:48.484Z] archive_test.go:239: Failing on Windows CI machines [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-03-30T18:18:48.484Z] archive_windows_test.go:16: Currently fails [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-03-30T18:18:48.484Z] changes_test.go:192: needs more investigation [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-03-30T18:18:48.484Z] changes_test.go:405: needs further investigation [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-03-30T18:18:48.484Z] changes_test.go:441: needs further investigation [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-03-30T18:18:48.484Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-03-30T18:18:48.484Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-03-30T18:18:48.484Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-03-30T18:18:48.484Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-03-30T18:18:48.484Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-03-30T18:18:48.484Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-03-30T18:18:48.484Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-03-30T18:18:48.484Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-03-30T18:18:48.484Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-03-30T18:18:48.484Z] poller_test.go:41: No chmod on Windows [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-03-30T18:18:48.484Z] fileutils_test.go:134: Needs porting to Windows [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-03-30T18:18:48.484Z] fileutils_test.go:180: Needs porting to Windows [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-03-30T18:18:48.484Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-03-30T18:18:48.484Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.01s) [2021-03-30T18:18:48.484Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-03-30T18:18:48.484Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-03-30T18:18:48.484Z] local_test.go:181: runtime.GOOS == "windows" [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] [2021-03-30T18:18:48.484Z] DONE 1834 tests, 45 skipped in 191.350s [2021-03-30T18:18:48.484Z] INFO: make.ps1 ended at 03/30/2021 18:18:48 [2021-03-30T18:18:49.018Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-03-30T18:18:49.579Z] --- PASS: TestInspectCpusetInConfigPre120 (1.11s) [2021-03-30T18:18:49.579Z] === RUN TestIpcModeNone [2021-03-30T18:18:50.063Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-03-30T18:18:50.063Z] INFO: Unit tests ended at 03/30/2021 18:18:49. Duration:00:03:25.6031286 [2021-03-30T18:18:50.063Z] INFO: Building busybox [2021-03-30T18:18:50.063Z] Sending build context to Docker daemon 5.12kB [2021-03-30T18:18:50.063Z] [2021-03-30T18:18:50.063Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-03-30T18:18:50.063Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-03-30T18:18:50.063Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-03-30T18:18:50.063Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-03-30T18:18:50.063Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-03-30T18:18:50.063Z] ---> 3eaa9ebbf51f [2021-03-30T18:18:50.063Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-03-30T18:18:50.063Z] ---> Running in 4e3f8e548848 [2021-03-30T18:18:50.506Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-30T18:18:51.166Z] + bundleName=amd64-cgroup2 [2021-03-30T18:18:51.166Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-03-30T18:18:51.166Z] Creating amd64-cgroup2-bundles.tar.gz [2021-03-30T18:18:51.166Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-03-30T18:18:51.166Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [Pipeline] archiveArtifacts [2021-03-30T18:18:51.430Z] Archiving artifacts [2021-03-30T18:18:51.434Z] --- PASS: TestIpcModeNone (1.69s) [2021-03-30T18:18:51.434Z] === RUN TestIpcModePrivate [2021-03-30T18:18:51.670Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42226/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-30T18:18:51.973Z] + make clean [2021-03-30T18:18:52.229Z] docker volume rm -f docker-dev-cache [2021-03-30T18:18:52.229Z] docker-dev-cache [Pipeline] deleteDir [2021-03-30T18:18:53.323Z] --- PASS: TestIpcModePrivate (2.01s) [2021-03-30T18:18:53.323Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:98, shared: false, mustBeShared: false [2021-03-30T18:18:53.323Z] === RUN TestIpcModeShareable [2021-03-30T18:18:53.878Z] Removing intermediate container 4e3f8e548848 [2021-03-30T18:18:53.878Z] ---> 275ce7ec1d05 [2021-03-30T18:18:53.878Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-03-30T18:18:53.878Z] ---> Running in cb2997ff1ee0 [2021-03-30T18:18:53.878Z] Removing intermediate container cb2997ff1ee0 [2021-03-30T18:18:53.878Z] ---> b74e44ddf42b [2021-03-30T18:18:53.878Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-03-30T18:18:54.351Z] ---> Running in 148564e0271b [2021-03-30T18:18:54.351Z] Removing intermediate container 148564e0271b [2021-03-30T18:18:54.351Z] ---> 588fb8222f47 [2021-03-30T18:18:54.351Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-03-30T18:18:54.689Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [Pipeline] } [Pipeline] // withEnv [2021-03-30T18:18:54.945Z] --- PASS: TestIpcModeShareable (1.70s) [2021-03-30T18:18:54.945Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:80, shared: true, mustBeShared: true [2021-03-30T18:18:54.945Z] === RUN TestAPIIpcModeShareableAndContainer [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T18:18:55.202Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-03-30T18:18:55.597Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-03-30T18:18:55.597Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-03-30T18:18:55.929Z] [2021-03-30T18:18:56.401Z] ---> d3fe57318807 [2021-03-30T18:18:56.401Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-03-30T18:18:56.401Z] ---> Running in ce37f5b56cbc [2021-03-30T18:18:57.093Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-03-30T18:18:58.459Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-03-30T18:18:58.877Z] --- PASS: TestServiceUpdateConfigs (15.66s) [2021-03-30T18:18:58.877Z] === RUN TestServiceUpdateNetwork [2021-03-30T18:19:00.350Z] --- PASS: TestAPIIpcModeShareableAndContainer (5.02s) [2021-03-30T18:19:00.350Z] === RUN TestAPIIpcModeHost [2021-03-30T18:19:02.244Z] --- PASS: TestAPIIpcModeHost (2.20s) [2021-03-30T18:19:02.244Z] === RUN TestDaemonIpcModeShareable [2021-03-30T18:19:02.808Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-03-30T18:19:03.064Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-03-30T18:19:04.956Z] --- PASS: TestDaemonIpcModeShareable (2.50s) [2021-03-30T18:19:04.956Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:80, shared: true, mustBeShared: true [2021-03-30T18:19:04.956Z] === RUN TestDaemonIpcModePrivate [2021-03-30T18:19:05.101Z] Removing intermediate container ce37f5b56cbc [2021-03-30T18:19:05.101Z] ---> 751770780bc4 [2021-03-30T18:19:05.101Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-03-30T18:19:05.101Z] ---> Running in 03cbc0b72346 [2021-03-30T18:19:05.517Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-03-30T18:19:05.574Z] [2021-03-30T18:19:05.574Z] SUCCESS: Specified value was saved. [2021-03-30T18:19:06.885Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-03-30T18:19:06.885Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-03-30T18:19:06.885Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-03-30T18:19:07.806Z] Removing intermediate container 03cbc0b72346 [2021-03-30T18:19:07.806Z] ---> 0db3d57e6517 [2021-03-30T18:19:07.806Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-03-30T18:19:07.806Z] ---> Running in 65b7c9d182ed [2021-03-30T18:19:07.816Z] --- PASS: TestDaemonIpcModePrivate (2.87s) [2021-03-30T18:19:07.816Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: false, mustBeShared: false [2021-03-30T18:19:07.816Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-30T18:19:08.381Z] === RUN TestDockerSuite/TestBuildAddScript [2021-03-30T18:19:09.747Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-03-30T18:19:11.115Z] --- PASS: TestDaemonIpcModePrivateFromConfig (3.22s) [2021-03-30T18:19:11.115Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: false, mustBeShared: false [2021-03-30T18:19:11.115Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-30T18:19:11.632Z] Cannot create a file when that file already exists. [2021-03-30T18:19:13.003Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-03-30T18:19:13.259Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-03-30T18:19:13.775Z] --- PASS: TestServiceUpdateNetwork (14.98s) [2021-03-30T18:19:13.775Z] === RUN TestServiceUpdatePidsLimit [2021-03-30T18:19:13.775Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-30T18:19:13.820Z] --- PASS: TestDaemonIpcModeShareableFromConfig (3.02s) [2021-03-30T18:19:13.820Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2021-03-30T18:19:13.820Z] === RUN TestIpcModeOlderClient [2021-03-30T18:19:13.820Z] === PAUSE TestIpcModeOlderClient [2021-03-30T18:19:13.820Z] === RUN TestKillContainerInvalidSignal [2021-03-30T18:19:14.289Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-03-30T18:19:14.716Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-30T18:19:15.259Z] --- PASS: TestKillContainerInvalidSignal (1.39s) [2021-03-30T18:19:15.259Z] === RUN TestKillContainer [2021-03-30T18:19:15.259Z] === RUN TestKillContainer/no_signal [2021-03-30T18:19:16.415Z] Removing intermediate container 65b7c9d182ed [2021-03-30T18:19:16.415Z] ---> 7e3e6bff362e [2021-03-30T18:19:16.415Z] Step 13/13 : CMD ["sh"] [2021-03-30T18:19:16.415Z] ---> Running in 96e5bea6012f [2021-03-30T18:19:16.415Z] Removing intermediate container 96e5bea6012f [2021-03-30T18:19:16.415Z] ---> 46338eddaf62 [2021-03-30T18:19:16.415Z] Successfully built 46338eddaf62 [2021-03-30T18:19:16.415Z] Successfully tagged busybox:latest [2021-03-30T18:19:16.415Z] INFO: Docker images of the daemon under test [2021-03-30T18:19:16.415Z] [2021-03-30T18:19:16.415Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-03-30T18:19:16.415Z] busybox latest 46338eddaf62 1 second ago 5.32GB [2021-03-30T18:19:16.415Z] microsoft/windowsservercore latest 3eaa9ebbf51f 4 weeks ago 5.25GB [2021-03-30T18:19:16.415Z] mcr.microsoft.com/windows/servercore ltsc2019 3eaa9ebbf51f 4 weeks ago 5.25GB [2021-03-30T18:19:16.415Z] [2021-03-30T18:19:16.415Z] INFO: Running integration tests at 03/30/2021 18:19:16... [2021-03-30T18:19:16.415Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-03-30T18:19:16.415Z] INFO: Integration API tests being run from the host: [2021-03-30T18:19:16.415Z] INFO: make.ps1 starting at 03/30/2021 18:19:16 [2021-03-30T18:19:16.644Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-03-30T18:19:16.888Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-03-30T18:19:16.910Z] === RUN TestKillContainer/non_killing_signal [2021-03-30T18:19:17.842Z] === RUN TestKillContainer/killing_signal [2021-03-30T18:19:19.737Z] --- PASS: TestKillContainer (4.32s) [2021-03-30T18:19:19.737Z] --- PASS: TestKillContainer/no_signal (1.55s) [2021-03-30T18:19:19.737Z] --- PASS: TestKillContainer/non_killing_signal (1.11s) [2021-03-30T18:19:19.737Z] --- PASS: TestKillContainer/killing_signal (1.43s) [2021-03-30T18:19:19.737Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-30T18:19:19.737Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-30T18:19:19.737Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-03-30T18:19:20.665Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-30T18:19:22.029Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.34s) [2021-03-30T18:19:22.029Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.12s) [2021-03-30T18:19:22.029Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (1.00s) [2021-03-30T18:19:22.029Z] === RUN TestKillStoppedContainer [2021-03-30T18:19:22.029Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-03-30T18:19:22.029Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-30T18:19:22.029Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-03-30T18:19:22.029Z] === RUN TestKillDifferentUserContainer [2021-03-30T18:19:22.452Z] --- PASS: TestImportExtremelyLargeImageWorks (84.08s) [2021-03-30T18:19:22.452Z] PASS [2021-03-30T18:19:22.452Z] [2021-03-30T18:19:22.452Z] === Skipped [2021-03-30T18:19:22.452Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-03-30T18:19:22.452Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:19:22.452Z] [2021-03-30T18:19:22.452Z] [2021-03-30T18:19:22.452Z] DONE 12 tests, 1 skipped in 85.829s [2021-03-30T18:19:22.452Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2021-03-30T18:19:22.452Z] ++ 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 [2021-03-30T18:19:22.452Z] ++ set -e [2021-03-30T18:19:22.452Z] ++ '[' -n 0 ']' [2021-03-30T18:19:22.452Z] ++ set -x [2021-03-30T18:19:22.452Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:19:22.452Z] INFO: Testing against a local daemon [2021-03-30T18:19:22.452Z] === RUN TestNetworkCreateDelete [2021-03-30T18:19:22.452Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-03-30T18:19:22.452Z] === RUN TestDockerNetworkDeletePreferID [2021-03-30T18:19:22.452Z] --- PASS: TestDockerNetworkDeletePreferID (0.39s) [2021-03-30T18:19:22.452Z] === RUN TestDaemonDNSFallback [2021-03-30T18:19:22.452Z] --- PASS: TestDaemonDNSFallback (2.77s) [2021-03-30T18:19:22.452Z] === RUN TestInspectNetwork [2021-03-30T18:19:22.452Z] === RUN TestInspectNetwork/full_network_id [2021-03-30T18:19:22.452Z] === RUN TestInspectNetwork/partial_network_id [2021-03-30T18:19:22.452Z] === RUN TestInspectNetwork/network_name [2021-03-30T18:19:22.452Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-30T18:19:22.844Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-30T18:19:23.393Z] --- PASS: TestKillDifferentUserContainer (1.22s) [2021-03-30T18:19:23.393Z] === RUN TestInspectOomKilledTrue [2021-03-30T18:19:23.393Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-30T18:19:23.393Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:19:23.393Z] === RUN TestInspectOomKilledFalse [2021-03-30T18:19:23.393Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-30T18:19:23.393Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:19:23.393Z] === RUN TestLinksEtcHostsContentMatch [2021-03-30T18:19:24.747Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-03-30T18:19:25.237Z] --- PASS: TestInspectNetwork (12.22s) [2021-03-30T18:19:25.237Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-30T18:19:25.237Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-30T18:19:25.237Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-30T18:19:25.237Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-30T18:19:25.237Z] === RUN TestRunContainerWithBridgeNone [2021-03-30T18:19:25.284Z] --- PASS: TestLinksEtcHostsContentMatch (1.64s) [2021-03-30T18:19:25.284Z] === RUN TestLinksContainerNames [2021-03-30T18:19:25.284Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-03-30T18:19:25.284Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-03-30T18:19:25.795Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-03-30T18:19:25.847Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-03-30T18:19:27.320Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-03-30T18:19:27.737Z] --- PASS: TestLinksContainerNames (2.46s) [2021-03-30T18:19:27.737Z] === RUN TestLogsFollowTailEmpty [2021-03-30T18:19:28.667Z] --- PASS: TestLogsFollowTailEmpty (1.25s) [2021-03-30T18:19:28.667Z] === RUN TestContainerNetworkMountsNoChown [2021-03-30T18:19:28.752Z] --- PASS: TestRunContainerWithBridgeNone (3.37s) [2021-03-30T18:19:28.752Z] === RUN TestNetworkInvalidJSON [2021-03-30T18:19:28.752Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-30T18:19:28.752Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-30T18:19:28.752Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:19:28.752Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:19:28.752Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:19:28.752Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:19:28.752Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-30T18:19:28.752Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:19:28.752Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:19:28.752Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-03-30T18:19:28.752Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-30T18:19:28.752Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-30T18:19:28.752Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-30T18:19:28.752Z] === RUN TestNetworkList [2021-03-30T18:19:28.752Z] === RUN TestNetworkList//networks [2021-03-30T18:19:28.752Z] === PAUSE TestNetworkList//networks [2021-03-30T18:19:28.752Z] === RUN TestNetworkList//networks/ [2021-03-30T18:19:28.752Z] === PAUSE TestNetworkList//networks/ [2021-03-30T18:19:28.752Z] === CONT TestNetworkList//networks [2021-03-30T18:19:28.752Z] === CONT TestNetworkList//networks/ [2021-03-30T18:19:28.752Z] --- PASS: TestNetworkList (0.03s) [2021-03-30T18:19:28.752Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-30T18:19:28.752Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-30T18:19:28.752Z] === RUN TestHostIPv4BridgeLabel [2021-03-30T18:19:28.852Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-03-30T18:19:28.852Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-03-30T18:19:29.043Z] --- PASS: TestHostIPv4BridgeLabel (0.55s) [2021-03-30T18:19:29.043Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-30T18:19:29.602Z] --- PASS: TestContainerNetworkMountsNoChown (1.03s) [2021-03-30T18:19:29.602Z] === RUN TestMountDaemonRoot [2021-03-30T18:19:29.602Z] === RUN TestMountDaemonRoot/default [2021-03-30T18:19:29.602Z] === PAUSE TestMountDaemonRoot/default [2021-03-30T18:19:29.602Z] === RUN TestMountDaemonRoot/private [2021-03-30T18:19:29.602Z] === PAUSE TestMountDaemonRoot/private [2021-03-30T18:19:29.602Z] === RUN TestMountDaemonRoot/rprivate [2021-03-30T18:19:29.602Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-30T18:19:29.602Z] === RUN TestMountDaemonRoot/slave [2021-03-30T18:19:29.602Z] === PAUSE TestMountDaemonRoot/slave [2021-03-30T18:19:29.602Z] === RUN TestMountDaemonRoot/rslave [2021-03-30T18:19:29.602Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-30T18:19:29.602Z] === RUN TestMountDaemonRoot/shared [2021-03-30T18:19:29.602Z] === PAUSE TestMountDaemonRoot/shared [2021-03-30T18:19:29.602Z] === RUN TestMountDaemonRoot/rshared [2021-03-30T18:19:29.602Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-30T18:19:29.602Z] === CONT TestMountDaemonRoot/default [2021-03-30T18:19:29.602Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-30T18:19:29.602Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-30T18:19:29.602Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:19:29.602Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:19:29.602Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-30T18:19:29.602Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-30T18:19:29.602Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:19:29.602Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:19:29.602Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-30T18:19:29.602Z] === CONT TestMountDaemonRoot/rshared [2021-03-30T18:19:29.602Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:19:29.602Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:19:29.602Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:19:29.602Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:19:29.602Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:19:29.602Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:19:29.602Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:19:29.602Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:19:29.602Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:19:29.857Z] === CONT TestMountDaemonRoot/shared [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:19:29.858Z] === CONT TestMountDaemonRoot/rslave [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:19:29.858Z] === CONT TestMountDaemonRoot/slave [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-30T18:19:29.858Z] === CONT TestMountDaemonRoot/rprivate [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:19:29.858Z] === CONT TestMountDaemonRoot/private [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-30T18:19:29.858Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:19:29.858Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:19:29.858Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:19:29.858Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-30T18:19:29.858Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:19:29.858Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:19:29.858Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:19:29.858Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:19:29.858Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-30T18:19:30.076Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-03-30T18:19:30.076Z] === RUN TestDaemonDefaultNetworkPools [2021-03-30T18:19:30.113Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:19:30.113Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-30T18:19:30.113Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:19:30.113Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:19:30.113Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:19:30.113Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:19:30.113Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:19:30.113Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:19:30.113Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:19:30.370Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-30T18:19:30.370Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:19:30.370Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-30T18:19:30.370Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-30T18:19:30.370Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:19:30.370Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:19:30.370Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:19:30.370Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:19:30.370Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-30T18:19:30.370Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-03-30T18:19:30.625Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:19:30.625Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-03-30T18:19:30.625Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-30T18:19:30.625Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.17s) [2021-03-30T18:19:30.625Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-03-30T18:19:30.625Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.07s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.12s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.04s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.07s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.06s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.07s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.07s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.10s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-03-30T18:19:30.626Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-03-30T18:19:30.626Z] === RUN TestContainerBindMountNonRecursive [2021-03-30T18:19:30.965Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-03-30T18:19:30.985Z] --- PASS: TestServiceUpdatePidsLimit (18.08s) [2021-03-30T18:19:30.985Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.15s) [2021-03-30T18:19:30.985Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.32s) [2021-03-30T18:19:30.985Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.32s) [2021-03-30T18:19:30.985Z] PASS [2021-03-30T18:19:30.985Z] [2021-03-30T18:19:30.985Z] === Skipped [2021-03-30T18:19:30.985Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-03-30T18:19:30.985Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-30T18:19:30.985Z] [2021-03-30T18:19:30.985Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-03-30T18:19:30.985Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:19:30.985Z] [2021-03-30T18:19:30.985Z] [2021-03-30T18:19:30.985Z] DONE 27 tests, 2 skipped in 167.902s [2021-03-30T18:19:30.985Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-03-30T18:19:30.985Z] ++ 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 [2021-03-30T18:19:30.985Z] ++ set -e [2021-03-30T18:19:30.985Z] ++ '[' -n 0 ']' [2021-03-30T18:19:30.985Z] ++ set -x [2021-03-30T18:19:30.985Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:19:30.985Z] INFO: Testing against a local daemon [2021-03-30T18:19:30.985Z] === RUN TestSessionCreate [2021-03-30T18:19:30.985Z] --- PASS: TestSessionCreate (0.05s) [2021-03-30T18:19:30.985Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-30T18:19:30.985Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-03-30T18:19:30.985Z] PASS [2021-03-30T18:19:30.985Z] [2021-03-30T18:19:30.985Z] DONE 2 tests in 0.236s [2021-03-30T18:19:30.985Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-03-30T18:19:30.986Z] ++ 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 [2021-03-30T18:19:30.986Z] ++ set -e [2021-03-30T18:19:30.986Z] ++ '[' -n 0 ']' [2021-03-30T18:19:30.986Z] ++ set -x [2021-03-30T18:19:30.986Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:19:30.986Z] INFO: Testing against a local daemon [2021-03-30T18:19:30.986Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-30T18:19:30.986Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-30T18:19:30.986Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-30T18:19:30.986Z] === RUN TestEventsExecDie [2021-03-30T18:19:31.120Z] --- PASS: TestDaemonDefaultNetworkPools (0.86s) [2021-03-30T18:19:31.120Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-30T18:19:31.556Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-03-30T18:19:31.573Z] --- PASS: TestEventsExecDie (1.25s) [2021-03-30T18:19:31.573Z] === RUN TestEventsBackwardsCompatible [2021-03-30T18:19:31.838Z] --- PASS: TestEventsBackwardsCompatible (0.13s) [2021-03-30T18:19:31.838Z] === RUN TestInfoBinaryCommits [2021-03-30T18:19:31.838Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-03-30T18:19:31.838Z] === RUN TestInfoAPIVersioned [2021-03-30T18:19:31.838Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-03-30T18:19:31.838Z] === RUN TestInfoDiscoveryBackend [2021-03-30T18:19:32.153Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.27s) [2021-03-30T18:19:32.153Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-30T18:19:32.413Z] --- PASS: TestInfoDiscoveryBackend (0.64s) [2021-03-30T18:19:32.413Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-30T18:19:33.660Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.24s) [2021-03-30T18:19:33.660Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-30T18:19:33.796Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-30T18:19:33.796Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-30T18:19:33.950Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.67s) [2021-03-30T18:19:33.950Z] === RUN TestServiceWithPredefinedNetwork [2021-03-30T18:19:34.056Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.62s) [2021-03-30T18:19:34.056Z] === RUN TestInfoAPI [2021-03-30T18:19:34.074Z] --- PASS: TestContainerBindMountNonRecursive (3.38s) [2021-03-30T18:19:34.074Z] === RUN TestContainerVolumesMountedAsShared [2021-03-30T18:19:34.316Z] --- PASS: TestInfoAPI (0.05s) [2021-03-30T18:19:34.316Z] === RUN TestInfoAPIWarnings [2021-03-30T18:19:34.527Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-03-30T18:19:34.637Z] --- PASS: TestContainerVolumesMountedAsShared (0.76s) [2021-03-30T18:19:34.637Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-30T18:19:35.199Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-03-30T18:19:36.066Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-03-30T18:19:36.134Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-03-30T18:19:36.134Z] --- PASS: TestContainerVolumesMountedAsSlave (1.57s) [2021-03-30T18:19:36.134Z] === RUN TestNetworkNat [2021-03-30T18:19:36.390Z] === RUN TestDockerSuite/TestBuildAddTar [2021-03-30T18:19:37.593Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-03-30T18:19:37.757Z] --- PASS: TestNetworkNat (1.48s) [2021-03-30T18:19:37.757Z] === RUN TestNetworkLocalhostTCPNat [2021-03-30T18:19:38.223Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:19:38.223Z] INFO: Testing against a local daemon [2021-03-30T18:19:38.223Z] === RUN TestBuildWithSession [2021-03-30T18:19:38.223Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-30T18:19:38.223Z] build_session_test.go:25: TODO: BuildKit [2021-03-30T18:19:38.223Z] === RUN TestBuildSquashParent [2021-03-30T18:19:38.223Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-03-30T18:19:38.223Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:19:38.223Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-30T18:19:38.223Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:19:38.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:19:38.223Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:19:38.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:19:38.223Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:19:38.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:19:38.223Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:19:38.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:19:38.223Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:19:38.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:19:38.223Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:19:38.223Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:19:38.223Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:19:38.223Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:19:38.223Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:19:38.223Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:19:38.240Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-03-30T18:19:38.398Z] --- PASS: TestServiceWithPredefinedNetwork (3.95s) [2021-03-30T18:19:38.399Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-30T18:19:38.399Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-30T18:19:38.399Z] service_test.go:242: FLAKY_TEST [2021-03-30T18:19:38.399Z] === RUN TestServiceWithDataPathPortInit [2021-03-30T18:19:39.123Z] --- PASS: TestNetworkLocalhostTCPNat (1.48s) [2021-03-30T18:19:39.123Z] === RUN TestNetworkLoopbackNat [2021-03-30T18:19:40.343Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-03-30T18:19:41.407Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-03-30T18:19:41.649Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-03-30T18:19:42.577Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-03-30T18:19:43.138Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-03-30T18:19:43.394Z] --- PASS: TestNetworkLoopbackNat (4.11s) [2021-03-30T18:19:43.394Z] === RUN TestPause [2021-03-30T18:19:43.498Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-03-30T18:19:43.650Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-03-30T18:19:44.550Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-03-30T18:19:44.579Z] --- PASS: TestPause (1.27s) [2021-03-30T18:19:44.579Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-30T18:19:44.579Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-30T18:19:44.579Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-30T18:19:44.579Z] === RUN TestPauseStopPausedContainer [2021-03-30T18:19:45.946Z] --- PASS: TestPauseStopPausedContainer (1.34s) [2021-03-30T18:19:45.946Z] === RUN TestPsFilter [2021-03-30T18:19:45.946Z] --- PASS: TestPsFilter (0.14s) [2021-03-30T18:19:45.946Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-30T18:19:46.079Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-03-30T18:19:46.509Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-03-30T18:19:47.072Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-03-30T18:19:47.134Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-03-30T18:19:47.134Z] Using test binary docker [2021-03-30T18:19:47.134Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-03-30T18:19:47.134Z] +++ /etc/init.d/apparmor start [2021-03-30T18:19:47.134Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-03-30T18:19:47.134Z] INFO: Waiting for daemon to start... [2021-03-30T18:19:47.134Z] Starting dockerd [2021-03-30T18:19:47.134Z] +++ 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 [2021-03-30T18:19:47.328Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.18s) [2021-03-30T18:19:47.328Z] === RUN TestRemoveContainerWithVolume [2021-03-30T18:19:48.694Z] --- PASS: TestRemoveContainerWithVolume (1.32s) [2021-03-30T18:19:48.694Z] === RUN TestRemoveContainerRunning [2021-03-30T18:19:48.743Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:19:49.218Z] . [2021-03-30T18:19:49.218Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-03-30T18:19:49.218Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-03-30T18:19:49.218Z] Error: No such image: emptyfs [2021-03-30T18:19:49.218Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-03-30T18:19:49.218Z] ++++ docker load [2021-03-30T18:19:49.219Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:19:49.256Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-03-30T18:19:49.256Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-03-30T18:19:49.517Z] Running integration-test (iteration 1) [2021-03-30T18:19:49.517Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2021-03-30T18:19:49.517Z] ++ 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 [2021-03-30T18:19:49.517Z] ++ set -e [2021-03-30T18:19:49.517Z] ++ '[' -n 0 ']' [2021-03-30T18:19:49.517Z] ++ set -x [2021-03-30T18:19:49.517Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:19:49.817Z] --- PASS: TestRemoveContainerRunning (1.35s) [2021-03-30T18:19:49.817Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-30T18:19:51.184Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-03-30T18:19:51.184Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.34s) [2021-03-30T18:19:51.184Z] === RUN TestRemoveInvalidContainer [2021-03-30T18:19:51.184Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-03-30T18:19:51.184Z] === RUN TestRenameLinkedContainer [2021-03-30T18:19:52.119Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-03-30T18:19:52.416Z] --- PASS: TestInfoAPIWarnings (16.62s) [2021-03-30T18:19:52.416Z] === RUN TestInfoDebug [2021-03-30T18:19:52.416Z] --- PASS: TestInfoDebug (0.62s) [2021-03-30T18:19:52.416Z] === RUN TestInfoInsecureRegistries [2021-03-30T18:19:52.416Z] --- PASS: TestInfoInsecureRegistries (0.64s) [2021-03-30T18:19:52.416Z] === RUN TestInfoRegistryMirrors [2021-03-30T18:19:52.677Z] --- PASS: TestInfoRegistryMirrors (0.63s) [2021-03-30T18:19:52.677Z] === RUN TestLoginFailsWithBadCredentials [2021-03-30T18:19:52.937Z] --- PASS: TestLoginFailsWithBadCredentials (0.26s) [2021-03-30T18:19:52.937Z] === RUN TestPingCacheHeaders [2021-03-30T18:19:52.937Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-03-30T18:19:52.937Z] === RUN TestPingGet [2021-03-30T18:19:52.937Z] --- PASS: TestPingGet (0.03s) [2021-03-30T18:19:52.937Z] === RUN TestPingHead [2021-03-30T18:19:53.197Z] --- PASS: TestPingHead (0.05s) [2021-03-30T18:19:53.197Z] === RUN TestVersion [2021-03-30T18:19:53.197Z] --- PASS: TestVersion (0.04s) [2021-03-30T18:19:53.197Z] PASS [2021-03-30T18:19:53.197Z] [2021-03-30T18:19:53.197Z] === Skipped [2021-03-30T18:19:53.197Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-30T18:19:53.197Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-30T18:19:53.197Z] [2021-03-30T18:19:53.197Z] [2021-03-30T18:19:53.197Z] DONE 18 tests, 1 skipped in 22.854s [2021-03-30T18:19:53.197Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-03-30T18:19:53.198Z] ++ 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 [2021-03-30T18:19:53.198Z] ++ set -e [2021-03-30T18:19:53.198Z] ++ '[' -n 0 ']' [2021-03-30T18:19:53.198Z] ++ set -x [2021-03-30T18:19:53.198Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:19:53.198Z] INFO: Testing against a local daemon [2021-03-30T18:19:53.198Z] === RUN TestVolumesCreateAndList [2021-03-30T18:19:53.198Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-03-30T18:19:53.198Z] === RUN TestVolumesRemove [2021-03-30T18:19:53.457Z] --- PASS: TestVolumesRemove (0.12s) [2021-03-30T18:19:53.457Z] === RUN TestVolumesInspect [2021-03-30T18:19:53.457Z] --- PASS: TestVolumesInspect (0.03s) [2021-03-30T18:19:53.457Z] === RUN TestVolumesInvalidJSON [2021-03-30T18:19:53.457Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-30T18:19:53.457Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-30T18:19:53.457Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-30T18:19:53.457Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-03-30T18:19:53.457Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-30T18:19:53.457Z] PASS [2021-03-30T18:19:53.457Z] [2021-03-30T18:19:53.457Z] DONE 5 tests in 0.349s [2021-03-30T18:19:53.457Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-30T18:19:54.028Z] ++++ cat bundles/test-integration/docker.pid [2021-03-30T18:19:54.028Z] +++ kill 13936 [2021-03-30T18:19:55.121Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-30T18:19:55.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (9.98s) [2021-03-30T18:19:55.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (10.76s) [2021-03-30T18:19:55.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (11.07s) [2021-03-30T18:19:55.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.29s) [2021-03-30T18:19:55.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (6.71s) [2021-03-30T18:19:55.121Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (6.19s) [2021-03-30T18:19:55.121Z] === RUN TestBuildMultiStageCopy [2021-03-30T18:19:55.121Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-30T18:19:55.388Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-03-30T18:19:55.410Z] +++ /etc/init.d/apparmor stop [2021-03-30T18:19:55.411Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-30T18:19:55.411Z] [2021-03-30T18:19:55.411Z] Unloading profiles will leave already running processes permanently [2021-03-30T18:19:55.411Z] unconfined, which can lead to unexpected situations. [2021-03-30T18:19:55.411Z] [2021-03-30T18:19:55.411Z] To set a process to complain mode, use the command line tool [2021-03-30T18:19:55.411Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-30T18:19:55.411Z] +++ true [2021-03-30T18:19:55.411Z] exiting test-integration [2021-03-30T18:19:55.411Z] ++ exit 0 [2021-03-30T18:19:55.411Z] [2021-03-30T18:19:56.315Z] --- PASS: TestRenameLinkedContainer (4.89s) [2021-03-30T18:19:56.315Z] === RUN TestRenameStoppedContainer [2021-03-30T18:19:57.242Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-03-30T18:19:57.500Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-03-30T18:19:57.500Z] --- PASS: TestRenameStoppedContainer (1.30s) [2021-03-30T18:19:57.500Z] === RUN TestRenameRunningContainerAndReuse Post stage [Pipeline] junit [2021-03-30T18:19:59.625Z] Recording test results [2021-03-30T18:19:59.896Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-30T18:20:00.021Z] --- PASS: TestRenameRunningContainerAndReuse (2.42s) [2021-03-30T18:20:00.021Z] === RUN TestRenameInvalidName [2021-03-30T18:20:00.243Z] + echo Ensuring container killed. [2021-03-30T18:20:00.243Z] Ensuring container killed. [2021-03-30T18:20:00.243Z] + docker rm -vf docker-pr2 [2021-03-30T18:20:00.243Z] Error: No such container: docker-pr2 [Pipeline] sh [2021-03-30T18:20:00.278Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-03-30T18:20:00.530Z] + echo Chowning /workspace to jenkins user [2021-03-30T18:20:00.530Z] Chowning /workspace to jenkins user [2021-03-30T18:20:00.530Z] + id -u [2021-03-30T18:20:00.530Z] + id -g [2021-03-30T18:20:00.530Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42226:/workspace busybox chown -R 1000:1000 /workspace [2021-03-30T18:20:00.851Z] --- PASS: TestServiceWithDataPathPortInit (22.27s) [2021-03-30T18:20:00.851Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-30T18:20:01.205Z] --- PASS: TestRenameInvalidName (1.26s) [2021-03-30T18:20:01.205Z] === RUN TestRenameAnonymousContainer [2021-03-30T18:20:02.230Z] Loaded image: buildpack-deps:buster [2021-03-30T18:20:02.318Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-30T18:20:02.527Z] Loaded image: busybox:latest [2021-03-30T18:20:02.527Z] Loaded image: busybox:glibc [2021-03-30T18:20:02.791Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-30T18:20:03.095Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-03-30T18:20:03.263Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-30T18:20:04.021Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-03-30T18:20:04.843Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-30T18:20:05.294Z] Loaded image: debian:bullseye [2021-03-30T18:20:05.294Z] Loaded image: hello-world:latest [2021-03-30T18:20:05.294Z] Loaded image: arm32v7/hello-world:latest [2021-03-30T18:20:05.294Z] INFO: Testing against a local daemon [2021-03-30T18:20:05.294Z] === RUN TestCgroupNamespacesBuild [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-30T18:20:05.838Z] --- PASS: TestBuildMultiStageCopy (10.46s) [2021-03-30T18:20:05.838Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.72s) [2021-03-30T18:20:05.838Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.69s) [2021-03-30T18:20:05.838Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.80s) [2021-03-30T18:20:05.838Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.03s) [2021-03-30T18:20:05.838Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.21s) [2021-03-30T18:20:05.838Z] === RUN TestBuildMultiStageParentConfig [2021-03-30T18:20:06.114Z] + bundleName=arm64-integration [2021-03-30T18:20:06.114Z] + echo Creating arm64-integration-bundles.tar.gz [2021-03-30T18:20:06.114Z] Creating arm64-integration-bundles.tar.gz [2021-03-30T18:20:06.114Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o+ -name *.prof -o -namexargs *-report.xml ) tar -print -czf [2021-03-30T18:20:06.114Z] arm64-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-03-30T18:20:06.388Z] Archiving artifacts [2021-03-30T18:20:06.544Z] --- PASS: TestRenameAnonymousContainer (5.21s) [2021-03-30T18:20:06.544Z] === RUN TestRenameContainerWithSameName [2021-03-30T18:20:06.607Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42226/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-30T18:20:06.800Z] === RUN TestDockerSuite/TestBuildBlankName [2021-03-30T18:20:06.825Z] --- PASS: TestCgroupNamespacesBuild (1.42s) [2021-03-30T18:20:06.825Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-03-30T18:20:06.923Z] + make clean [2021-03-30T18:20:07.363Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-03-30T18:20:07.363Z] --- PASS: TestRenameContainerWithSameName (1.03s) [2021-03-30T18:20:07.363Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-30T18:20:07.493Z] docker volume rm -f docker-dev-cache [2021-03-30T18:20:07.493Z] docker-dev-cache [Pipeline] deleteDir [2021-03-30T18:20:07.926Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-03-30T18:20:08.077Z] --- PASS: TestBuildMultiStageParentConfig (2.28s) [2021-03-30T18:20:08.077Z] === RUN TestBuildLabelWithTargets [2021-03-30T18:20:08.077Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-03-30T18:20:08.077Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-30T18:20:08.077Z] === RUN TestBuildWithEmptyLayers [2021-03-30T18:20:08.353Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.39s) [2021-03-30T18:20:08.353Z] === RUN TestBuildWithSession [2021-03-30T18:20:08.353Z] --- SKIP: TestBuildWithSession (0.00s) [2021-03-30T18:20:08.353Z] build_session_test.go:25: TODO: BuildKit [2021-03-30T18:20:08.353Z] === RUN TestBuildSquashParent [2021-03-30T18:20:09.074Z] --- PASS: TestBuildWithEmptyLayers (1.18s) [2021-03-30T18:20:09.074Z] === RUN TestBuildMultiStageOnBuild [2021-03-30T18:20:09.815Z] --- PASS: TestRenameContainerWithLinkedContainer (2.20s) [2021-03-30T18:20:09.815Z] === RUN TestResize [2021-03-30T18:20:10.071Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-03-30T18:20:11.004Z] --- PASS: TestResize (1.22s) [2021-03-30T18:20:11.004Z] === RUN TestResizeWithInvalidSize [2021-03-30T18:20:11.932Z] --- PASS: TestResizeWithInvalidSize (1.02s) [2021-03-30T18:20:11.932Z] === RUN TestResizeWhenContainerNotStarted [2021-03-30T18:20:12.494Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-03-30T18:20:13.027Z] --- PASS: TestBuildSquashParent (4.19s) [2021-03-30T18:20:13.027Z] === RUN TestBuildWithRemoveAndForceRemove [2021-03-30T18:20:13.027Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:20:13.027Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:20:13.027Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:20:13.027Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:20:13.027Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:20:13.027Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:20:13.027Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:20:13.027Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:20:13.027Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:20:13.027Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:20:13.027Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:20:13.027Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:20:13.027Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-03-30T18:20:13.027Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-03-30T18:20:13.027Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-03-30T18:20:13.027Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-03-30T18:20:13.056Z] --- PASS: TestResizeWhenContainerNotStarted (1.07s) [2021-03-30T18:20:13.056Z] === RUN TestDaemonRestartKillContainers [2021-03-30T18:20:13.056Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-30T18:20:13.056Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-30T18:20:13.056Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-30T18:20:13.056Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-30T18:20:13.056Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-30T18:20:13.056Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-30T18:20:13.056Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-30T18:20:13.056Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-30T18:20:13.056Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-30T18:20:13.056Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-30T18:20:13.056Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-30T18:20:13.056Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-30T18:20:13.056Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-30T18:20:13.056Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-30T18:20:13.056Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-30T18:20:13.056Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-30T18:20:13.056Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:20:13.056Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:20:13.056Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:20:13.056Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:20:13.056Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:20:13.056Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:20:13.056Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:20:13.056Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:20:13.056Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-30T18:20:13.056Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-30T18:20:13.479Z] --- PASS: TestServiceWithDefaultAddressPoolInit (11.31s) [2021-03-30T18:20:13.479Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:i3d0qfctvuskg4gy1lq0jgplk Created:2021-03-30 18:20:01.813532355 +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[25f1e4a5b5ec5d1988fe3c6c13955335bc49782d9ab76e96c43cade305eae8f7:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.t3pi9a87rjjx4cpg8v14v9h83 EndpointID:c0d3d3ae126560dbb9242f8ca4879804f426e162aef3556a4ae1c29a4005e17b MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:15f52ed84099e37bd6297c217e68af3c8553a33bccde1994d4cded2217722da6 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:ab36ae74e601 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.t3pi9a87rjjx4cpg8v14v9h83 EndpointID:c0d3d3ae126560dbb9242f8ca4879804f426e162aef3556a4ae1c29a4005e17b EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-30T18:20:13.479Z] PASS [2021-03-30T18:20:13.479Z] [2021-03-30T18:20:13.479Z] === Skipped [2021-03-30T18:20:13.479Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-30T18:20:13.479Z] service_test.go:242: FLAKY_TEST [2021-03-30T18:20:13.479Z] [2021-03-30T18:20:13.479Z] [2021-03-30T18:20:13.479Z] DONE 26 tests, 1 skipped in 62.269s [2021-03-30T18:20:13.479Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-30T18:20:13.479Z] ++ 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 [2021-03-30T18:20:13.479Z] ++ set -e [2021-03-30T18:20:13.479Z] ++ '[' -n 0 ']' [2021-03-30T18:20:13.479Z] ++ set -x [2021-03-30T18:20:13.479Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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 [2021-03-30T18:20:13.479Z] INFO: Testing against a local daemon [2021-03-30T18:20:13.479Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-30T18:20:13.479Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.01s) [2021-03-30T18:20:13.479Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:20:13.479Z] === RUN TestDockerNetworkIpvlan [2021-03-30T18:20:13.479Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-30T18:20:13.479Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:20:13.479Z] PASS [2021-03-30T18:20:13.479Z] [2021-03-30T18:20:13.479Z] === Skipped [2021-03-30T18:20:13.479Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.01s) [2021-03-30T18:20:13.479Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:20:13.479Z] [2021-03-30T18:20:13.479Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-30T18:20:13.479Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:20:13.479Z] [2021-03-30T18:20:13.479Z] [2021-03-30T18:20:13.479Z] DONE 2 tests, 2 skipped in 0.210s [2021-03-30T18:20:13.479Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-30T18:20:13.479Z] ++ 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 [2021-03-30T18:20:13.479Z] ++ set -e [2021-03-30T18:20:13.479Z] ++ '[' -n 0 ']' [2021-03-30T18:20:13.479Z] ++ set -x [2021-03-30T18:20:13.479Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=s390x DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= 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 [2021-03-30T18:20:13.479Z] INFO: Testing against a local daemon [2021-03-30T18:20:13.479Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-30T18:20:13.479Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.54s) [2021-03-30T18:20:13.479Z] === RUN TestDockerNetworkMacvlan [2021-03-30T18:20:14.422Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-03-30T18:20:14.512Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-30T18:20:14.993Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-03-30T18:20:15.128Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-03-30T18:20:15.128Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-03-30T18:20:15.545Z] === RUN TestDockerNetworkMacvlan/OverlapParent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T18:20:16.361Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:20:16.579Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-30T18:20:16.924Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:20:17.219Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-03-30T18:20:17.219Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.66s) [2021-03-30T18:20:17.219Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.66s) [2021-03-30T18:20:17.219Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.72s) [2021-03-30T18:20:17.219Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.77s) [2021-03-30T18:20:17.219Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.82s) [2021-03-30T18:20:17.219Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.85s) [2021-03-30T18:20:17.219Z] === RUN TestBuildMultiStageCopy [2021-03-30T18:20:17.219Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-03-30T18:20:18.291Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-03-30T18:20:18.547Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:20:18.759Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-03-30T18:20:18.803Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:20:19.054Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-03-30T18:20:19.347Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-03-30T18:20:19.619Z] --- PASS: TestBuildMultiStageOnBuild (10.53s) [2021-03-30T18:20:19.619Z] === RUN TestBuildUncleanTarFilenames [2021-03-30T18:20:19.619Z] --- SKIP: TestBuildUncleanTarFilenames (0.01s) [2021-03-30T18:20:19.619Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-30T18:20:19.619Z] === RUN TestBuildMultiStageLayerLeak [2021-03-30T18:20:19.646Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-03-30T18:20:19.942Z] --- PASS: TestBuildMultiStageCopy (2.92s) [2021-03-30T18:20:19.942Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.64s) [2021-03-30T18:20:19.942Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.30s) [2021-03-30T18:20:19.942Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.31s) [2021-03-30T18:20:19.942Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.31s) [2021-03-30T18:20:19.942Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.36s) [2021-03-30T18:20:19.942Z] === RUN TestBuildMultiStageParentConfig [2021-03-30T18:20:20.697Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-30T18:20:20.697Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-30T18:20:20.987Z] --- PASS: TestBuildMultiStageParentConfig (0.85s) [2021-03-30T18:20:20.987Z] === RUN TestBuildLabelWithTargets [2021-03-30T18:20:21.026Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-30T18:20:21.628Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-03-30T18:20:22.038Z] --- PASS: TestBuildLabelWithTargets (1.27s) [2021-03-30T18:20:22.038Z] === RUN TestBuildWithEmptyLayers [2021-03-30T18:20:22.680Z] --- PASS: TestBuildWithEmptyLayers (0.64s) [2021-03-30T18:20:22.680Z] === RUN TestBuildMultiStageOnBuild [2021-03-30T18:20:24.766Z] --- PASS: TestBuildMultiStageOnBuild (1.75s) [2021-03-30T18:20:24.766Z] === RUN TestBuildUncleanTarFilenames [2021-03-30T18:20:24.898Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-30T18:20:24.898Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-03-30T18:20:24.898Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-30T18:20:25.408Z] --- PASS: TestBuildUncleanTarFilenames (0.90s) [2021-03-30T18:20:25.408Z] === RUN TestBuildMultiStageLayerLeak [2021-03-30T18:20:25.476Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-30T18:20:26.264Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-03-30T18:20:27.497Z] --- PASS: TestBuildMultiStageLayerLeak (1.88s) [2021-03-30T18:20:27.497Z] === RUN TestBuildWithHugeFile [2021-03-30T18:20:28.153Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-03-30T18:20:29.081Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-03-30T18:20:30.447Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-30T18:20:30.447Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-30T18:20:34.619Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-03-30T18:20:35.182Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-30T18:20:35.182Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.48s) [2021-03-30T18:20:35.182Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.85s) [2021-03-30T18:20:35.182Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.21s) [2021-03-30T18:20:35.182Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.97s) [2021-03-30T18:20:35.182Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.92s) [2021-03-30T18:20:35.182Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.03s) [2021-03-30T18:20:35.182Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (3.99s) [2021-03-30T18:20:35.182Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (4.21s) [2021-03-30T18:20:35.182Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (5.88s) [2021-03-30T18:20:35.182Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (5.44s) [2021-03-30T18:20:35.182Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (4.70s) [2021-03-30T18:20:35.182Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (4.80s) [2021-03-30T18:20:35.182Z] === RUN TestCgroupNamespacesRun [2021-03-30T18:20:35.844Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-30T18:20:36.879Z] --- PASS: TestDockerNetworkMacvlan (23.12s) [2021-03-30T18:20:36.879Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2021-03-30T18:20:36.879Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2021-03-30T18:20:36.879Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.98s) [2021-03-30T18:20:36.879Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.22s) [2021-03-30T18:20:36.879Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (6.81s) [2021-03-30T18:20:36.879Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.98s) [2021-03-30T18:20:36.879Z] PASS [2021-03-30T18:20:36.879Z] [2021-03-30T18:20:36.879Z] DONE 8 tests in 24.789s [2021-03-30T18:20:36.879Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-30T18:20:36.879Z] ++ 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 [2021-03-30T18:20:36.879Z] ++ set -e [2021-03-30T18:20:36.879Z] ++ '[' -n 0 ']' [2021-03-30T18:20:36.879Z] ++ set -x [2021-03-30T18:20:36.879Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:20:36.879Z] testing: warning: no tests to run [2021-03-30T18:20:36.879Z] PASS [2021-03-30T18:20:36.879Z] [2021-03-30T18:20:36.879Z] DONE 0 tests in 0.065s [2021-03-30T18:20:36.879Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-30T18:20:36.879Z] ++ 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 [2021-03-30T18:20:36.879Z] ++ set -e [2021-03-30T18:20:36.879Z] ++ '[' -n 0 ']' [2021-03-30T18:20:36.879Z] ++ set -x [2021-03-30T18:20:36.879Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:20:36.879Z] INFO: Testing against a local daemon [2021-03-30T18:20:36.879Z] === RUN TestAuthZPluginAllowRequest [2021-03-30T18:20:38.945Z] --- PASS: TestAuthZPluginAllowRequest (1.90s) [2021-03-30T18:20:38.945Z] === RUN TestAuthZPluginTLS [2021-03-30T18:20:39.236Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-03-30T18:20:39.236Z] === RUN TestAuthZPluginDenyRequest [2021-03-30T18:20:39.353Z] --- PASS: TestCgroupNamespacesRun (3.95s) [2021-03-30T18:20:39.353Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-30T18:20:39.867Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-03-30T18:20:39.867Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-30T18:20:40.564Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-03-30T18:20:40.564Z] === RUN TestAuthZPluginDenyResponse [2021-03-30T18:20:40.855Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2021-03-30T18:20:40.855Z] === RUN TestAuthZPluginAllowEventStream [2021-03-30T18:20:40.922Z] --- PASS: TestBuildMultiStageLayerLeak (18.41s) [2021-03-30T18:20:40.922Z] === RUN TestBuildWithHugeFile [2021-03-30T18:20:41.871Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.44s) [2021-03-30T18:20:41.871Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-30T18:20:42.926Z] --- PASS: TestAuthZPluginAllowEventStream (2.01s) [2021-03-30T18:20:42.926Z] === RUN TestAuthZPluginErrorResponse [2021-03-30T18:20:43.559Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-03-30T18:20:43.559Z] === RUN TestAuthZPluginErrorRequest [2021-03-30T18:20:44.191Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-03-30T18:20:44.191Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-30T18:20:44.482Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2021-03-30T18:20:44.482Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-30T18:20:45.136Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (3.27s) [2021-03-30T18:20:45.136Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-30T18:20:47.237Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.44s) [2021-03-30T18:20:47.237Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-30T18:20:49.310Z] --- PASS: TestCgroupNamespacesRunHostMode (3.81s) [2021-03-30T18:20:49.310Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-30T18:20:49.451Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.56s) [2021-03-30T18:20:49.451Z] === RUN TestAuthZPluginHeader [2021-03-30T18:20:50.563Z] --- PASS: TestAuthZPluginHeader (0.91s) [2021-03-30T18:20:50.563Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-30T18:20:50.563Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-30T18:20:50.563Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:20:50.563Z] === RUN TestAuthZPluginV2Disable [2021-03-30T18:20:50.563Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-03-30T18:20:50.563Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:20:50.563Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-30T18:20:50.563Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-30T18:20:50.563Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:20:50.563Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-30T18:20:50.563Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-30T18:20:50.563Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:20:50.563Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-30T18:20:52.581Z] --- PASS: TestCgroupNamespacesRunPrivateMode (3.90s) [2021-03-30T18:20:52.581Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-30T18:20:53.512Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-03-30T18:20:54.878Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.40s) [2021-03-30T18:20:54.878Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-30T18:20:56.243Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-03-30T18:20:56.243Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.43s) [2021-03-30T18:20:56.243Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-30T18:20:57.172Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-03-30T18:20:59.687Z] --- PASS: TestCgroupNamespacesRunOlderClient (3.30s) [2021-03-30T18:20:59.687Z] === RUN TestKernelTCPMemory [2021-03-30T18:21:00.251Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-03-30T18:21:01.618Z] --- PASS: TestKernelTCPMemory (1.70s) [2021-03-30T18:21:01.618Z] === RUN TestNISDomainname [2021-03-30T18:21:01.618Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-03-30T18:21:02.180Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-03-30T18:21:02.437Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-03-30T18:21:03.370Z] --- PASS: TestNISDomainname (2.04s) [2021-03-30T18:21:03.370Z] === RUN TestHostnameDnsResolution [2021-03-30T18:21:05.262Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-03-30T18:21:06.190Z] --- PASS: TestHostnameDnsResolution (2.83s) [2021-03-30T18:21:06.190Z] === RUN TestStats [2021-03-30T18:21:08.707Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-03-30T18:21:09.366Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.34s) [2021-03-30T18:21:09.366Z] PASS [2021-03-30T18:21:09.366Z] [2021-03-30T18:21:09.366Z] === Skipped [2021-03-30T18:21:09.366Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-30T18:21:09.366Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:21:09.366Z] [2021-03-30T18:21:09.366Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-03-30T18:21:09.366Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:21:09.366Z] [2021-03-30T18:21:09.366Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-30T18:21:09.366Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:21:09.366Z] [2021-03-30T18:21:09.366Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-30T18:21:09.366Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:21:09.366Z] [2021-03-30T18:21:09.366Z] [2021-03-30T18:21:09.366Z] DONE 17 tests, 4 skipped in 31.098s [2021-03-30T18:21:09.366Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-30T18:21:09.366Z] ++ 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 [2021-03-30T18:21:09.366Z] ++ set -e [2021-03-30T18:21:09.366Z] ++ '[' -n 0 ']' [2021-03-30T18:21:09.366Z] ++ set -x [2021-03-30T18:21:09.366Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:21:09.366Z] INFO: Testing against a local daemon [2021-03-30T18:21:09.366Z] === RUN TestPluginInvalidJSON [2021-03-30T18:21:09.366Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:21:09.366Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:21:09.366Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:21:09.366Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-03-30T18:21:09.366Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-30T18:21:09.366Z] === RUN TestPluginInstall [2021-03-30T18:21:09.366Z] === RUN TestPluginInstall/no_auth [2021-03-30T18:21:09.636Z] --- PASS: TestStats (3.21s) [2021-03-30T18:21:09.636Z] === RUN TestStopContainerWithTimeout [2021-03-30T18:21:09.636Z] === RUN TestStopContainerWithTimeout/0 [2021-03-30T18:21:09.636Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-30T18:21:09.636Z] === RUN TestStopContainerWithTimeout/1 [2021-03-30T18:21:09.636Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-30T18:21:09.636Z] === RUN TestStopContainerWithTimeout/3 [2021-03-30T18:21:09.636Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-30T18:21:09.636Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-30T18:21:09.636Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-30T18:21:09.636Z] === CONT TestStopContainerWithTimeout/0 [2021-03-30T18:21:09.636Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-30T18:21:09.997Z] time="2021-03-30T18:21:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:21:09.997Z] time="2021-03-30T18:21:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b8bbd024214b05ad7e67017dcb2b1b9323828f418e04a25e3f80e8abb09adf6e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:21:09.997Z] time="2021-03-30T18:21:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:21:09.997Z] time="2021-03-30T18:21:09Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b8bbd024214b05ad7e67017dcb2b1b9323828f418e04a25e3f80e8abb09adf6e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:21:10.198Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-03-30T18:21:10.295Z] === RUN TestPluginInstall/with_htpasswd [2021-03-30T18:21:10.926Z] time="2021-03-30T18:21:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:21:10.926Z] time="2021-03-30T18:21:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4100e504622126e8c750e16efe79e993ece46857b8d663065e9c9d801a0d6a4c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:21:10.926Z] time="2021-03-30T18:21:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:21:10.926Z] time="2021-03-30T18:21:10Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:4100e504622126e8c750e16efe79e993ece46857b8d663065e9c9d801a0d6a4c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:21:11.217Z] === RUN TestPluginInstall/with_insecure [2021-03-30T18:21:11.564Z] === CONT TestStopContainerWithTimeout/3 [2021-03-30T18:21:12.312Z] time="2021-03-30T18:21:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:21:12.312Z] time="2021-03-30T18:21:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f0a0da6ecb04408a3111f94d4bfac843e24a9f7e3dbe4c68f8a8fda83ca1aad3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:21:12.312Z] time="2021-03-30T18:21:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:21:12.313Z] time="2021-03-30T18:21:12Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:f0a0da6ecb04408a3111f94d4bfac843e24a9f7e3dbe4c68f8a8fda83ca1aad3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:21:12.604Z] --- PASS: TestPluginInstall (4.48s) [2021-03-30T18:21:12.604Z] --- PASS: TestPluginInstall/no_auth (2.28s) [2021-03-30T18:21:12.604Z] --- PASS: TestPluginInstall/with_htpasswd (0.86s) [2021-03-30T18:21:12.604Z] --- PASS: TestPluginInstall/with_insecure (1.35s) [2021-03-30T18:21:12.604Z] plugin_test.go:160: [df4202ee4c13b] daemon is not started [2021-03-30T18:21:12.604Z] === RUN TestPluginsWithRuntimes [2021-03-30T18:21:13.452Z] === CONT TestStopContainerWithTimeout/1 [2021-03-30T18:21:14.255Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-30T18:21:15.447Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-03-30T18:21:15.711Z] --- PASS: TestStopContainerWithTimeout (0.04s) [2021-03-30T18:21:15.711Z] --- PASS: TestStopContainerWithTimeout/0 (2.01s) [2021-03-30T18:21:15.711Z] --- PASS: TestStopContainerWithTimeout/-1 (3.72s) [2021-03-30T18:21:15.711Z] --- PASS: TestStopContainerWithTimeout/3 (3.26s) [2021-03-30T18:21:15.711Z] --- PASS: TestStopContainerWithTimeout/1 (2.37s) [2021-03-30T18:21:15.711Z] === RUN TestDeleteDevicemapper [2021-03-30T18:21:15.711Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-30T18:21:15.711Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-30T18:21:15.711Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-30T18:21:15.835Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-30T18:21:15.972Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-03-30T18:21:17.351Z] --- PASS: TestPluginsWithRuntimes (4.76s) [2021-03-30T18:21:17.351Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.39s) [2021-03-30T18:21:17.351Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.42s) [2021-03-30T18:21:17.351Z] PASS [2021-03-30T18:21:17.351Z] [2021-03-30T18:21:17.351Z] DONE 9 tests in 9.437s [2021-03-30T18:21:17.351Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-30T18:21:17.351Z] ++ 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 [2021-03-30T18:21:17.351Z] ++ set -e [2021-03-30T18:21:17.351Z] ++ '[' -n 0 ']' [2021-03-30T18:21:17.351Z] ++ set -x [2021-03-30T18:21:17.351Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:21:17.642Z] INFO: Testing against a local daemon [2021-03-30T18:21:17.642Z] === RUN TestExternalGraphDriver [2021-03-30T18:21:17.642Z] === RUN TestExternalGraphDriver/json [2021-03-30T18:21:17.877Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-03-30T18:21:20.368Z] === RUN TestExternalGraphDriver/spec [2021-03-30T18:21:20.397Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-03-30T18:21:21.326Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-03-30T18:21:22.252Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-03-30T18:21:22.508Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.84s) [2021-03-30T18:21:22.508Z] === RUN TestUpdateMemory [2021-03-30T18:21:22.508Z] --- SKIP: TestUpdateMemory (0.00s) [2021-03-30T18:21:22.508Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:21:22.508Z] === RUN TestUpdateCPUQuota [2021-03-30T18:21:22.515Z] === RUN TestExternalGraphDriver/pull [2021-03-30T18:21:24.398Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-03-30T18:21:24.518Z] --- PASS: TestBuildWithHugeFile (57.38s) [2021-03-30T18:21:24.518Z] === RUN TestBuildWCOWSandboxSize [2021-03-30T18:21:24.518Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-03-30T18:21:24.518Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-30T18:21:24.518Z] === RUN TestBuildWithEmptyDockerfile [2021-03-30T18:21:24.518Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:21:24.518Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:21:24.518Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:21:24.518Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:21:24.518Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:21:24.518Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:21:24.518Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:21:24.518Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:21:24.518Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:21:24.812Z] --- PASS: TestBuildWithEmptyDockerfile (0.05s) [2021-03-30T18:21:24.812Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2021-03-30T18:21:24.812Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.23s) [2021-03-30T18:21:24.812Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2021-03-30T18:21:24.812Z] === RUN TestBuildPreserveOwnership [2021-03-30T18:21:24.812Z] === RUN TestBuildPreserveOwnership/copy_from [2021-03-30T18:21:25.242Z] --- PASS: TestExternalGraphDriver (7.35s) [2021-03-30T18:21:25.242Z] --- PASS: TestExternalGraphDriver/json (2.28s) [2021-03-30T18:21:25.242Z] --- PASS: TestExternalGraphDriver/spec (2.27s) [2021-03-30T18:21:25.242Z] --- PASS: TestExternalGraphDriver/pull (2.68s) [2021-03-30T18:21:25.242Z] === RUN TestGraphdriverPluginV2 [2021-03-30T18:21:25.242Z] --- SKIP: TestGraphdriverPluginV2 (0.12s) [2021-03-30T18:21:25.242Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:21:25.242Z] PASS [2021-03-30T18:21:25.242Z] [2021-03-30T18:21:25.242Z] === Skipped [2021-03-30T18:21:25.242Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.12s) [2021-03-30T18:21:25.242Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:21:25.242Z] [2021-03-30T18:21:25.242Z] [2021-03-30T18:21:25.242Z] DONE 5 tests, 1 skipped in 7.682s [2021-03-30T18:21:25.242Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-30T18:21:25.242Z] ++ 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 [2021-03-30T18:21:25.242Z] ++ set -e [2021-03-30T18:21:25.242Z] ++ '[' -n 0 ']' [2021-03-30T18:21:25.242Z] ++ set -x [2021-03-30T18:21:25.242Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:21:25.242Z] INFO: Testing against a local daemon [2021-03-30T18:21:25.242Z] === RUN TestContinueAfterPluginCrash [2021-03-30T18:21:25.242Z] === PAUSE TestContinueAfterPluginCrash [2021-03-30T18:21:25.242Z] === RUN TestReadPluginNoRead [2021-03-30T18:21:25.242Z] === PAUSE TestReadPluginNoRead [2021-03-30T18:21:25.242Z] === RUN TestDaemonStartWithLogOpt [2021-03-30T18:21:25.242Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-30T18:21:25.242Z] === CONT TestContinueAfterPluginCrash [2021-03-30T18:21:25.242Z] === CONT TestDaemonStartWithLogOpt [2021-03-30T18:21:26.913Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-03-30T18:21:27.567Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-03-30T18:21:28.279Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-03-30T18:21:29.108Z] --- PASS: TestBuildPreserveOwnership (4.00s) [2021-03-30T18:21:29.108Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.58s) [2021-03-30T18:21:29.108Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.41s) [2021-03-30T18:21:29.108Z] === RUN TestBuildPlatformInvalid [2021-03-30T18:21:29.108Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2021-03-30T18:21:29.108Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-03-30T18:21:29.776Z] --- PASS: TestDaemonStartWithLogOpt (4.02s) [2021-03-30T18:21:29.776Z] === CONT TestReadPluginNoRead [2021-03-30T18:21:30.168Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-03-30T18:21:30.168Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-03-30T18:21:30.424Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-03-30T18:21:31.789Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-03-30T18:21:32.578Z] === RUN TestReadPluginNoRead/default [2021-03-30T18:21:32.716Z] --- PASS: TestUpdateCPUQuota (10.23s) [2021-03-30T18:21:32.716Z] === RUN TestUpdatePidsLimit [2021-03-30T18:21:32.716Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-30T18:21:34.081Z] === RUN TestUpdatePidsLimit/no_change [2021-03-30T18:21:34.155Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-30T18:21:34.787Z] --- PASS: TestContinueAfterPluginCrash (9.44s) [2021-03-30T18:21:35.969Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-30T18:21:36.294Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-30T18:21:36.901Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-30T18:21:38.270Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-30T18:21:38.421Z] --- PASS: TestReadPluginNoRead (9.26s) [2021-03-30T18:21:38.421Z] --- PASS: TestReadPluginNoRead/default (2.07s) [2021-03-30T18:21:38.421Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.04s) [2021-03-30T18:21:38.421Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.21s) [2021-03-30T18:21:38.421Z] read_test.go:92: [d7ec20ecde3b2] daemon is not started [2021-03-30T18:21:38.421Z] PASS [2021-03-30T18:21:38.421Z] [2021-03-30T18:21:38.421Z] DONE 6 tests in 13.454s [2021-03-30T18:21:38.421Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (s390x.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-30T18:21:38.421Z] ++ 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 [2021-03-30T18:21:38.421Z] ++ set -e [2021-03-30T18:21:38.421Z] ++ '[' -n 0 ']' [2021-03-30T18:21:38.421Z] ++ set -x [2021-03-30T18:21:38.421Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:21:38.421Z] testing: warning: no tests to run [2021-03-30T18:21:38.421Z] PASS [2021-03-30T18:21:38.421Z] [2021-03-30T18:21:38.421Z] DONE 0 tests in 0.077s [2021-03-30T18:21:38.421Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-30T18:21:38.421Z] ++ 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 [2021-03-30T18:21:38.421Z] ++ set -e [2021-03-30T18:21:38.421Z] ++ '[' -n 0 ']' [2021-03-30T18:21:38.421Z] ++ set -x [2021-03-30T18:21:38.421Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:21:38.712Z] INFO: Testing against a local daemon [2021-03-30T18:21:38.712Z] === RUN TestPluginWithDevMounts [2021-03-30T18:21:38.712Z] === PAUSE TestPluginWithDevMounts [2021-03-30T18:21:38.712Z] === CONT TestPluginWithDevMounts [2021-03-30T18:21:39.637Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-30T18:21:40.775Z] --- PASS: TestPluginWithDevMounts (1.91s) [2021-03-30T18:21:40.775Z] PASS [2021-03-30T18:21:40.775Z] [2021-03-30T18:21:40.775Z] DONE 1 tests in 2.060s [2021-03-30T18:21:40.775Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2021-03-30T18:21:40.775Z] ++ 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 [2021-03-30T18:21:40.775Z] ++ set -e [2021-03-30T18:21:40.775Z] ++ '[' -n 0 ']' [2021-03-30T18:21:40.775Z] ++ set -x [2021-03-30T18:21:40.775Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:21:40.775Z] INFO: Testing against a local daemon [2021-03-30T18:21:40.775Z] === RUN TestSecretInspect [2021-03-30T18:21:41.005Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-03-30T18:21:41.005Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-30T18:21:43.523Z] --- PASS: TestUpdatePidsLimit (10.56s) [2021-03-30T18:21:43.523Z] --- PASS: TestUpdatePidsLimit/update_from_none (1.42s) [2021-03-30T18:21:43.523Z] --- PASS: TestUpdatePidsLimit/no_change (1.50s) [2021-03-30T18:21:43.523Z] --- PASS: TestUpdatePidsLimit/update_lower (1.33s) [2021-03-30T18:21:43.523Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.33s) [2021-03-30T18:21:43.523Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.41s) [2021-03-30T18:21:43.523Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.45s) [2021-03-30T18:21:43.523Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.20s) [2021-03-30T18:21:43.523Z] === RUN TestUpdateRestartPolicy [2021-03-30T18:21:44.533Z] Loaded image: buildpack-deps:buster [2021-03-30T18:21:44.533Z] Loaded image: busybox:latest [2021-03-30T18:21:44.533Z] Loaded image: busybox:glibc [2021-03-30T18:21:44.888Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-03-30T18:21:45.177Z] Loaded image: debian:bullseye [2021-03-30T18:21:45.177Z] Loaded image: hello-world:latest [2021-03-30T18:21:45.177Z] Loaded image: arm32v7/hello-world:latest [2021-03-30T18:21:45.231Z] --- PASS: TestSecretInspect (3.81s) [2021-03-30T18:21:45.231Z] === RUN TestSecretList [2021-03-30T18:21:45.816Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-03-30T18:21:46.377Z] === RUN TestDockerSuite/TestBuildCmd [2021-03-30T18:21:46.377Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-03-30T18:21:46.938Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-03-30T18:21:46.938Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-03-30T18:21:47.194Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-03-30T18:21:47.450Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-03-30T18:21:48.743Z] --- PASS: TestSecretList (3.90s) [2021-03-30T18:21:48.743Z] === RUN TestSecretsCreateAndDelete [2021-03-30T18:21:49.340Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-03-30T18:21:51.229Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-03-30T18:21:52.118Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (22.63s) [2021-03-30T18:21:52.118Z] PASS [2021-03-30T18:21:52.118Z] [2021-03-30T18:21:52.118Z] === Skipped [2021-03-30T18:21:52.118Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2021-03-30T18:21:52.118Z] build_session_test.go:25: TODO: BuildKit [2021-03-30T18:21:52.118Z] [2021-03-30T18:21:52.118Z] === SKIP: ppc64le.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-03-30T18:21:52.118Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-03-30T18:21:52.118Z] [2021-03-30T18:21:52.118Z] [2021-03-30T18:21:52.118Z] DONE 34 tests, 2 skipped in 122.187s [2021-03-30T18:21:52.118Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2021-03-30T18:21:52.118Z] ++ 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 [2021-03-30T18:21:52.118Z] ++ set -e [2021-03-30T18:21:52.118Z] ++ '[' -n 0 ']' [2021-03-30T18:21:52.118Z] ++ set -x [2021-03-30T18:21:52.118Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:21:52.118Z] INFO: Testing against a local daemon [2021-03-30T18:21:52.118Z] === RUN TestConfigInspect [2021-03-30T18:21:52.254Z] --- PASS: TestSecretsCreateAndDelete (3.49s) [2021-03-30T18:21:52.254Z] === RUN TestSecretsUpdate [2021-03-30T18:21:53.640Z] --- PASS: TestConfigInspect (1.90s) [2021-03-30T18:21:53.640Z] === RUN TestConfigList [2021-03-30T18:21:53.745Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-03-30T18:21:55.725Z] --- PASS: TestConfigList (1.86s) [2021-03-30T18:21:55.725Z] === RUN TestConfigsCreateAndDelete [2021-03-30T18:21:56.261Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-03-30T18:21:56.516Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-03-30T18:21:56.701Z] --- PASS: TestSecretsUpdate (4.09s) [2021-03-30T18:21:56.701Z] === RUN TestTemplatedSecret [2021-03-30T18:21:57.077Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-03-30T18:21:57.411Z] --- PASS: TestConfigsCreateAndDelete (1.92s) [2021-03-30T18:21:57.411Z] === RUN TestConfigsUpdate [2021-03-30T18:21:57.639Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-03-30T18:21:57.894Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-03-30T18:21:59.260Z] --- PASS: TestUpdateRestartPolicy (15.77s) [2021-03-30T18:21:59.260Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-30T18:21:59.260Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-03-30T18:21:59.499Z] --- PASS: TestConfigsUpdate (1.91s) [2021-03-30T18:21:59.499Z] === RUN TestTemplatedConfig [2021-03-30T18:21:59.823Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-03-30T18:22:00.079Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-03-30T18:22:00.215Z] --- PASS: TestTemplatedSecret (4.09s) [2021-03-30T18:22:00.216Z] === RUN TestSecretCreateResolve [2021-03-30T18:22:00.335Z] --- PASS: TestUpdateRestartWithAutoRemove (1.25s) [2021-03-30T18:22:00.335Z] === RUN TestWaitNonBlocked [2021-03-30T18:22:00.335Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:22:00.335Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:22:00.335Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:22:00.335Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:22:00.335Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:22:00.335Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:22:02.224Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-03-30T18:22:02.224Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-03-30T18:22:02.224Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-03-30T18:22:02.252Z] --- PASS: TestTemplatedConfig (2.58s) [2021-03-30T18:22:02.252Z] === RUN TestConfigCreateResolve [2021-03-30T18:22:02.481Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-03-30T18:22:02.481Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.19s) [2021-03-30T18:22:02.481Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.32s) [2021-03-30T18:22:02.481Z] === RUN TestWaitBlocked [2021-03-30T18:22:02.481Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:22:02.481Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:22:02.481Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:22:02.481Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:22:02.739Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:22:02.739Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:22:03.779Z] --- PASS: TestConfigCreateResolve (1.90s) [2021-03-30T18:22:03.779Z] === RUN TestConfigDaemonLibtrustID [2021-03-30T18:22:04.417Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-03-30T18:22:04.417Z] PASS [2021-03-30T18:22:04.417Z] [2021-03-30T18:22:04.417Z] DONE 7 tests in 12.697s [2021-03-30T18:22:04.417Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2021-03-30T18:22:04.417Z] ++ 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 [2021-03-30T18:22:04.417Z] ++ set -e [2021-03-30T18:22:04.417Z] ++ '[' -n 0 ']' [2021-03-30T18:22:04.417Z] ++ set -x [2021-03-30T18:22:04.417Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:22:04.417Z] INFO: Testing against a local daemon [2021-03-30T18:22:04.417Z] === RUN TestCheckpoint [2021-03-30T18:22:04.417Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-30T18:22:04.417Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-30T18:22:04.417Z] === RUN TestContainerInvalidJSON [2021-03-30T18:22:04.417Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:22:04.417Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:22:04.417Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:22:04.417Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:22:04.417Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:22:04.417Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:22:04.417Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:22:04.417Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:22:04.417Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:22:04.417Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-03-30T18:22:04.417Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-03-30T18:22:04.417Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-03-30T18:22:04.417Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-03-30T18:22:04.417Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-30T18:22:04.417Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-03-30T18:22:04.417Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-30T18:22:04.629Z] --- PASS: TestWaitBlocked (0.03s) [2021-03-30T18:22:04.629Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.96s) [2021-03-30T18:22:04.629Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (2.12s) [2021-03-30T18:22:04.629Z] === CONT TestContainerStartOnDaemonRestart [2021-03-30T18:22:04.629Z] === CONT TestIpcModeOlderClient [2021-03-30T18:22:04.662Z] --- PASS: TestSecretCreateResolve (3.99s) [2021-03-30T18:22:04.662Z] PASS [2021-03-30T18:22:04.662Z] [2021-03-30T18:22:04.662Z] DONE 6 tests in 23.512s [2021-03-30T18:22:04.662Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2021-03-30T18:22:04.662Z] ++ 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 [2021-03-30T18:22:04.662Z] ++ set -e [2021-03-30T18:22:04.662Z] ++ '[' -n 0 ']' [2021-03-30T18:22:04.662Z] ++ set -x [2021-03-30T18:22:04.662Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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 [2021-03-30T18:22:04.662Z] INFO: Testing against a local daemon [2021-03-30T18:22:04.662Z] === RUN TestServiceCreateInit [2021-03-30T18:22:04.662Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-30T18:22:04.710Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2021-03-30T18:22:04.710Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-30T18:22:04.710Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-03-30T18:22:04.710Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-30T18:22:04.710Z] --- PASS: TestCopyToContainerPathIsNotDir (0.06s) [2021-03-30T18:22:04.710Z] === RUN TestCopyFromContainer [2021-03-30T18:22:04.885Z] --- PASS: TestIpcModeOlderClient (0.12s) [2021-03-30T18:22:04.885Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-30T18:22:06.234Z] === RUN TestCopyFromContainer// [2021-03-30T18:22:06.234Z] === RUN TestCopyFromContainer//bar/root [2021-03-30T18:22:06.234Z] === RUN TestCopyFromContainer//bar/root/ [2021-03-30T18:22:06.234Z] === RUN TestCopyFromContainer/bar/quux [2021-03-30T18:22:06.234Z] === RUN TestCopyFromContainer/bar/quux/ [2021-03-30T18:22:06.530Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-03-30T18:22:06.530Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-03-30T18:22:06.530Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-03-30T18:22:06.530Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-03-30T18:22:06.530Z] === RUN TestCopyFromContainer/bar/notarget [2021-03-30T18:22:06.831Z] --- PASS: TestCopyFromContainer (2.00s) [2021-03-30T18:22:06.831Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-03-30T18:22:06.831Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2021-03-30T18:22:06.831Z] --- PASS: TestCopyFromContainer//bar/root/ (0.08s) [2021-03-30T18:22:06.831Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2021-03-30T18:22:06.831Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-03-30T18:22:06.831Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-03-30T18:22:06.831Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-03-30T18:22:06.831Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-03-30T18:22:06.831Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-03-30T18:22:06.831Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2021-03-30T18:22:06.831Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-30T18:22:06.831Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:22:06.831Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:22:06.831Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:22:06.831Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:22:06.831Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:22:06.831Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:22:06.831Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:22:06.831Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:22:06.831Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:22:06.831Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-03-30T18:22:06.831Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-30T18:22:06.831Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-30T18:22:06.831Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-30T18:22:06.831Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-30T18:22:06.831Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-03-30T18:22:06.831Z] === RUN TestCreateWithInvalidEnv [2021-03-30T18:22:06.831Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-30T18:22:06.831Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-30T18:22:06.831Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-30T18:22:06.831Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-30T18:22:06.831Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-30T18:22:06.831Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-30T18:22:06.831Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-30T18:22:06.831Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-30T18:22:06.831Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-30T18:22:06.831Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-30T18:22:06.831Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-30T18:22:06.831Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-30T18:22:06.831Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-30T18:22:06.831Z] === RUN TestCreateTmpfsMountsTarget [2021-03-30T18:22:06.831Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-03-30T18:22:06.831Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-30T18:22:08.154Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-03-30T18:22:08.372Z] --- PASS: TestCreateWithCustomMaskedPaths (1.52s) [2021-03-30T18:22:08.372Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-30T18:22:09.911Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.61s) [2021-03-30T18:22:09.911Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-30T18:22:09.911Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:22:09.911Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:22:09.911Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:22:09.911Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:22:09.911Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:22:09.911Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:22:09.911Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:22:09.911Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:22:09.911Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:22:09.911Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:22:09.911Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:22:09.911Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:22:09.911Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:22:09.911Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:22:09.911Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:22:10.044Z] --- PASS: TestContainerStartOnDaemonRestart (5.01s) [2021-03-30T18:22:10.044Z] === CONT TestContainerKillOnDaemonStart [2021-03-30T18:22:10.206Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-03-30T18:22:10.206Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.03s) [2021-03-30T18:22:10.206Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2021-03-30T18:22:10.206Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-03-30T18:22:10.206Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.03s) [2021-03-30T18:22:10.206Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-03-30T18:22:10.206Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-30T18:22:10.222Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-30T18:22:10.501Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.53s) [2021-03-30T18:22:10.501Z] === RUN TestCreateDifferentPlatform [2021-03-30T18:22:10.501Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-30T18:22:10.501Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-30T18:22:10.501Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-03-30T18:22:10.501Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-30T18:22:10.501Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-30T18:22:10.501Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-30T18:22:10.796Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-03-30T18:22:10.796Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-30T18:22:10.796Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-03-30T18:22:10.796Z] === RUN TestContainerStartOnDaemonRestart [2021-03-30T18:22:10.796Z] === PAUSE TestContainerStartOnDaemonRestart [2021-03-30T18:22:10.796Z] === RUN TestDaemonRestartIpcMode [2021-03-30T18:22:10.796Z] === PAUSE TestDaemonRestartIpcMode [2021-03-30T18:22:10.796Z] === RUN TestDaemonHostGatewayIP [2021-03-30T18:22:10.796Z] === PAUSE TestDaemonHostGatewayIP [2021-03-30T18:22:10.796Z] === RUN TestRestartDaemonWithRestartingContainer [2021-03-30T18:22:10.796Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-03-30T18:22:10.796Z] === RUN TestContainerKillOnDaemonStart [2021-03-30T18:22:10.796Z] === PAUSE TestContainerKillOnDaemonStart [2021-03-30T18:22:10.796Z] === RUN TestDiff [2021-03-30T18:22:11.435Z] --- PASS: TestDiff (0.51s) [2021-03-30T18:22:11.435Z] === RUN TestExecWithCloseStdin [2021-03-30T18:22:11.934Z] === CONT TestDaemonHostGatewayIP [2021-03-30T18:22:11.934Z] --- PASS: TestRestartDaemonWithRestartingContainer (6.98s) [2021-03-30T18:22:12.078Z] --- PASS: TestExecWithCloseStdin (0.64s) [2021-03-30T18:22:12.078Z] === RUN TestExec [2021-03-30T18:22:12.739Z] --- PASS: TestExec (0.67s) [2021-03-30T18:22:12.739Z] === RUN TestExecUser [2021-03-30T18:22:13.376Z] --- PASS: TestExecUser (0.66s) [2021-03-30T18:22:13.376Z] === RUN TestExportContainerAndImportImage [2021-03-30T18:22:14.021Z] --- PASS: TestExportContainerAndImportImage (0.81s) [2021-03-30T18:22:14.021Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-30T18:22:15.545Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s) [2021-03-30T18:22:15.545Z] === RUN TestHealthCheckWorkdir [2021-03-30T18:22:16.100Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-03-30T18:22:16.184Z] --- PASS: TestHealthCheckWorkdir (0.82s) [2021-03-30T18:22:16.184Z] === RUN TestHealthKillContainer [2021-03-30T18:22:17.107Z] --- PASS: TestServiceCreateInit (11.91s) [2021-03-30T18:22:17.107Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.98s) [2021-03-30T18:22:17.107Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.91s) [2021-03-30T18:22:17.107Z] === RUN TestCreateServiceMultipleTimes [2021-03-30T18:22:17.464Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-03-30T18:22:18.829Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-03-30T18:22:18.935Z] --- PASS: TestHealthKillContainer (2.68s) [2021-03-30T18:22:18.935Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-30T18:22:19.393Z] --- PASS: TestDaemonHostGatewayIP (7.60s) [2021-03-30T18:22:19.393Z] === CONT TestDaemonRestartIpcMode [2021-03-30T18:22:19.577Z] --- PASS: TestInspectCpusetInConfigPre120 (0.56s) [2021-03-30T18:22:19.577Z] === RUN TestIpcModeNone [2021-03-30T18:22:19.649Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-03-30T18:22:20.218Z] --- PASS: TestIpcModeNone (0.66s) [2021-03-30T18:22:20.218Z] === RUN TestIpcModePrivate [2021-03-30T18:22:20.860Z] --- PASS: TestIpcModePrivate (0.64s) [2021-03-30T18:22:20.861Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2021-03-30T18:22:20.861Z] === RUN TestIpcModeShareable [2021-03-30T18:22:21.500Z] --- PASS: TestIpcModeShareable (0.73s) [2021-03-30T18:22:21.500Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2021-03-30T18:22:21.500Z] === RUN TestAPIIpcModeShareableAndContainer [2021-03-30T18:22:22.165Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-03-30T18:22:23.588Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.93s) [2021-03-30T18:22:23.588Z] === RUN TestAPIIpcModeHost [2021-03-30T18:22:23.884Z] --- PASS: TestAPIIpcModeHost (0.52s) [2021-03-30T18:22:23.884Z] === RUN TestDaemonIpcModeShareable [2021-03-30T18:22:24.680Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-03-30T18:22:24.680Z] --- PASS: TestDaemonRestartIpcMode (5.01s) [2021-03-30T18:22:24.680Z] --- PASS: TestContainerKillOnDaemonStart (14.83s) [2021-03-30T18:22:24.680Z] PASS [2021-03-30T18:22:24.680Z] [2021-03-30T18:22:24.680Z] === Skipped [2021-03-30T18:22:24.680Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-03-30T18:22:24.680Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-30T18:22:24.680Z] [2021-03-30T18:22:24.680Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-03-30T18:22:24.680Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:22:24.680Z] [2021-03-30T18:22:24.680Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-03-30T18:22:24.680Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:22:24.680Z] [2021-03-30T18:22:24.680Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-30T18:22:24.680Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-30T18:22:24.680Z] [2021-03-30T18:22:24.680Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-03-30T18:22:24.680Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-30T18:22:24.680Z] [2021-03-30T18:22:24.680Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-03-30T18:22:24.680Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:22:24.680Z] [2021-03-30T18:22:24.680Z] [2021-03-30T18:22:24.680Z] DONE 196 tests, 6 skipped in 244.608s [2021-03-30T18:22:24.680Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-03-30T18:22:24.680Z] ++ 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 [2021-03-30T18:22:24.680Z] ++ set -e [2021-03-30T18:22:24.680Z] ++ '[' -n 0 ']' [2021-03-30T18:22:24.680Z] ++ set -x [2021-03-30T18:22:24.680Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:22:24.936Z] INFO: Testing against a local daemon [2021-03-30T18:22:24.936Z] === RUN TestCommitInheritsEnv [2021-03-30T18:22:25.499Z] --- PASS: TestCommitInheritsEnv (0.48s) [2021-03-30T18:22:25.499Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-30T18:22:25.499Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-30T18:22:25.499Z] === RUN TestImagesFilterMultiReference [2021-03-30T18:22:25.499Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2021-03-30T18:22:25.499Z] === RUN TestImagePullPlatformInvalid [2021-03-30T18:22:25.499Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-03-30T18:22:25.499Z] === RUN TestRemoveImageOrphaning [2021-03-30T18:22:25.972Z] --- PASS: TestDaemonIpcModeShareable (1.65s) [2021-03-30T18:22:25.972Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2021-03-30T18:22:25.972Z] === RUN TestDaemonIpcModePrivate [2021-03-30T18:22:26.062Z] --- PASS: TestRemoveImageOrphaning (0.50s) [2021-03-30T18:22:26.062Z] === RUN TestRemoveImageGarbageCollector [2021-03-30T18:22:26.993Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-03-30T18:22:27.018Z] --- PASS: TestDaemonIpcModePrivate (1.40s) [2021-03-30T18:22:27.018Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2021-03-30T18:22:27.018Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-03-30T18:22:28.565Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.45s) [2021-03-30T18:22:28.565Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2021-03-30T18:22:28.565Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-03-30T18:22:29.509Z] --- PASS: TestRemoveImageGarbageCollector (3.07s) [2021-03-30T18:22:29.509Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-30T18:22:29.509Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-03-30T18:22:29.509Z] === RUN TestTagInvalidReference [2021-03-30T18:22:29.509Z] --- PASS: TestTagInvalidReference (0.04s) [2021-03-30T18:22:29.509Z] === RUN TestTagValidPrefixedRepo [2021-03-30T18:22:29.509Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-03-30T18:22:29.509Z] === RUN TestTagExistedNameWithoutForce [2021-03-30T18:22:29.509Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2021-03-30T18:22:29.509Z] === RUN TestTagOfficialNames [2021-03-30T18:22:29.509Z] --- PASS: TestTagOfficialNames (0.08s) [2021-03-30T18:22:29.509Z] === RUN TestTagMatchesDigest [2021-03-30T18:22:29.509Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-03-30T18:22:29.509Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-30T18:22:29.509Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-03-30T18:22:30.084Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.43s) [2021-03-30T18:22:30.084Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2021-03-30T18:22:30.084Z] === RUN TestIpcModeOlderClient [2021-03-30T18:22:30.084Z] === PAUSE TestIpcModeOlderClient [2021-03-30T18:22:30.084Z] === RUN TestKillContainerInvalidSignal [2021-03-30T18:22:30.437Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-03-30T18:22:30.724Z] --- PASS: TestKillContainerInvalidSignal (0.60s) [2021-03-30T18:22:30.724Z] === RUN TestKillContainer [2021-03-30T18:22:30.724Z] === RUN TestKillContainer/no_signal [2021-03-30T18:22:30.999Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-03-30T18:22:31.024Z] === RUN TestKillContainer/non_killing_signal [2021-03-30T18:22:31.255Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-03-30T18:22:31.255Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-03-30T18:22:31.255Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-03-30T18:22:31.255Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-03-30T18:22:31.345Z] === RUN TestKillContainer/killing_signal [2021-03-30T18:22:32.391Z] --- PASS: TestKillContainer (1.67s) [2021-03-30T18:22:32.391Z] --- PASS: TestKillContainer/no_signal (0.52s) [2021-03-30T18:22:32.391Z] --- PASS: TestKillContainer/non_killing_signal (0.42s) [2021-03-30T18:22:32.391Z] --- PASS: TestKillContainer/killing_signal (0.48s) [2021-03-30T18:22:32.391Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-30T18:22:32.391Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-03-30T18:22:32.686Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-03-30T18:22:33.343Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.15s) [2021-03-30T18:22:33.343Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.55s) [2021-03-30T18:22:33.343Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.39s) [2021-03-30T18:22:33.343Z] === RUN TestKillStoppedContainer [2021-03-30T18:22:33.343Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-03-30T18:22:33.343Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-30T18:22:33.343Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-03-30T18:22:33.343Z] === RUN TestKillDifferentUserContainer [2021-03-30T18:22:33.985Z] --- PASS: TestKillDifferentUserContainer (0.55s) [2021-03-30T18:22:33.985Z] === RUN TestInspectOomKilledTrue [2021-03-30T18:22:35.037Z] --- PASS: TestInspectOomKilledTrue (0.94s) [2021-03-30T18:22:35.037Z] === RUN TestInspectOomKilledFalse [2021-03-30T18:22:35.421Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-03-30T18:22:35.700Z] --- PASS: TestInspectOomKilledFalse (0.57s) [2021-03-30T18:22:35.700Z] === RUN TestLinksEtcHostsContentMatch [2021-03-30T18:22:35.995Z] --- PASS: TestLinksEtcHostsContentMatch (0.41s) [2021-03-30T18:22:35.995Z] === RUN TestLinksContainerNames [2021-03-30T18:22:37.042Z] --- PASS: TestLinksContainerNames (1.07s) [2021-03-30T18:22:37.042Z] === RUN TestLogsFollowTailEmpty [2021-03-30T18:22:37.310Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-03-30T18:22:37.686Z] --- PASS: TestLogsFollowTailEmpty (0.57s) [2021-03-30T18:22:37.686Z] === RUN TestContainerNetworkMountsNoChown [2021-03-30T18:22:37.725Z] --- PASS: TestBuildWithHugeFile (115.83s) [2021-03-30T18:22:37.725Z] === RUN TestBuildWCOWSandboxSize [2021-03-30T18:22:38.326Z] --- PASS: TestContainerNetworkMountsNoChown (0.54s) [2021-03-30T18:22:38.326Z] === RUN TestMountDaemonRoot [2021-03-30T18:22:38.326Z] === RUN TestMountDaemonRoot/default [2021-03-30T18:22:38.326Z] === PAUSE TestMountDaemonRoot/default [2021-03-30T18:22:38.326Z] === RUN TestMountDaemonRoot/private [2021-03-30T18:22:38.326Z] === PAUSE TestMountDaemonRoot/private [2021-03-30T18:22:38.326Z] === RUN TestMountDaemonRoot/rprivate [2021-03-30T18:22:38.326Z] === PAUSE TestMountDaemonRoot/rprivate [2021-03-30T18:22:38.326Z] === RUN TestMountDaemonRoot/slave [2021-03-30T18:22:38.326Z] === PAUSE TestMountDaemonRoot/slave [2021-03-30T18:22:38.326Z] === RUN TestMountDaemonRoot/rslave [2021-03-30T18:22:38.326Z] === PAUSE TestMountDaemonRoot/rslave [2021-03-30T18:22:38.326Z] === RUN TestMountDaemonRoot/shared [2021-03-30T18:22:38.326Z] === PAUSE TestMountDaemonRoot/shared [2021-03-30T18:22:38.326Z] === RUN TestMountDaemonRoot/rshared [2021-03-30T18:22:38.326Z] === PAUSE TestMountDaemonRoot/rshared [2021-03-30T18:22:38.326Z] === CONT TestMountDaemonRoot/default [2021-03-30T18:22:38.326Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:22:38.326Z] === CONT TestMountDaemonRoot/rslave [2021-03-30T18:22:38.326Z] === CONT TestMountDaemonRoot/rprivate [2021-03-30T18:22:38.326Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:22:38.326Z] === CONT TestMountDaemonRoot/slave [2021-03-30T18:22:38.326Z] === RUN TestMountDaemonRoot/default/bind_root [2021-03-30T18:22:38.326Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-03-30T18:22:38.326Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:22:38.326Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:22:38.326Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:22:38.326Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:22:38.326Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/rshared [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/shared [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/private [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/private/bind_root [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/private/mount_root [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-03-30T18:22:38.327Z] === RUN TestMountDaemonRoot/default/mount_root [2021-03-30T18:22:38.327Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/private/mount_root [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/private/bind_root [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/default/mount_root [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-03-30T18:22:38.327Z] === CONT TestMountDaemonRoot/default/bind_root [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.05s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-03-30T18:22:38.327Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-03-30T18:22:38.327Z] === RUN TestContainerBindMountNonRecursive [2021-03-30T18:22:39.551Z] --- PASS: TestCreateServiceMultipleTimes (23.16s) [2021-03-30T18:22:39.551Z] === RUN TestCreateServiceConflict [2021-03-30T18:22:39.847Z] --- PASS: TestContainerBindMountNonRecursive (1.39s) [2021-03-30T18:22:39.847Z] === RUN TestContainerVolumesMountedAsShared [2021-03-30T18:22:40.485Z] --- PASS: TestContainerVolumesMountedAsShared (0.51s) [2021-03-30T18:22:40.485Z] === RUN TestContainerVolumesMountedAsSlave [2021-03-30T18:22:40.780Z] --- PASS: TestContainerVolumesMountedAsSlave (0.48s) [2021-03-30T18:22:40.780Z] === RUN TestNetworkNat [2021-03-30T18:22:41.420Z] --- PASS: TestNetworkNat (0.56s) [2021-03-30T18:22:41.420Z] === RUN TestNetworkLocalhostTCPNat [2021-03-30T18:22:42.063Z] --- PASS: TestNetworkLocalhostTCPNat (0.57s) [2021-03-30T18:22:42.063Z] === RUN TestNetworkLoopbackNat [2021-03-30T18:22:42.555Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-03-30T18:22:43.998Z] --- PASS: TestCreateServiceConflict (3.92s) [2021-03-30T18:22:43.998Z] === RUN TestCreateServiceMaxReplicas [2021-03-30T18:22:44.820Z] --- PASS: TestNetworkLoopbackNat (2.81s) [2021-03-30T18:22:44.820Z] === RUN TestPause [2021-03-30T18:22:45.072Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-03-30T18:22:45.462Z] --- PASS: TestPause (0.59s) [2021-03-30T18:22:45.462Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-30T18:22:45.462Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-30T18:22:45.462Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-30T18:22:45.462Z] === RUN TestPauseStopPausedContainer [2021-03-30T18:22:46.102Z] --- PASS: TestPauseStopPausedContainer (0.61s) [2021-03-30T18:22:46.102Z] === RUN TestPsFilter [2021-03-30T18:22:46.102Z] --- PASS: TestPsFilter (0.14s) [2021-03-30T18:22:46.102Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-30T18:22:46.740Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.51s) [2021-03-30T18:22:46.740Z] === RUN TestRemoveContainerWithVolume [2021-03-30T18:22:47.035Z] --- PASS: TestRemoveContainerWithVolume (0.53s) [2021-03-30T18:22:47.035Z] === RUN TestRemoveContainerRunning [2021-03-30T18:22:47.511Z] --- PASS: TestCreateServiceMaxReplicas (4.03s) [2021-03-30T18:22:47.511Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-30T18:22:47.686Z] --- PASS: TestRemoveContainerRunning (0.59s) [2021-03-30T18:22:47.686Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-30T18:22:48.329Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.57s) [2021-03-30T18:22:48.329Z] === RUN TestRemoveInvalidContainer [2021-03-30T18:22:48.329Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-30T18:22:48.329Z] === RUN TestRenameLinkedContainer [2021-03-30T18:22:50.315Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-03-30T18:22:50.315Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-03-30T18:22:50.417Z] --- PASS: TestRenameLinkedContainer (2.16s) [2021-03-30T18:22:50.417Z] === RUN TestRenameStoppedContainer [2021-03-30T18:22:50.571Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-03-30T18:22:51.058Z] --- PASS: TestRenameStoppedContainer (0.54s) [2021-03-30T18:22:51.058Z] === RUN TestRenameRunningContainerAndReuse [2021-03-30T18:22:52.107Z] --- PASS: TestRenameRunningContainerAndReuse (1.17s) [2021-03-30T18:22:52.107Z] === RUN TestRenameInvalidName [2021-03-30T18:22:52.750Z] --- PASS: TestRenameInvalidName (0.57s) [2021-03-30T18:22:52.750Z] === RUN TestRenameAnonymousContainer [2021-03-30T18:22:53.842Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-03-30T18:22:54.836Z] --- PASS: TestRenameAnonymousContainer (2.05s) [2021-03-30T18:22:54.836Z] === RUN TestRenameContainerWithSameName [2021-03-30T18:22:55.474Z] --- PASS: TestRenameContainerWithSameName (0.53s) [2021-03-30T18:22:55.474Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-30T18:22:56.558Z] --- PASS: TestRenameContainerWithLinkedContainer (1.10s) [2021-03-30T18:22:56.558Z] === RUN TestResize [2021-03-30T18:22:56.855Z] --- PASS: TestResize (0.56s) [2021-03-30T18:22:56.855Z] === RUN TestResizeWithInvalidSize [2021-03-30T18:22:57.518Z] --- PASS: TestResizeWithInvalidSize (0.59s) [2021-03-30T18:22:57.518Z] === RUN TestResizeWhenContainerNotStarted [2021-03-30T18:22:58.163Z] --- PASS: TestResizeWhenContainerNotStarted (0.55s) [2021-03-30T18:22:58.163Z] === RUN TestDaemonRestartKillContainers [2021-03-30T18:22:58.163Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-30T18:22:58.163Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-30T18:22:58.163Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-30T18:22:58.163Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-30T18:22:58.163Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-30T18:22:58.163Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-30T18:22:58.163Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-30T18:22:58.163Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-30T18:22:58.163Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-30T18:22:58.163Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-30T18:22:58.163Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-30T18:22:58.163Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-30T18:22:58.164Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-30T18:22:58.164Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-30T18:22:58.164Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-30T18:22:58.164Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-30T18:22:58.164Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:22:58.164Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:22:58.164Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:22:58.164Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:22:58.164Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:22:58.164Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:22:58.164Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:22:58.164Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:22:58.164Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-03-30T18:22:58.164Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-03-30T18:22:58.164Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-03-30T18:22:58.164Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-03-30T18:23:00.380Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-03-30T18:23:00.380Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-03-30T18:23:00.940Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-03-30T18:23:01.239Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-03-30T18:23:01.239Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-03-30T18:23:02.294Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:23:03.838Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-03-30T18:23:03.838Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:23:04.136Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-03-30T18:23:04.438Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-03-30T18:23:04.549Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-03-30T18:23:06.125Z] --- PASS: TestCreateWithDuplicateNetworkNames (16.11s) [2021-03-30T18:23:06.125Z] === RUN TestCreateServiceSecretFileMode [2021-03-30T18:23:06.537Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-03-30T18:23:06.537Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.85s) [2021-03-30T18:23:06.537Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (3.03s) [2021-03-30T18:23:06.537Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.09s) [2021-03-30T18:23:06.537Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.95s) [2021-03-30T18:23:06.537Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.56s) [2021-03-30T18:23:06.537Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.76s) [2021-03-30T18:23:06.537Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.83s) [2021-03-30T18:23:06.537Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.32s) [2021-03-30T18:23:06.537Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.70s) [2021-03-30T18:23:06.537Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.78s) [2021-03-30T18:23:06.537Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.72s) [2021-03-30T18:23:06.537Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.27s) [2021-03-30T18:23:06.537Z] === RUN TestCgroupNamespacesRun [2021-03-30T18:23:07.630Z] --- PASS: TestCreateServiceSecretFileMode (3.85s) [2021-03-30T18:23:07.630Z] === RUN TestCreateServiceConfigFileMode [2021-03-30T18:23:07.815Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-03-30T18:23:08.062Z] --- PASS: TestCgroupNamespacesRun (1.41s) [2021-03-30T18:23:08.062Z] === RUN TestCgroupNamespacesRunPrivileged [2021-03-30T18:23:08.749Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-03-30T18:23:09.006Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-03-30T18:23:09.585Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.37s) [2021-03-30T18:23:09.585Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-03-30T18:23:10.635Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.37s) [2021-03-30T18:23:10.635Z] === RUN TestCgroupNamespacesRunHostMode [2021-03-30T18:23:10.896Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-03-30T18:23:11.152Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-03-30T18:23:12.077Z] --- PASS: TestCreateServiceConfigFileMode (4.08s) [2021-03-30T18:23:12.077Z] === RUN TestCreateServiceSysctls [2021-03-30T18:23:12.161Z] --- PASS: TestCgroupNamespacesRunHostMode (1.41s) [2021-03-30T18:23:12.161Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-03-30T18:23:13.686Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.44s) [2021-03-30T18:23:13.686Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-03-30T18:23:15.208Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.33s) [2021-03-30T18:23:15.208Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-03-30T18:23:15.848Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.82s) [2021-03-30T18:23:15.848Z] === RUN TestCgroupNamespacesRunOlderClient [2021-03-30T18:23:16.401Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-03-30T18:23:16.401Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-03-30T18:23:16.401Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-03-30T18:23:16.523Z] --- PASS: TestCreateServiceSysctls (4.89s) [2021-03-30T18:23:16.523Z] === RUN TestCreateServiceCapabilities [2021-03-30T18:23:17.374Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.40s) [2021-03-30T18:23:17.374Z] === RUN TestKernelTCPMemory [2021-03-30T18:23:17.669Z] --- PASS: TestKernelTCPMemory (0.65s) [2021-03-30T18:23:17.669Z] === RUN TestNISDomainname [2021-03-30T18:23:18.289Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-03-30T18:23:18.545Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-03-30T18:23:18.717Z] --- PASS: TestNISDomainname (0.80s) [2021-03-30T18:23:18.717Z] === RUN TestHostnameDnsResolution [2021-03-30T18:23:19.367Z] --- PASS: TestHostnameDnsResolution (0.88s) [2021-03-30T18:23:19.367Z] === RUN TestStats [2021-03-30T18:23:19.911Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-03-30T18:23:20.840Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-03-30T18:23:20.972Z] --- PASS: TestCreateServiceCapabilities (4.18s) [2021-03-30T18:23:20.972Z] === RUN TestInspect [2021-03-30T18:23:21.096Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-03-30T18:23:21.353Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-03-30T18:23:22.116Z] --- PASS: TestStats (2.56s) [2021-03-30T18:23:22.116Z] === RUN TestStopContainerWithTimeout [2021-03-30T18:23:22.116Z] === RUN TestStopContainerWithTimeout/0 [2021-03-30T18:23:22.116Z] === PAUSE TestStopContainerWithTimeout/0 [2021-03-30T18:23:22.116Z] === RUN TestStopContainerWithTimeout/1 [2021-03-30T18:23:22.116Z] === PAUSE TestStopContainerWithTimeout/1 [2021-03-30T18:23:22.116Z] === RUN TestStopContainerWithTimeout/3 [2021-03-30T18:23:22.116Z] === PAUSE TestStopContainerWithTimeout/3 [2021-03-30T18:23:22.116Z] === RUN TestStopContainerWithTimeout/-1 [2021-03-30T18:23:22.116Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-03-30T18:23:22.116Z] === CONT TestStopContainerWithTimeout/0 [2021-03-30T18:23:22.116Z] === CONT TestStopContainerWithTimeout/3 [2021-03-30T18:23:22.116Z] === CONT TestStopContainerWithTimeout/1 [2021-03-30T18:23:22.116Z] === CONT TestStopContainerWithTimeout/-1 [2021-03-30T18:23:22.283Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-03-30T18:23:24.482Z] --- PASS: TestInspect (4.06s) [2021-03-30T18:23:24.482Z] === RUN TestCreateJob [2021-03-30T18:23:25.658Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-03-30T18:23:25.658Z] --- PASS: TestStopContainerWithTimeout/0 (1.09s) [2021-03-30T18:23:25.658Z] --- PASS: TestStopContainerWithTimeout/1 (1.99s) [2021-03-30T18:23:25.658Z] --- PASS: TestStopContainerWithTimeout/-1 (3.17s) [2021-03-30T18:23:25.658Z] --- PASS: TestStopContainerWithTimeout/3 (3.28s) [2021-03-30T18:23:25.658Z] === RUN TestDeleteDevicemapper [2021-03-30T18:23:25.658Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-03-30T18:23:25.658Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-30T18:23:25.658Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-30T18:23:28.417Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.64s) [2021-03-30T18:23:28.417Z] === RUN TestUpdateMemory [2021-03-30T18:23:28.713Z] --- PASS: TestUpdateMemory (0.74s) [2021-03-30T18:23:28.713Z] === RUN TestUpdateCPUQuota [2021-03-30T18:23:28.870Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-03-30T18:23:30.050Z] --- PASS: TestCreateJob (4.95s) [2021-03-30T18:23:30.050Z] === RUN TestReplicatedJob [2021-03-30T18:23:30.236Z] --- PASS: TestUpdateCPUQuota (1.58s) [2021-03-30T18:23:30.236Z] === RUN TestUpdatePidsLimit [2021-03-30T18:23:30.236Z] === RUN TestUpdatePidsLimit/update_from_none [2021-03-30T18:23:30.531Z] === RUN TestUpdatePidsLimit/no_change [2021-03-30T18:23:30.777Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-03-30T18:23:30.826Z] === RUN TestUpdatePidsLimit/update_lower [2021-03-30T18:23:31.121Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-03-30T18:23:31.415Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-03-30T18:23:31.709Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-03-30T18:23:31.711Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-03-30T18:23:32.005Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-03-30T18:23:33.050Z] --- PASS: TestUpdatePidsLimit (2.68s) [2021-03-30T18:23:33.050Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.30s) [2021-03-30T18:23:33.050Z] --- PASS: TestUpdatePidsLimit/no_change (0.29s) [2021-03-30T18:23:33.050Z] --- PASS: TestUpdatePidsLimit/update_lower (0.29s) [2021-03-30T18:23:33.050Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.29s) [2021-03-30T18:23:33.050Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.30s) [2021-03-30T18:23:33.050Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.31s) [2021-03-30T18:23:33.050Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.29s) [2021-03-30T18:23:33.050Z] === RUN TestUpdateRestartPolicy [2021-03-30T18:23:33.613Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-03-30T18:23:36.880Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-03-30T18:23:38.244Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-03-30T18:23:38.518Z] --- PASS: TestReplicatedJob (7.89s) [2021-03-30T18:23:38.518Z] === RUN TestUpdateReplicatedJob [2021-03-30T18:23:39.175Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-03-30T18:23:40.102Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-03-30T18:23:42.967Z] --- PASS: TestUpdateReplicatedJob (5.14s) [2021-03-30T18:23:42.967Z] === RUN TestServiceListWithStatuses [2021-03-30T18:23:42.967Z] --- SKIP: TestServiceListWithStatuses (0.01s) [2021-03-30T18:23:42.967Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-30T18:23:42.967Z] === RUN TestDockerNetworkConnectAlias [2021-03-30T18:23:43.366Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-03-30T18:23:44.731Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-03-30T18:23:45.737Z] --- PASS: TestUpdateRestartPolicy (11.42s) [2021-03-30T18:23:45.737Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-30T18:23:45.737Z] --- PASS: TestUpdateRestartWithAutoRemove (0.58s) [2021-03-30T18:23:45.737Z] === RUN TestWaitNonBlocked [2021-03-30T18:23:45.737Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:23:45.737Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:23:45.737Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:23:45.737Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:23:45.737Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:23:45.737Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:23:45.737Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-03-30T18:23:45.737Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.76s) [2021-03-30T18:23:45.737Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.81s) [2021-03-30T18:23:45.737Z] === RUN TestWaitBlocked [2021-03-30T18:23:45.737Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:23:45.737Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:23:45.737Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:23:45.737Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:23:45.737Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-03-30T18:23:45.737Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-03-30T18:23:46.798Z] --- PASS: TestWaitBlocked (0.02s) [2021-03-30T18:23:46.798Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.92s) [2021-03-30T18:23:46.798Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.97s) [2021-03-30T18:23:46.798Z] === CONT TestContainerStartOnDaemonRestart [2021-03-30T18:23:46.798Z] === CONT TestContainerKillOnDaemonStart [2021-03-30T18:23:46.798Z] === CONT TestRestartDaemonWithRestartingContainer [2021-03-30T18:23:46.798Z] === CONT TestDaemonHostGatewayIP [2021-03-30T18:23:47.997Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-03-30T18:23:51.319Z] --- PASS: TestContainerStartOnDaemonRestart (3.92s) [2021-03-30T18:23:51.319Z] === CONT TestDaemonRestartIpcMode [2021-03-30T18:23:51.319Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.98s) [2021-03-30T18:23:51.319Z] === CONT TestIpcModeOlderClient [2021-03-30T18:23:51.319Z] --- PASS: TestIpcModeOlderClient (0.12s) [2021-03-30T18:23:51.319Z] --- PASS: TestDaemonHostGatewayIP (4.39s) [2021-03-30T18:23:51.434Z] --- PASS: TestDockerNetworkConnectAlias (8.58s) [2021-03-30T18:23:51.434Z] === RUN TestDockerNetworkReConnect [2021-03-30T18:23:53.400Z] --- PASS: TestDaemonRestartIpcMode (2.54s) [2021-03-30T18:23:54.532Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-03-30T18:23:56.420Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-03-30T18:23:58.320Z] --- PASS: TestDockerNetworkReConnect (7.04s) [2021-03-30T18:23:58.320Z] === RUN TestServicePlugin [2021-03-30T18:23:58.320Z] --- SKIP: TestServicePlugin (0.00s) [2021-03-30T18:23:58.320Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:23:58.320Z] === RUN TestServiceUpdateLabel [2021-03-30T18:24:00.331Z] --- PASS: TestContainerKillOnDaemonStart (13.05s) [2021-03-30T18:24:00.331Z] PASS [2021-03-30T18:24:00.331Z] [2021-03-30T18:24:00.331Z] === Skipped [2021-03-30T18:24:00.331Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2021-03-30T18:24:00.331Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-30T18:24:00.331Z] [2021-03-30T18:24:00.331Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-03-30T18:24:00.331Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-03-30T18:24:00.331Z] [2021-03-30T18:24:00.331Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2021-03-30T18:24:00.331Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-03-30T18:24:00.331Z] [2021-03-30T18:24:00.331Z] [2021-03-30T18:24:00.331Z] DONE 196 tests, 3 skipped in 115.446s [2021-03-30T18:24:00.331Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2021-03-30T18:24:00.331Z] ++ 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 [2021-03-30T18:24:00.331Z] ++ set -e [2021-03-30T18:24:00.331Z] ++ '[' -n 0 ']' [2021-03-30T18:24:00.331Z] ++ set -x [2021-03-30T18:24:00.331Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:24:00.331Z] INFO: Testing against a local daemon [2021-03-30T18:24:00.331Z] === RUN TestCommitInheritsEnv [2021-03-30T18:24:00.331Z] --- PASS: TestCommitInheritsEnv (0.33s) [2021-03-30T18:24:00.331Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-30T18:24:00.331Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-03-30T18:24:00.331Z] === RUN TestImagesFilterMultiReference [2021-03-30T18:24:00.331Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-03-30T18:24:00.331Z] === RUN TestImagePullPlatformInvalid [2021-03-30T18:24:00.331Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2021-03-30T18:24:00.331Z] === RUN TestRemoveImageOrphaning [2021-03-30T18:24:00.589Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-03-30T18:24:00.626Z] --- PASS: TestRemoveImageOrphaning (0.31s) [2021-03-30T18:24:00.626Z] === RUN TestRemoveImageGarbageCollector [2021-03-30T18:24:00.626Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-03-30T18:24:00.626Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:24:00.626Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-30T18:24:00.626Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-03-30T18:24:00.626Z] === RUN TestTagInvalidReference [2021-03-30T18:24:00.626Z] --- PASS: TestTagInvalidReference (0.02s) [2021-03-30T18:24:00.626Z] === RUN TestTagValidPrefixedRepo [2021-03-30T18:24:00.626Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2021-03-30T18:24:00.626Z] === RUN TestTagExistedNameWithoutForce [2021-03-30T18:24:00.922Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-03-30T18:24:00.922Z] === RUN TestTagOfficialNames [2021-03-30T18:24:00.922Z] --- PASS: TestTagOfficialNames (0.04s) [2021-03-30T18:24:00.922Z] === RUN TestTagMatchesDigest [2021-03-30T18:24:00.922Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-03-30T18:24:00.922Z] === CONT TestImportExtremelyLargeImageWorks [2021-03-30T18:24:01.516Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-03-30T18:24:01.516Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-03-30T18:24:01.828Z] --- PASS: TestServiceUpdateLabel (3.81s) [2021-03-30T18:24:01.828Z] === RUN TestServiceUpdateSecrets [2021-03-30T18:24:06.760Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-03-30T18:24:08.652Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-03-30T18:24:12.254Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-03-30T18:24:12.819Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-03-30T18:24:15.337Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-03-30T18:24:19.508Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-03-30T18:24:20.568Z] --- PASS: TestServiceUpdateSecrets (16.17s) [2021-03-30T18:24:20.568Z] === RUN TestServiceUpdateConfigs [2021-03-30T18:24:22.775Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-03-30T18:24:23.702Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-03-30T18:24:24.630Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-03-30T18:24:24.630Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-03-30T18:24:25.559Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-03-30T18:24:28.088Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-03-30T18:24:28.344Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-03-30T18:24:28.344Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-03-30T18:24:30.861Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-03-30T18:24:31.421Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-03-30T18:24:33.310Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-03-30T18:24:35.895Z] --- PASS: TestServiceUpdateConfigs (16.24s) [2021-03-30T18:24:35.895Z] === RUN TestServiceUpdateNetwork [2021-03-30T18:24:38.559Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-03-30T18:24:39.487Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-03-30T18:24:42.005Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-03-30T18:24:47.248Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-03-30T18:24:51.220Z] --- PASS: TestServiceUpdateNetwork (16.83s) [2021-03-30T18:24:51.220Z] === RUN TestServiceUpdatePidsLimit [2021-03-30T18:24:52.494Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-03-30T18:24:52.723Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-30T18:24:53.755Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-30T18:24:56.673Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-03-30T18:24:56.673Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-03-30T18:24:59.942Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-03-30T18:25:01.833Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-03-30T18:25:02.222Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-30T18:25:03.729Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-03-30T18:25:03.729Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-03-30T18:25:04.291Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-03-30T18:25:04.852Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-03-30T18:25:05.108Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-03-30T18:25:05.670Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-03-30T18:25:05.926Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-03-30T18:25:06.488Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-03-30T18:25:06.744Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-03-30T18:25:10.014Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-03-30T18:25:10.575Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-03-30T18:25:10.688Z] --- PASS: TestServiceUpdatePidsLimit (18.58s) [2021-03-30T18:25:10.688Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.12s) [2021-03-30T18:25:10.688Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.38s) [2021-03-30T18:25:10.688Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.37s) [2021-03-30T18:25:10.688Z] PASS [2021-03-30T18:25:10.688Z] [2021-03-30T18:25:10.688Z] === Skipped [2021-03-30T18:25:10.688Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.01s) [2021-03-30T18:25:10.688Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-30T18:25:10.688Z] [2021-03-30T18:25:10.688Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2021-03-30T18:25:10.688Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:25:10.688Z] [2021-03-30T18:25:10.688Z] [2021-03-30T18:25:10.688Z] DONE 27 tests, 2 skipped in 185.639s [2021-03-30T18:25:10.688Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2021-03-30T18:25:10.688Z] ++ 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 [2021-03-30T18:25:10.688Z] ++ set -e [2021-03-30T18:25:10.688Z] ++ '[' -n 0 ']' [2021-03-30T18:25:10.688Z] ++ set -x [2021-03-30T18:25:10.688Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:25:10.688Z] INFO: Testing against a local daemon [2021-03-30T18:25:10.688Z] === RUN TestSessionCreate [2021-03-30T18:25:10.688Z] --- PASS: TestSessionCreate (0.02s) [2021-03-30T18:25:10.688Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-30T18:25:10.688Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-03-30T18:25:10.688Z] PASS [2021-03-30T18:25:10.688Z] [2021-03-30T18:25:10.688Z] DONE 2 tests in 0.316s [2021-03-30T18:25:10.688Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2021-03-30T18:25:10.688Z] ++ 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 [2021-03-30T18:25:10.688Z] ++ set -e [2021-03-30T18:25:10.688Z] ++ '[' -n 0 ']' [2021-03-30T18:25:10.688Z] ++ set -x [2021-03-30T18:25:10.688Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:25:10.688Z] INFO: Testing against a local daemon [2021-03-30T18:25:10.688Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-30T18:25:10.688Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-30T18:25:10.688Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-30T18:25:10.688Z] === RUN TestEventsExecDie [2021-03-30T18:25:11.722Z] --- PASS: TestEventsExecDie (1.26s) [2021-03-30T18:25:11.722Z] === RUN TestEventsBackwardsCompatible [2021-03-30T18:25:11.722Z] --- PASS: TestEventsBackwardsCompatible (0.10s) [2021-03-30T18:25:11.722Z] === RUN TestInfoBinaryCommits [2021-03-30T18:25:11.722Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-03-30T18:25:11.722Z] === RUN TestInfoAPIVersioned [2021-03-30T18:25:11.722Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-30T18:25:11.722Z] === RUN TestInfoDiscoveryBackend [2021-03-30T18:25:12.354Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-03-30T18:25:12.354Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-30T18:25:13.093Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-03-30T18:25:13.384Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-30T18:25:13.384Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-30T18:25:13.675Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-03-30T18:25:13.675Z] === RUN TestInfoAPI [2021-03-30T18:25:13.675Z] --- PASS: TestInfoAPI (0.02s) [2021-03-30T18:25:13.675Z] === RUN TestInfoAPIWarnings [2021-03-30T18:25:15.653Z] === RUN TestDockerSuite/TestBuildEnv [2021-03-30T18:25:17.545Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-03-30T18:25:19.436Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-03-30T18:25:21.325Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-03-30T18:25:22.252Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-03-30T18:25:32.197Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-03-30T18:25:32.238Z] --- PASS: TestInfoAPIWarnings (16.29s) [2021-03-30T18:25:32.238Z] === RUN TestInfoDebug [2021-03-30T18:25:32.238Z] --- PASS: TestInfoDebug (0.53s) [2021-03-30T18:25:32.238Z] === RUN TestInfoInsecureRegistries [2021-03-30T18:25:32.238Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-03-30T18:25:32.238Z] === RUN TestInfoRegistryMirrors [2021-03-30T18:25:32.238Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-03-30T18:25:32.238Z] === RUN TestLoginFailsWithBadCredentials [2021-03-30T18:25:32.238Z] --- PASS: TestLoginFailsWithBadCredentials (0.29s) [2021-03-30T18:25:32.238Z] === RUN TestPingCacheHeaders [2021-03-30T18:25:32.238Z] --- PASS: TestPingCacheHeaders (0.01s) [2021-03-30T18:25:32.238Z] === RUN TestPingGet [2021-03-30T18:25:32.238Z] --- PASS: TestPingGet (0.01s) [2021-03-30T18:25:32.238Z] === RUN TestPingHead [2021-03-30T18:25:32.238Z] --- PASS: TestPingHead (0.01s) [2021-03-30T18:25:32.238Z] === RUN TestVersion [2021-03-30T18:25:32.238Z] --- PASS: TestVersion (0.01s) [2021-03-30T18:25:32.238Z] PASS [2021-03-30T18:25:32.238Z] [2021-03-30T18:25:32.238Z] === Skipped [2021-03-30T18:25:32.238Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-30T18:25:32.238Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-30T18:25:32.238Z] [2021-03-30T18:25:32.238Z] [2021-03-30T18:25:32.238Z] DONE 18 tests, 1 skipped in 21.814s [2021-03-30T18:25:32.238Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2021-03-30T18:25:32.238Z] ++ 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 [2021-03-30T18:25:32.238Z] ++ set -e [2021-03-30T18:25:32.238Z] ++ '[' -n 0 ']' [2021-03-30T18:25:32.238Z] ++ set -x [2021-03-30T18:25:32.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=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 [2021-03-30T18:25:32.238Z] INFO: Testing against a local daemon [2021-03-30T18:25:32.238Z] === RUN TestVolumesCreateAndList [2021-03-30T18:25:32.238Z] --- PASS: TestVolumesCreateAndList (0.01s) [2021-03-30T18:25:32.238Z] === RUN TestVolumesRemove [2021-03-30T18:25:32.238Z] --- PASS: TestVolumesRemove (0.15s) [2021-03-30T18:25:32.238Z] === RUN TestVolumesInspect [2021-03-30T18:25:32.238Z] --- PASS: TestVolumesInspect (0.01s) [2021-03-30T18:25:32.238Z] === RUN TestVolumesInvalidJSON [2021-03-30T18:25:32.238Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-30T18:25:32.238Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-30T18:25:32.238Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-30T18:25:32.238Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-03-30T18:25:32.238Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-30T18:25:32.238Z] PASS [2021-03-30T18:25:32.238Z] [2021-03-30T18:25:32.238Z] DONE 5 tests in 0.407s [2021-03-30T18:25:32.238Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-30T18:25:32.529Z] ++++ cat bundles/test-integration/docker.pid [2021-03-30T18:25:32.529Z] +++ kill 12279 [2021-03-30T18:25:34.033Z] +++ /etc/init.d/apparmor stop [2021-03-30T18:25:34.033Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-30T18:25:34.033Z] [2021-03-30T18:25:34.033Z] Unloading profiles will leave already running processes permanently [2021-03-30T18:25:34.033Z] unconfined, which can lead to unexpected situations. [2021-03-30T18:25:34.033Z] [2021-03-30T18:25:34.033Z] To set a process to complain mode, use the command line tool [2021-03-30T18:25:34.033Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-30T18:25:34.033Z] +++ true [2021-03-30T18:25:34.033Z] exiting test-integration [2021-03-30T18:25:34.033Z] ++ exit 0 [2021-03-30T18:25:34.033Z] [2021-03-30T18:25:34.711Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault Post stage [Pipeline] junit [2021-03-30T18:25:36.140Z] Recording test results [2021-03-30T18:25:36.659Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-30T18:25:37.106Z] + echo Ensuring container killed. [2021-03-30T18:25:37.106Z] Ensuring container killed. [2021-03-30T18:25:37.106Z] + docker rm -vf docker-pr2 [2021-03-30T18:25:37.106Z] Error: No such container: docker-pr2 [2021-03-30T18:25:37.106Z] + true [Pipeline] sh [2021-03-30T18:25:37.481Z] + echo Chowning /workspace to jenkins user [2021-03-30T18:25:37.481Z] Chowning /workspace to jenkins user [2021-03-30T18:25:37.481Z] + id -u [2021-03-30T18:25:37.481Z] + id -g [2021-03-30T18:25:37.481Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-42226:/workspace busybox chown -R 1001:1001 /workspace [2021-03-30T18:25:37.481Z] Unable to find image 'busybox:latest' locally [2021-03-30T18:25:37.771Z] latest: Pulling from library/busybox [2021-03-30T18:25:37.771Z] 7d95fb1c8be1: Pulling fs layer [2021-03-30T18:25:38.062Z] 7d95fb1c8be1: Verifying Checksum [2021-03-30T18:25:38.062Z] 7d95fb1c8be1: Download complete [2021-03-30T18:25:38.694Z] 7d95fb1c8be1: Pull complete [2021-03-30T18:25:38.694Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac [2021-03-30T18:25:38.694Z] Status: Downloaded newer image for busybox:latest [2021-03-30T18:25:39.967Z] === RUN TestDockerDaemonSuite/TestShmSize [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-30T18:25:41.815Z] + bundleName=s390x-integration [2021-03-30T18:25:41.815Z] + echo Creating s390x-integration-bundles.tar.gz [2021-03-30T18:25:41.815Z] Creating s390x-integration-bundles.tar.gz [2021-03-30T18:25:41.815Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-03-30T18:25:41.815Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-03-30T18:25:41.858Z] Archiving artifacts [2021-03-30T18:25:42.207Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42226/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-30T18:25:42.496Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-03-30T18:25:42.588Z] + make clean [2021-03-30T18:25:42.878Z] docker volume rm -f docker-dev-cache [2021-03-30T18:25:43.168Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T18:25:46.666Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-03-30T18:25:46.666Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite (533.22s) [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (9.10s) [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.85s) [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (17.14s) [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (4.33s) [2021-03-30T18:25:56.614Z] docker_cli_daemon_test.go:1455: [d6164ddf81981] daemon is not started [2021-03-30T18:25:56.614Z] check_test.go:309: [d6c05520ff057] daemon is not started [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (3.83s) [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.92s) [2021-03-30T18:25:56.614Z] check_test.go:309: [d45dfaccf6c02] daemon is not started [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (5.10s) [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (4.68s) [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (4.44s) [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (5.37s) [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (6.27s) [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (4.27s) [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (2.03s) [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.93s) [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-03-30T18:25:56.614Z] check_test.go:309: [d72fb4f88d530] daemon is not started [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-03-30T18:25:56.614Z] check_test.go:309: [dea88b3e026b7] daemon is not started [2021-03-30T18:25:56.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.33s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.90s) [2021-03-30T18:25:56.615Z] check_test.go:309: [d85bff336d25a] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (4.29s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (2.67s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (4.10s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (2.19s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.99s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.99s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (4.31s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-03-30T18:25:56.615Z] check_test.go:309: [ddd155ca8eedd] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.79s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.79s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.80s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (5.53s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (8.45s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (4.03s) [2021-03-30T18:25:56.615Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-03-30T18:25:56.615Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-03-30T18:25:56.615Z] check_test.go:309: [ded33eb922d4f] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.82s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (3.28s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (3.51s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.98s) [2021-03-30T18:25:56.615Z] check_test.go:309: [d76114b3ad262] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (5.45s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.96s) [2021-03-30T18:25:56.615Z] check_test.go:309: [d33f2d0acd6a1] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (4.51s) [2021-03-30T18:25:56.615Z] docker_cli_daemon_plugins_test.go:79: [daac58a455717] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (4.80s) [2021-03-30T18:25:56.615Z] docker_cli_daemon_plugins_test.go:169: [dedcf5cd26862] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (6.14s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.94s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.83s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2021-03-30T18:25:56.615Z] check_test.go:309: [d570e722ed399] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.85s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.63s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.80s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.83s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.62s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.74s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.83s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (1.07s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.98s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.98s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (9.56s) [2021-03-30T18:25:56.615Z] check_test.go:309: [d69411f351280] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (4.57s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (26.92s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (4.12s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (2.12s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (7.81s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (5.06s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (8.93s) [2021-03-30T18:25:56.615Z] check_test.go:309: [dd25743f27e8a] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (2.31s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (3.37s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (16.67s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (4.44s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (2.78s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (3.40s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (4.92s) [2021-03-30T18:25:56.615Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-03-30T18:25:56.615Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-03-30T18:25:56.615Z] check_test.go:309: [d385324a880d2] daemon is not started [2021-03-30T18:25:56.615Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-03-30T18:25:56.615Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-03-30T18:25:56.615Z] check_test.go:309: [d30f08f8c4827] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (5.65s) [2021-03-30T18:25:56.615Z] check_test.go:309: [dbd85c8e1bbd5] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (8.56s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (5.49s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (5.18s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (3.37s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (4.62s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (7.29s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (7.75s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (3.78s) [2021-03-30T18:25:56.615Z] check_test.go:309: [d1554fc4b07a2] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (5.75s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (4.71s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (3.06s) [2021-03-30T18:25:56.615Z] check_test.go:309: [d4f858080bf49] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.95s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (7.46s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (2.05s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (1.03s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (6.43s) [2021-03-30T18:25:56.615Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-03-30T18:25:56.615Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-03-30T18:25:56.615Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-03-30T18:25:56.615Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-03-30T18:25:56.615Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-03-30T18:25:56.615Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-03-30T18:25:56.615Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-03-30T18:25:56.615Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-03-30T18:25:56.615Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-03-30T18:25:56.615Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-03-30T18:25:56.615Z] check_test.go:309: [d150659ab599b] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (2.09s) [2021-03-30T18:25:56.615Z] check_test.go:309: [da67fef21e8bf] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.92s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.96s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (5.60s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.97s) [2021-03-30T18:25:56.615Z] check_test.go:309: [d11303bc3d4f0] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (4.48s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.77s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (7.15s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.44s) [2021-03-30T18:25:56.615Z] check_test.go:309: [d790b6d9d6902] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (10.05s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (6.57s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (6.08s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (3.81s) [2021-03-30T18:25:56.615Z] check_test.go:309: [decf1e7b7aeff] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.97s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.93s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.97s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (3.01s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2021-03-30T18:25:56.615Z] check_test.go:309: [d6b1b17e6bd42] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (2.29s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (2.31s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (4.65s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.91s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.36s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (5.07s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (5.14s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (7.30s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.32s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.54s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.71s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (5.00s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (12.29s) [2021-03-30T18:25:56.615Z] docker_cli_daemon_test.go:2550: [d4c80bf2b0e50] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (12.43s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (4.58s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestShmSize (3.01s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (4.27s) [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.15s) [2021-03-30T18:25:56.615Z] check_test.go:309: [de3264a220659] daemon is not started [2021-03-30T18:25:56.615Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (9.44s) [2021-03-30T18:25:56.615Z] === RUN TestDockerSwarmSuite [2021-03-30T18:25:56.615Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-03-30T18:26:00.787Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-03-30T18:26:03.307Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-03-30T18:26:04.234Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-03-30T18:26:07.501Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-03-30T18:26:10.019Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-03-30T18:26:18.118Z] --- PASS: TestImportExtremelyLargeImageWorks (228.71s) [2021-03-30T18:26:18.118Z] PASS [2021-03-30T18:26:18.118Z] [2021-03-30T18:26:18.118Z] DONE 12 tests in 233.418s [2021-03-30T18:26:18.118Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-03-30T18:26:18.118Z] ++ 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 [2021-03-30T18:26:18.118Z] ++ set -e [2021-03-30T18:26:18.118Z] ++ '[' -n 0 ']' [2021-03-30T18:26:18.118Z] ++ set -x [2021-03-30T18:26:18.118Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:26:18.118Z] INFO: Testing against a local daemon [2021-03-30T18:26:18.118Z] === RUN TestNetworkCreateDelete [2021-03-30T18:26:18.679Z] --- PASS: TestNetworkCreateDelete (0.50s) [2021-03-30T18:26:18.679Z] === RUN TestDockerNetworkDeletePreferID [2021-03-30T18:26:19.605Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-03-30T18:26:20.167Z] --- PASS: TestDockerNetworkDeletePreferID (1.47s) [2021-03-30T18:26:20.167Z] === RUN TestDaemonDNSFallback [2021-03-30T18:26:20.423Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-03-30T18:26:20.679Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-03-30T18:26:21.242Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-03-30T18:26:23.130Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-03-30T18:26:23.130Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-03-30T18:26:23.130Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-03-30T18:26:23.691Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-03-30T18:26:24.620Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-03-30T18:26:27.888Z] --- PASS: TestDaemonDNSFallback (7.76s) [2021-03-30T18:26:27.888Z] === RUN TestInspectNetwork [2021-03-30T18:26:34.427Z] === RUN TestInspectNetwork/full_network_id [2021-03-30T18:26:34.427Z] === RUN TestInspectNetwork/partial_network_id [2021-03-30T18:26:34.427Z] === RUN TestInspectNetwork/network_name [2021-03-30T18:26:34.427Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-30T18:26:36.321Z] === RUN TestDockerSuite/TestBuildExpose [2021-03-30T18:26:36.579Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-03-30T18:26:37.156Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-03-30T18:26:37.411Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-03-30T18:26:37.667Z] === RUN TestDockerSuite/TestBuildFails [2021-03-30T18:26:38.595Z] --- PASS: TestInspectNetwork (10.54s) [2021-03-30T18:26:38.595Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-30T18:26:38.595Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-30T18:26:38.595Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-30T18:26:38.595Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-30T18:26:38.595Z] === RUN TestRunContainerWithBridgeNone [2021-03-30T18:26:39.157Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-03-30T18:26:39.157Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-03-30T18:26:43.327Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-03-30T18:26:44.255Z] --- PASS: TestRunContainerWithBridgeNone (5.81s) [2021-03-30T18:26:44.255Z] === RUN TestNetworkInvalidJSON [2021-03-30T18:26:44.255Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-30T18:26:44.255Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-30T18:26:44.255Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:26:44.255Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:26:44.255Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:26:44.255Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:26:44.255Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-30T18:26:44.255Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:26:44.255Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:26:44.255Z] --- PASS: TestNetworkInvalidJSON (0.05s) [2021-03-30T18:26:44.255Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-30T18:26:44.255Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-30T18:26:44.255Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-30T18:26:44.255Z] === RUN TestNetworkList [2021-03-30T18:26:44.255Z] === RUN TestNetworkList//networks [2021-03-30T18:26:44.255Z] === PAUSE TestNetworkList//networks [2021-03-30T18:26:44.255Z] === RUN TestNetworkList//networks/ [2021-03-30T18:26:44.255Z] === PAUSE TestNetworkList//networks/ [2021-03-30T18:26:44.255Z] === CONT TestNetworkList//networks [2021-03-30T18:26:44.255Z] === CONT TestNetworkList//networks/ [2021-03-30T18:26:44.255Z] --- PASS: TestNetworkList (0.04s) [2021-03-30T18:26:44.255Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-30T18:26:44.255Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-30T18:26:44.255Z] === RUN TestHostIPv4BridgeLabel [2021-03-30T18:26:45.621Z] --- PASS: TestHostIPv4BridgeLabel (1.24s) [2021-03-30T18:26:45.621Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-30T18:26:46.549Z] === RUN TestDockerSuite/TestBuildForceRm [2021-03-30T18:26:47.476Z] --- PASS: TestDaemonRestartWithLiveRestore (1.85s) [2021-03-30T18:26:47.476Z] === RUN TestDaemonDefaultNetworkPools [2021-03-30T18:26:48.403Z] === RUN TestDockerSuite/TestBuildFromGit [2021-03-30T18:26:48.964Z] --- PASS: TestDaemonDefaultNetworkPools (1.55s) [2021-03-30T18:26:48.964Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-30T18:26:49.525Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-03-30T18:26:50.087Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-03-30T18:26:51.015Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-03-30T18:26:51.270Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.32s) [2021-03-30T18:26:51.270Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-30T18:26:53.161Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-03-30T18:26:53.724Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-03-30T18:26:53.988Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-03-30T18:26:54.562Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (3.09s) [2021-03-30T18:26:54.562Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-30T18:26:55.488Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (1.00s) [2021-03-30T18:26:55.488Z] === RUN TestServiceWithPredefinedNetwork [2021-03-30T18:26:56.415Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-03-30T18:26:56.977Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-03-30T18:26:56.977Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-03-30T18:26:59.495Z] --- PASS: TestServiceWithPredefinedNetwork (3.86s) [2021-03-30T18:26:59.495Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-30T18:26:59.495Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-30T18:26:59.495Z] service_test.go:242: FLAKY_TEST [2021-03-30T18:26:59.495Z] === RUN TestServiceWithDataPathPortInit [2021-03-30T18:26:59.495Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-03-30T18:27:01.386Z] === RUN TestDockerSuite/TestBuildHistory [2021-03-30T18:27:05.552Z] === RUN TestDockerSuite/TestBuildIidFile [2021-03-30T18:27:05.552Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-03-30T18:27:06.114Z] === RUN TestDockerSuite/TestBuildInheritance [2021-03-30T18:27:06.676Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-03-30T18:27:06.932Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-03-30T18:27:06.932Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-03-30T18:27:08.299Z] === RUN TestDockerSuite/TestBuildLabel [2021-03-30T18:27:08.299Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-03-30T18:27:08.860Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-03-30T18:27:09.421Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-03-30T18:27:09.421Z] === RUN TestDockerSuite/TestBuildLabels [2021-03-30T18:27:09.983Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-03-30T18:27:11.873Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-03-30T18:27:14.393Z] === RUN TestDockerSuite/TestBuildLastModified [2021-03-30T18:27:17.658Z] --- PASS: TestServiceWithDataPathPortInit (18.39s) [2021-03-30T18:27:17.658Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-30T18:27:17.914Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-03-30T18:27:18.843Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-03-30T18:27:20.209Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-03-30T18:27:23.565Z] --- PASS: TestImportExtremelyLargeImageWorks (193.12s) [2021-03-30T18:27:23.565Z] PASS [2021-03-30T18:27:23.565Z] [2021-03-30T18:27:23.565Z] === Skipped [2021-03-30T18:27:23.565Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-03-30T18:27:23.565Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:27:23.565Z] [2021-03-30T18:27:23.565Z] [2021-03-30T18:27:23.565Z] DONE 12 tests, 1 skipped in 194.130s [2021-03-30T18:27:23.565Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2021-03-30T18:27:23.565Z] ++ 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 [2021-03-30T18:27:23.565Z] ++ set -e [2021-03-30T18:27:23.565Z] ++ '[' -n 0 ']' [2021-03-30T18:27:23.565Z] ++ set -x [2021-03-30T18:27:23.565Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:27:23.565Z] INFO: Testing against a local daemon [2021-03-30T18:27:23.565Z] === RUN TestNetworkCreateDelete [2021-03-30T18:27:23.565Z] --- PASS: TestNetworkCreateDelete (0.17s) [2021-03-30T18:27:23.565Z] === RUN TestDockerNetworkDeletePreferID [2021-03-30T18:27:23.565Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s) [2021-03-30T18:27:23.565Z] === RUN TestDaemonDNSFallback [2021-03-30T18:27:23.565Z] --- PASS: TestDaemonDNSFallback (1.55s) [2021-03-30T18:27:23.565Z] === RUN TestInspectNetwork [2021-03-30T18:27:23.565Z] === RUN TestInspectNetwork/full_network_id [2021-03-30T18:27:23.565Z] === RUN TestInspectNetwork/partial_network_id [2021-03-30T18:27:23.565Z] === RUN TestInspectNetwork/network_name [2021-03-30T18:27:23.565Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-03-30T18:27:23.565Z] --- PASS: TestInspectNetwork (7.09s) [2021-03-30T18:27:23.565Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-03-30T18:27:23.565Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-03-30T18:27:23.565Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-03-30T18:27:23.565Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-03-30T18:27:23.565Z] === RUN TestRunContainerWithBridgeNone [2021-03-30T18:27:25.455Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-03-30T18:27:25.455Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-03-30T18:27:25.455Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-03-30T18:27:25.455Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-03-30T18:27:25.455Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-03-30T18:27:25.455Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-03-30T18:27:25.658Z] --- PASS: TestRunContainerWithBridgeNone (1.99s) [2021-03-30T18:27:25.658Z] === RUN TestNetworkInvalidJSON [2021-03-30T18:27:25.658Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-30T18:27:25.658Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-30T18:27:25.658Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:27:25.658Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:27:25.658Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:27:25.658Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:27:25.658Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-30T18:27:25.658Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:27:25.658Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:27:25.658Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-03-30T18:27:25.658Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-30T18:27:25.658Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-30T18:27:25.658Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-30T18:27:25.658Z] === RUN TestNetworkList [2021-03-30T18:27:25.658Z] === RUN TestNetworkList//networks [2021-03-30T18:27:25.658Z] === PAUSE TestNetworkList//networks [2021-03-30T18:27:25.658Z] === RUN TestNetworkList//networks/ [2021-03-30T18:27:25.658Z] === PAUSE TestNetworkList//networks/ [2021-03-30T18:27:25.658Z] === CONT TestNetworkList//networks [2021-03-30T18:27:25.658Z] === CONT TestNetworkList//networks/ [2021-03-30T18:27:25.658Z] --- PASS: TestNetworkList (0.02s) [2021-03-30T18:27:25.658Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-30T18:27:25.658Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-30T18:27:25.658Z] === RUN TestHostIPv4BridgeLabel [2021-03-30T18:27:25.961Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2021-03-30T18:27:25.961Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-30T18:27:26.381Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-03-30T18:27:27.013Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-03-30T18:27:27.013Z] === RUN TestDaemonDefaultNetworkPools [2021-03-30T18:27:27.653Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2021-03-30T18:27:27.653Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-30T18:27:27.746Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.87s) [2021-03-30T18:27:27.746Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:bcc2empvztge6uv4l19m0rprp Created:2021-03-30 18:27:19.20478118 +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[2d6b9f25a149058514f46916c31cb8ef335854c30f99c972862cd1c9b5c27d52:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l3br0kbntvagoqj2znkskkbf3 EndpointID:1878e738063925a87a7a42e9d4e6652da46aa42b00c1414a478596f661b085ab MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:16418c71d0051ade065ae0b22d2bdd3d815292db43f673532c4c29c156cf9966 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:ea0d148ef004 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.l3br0kbntvagoqj2znkskkbf3 EndpointID:1878e738063925a87a7a42e9d4e6652da46aa42b00c1414a478596f661b085ab EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-30T18:27:27.746Z] PASS [2021-03-30T18:27:27.746Z] [2021-03-30T18:27:27.746Z] === Skipped [2021-03-30T18:27:27.746Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-30T18:27:27.746Z] service_test.go:242: FLAKY_TEST [2021-03-30T18:27:27.746Z] [2021-03-30T18:27:27.746Z] [2021-03-30T18:27:27.746Z] DONE 26 tests, 1 skipped in 69.482s [2021-03-30T18:27:27.746Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-30T18:27:27.746Z] ++ 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 [2021-03-30T18:27:27.746Z] ++ set -e [2021-03-30T18:27:27.746Z] ++ '[' -n 0 ']' [2021-03-30T18:27:27.746Z] ++ set -x [2021-03-30T18:27:27.746Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:27:27.746Z] INFO: Testing against a local daemon [2021-03-30T18:27:27.746Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-30T18:27:27.746Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-30T18:27:27.746Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:27:27.746Z] === RUN TestDockerNetworkIpvlan [2021-03-30T18:27:27.746Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-30T18:27:27.746Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:27:27.746Z] PASS [2021-03-30T18:27:27.746Z] [2021-03-30T18:27:27.746Z] === Skipped [2021-03-30T18:27:27.746Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-30T18:27:27.746Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:27:27.746Z] [2021-03-30T18:27:27.746Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-30T18:27:27.746Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:27:27.746Z] [2021-03-30T18:27:27.746Z] [2021-03-30T18:27:27.746Z] DONE 2 tests, 2 skipped in 0.135s [2021-03-30T18:27:27.746Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-30T18:27:27.746Z] ++ 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 [2021-03-30T18:27:27.746Z] ++ set -e [2021-03-30T18:27:27.746Z] ++ '[' -n 0 ']' [2021-03-30T18:27:27.746Z] ++ set -x [2021-03-30T18:27:27.746Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:27:27.746Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-03-30T18:27:27.746Z] INFO: Testing against a local daemon [2021-03-30T18:27:27.746Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-30T18:27:28.698Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2021-03-30T18:27:28.699Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-30T18:27:30.243Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.27s) [2021-03-30T18:27:30.243Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-30T18:27:30.261Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.40s) [2021-03-30T18:27:30.261Z] === RUN TestDockerNetworkMacvlan [2021-03-30T18:27:30.834Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.57s) [2021-03-30T18:27:30.834Z] === RUN TestServiceWithPredefinedNetwork [2021-03-30T18:27:31.627Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-30T18:27:31.882Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-03-30T18:27:32.138Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-03-30T18:27:32.699Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-03-30T18:27:32.699Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-30T18:27:32.920Z] --- PASS: TestServiceWithPredefinedNetwork (2.06s) [2021-03-30T18:27:32.920Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-30T18:27:32.920Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-30T18:27:32.920Z] service_test.go:242: FLAKY_TEST [2021-03-30T18:27:32.920Z] === RUN TestServiceWithDataPathPortInit [2021-03-30T18:27:34.076Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-30T18:27:38.251Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-30T18:27:43.497Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-30T18:27:44.425Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-03-30T18:27:48.309Z] --- PASS: TestServiceWithDataPathPortInit (13.66s) [2021-03-30T18:27:48.309Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-30T18:27:49.669Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-03-30T18:27:50.598Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-03-30T18:27:51.525Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-30T18:27:53.414Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-03-30T18:27:53.414Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-03-30T18:27:53.903Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.73s) [2021-03-30T18:27:53.903Z] service_test.go:433: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:6x3t5ckgayatmut0asdjpjzt9 Created:2021-03-30 18:27:47.401056807 +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[98bbb6a065f0c41efec51fa7c9a24378755e8e2fff0d181a689ab2b54cb29c96:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.478lqbeuk2v7tx7090ctw358t EndpointID:68197a6e35f042ac9bae0d4a2513622ba1c1076ddd67df4d4fe3f6402170269f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:e0a8284d8e3166670cf35fbf6622b807994c9e7426f5b1c8e447f20f119a6a56 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:34145fb38e9e IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.478lqbeuk2v7tx7090ctw358t EndpointID:68197a6e35f042ac9bae0d4a2513622ba1c1076ddd67df4d4fe3f6402170269f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-03-30T18:27:53.903Z] PASS [2021-03-30T18:27:53.903Z] [2021-03-30T18:27:53.903Z] === Skipped [2021-03-30T18:27:53.903Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-30T18:27:53.903Z] service_test.go:242: FLAKY_TEST [2021-03-30T18:27:53.903Z] [2021-03-30T18:27:53.903Z] [2021-03-30T18:27:53.903Z] DONE 26 tests, 1 skipped in 39.142s [2021-03-30T18:27:53.903Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-03-30T18:27:53.903Z] ++ 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 [2021-03-30T18:27:53.903Z] ++ set -e [2021-03-30T18:27:53.903Z] ++ '[' -n 0 ']' [2021-03-30T18:27:53.903Z] ++ set -x [2021-03-30T18:27:53.903Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:27:53.903Z] INFO: Testing against a local daemon [2021-03-30T18:27:53.903Z] === RUN TestDockerNetworkIpvlanPersistance [2021-03-30T18:27:53.903Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-30T18:27:53.903Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:27:53.903Z] === RUN TestDockerNetworkIpvlan [2021-03-30T18:27:53.903Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-03-30T18:27:53.903Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:27:53.903Z] PASS [2021-03-30T18:27:53.903Z] [2021-03-30T18:27:53.903Z] === Skipped [2021-03-30T18:27:53.903Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-03-30T18:27:53.903Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:27:53.903Z] [2021-03-30T18:27:53.903Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-03-30T18:27:53.903Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-03-30T18:27:53.903Z] [2021-03-30T18:27:53.903Z] [2021-03-30T18:27:53.903Z] DONE 2 tests, 2 skipped in 0.077s [2021-03-30T18:27:53.903Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-03-30T18:27:53.903Z] ++ 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 [2021-03-30T18:27:53.903Z] ++ set -e [2021-03-30T18:27:53.903Z] ++ '[' -n 0 ']' [2021-03-30T18:27:53.903Z] ++ set -x [2021-03-30T18:27:53.903Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:27:53.903Z] INFO: Testing against a local daemon [2021-03-30T18:27:53.903Z] === RUN TestDockerNetworkMacvlanPersistance [2021-03-30T18:27:53.977Z] --- PASS: TestDockerNetworkMacvlan (23.82s) [2021-03-30T18:27:53.977Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.15s) [2021-03-30T18:27:53.977Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.16s) [2021-03-30T18:27:53.977Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.82s) [2021-03-30T18:27:53.977Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (3.11s) [2021-03-30T18:27:53.977Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (7.20s) [2021-03-30T18:27:53.977Z] --- PASS: TestDockerNetworkMacvlan/Addressing (2.18s) [2021-03-30T18:27:53.977Z] PASS [2021-03-30T18:27:53.977Z] [2021-03-30T18:27:53.977Z] DONE 8 tests in 26.363s [2021-03-30T18:27:54.238Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-30T18:27:54.238Z] ++ 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 [2021-03-30T18:27:54.238Z] ++ set -e [2021-03-30T18:27:54.238Z] ++ '[' -n 0 ']' [2021-03-30T18:27:54.238Z] ++ set -x [2021-03-30T18:27:54.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-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 [2021-03-30T18:27:54.238Z] testing: warning: no tests to run [2021-03-30T18:27:54.238Z] PASS [2021-03-30T18:27:54.238Z] [2021-03-30T18:27:54.238Z] DONE 0 tests in 0.033s [2021-03-30T18:27:54.238Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-30T18:27:54.239Z] ++ 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 [2021-03-30T18:27:54.239Z] ++ set -e [2021-03-30T18:27:54.239Z] ++ '[' -n 0 ']' [2021-03-30T18:27:54.239Z] ++ set -x [2021-03-30T18:27:54.239Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:27:54.239Z] INFO: Testing against a local daemon [2021-03-30T18:27:54.239Z] === RUN TestAuthZPluginAllowRequest [2021-03-30T18:27:54.947Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.39s) [2021-03-30T18:27:54.947Z] === RUN TestDockerNetworkMacvlan [2021-03-30T18:27:55.588Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-03-30T18:27:56.633Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-03-30T18:27:56.755Z] --- PASS: TestAuthZPluginAllowRequest (2.06s) [2021-03-30T18:27:56.755Z] === RUN TestAuthZPluginTLS [2021-03-30T18:27:57.280Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-03-30T18:27:57.316Z] --- PASS: TestAuthZPluginTLS (0.83s) [2021-03-30T18:27:57.316Z] === RUN TestAuthZPluginDenyRequest [2021-03-30T18:27:57.889Z] --- PASS: TestAuthZPluginDenyRequest (0.78s) [2021-03-30T18:27:57.889Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-30T18:27:58.815Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-03-30T18:27:58.815Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.86s) [2021-03-30T18:27:58.815Z] === RUN TestAuthZPluginDenyResponse [2021-03-30T18:27:59.071Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-03-30T18:27:59.363Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-03-30T18:27:59.633Z] --- PASS: TestAuthZPluginDenyResponse (0.84s) [2021-03-30T18:27:59.633Z] === RUN TestAuthZPluginAllowEventStream [2021-03-30T18:28:01.454Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-03-30T18:28:01.522Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-03-30T18:28:01.777Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-03-30T18:28:02.033Z] --- PASS: TestAuthZPluginAllowEventStream (2.26s) [2021-03-30T18:28:02.033Z] === RUN TestAuthZPluginErrorResponse [2021-03-30T18:28:02.959Z] --- PASS: TestAuthZPluginErrorResponse (0.80s) [2021-03-30T18:28:02.959Z] === RUN TestAuthZPluginErrorRequest [2021-03-30T18:28:03.519Z] --- PASS: TestAuthZPluginErrorRequest (0.83s) [2021-03-30T18:28:03.519Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-30T18:28:04.447Z] === RUN TestDockerSuite/TestBuildNetNone [2021-03-30T18:28:04.447Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.79s) [2021-03-30T18:28:04.447Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-30T18:28:05.010Z] === RUN TestDockerSuite/TestBuildNoContext [2021-03-30T18:28:05.940Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-03-30T18:28:06.236Z] --- PASS: TestDockerNetworkMacvlan (11.41s) [2021-03-30T18:28:06.236Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2021-03-30T18:28:06.236Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2021-03-30T18:28:06.236Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.95s) [2021-03-30T18:28:06.236Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.05s) [2021-03-30T18:28:06.236Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.44s) [2021-03-30T18:28:06.236Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.67s) [2021-03-30T18:28:06.236Z] PASS [2021-03-30T18:28:06.236Z] [2021-03-30T18:28:06.236Z] DONE 8 tests in 12.869s [2021-03-30T18:28:06.236Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2021-03-30T18:28:06.236Z] ++ 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 [2021-03-30T18:28:06.236Z] ++ set -e [2021-03-30T18:28:06.236Z] ++ '[' -n 0 ']' [2021-03-30T18:28:06.236Z] ++ set -x [2021-03-30T18:28:06.236Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:28:06.236Z] testing: warning: no tests to run [2021-03-30T18:28:06.236Z] PASS [2021-03-30T18:28:06.236Z] [2021-03-30T18:28:06.236Z] DONE 0 tests in 0.012s [2021-03-30T18:28:06.236Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-03-30T18:28:06.236Z] ++ 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 [2021-03-30T18:28:06.236Z] ++ set -e [2021-03-30T18:28:06.236Z] ++ '[' -n 0 ']' [2021-03-30T18:28:06.236Z] ++ set -x [2021-03-30T18:28:06.236Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:28:06.236Z] INFO: Testing against a local daemon [2021-03-30T18:28:06.236Z] === RUN TestAuthZPluginAllowRequest [2021-03-30T18:28:06.375Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-03-30T18:28:06.938Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.45s) [2021-03-30T18:28:06.938Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-30T18:28:07.761Z] --- PASS: TestAuthZPluginAllowRequest (1.35s) [2021-03-30T18:28:07.761Z] === RUN TestAuthZPluginTLS [2021-03-30T18:28:07.865Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-03-30T18:28:07.865Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-03-30T18:28:08.058Z] --- PASS: TestAuthZPluginTLS (0.57s) [2021-03-30T18:28:08.058Z] === RUN TestAuthZPluginDenyRequest [2021-03-30T18:28:08.703Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-03-30T18:28:08.703Z] === RUN TestAuthZPluginAPIDenyResponse [2021-03-30T18:28:09.353Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-03-30T18:28:09.353Z] === RUN TestAuthZPluginDenyResponse [2021-03-30T18:28:09.648Z] --- PASS: TestAuthZPluginDenyResponse (0.55s) [2021-03-30T18:28:09.648Z] === RUN TestAuthZPluginAllowEventStream [2021-03-30T18:28:10.382Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (3.29s) [2021-03-30T18:28:10.382Z] === RUN TestAuthZPluginHeader [2021-03-30T18:28:10.638Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-03-30T18:28:10.894Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-03-30T18:28:11.150Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-03-30T18:28:11.170Z] --- PASS: TestAuthZPluginAllowEventStream (1.36s) [2021-03-30T18:28:11.170Z] === RUN TestAuthZPluginErrorResponse [2021-03-30T18:28:11.406Z] --- PASS: TestAuthZPluginHeader (1.38s) [2021-03-30T18:28:11.406Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-30T18:28:11.663Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-03-30T18:28:11.809Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2021-03-30T18:28:11.809Z] === RUN TestAuthZPluginErrorRequest [2021-03-30T18:28:12.104Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-03-30T18:28:12.104Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-03-30T18:28:12.225Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-03-30T18:28:12.744Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-03-30T18:28:12.744Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-03-30T18:28:12.786Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-03-30T18:28:14.831Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.75s) [2021-03-30T18:28:14.831Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-03-30T18:28:15.311Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-03-30T18:28:15.311Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-03-30T18:28:16.352Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.73s) [2021-03-30T18:28:16.352Z] === RUN TestAuthZPluginHeader [2021-03-30T18:28:16.674Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (5.25s) [2021-03-30T18:28:16.674Z] === RUN TestAuthZPluginV2Disable [2021-03-30T18:28:16.990Z] --- PASS: TestAuthZPluginHeader (0.85s) [2021-03-30T18:28:16.990Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-03-30T18:28:16.990Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-30T18:28:16.990Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:28:16.990Z] === RUN TestAuthZPluginV2Disable [2021-03-30T18:28:16.990Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-03-30T18:28:16.990Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:28:16.990Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-30T18:28:16.990Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-30T18:28:16.990Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:28:16.990Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-30T18:28:16.990Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-30T18:28:16.990Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:28:16.990Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-30T18:28:18.038Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-03-30T18:28:19.926Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-03-30T18:28:21.291Z] --- PASS: TestAuthZPluginV2Disable (4.59s) [2021-03-30T18:28:21.291Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-03-30T18:28:21.853Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-03-30T18:28:23.218Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-03-30T18:28:24.583Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-03-30T18:28:24.583Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-03-30T18:28:25.510Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (4.03s) [2021-03-30T18:28:25.510Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-03-30T18:28:28.778Z] === RUN TestDockerSuite/TestBuildPATH [2021-03-30T18:28:32.946Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-03-30T18:28:33.507Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-03-30T18:28:34.883Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-03-30T18:28:35.608Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.72s) [2021-03-30T18:28:35.608Z] PASS [2021-03-30T18:28:35.608Z] [2021-03-30T18:28:35.608Z] === Skipped [2021-03-30T18:28:35.608Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-03-30T18:28:35.608Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:28:35.608Z] [2021-03-30T18:28:35.608Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-03-30T18:28:35.608Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:28:35.608Z] [2021-03-30T18:28:35.608Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-03-30T18:28:35.608Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:28:35.608Z] [2021-03-30T18:28:35.608Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-03-30T18:28:35.608Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:28:35.608Z] [2021-03-30T18:28:35.608Z] [2021-03-30T18:28:35.608Z] DONE 17 tests, 4 skipped in 27.681s [2021-03-30T18:28:35.608Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-30T18:28:35.608Z] ++ 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 [2021-03-30T18:28:35.608Z] ++ set -e [2021-03-30T18:28:35.608Z] ++ '[' -n 0 ']' [2021-03-30T18:28:35.608Z] ++ set -x [2021-03-30T18:28:35.608Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:28:35.608Z] INFO: Testing against a local daemon [2021-03-30T18:28:35.608Z] === RUN TestPluginInvalidJSON [2021-03-30T18:28:35.608Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:28:35.608Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:28:35.608Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:28:35.608Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-03-30T18:28:35.608Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-30T18:28:35.608Z] === RUN TestPluginInstall [2021-03-30T18:28:35.608Z] === RUN TestPluginInstall/no_auth [2021-03-30T18:28:35.608Z] time="2021-03-30T18:28:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:28:35.608Z] time="2021-03-30T18:28:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9bf342a5e52dc990939254e8106fc0ab92c9673d2b81995d8b0661c1933b8fcb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:28:35.608Z] time="2021-03-30T18:28:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:28:35.608Z] time="2021-03-30T18:28:35Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:9bf342a5e52dc990939254e8106fc0ab92c9673d2b81995d8b0661c1933b8fcb" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:28:35.903Z] === RUN TestPluginInstall/with_htpasswd [2021-03-30T18:28:36.541Z] time="2021-03-30T18:28:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:28:36.541Z] time="2021-03-30T18:28:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:88bfc30aef5eab138228a4a6f8e1b231f92e4e8965f9e26fa7d468ad69062d0d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:28:36.541Z] time="2021-03-30T18:28:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:28:36.542Z] time="2021-03-30T18:28:36Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:88bfc30aef5eab138228a4a6f8e1b231f92e4e8965f9e26fa7d468ad69062d0d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:28:36.837Z] === RUN TestPluginInstall/with_insecure [2021-03-30T18:28:37.884Z] time="2021-03-30T18:28:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:28:37.884Z] time="2021-03-30T18:28:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2dbdc9f606a663ce7a74d145e17f1358b8e4228990d8a0d0548d15ba3016c48a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:28:37.884Z] time="2021-03-30T18:28:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:28:37.884Z] time="2021-03-30T18:28:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2dbdc9f606a663ce7a74d145e17f1358b8e4228990d8a0d0548d15ba3016c48a" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:28:38.151Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (12.40s) [2021-03-30T18:28:38.151Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-03-30T18:28:38.182Z] --- PASS: TestPluginInstall (4.33s) [2021-03-30T18:28:38.182Z] --- PASS: TestPluginInstall/no_auth (2.01s) [2021-03-30T18:28:38.182Z] --- PASS: TestPluginInstall/with_htpasswd (0.92s) [2021-03-30T18:28:38.182Z] --- PASS: TestPluginInstall/with_insecure (1.41s) [2021-03-30T18:28:38.182Z] plugin_test.go:160: [d70fd666a8602] daemon is not started [2021-03-30T18:28:38.182Z] === RUN TestPluginsWithRuntimes [2021-03-30T18:28:40.301Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-30T18:28:41.347Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-30T18:28:42.316Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-03-30T18:28:42.397Z] --- PASS: TestPluginsWithRuntimes (4.00s) [2021-03-30T18:28:42.397Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.07s) [2021-03-30T18:28:42.397Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.07s) [2021-03-30T18:28:42.397Z] PASS [2021-03-30T18:28:42.397Z] [2021-03-30T18:28:42.397Z] DONE 9 tests in 8.429s [2021-03-30T18:28:42.397Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-30T18:28:42.397Z] ++ 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 [2021-03-30T18:28:42.397Z] ++ set -e [2021-03-30T18:28:42.397Z] ++ '[' -n 0 ']' [2021-03-30T18:28:42.397Z] ++ set -x [2021-03-30T18:28:42.397Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:28:42.397Z] INFO: Testing against a local daemon [2021-03-30T18:28:42.397Z] === RUN TestExternalGraphDriver [2021-03-30T18:28:42.397Z] === RUN TestExternalGraphDriver/json [2021-03-30T18:28:43.244Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-03-30T18:28:44.489Z] === RUN TestExternalGraphDriver/spec [2021-03-30T18:28:46.017Z] === RUN TestExternalGraphDriver/pull [2021-03-30T18:28:48.116Z] --- PASS: TestExternalGraphDriver (5.61s) [2021-03-30T18:28:48.116Z] --- PASS: TestExternalGraphDriver/json (1.84s) [2021-03-30T18:28:48.116Z] --- PASS: TestExternalGraphDriver/spec (1.83s) [2021-03-30T18:28:48.116Z] --- PASS: TestExternalGraphDriver/pull (1.83s) [2021-03-30T18:28:48.116Z] === RUN TestGraphdriverPluginV2 [2021-03-30T18:28:48.116Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2021-03-30T18:28:48.116Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:28:48.116Z] PASS [2021-03-30T18:28:48.116Z] [2021-03-30T18:28:48.116Z] === Skipped [2021-03-30T18:28:48.116Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2021-03-30T18:28:48.116Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:28:48.116Z] [2021-03-30T18:28:48.116Z] [2021-03-30T18:28:48.116Z] DONE 5 tests, 1 skipped in 5.762s [2021-03-30T18:28:48.116Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-30T18:28:48.116Z] ++ 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 [2021-03-30T18:28:48.116Z] ++ set -e [2021-03-30T18:28:48.116Z] ++ '[' -n 0 ']' [2021-03-30T18:28:48.116Z] ++ set -x [2021-03-30T18:28:48.116Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:28:48.116Z] INFO: Testing against a local daemon [2021-03-30T18:28:48.116Z] === RUN TestContinueAfterPluginCrash [2021-03-30T18:28:48.116Z] === PAUSE TestContinueAfterPluginCrash [2021-03-30T18:28:48.116Z] === RUN TestReadPluginNoRead [2021-03-30T18:28:48.116Z] === PAUSE TestReadPluginNoRead [2021-03-30T18:28:48.116Z] === RUN TestDaemonStartWithLogOpt [2021-03-30T18:28:48.116Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-30T18:28:48.116Z] === CONT TestContinueAfterPluginCrash [2021-03-30T18:28:48.116Z] === CONT TestDaemonStartWithLogOpt [2021-03-30T18:28:48.116Z] === CONT TestReadPluginNoRead [2021-03-30T18:28:48.487Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-03-30T18:28:52.650Z] === RUN TestDockerSuite/TestBuildRm [2021-03-30T18:28:53.763Z] === RUN TestReadPluginNoRead/default [2021-03-30T18:28:53.763Z] --- PASS: TestDaemonStartWithLogOpt (5.39s) [2021-03-30T18:28:54.808Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-30T18:28:55.166Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-03-30T18:28:56.093Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.26s) [2021-03-30T18:28:56.093Z] PASS [2021-03-30T18:28:56.093Z] [2021-03-30T18:28:56.093Z] DONE 17 tests in 61.830s [2021-03-30T18:28:56.093Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-03-30T18:28:56.093Z] ++ 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 [2021-03-30T18:28:56.093Z] ++ set -e [2021-03-30T18:28:56.093Z] ++ '[' -n 0 ']' [2021-03-30T18:28:56.093Z] ++ set -x [2021-03-30T18:28:56.093Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:28:56.093Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-03-30T18:28:56.093Z] INFO: Testing against a local daemon [2021-03-30T18:28:56.093Z] === RUN TestPluginInvalidJSON [2021-03-30T18:28:56.093Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:28:56.093Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:28:56.093Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:28:56.093Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-03-30T18:28:56.093Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-30T18:28:56.093Z] === RUN TestPluginInstall [2021-03-30T18:28:56.093Z] === RUN TestPluginInstall/no_auth [2021-03-30T18:28:56.331Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-30T18:28:57.460Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-03-30T18:28:57.850Z] --- PASS: TestReadPluginNoRead (9.42s) [2021-03-30T18:28:57.850Z] --- PASS: TestReadPluginNoRead/default (1.49s) [2021-03-30T18:28:57.850Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.50s) [2021-03-30T18:28:57.850Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.45s) [2021-03-30T18:28:57.850Z] read_test.go:92: [dd22fdec49e83] daemon is not started [2021-03-30T18:28:58.022Z] time="2021-03-30T18:28:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:28:58.022Z] time="2021-03-30T18:28:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:573b616945633610336579f62343e43b2fc0476c0543f7cd88a67943d6cd3780" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:28:58.022Z] time="2021-03-30T18:28:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:28:58.022Z] time="2021-03-30T18:28:57Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:573b616945633610336579f62343e43b2fc0476c0543f7cd88a67943d6cd3780" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:28:58.022Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-03-30T18:28:58.278Z] === RUN TestPluginInstall/with_htpasswd [2021-03-30T18:28:58.848Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-03-30T18:28:58.896Z] --- PASS: TestContinueAfterPluginCrash (10.68s) [2021-03-30T18:28:58.896Z] PASS [2021-03-30T18:28:58.896Z] [2021-03-30T18:28:58.896Z] DONE 6 tests in 10.753s [2021-03-30T18:28:58.896Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (ppc64le.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-30T18:28:58.896Z] ++ 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 [2021-03-30T18:28:58.896Z] ++ set -e [2021-03-30T18:28:58.896Z] ++ '[' -n 0 ']' [2021-03-30T18:28:58.896Z] ++ set -x [2021-03-30T18:28:58.896Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:28:58.896Z] testing: warning: no tests to run [2021-03-30T18:28:58.896Z] PASS [2021-03-30T18:28:58.897Z] [2021-03-30T18:28:58.897Z] DONE 0 tests in 0.017s [2021-03-30T18:28:58.897Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-30T18:28:58.897Z] ++ 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 [2021-03-30T18:28:58.897Z] ++ set -e [2021-03-30T18:28:58.897Z] ++ '[' -n 0 ']' [2021-03-30T18:28:58.897Z] ++ set -x [2021-03-30T18:28:58.897Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:28:58.897Z] INFO: Testing against a local daemon [2021-03-30T18:28:58.897Z] === RUN TestPluginWithDevMounts [2021-03-30T18:28:58.897Z] === PAUSE TestPluginWithDevMounts [2021-03-30T18:28:58.897Z] === CONT TestPluginWithDevMounts [2021-03-30T18:28:59.104Z] time="2021-03-30T18:28:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:28:59.104Z] time="2021-03-30T18:28:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3c7612a3a24fb7f7cce86bbd58c93ab4f2811d1906215ec0e8dc6e5b00981143" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:28:59.104Z] time="2021-03-30T18:28:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:28:59.104Z] time="2021-03-30T18:28:58Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3c7612a3a24fb7f7cce86bbd58c93ab4f2811d1906215ec0e8dc6e5b00981143" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:28:59.360Z] === RUN TestPluginInstall/with_insecure [2021-03-30T18:29:00.286Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-03-30T18:29:00.848Z] time="2021-03-30T18:29:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:29:00.848Z] time="2021-03-30T18:29:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ada3e5db320fac3037b20f2e0547cf7e1ce47618a598bf4be4fc750f78e6dd70" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:29:00.848Z] time="2021-03-30T18:29:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-03-30T18:29:00.848Z] time="2021-03-30T18:29:00Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ada3e5db320fac3037b20f2e0547cf7e1ce47618a598bf4be4fc750f78e6dd70" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-03-30T18:29:00.995Z] --- PASS: TestPluginWithDevMounts (1.83s) [2021-03-30T18:29:00.995Z] PASS [2021-03-30T18:29:00.995Z] [2021-03-30T18:29:00.995Z] DONE 1 tests in 1.905s [2021-03-30T18:29:00.995Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2021-03-30T18:29:00.995Z] ++ 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 [2021-03-30T18:29:00.995Z] ++ set -e [2021-03-30T18:29:00.995Z] ++ '[' -n 0 ']' [2021-03-30T18:29:00.995Z] ++ set -x [2021-03-30T18:29:00.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=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 [2021-03-30T18:29:00.995Z] INFO: Testing against a local daemon [2021-03-30T18:29:00.995Z] === RUN TestSecretInspect [2021-03-30T18:29:01.411Z] --- PASS: TestPluginInstall (5.03s) [2021-03-30T18:29:01.411Z] --- PASS: TestPluginInstall/no_auth (2.13s) [2021-03-30T18:29:01.411Z] --- PASS: TestPluginInstall/with_htpasswd (1.07s) [2021-03-30T18:29:01.411Z] --- PASS: TestPluginInstall/with_insecure (1.83s) [2021-03-30T18:29:01.411Z] plugin_test.go:160: [dc96f49116003] daemon is not started [2021-03-30T18:29:01.411Z] === RUN TestPluginsWithRuntimes [2021-03-30T18:29:01.666Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-03-30T18:29:03.032Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-03-30T18:29:03.080Z] --- PASS: TestSecretInspect (1.89s) [2021-03-30T18:29:03.080Z] === RUN TestSecretList [2021-03-30T18:29:03.594Z] === RUN TestPluginsWithRuntimes/No_Args [2021-03-30T18:29:04.605Z] --- PASS: TestSecretList (1.91s) [2021-03-30T18:29:04.605Z] === RUN TestSecretsCreateAndDelete [2021-03-30T18:29:05.483Z] === RUN TestPluginsWithRuntimes/With_Args [2021-03-30T18:29:06.410Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-03-30T18:29:06.735Z] --- PASS: TestSecretsCreateAndDelete (1.94s) [2021-03-30T18:29:06.735Z] === RUN TestSecretsUpdate [2021-03-30T18:29:06.973Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-03-30T18:29:06.973Z] --- PASS: TestPluginsWithRuntimes (5.64s) [2021-03-30T18:29:06.973Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.69s) [2021-03-30T18:29:06.973Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.69s) [2021-03-30T18:29:06.973Z] PASS [2021-03-30T18:29:06.973Z] [2021-03-30T18:29:06.973Z] DONE 9 tests in 10.875s [2021-03-30T18:29:06.973Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-03-30T18:29:06.973Z] ++ 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 [2021-03-30T18:29:06.973Z] ++ set -e [2021-03-30T18:29:06.973Z] ++ '[' -n 0 ']' [2021-03-30T18:29:06.973Z] ++ set -x [2021-03-30T18:29:06.973Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:29:06.973Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-03-30T18:29:07.229Z] INFO: Testing against a local daemon [2021-03-30T18:29:07.229Z] === RUN TestExternalGraphDriver [2021-03-30T18:29:07.229Z] === RUN TestExternalGraphDriver/json [2021-03-30T18:29:07.485Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-03-30T18:29:07.485Z] === RUN TestDockerSuite/TestBuildSpaces [2021-03-30T18:29:07.741Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-03-30T18:29:08.822Z] --- PASS: TestSecretsUpdate (1.93s) [2021-03-30T18:29:08.822Z] === RUN TestTemplatedSecret [2021-03-30T18:29:09.632Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-03-30T18:29:09.632Z] === RUN TestDockerSuite/TestBuildStderr [2021-03-30T18:29:10.910Z] --- PASS: TestTemplatedSecret (2.46s) [2021-03-30T18:29:10.910Z] === RUN TestSecretCreateResolve [2021-03-30T18:29:10.998Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-03-30T18:29:11.254Z] === RUN TestExternalGraphDriver/spec [2021-03-30T18:29:13.000Z] --- PASS: TestSecretCreateResolve (1.91s) [2021-03-30T18:29:13.000Z] PASS [2021-03-30T18:29:13.000Z] [2021-03-30T18:29:13.000Z] DONE 6 tests in 12.109s [2021-03-30T18:29:13.000Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2021-03-30T18:29:13.000Z] ++ 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 [2021-03-30T18:29:13.000Z] ++ set -e [2021-03-30T18:29:13.000Z] ++ '[' -n 0 ']' [2021-03-30T18:29:13.000Z] ++ set -x [2021-03-30T18:29:13.000Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:29:13.000Z] INFO: Testing against a local daemon [2021-03-30T18:29:13.000Z] === RUN TestServiceCreateInit [2021-03-30T18:29:13.000Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-30T18:29:14.523Z] === RUN TestExternalGraphDriver/pull [2021-03-30T18:29:15.887Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-03-30T18:29:17.256Z] --- PASS: TestExternalGraphDriver (9.88s) [2021-03-30T18:29:17.256Z] --- PASS: TestExternalGraphDriver/json (3.91s) [2021-03-30T18:29:17.256Z] --- PASS: TestExternalGraphDriver/spec (3.17s) [2021-03-30T18:29:17.256Z] --- PASS: TestExternalGraphDriver/pull (2.67s) [2021-03-30T18:29:17.256Z] === RUN TestGraphdriverPluginV2 [2021-03-30T18:29:17.256Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-03-30T18:29:17.481Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-30T18:29:18.184Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-03-30T18:29:18.746Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-03-30T18:29:20.110Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-03-30T18:29:21.050Z] --- PASS: TestServiceCreateInit (7.44s) [2021-03-30T18:29:21.050Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.73s) [2021-03-30T18:29:21.050Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.69s) [2021-03-30T18:29:21.050Z] === RUN TestCreateServiceMultipleTimes [2021-03-30T18:29:21.476Z] === RUN TestDockerSuite/TestBuildUser [2021-03-30T18:29:22.038Z] --- PASS: TestGraphdriverPluginV2 (5.08s) [2021-03-30T18:29:22.038Z] PASS [2021-03-30T18:29:22.038Z] [2021-03-30T18:29:22.038Z] DONE 5 tests in 15.173s [2021-03-30T18:29:22.038Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-03-30T18:29:22.038Z] ++ 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 [2021-03-30T18:29:22.038Z] ++ set -e [2021-03-30T18:29:22.038Z] ++ '[' -n 0 ']' [2021-03-30T18:29:22.038Z] ++ set -x [2021-03-30T18:29:22.038Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:29:22.294Z] INFO: Testing against a local daemon [2021-03-30T18:29:22.294Z] === RUN TestContinueAfterPluginCrash [2021-03-30T18:29:22.294Z] === PAUSE TestContinueAfterPluginCrash [2021-03-30T18:29:22.294Z] === RUN TestReadPluginNoRead [2021-03-30T18:29:22.294Z] === PAUSE TestReadPluginNoRead [2021-03-30T18:29:22.294Z] === RUN TestDaemonStartWithLogOpt [2021-03-30T18:29:22.294Z] === PAUSE TestDaemonStartWithLogOpt [2021-03-30T18:29:22.294Z] === CONT TestContinueAfterPluginCrash [2021-03-30T18:29:22.294Z] === CONT TestDaemonStartWithLogOpt [2021-03-30T18:29:23.659Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-03-30T18:29:27.828Z] --- PASS: TestDaemonStartWithLogOpt (5.48s) [2021-03-30T18:29:27.828Z] === CONT TestReadPluginNoRead [2021-03-30T18:29:28.756Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-03-30T18:29:31.272Z] === RUN TestReadPluginNoRead/default [2021-03-30T18:29:31.528Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-03-30T18:29:33.418Z] --- PASS: TestContinueAfterPluginCrash (11.18s) [2021-03-30T18:29:33.418Z] === RUN TestReadPluginNoRead/disabled_caching [2021-03-30T18:29:36.457Z] --- PASS: TestCreateServiceMultipleTimes (15.55s) [2021-03-30T18:29:36.457Z] === RUN TestCreateServiceConflict [2021-03-30T18:29:36.695Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-03-30T18:29:37.978Z] --- PASS: TestCreateServiceConflict (1.89s) [2021-03-30T18:29:37.978Z] === RUN TestCreateServiceMaxReplicas [2021-03-30T18:29:38.062Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-03-30T18:29:38.624Z] --- PASS: TestReadPluginNoRead (10.76s) [2021-03-30T18:29:38.624Z] --- PASS: TestReadPluginNoRead/default (2.36s) [2021-03-30T18:29:38.624Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.62s) [2021-03-30T18:29:38.624Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.36s) [2021-03-30T18:29:38.624Z] read_test.go:92: [d1e8a8155a949] daemon is not started [2021-03-30T18:29:38.624Z] PASS [2021-03-30T18:29:38.624Z] [2021-03-30T18:29:38.624Z] DONE 6 tests in 16.382s [2021-03-30T18:29:38.624Z] Running /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard (amd64.integration.plugin.logging.cmd.discard) flags=-test.v -test.timeout=120m [2021-03-30T18:29:38.624Z] ++ 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 [2021-03-30T18:29:38.624Z] ++ set -e [2021-03-30T18:29:38.624Z] ++ '[' -n 0 ']' [2021-03-30T18:29:38.624Z] ++ set -x [2021-03-30T18:29:38.624Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:29:38.624Z] testing: warning: no tests to run [2021-03-30T18:29:38.624Z] PASS [2021-03-30T18:29:38.624Z] [2021-03-30T18:29:38.624Z] DONE 0 tests in 0.109s [2021-03-30T18:29:38.624Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-03-30T18:29:38.624Z] ++ 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 [2021-03-30T18:29:38.624Z] ++ set -e [2021-03-30T18:29:38.624Z] ++ '[' -n 0 ']' [2021-03-30T18:29:38.624Z] ++ set -x [2021-03-30T18:29:38.624Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:29:38.880Z] INFO: Testing against a local daemon [2021-03-30T18:29:38.880Z] === RUN TestPluginWithDevMounts [2021-03-30T18:29:38.880Z] === PAUSE TestPluginWithDevMounts [2021-03-30T18:29:38.880Z] === CONT TestPluginWithDevMounts [2021-03-30T18:29:40.739Z] --- PASS: TestCreateServiceMaxReplicas (2.72s) [2021-03-30T18:29:40.739Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-30T18:29:41.398Z] --- PASS: TestPluginWithDevMounts (2.50s) [2021-03-30T18:29:41.398Z] PASS [2021-03-30T18:29:41.398Z] [2021-03-30T18:29:41.398Z] DONE 1 tests in 2.676s [2021-03-30T18:29:41.398Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-03-30T18:29:41.398Z] ++ 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 [2021-03-30T18:29:41.398Z] ++ set -e [2021-03-30T18:29:41.398Z] ++ '[' -n 0 ']' [2021-03-30T18:29:41.398Z] ++ set -x [2021-03-30T18:29:41.398Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:29:41.654Z] INFO: Testing against a local daemon [2021-03-30T18:29:41.654Z] === RUN TestSecretInspect [2021-03-30T18:29:44.170Z] --- PASS: TestSecretInspect (2.61s) [2021-03-30T18:29:44.170Z] === RUN TestSecretList [2021-03-30T18:29:47.439Z] --- PASS: TestSecretList (2.92s) [2021-03-30T18:29:47.439Z] === RUN TestSecretsCreateAndDelete [2021-03-30T18:29:49.957Z] --- PASS: TestSecretsCreateAndDelete (2.84s) [2021-03-30T18:29:49.957Z] === RUN TestSecretsUpdate [2021-03-30T18:29:50.213Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-03-30T18:29:51.141Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-03-30T18:29:51.398Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-03-30T18:29:52.324Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-03-30T18:29:52.886Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-03-30T18:29:52.886Z] --- PASS: TestSecretsUpdate (2.98s) [2021-03-30T18:29:52.886Z] === RUN TestTemplatedSecret [2021-03-30T18:29:53.410Z] --- PASS: TestCreateWithDuplicateNetworkNames (12.81s) [2021-03-30T18:29:53.410Z] === RUN TestCreateServiceSecretFileMode [2021-03-30T18:29:54.251Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-03-30T18:29:56.154Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-03-30T18:29:56.154Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-03-30T18:29:56.154Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-03-30T18:29:56.154Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-03-30T18:29:56.154Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-03-30T18:29:56.174Z] --- PASS: TestCreateServiceSecretFileMode (2.32s) [2021-03-30T18:29:56.174Z] === RUN TestCreateServiceConfigFileMode [2021-03-30T18:29:58.259Z] --- PASS: TestCreateServiceConfigFileMode (2.17s) [2021-03-30T18:29:58.259Z] === RUN TestCreateServiceSysctls [2021-03-30T18:29:58.683Z] --- PASS: TestTemplatedSecret (5.77s) [2021-03-30T18:29:58.683Z] === RUN TestSecretCreateResolve [2021-03-30T18:29:59.612Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-03-30T18:29:59.868Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-03-30T18:30:00.797Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-03-30T18:30:01.033Z] --- PASS: TestCreateServiceSysctls (2.99s) [2021-03-30T18:30:01.033Z] === RUN TestCreateServiceCapabilities [2021-03-30T18:30:01.726Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-03-30T18:30:01.983Z] --- PASS: TestSecretCreateResolve (3.23s) [2021-03-30T18:30:01.983Z] PASS [2021-03-30T18:30:01.983Z] [2021-03-30T18:30:01.983Z] DONE 6 tests in 20.552s [2021-03-30T18:30:01.983Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-03-30T18:30:01.983Z] ++ 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 [2021-03-30T18:30:01.983Z] ++ set -e [2021-03-30T18:30:01.983Z] ++ '[' -n 0 ']' [2021-03-30T18:30:01.983Z] ++ set -x [2021-03-30T18:30:01.983Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:30:02.239Z] INFO: Testing against a local daemon [2021-03-30T18:30:02.239Z] === RUN TestServiceCreateInit [2021-03-30T18:30:02.239Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-30T18:30:02.804Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-03-30T18:30:02.804Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-03-30T18:30:03.122Z] --- PASS: TestCreateServiceCapabilities (2.27s) [2021-03-30T18:30:03.122Z] === RUN TestInspect [2021-03-30T18:30:05.879Z] --- PASS: TestInspect (2.56s) [2021-03-30T18:30:05.879Z] === RUN TestCreateJob [2021-03-30T18:30:06.971Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-03-30T18:30:08.337Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-30T18:30:08.677Z] --- PASS: TestCreateJob (3.06s) [2021-03-30T18:30:08.677Z] === RUN TestReplicatedJob [2021-03-30T18:30:08.904Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-03-30T18:30:09.832Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-03-30T18:30:10.394Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-03-30T18:30:11.322Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-03-30T18:30:11.322Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-03-30T18:30:11.884Z] === RUN TestDockerSuite/TestBuildXZHost [2021-03-30T18:30:14.284Z] --- PASS: TestReplicatedJob (5.01s) [2021-03-30T18:30:14.285Z] === RUN TestUpdateReplicatedJob [2021-03-30T18:30:14.405Z] --- PASS: TestServiceCreateInit (12.02s) [2021-03-30T18:30:14.405Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (6.31s) [2021-03-30T18:30:14.405Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.69s) [2021-03-30T18:30:14.405Z] === RUN TestCreateServiceMultipleTimes [2021-03-30T18:30:14.664Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-03-30T18:30:14.664Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-03-30T18:30:14.664Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-03-30T18:30:15.591Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-03-30T18:30:16.958Z] === RUN TestDockerSuite/TestCommitChange [2021-03-30T18:30:17.034Z] --- PASS: TestUpdateReplicatedJob (3.13s) [2021-03-30T18:30:17.034Z] === RUN TestServiceListWithStatuses [2021-03-30T18:30:17.034Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-30T18:30:17.034Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-30T18:30:17.034Z] === RUN TestDockerNetworkConnectAlias [2021-03-30T18:30:18.848Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-03-30T18:30:20.215Z] === RUN TestDockerSuite/TestCommitHardlink [2021-03-30T18:30:21.519Z] --- PASS: TestDockerNetworkConnectAlias (4.04s) [2021-03-30T18:30:21.519Z] === RUN TestDockerNetworkReConnect [2021-03-30T18:30:22.731Z] === RUN TestDockerSuite/TestCommitNewFile [2021-03-30T18:30:24.295Z] --- PASS: TestDockerNetworkReConnect (3.20s) [2021-03-30T18:30:24.295Z] === RUN TestServicePlugin [2021-03-30T18:30:24.295Z] --- SKIP: TestServicePlugin (0.00s) [2021-03-30T18:30:24.295Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:30:24.295Z] === RUN TestServiceUpdateLabel [2021-03-30T18:30:25.249Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-03-30T18:30:26.175Z] === RUN TestDockerSuite/TestCommitTTY [2021-03-30T18:30:26.376Z] --- PASS: TestServiceUpdateLabel (1.91s) [2021-03-30T18:30:26.376Z] === RUN TestServiceUpdateSecrets [2021-03-30T18:30:27.539Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-03-30T18:30:28.468Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-03-30T18:30:30.355Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-03-30T18:30:31.282Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-03-30T18:30:31.282Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-03-30T18:30:31.282Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-03-30T18:30:31.282Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-03-30T18:30:31.282Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-03-30T18:30:31.282Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-03-30T18:30:31.539Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-03-30T18:30:33.451Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-03-30T18:30:34.814Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-03-30T18:30:34.814Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-03-30T18:30:35.071Z] --- PASS: TestCreateServiceMultipleTimes (21.04s) [2021-03-30T18:30:35.071Z] === RUN TestCreateServiceConflict [2021-03-30T18:30:35.634Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-03-30T18:30:36.563Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-03-30T18:30:37.491Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-03-30T18:30:38.418Z] --- PASS: TestCreateServiceConflict (3.02s) [2021-03-30T18:30:38.418Z] === RUN TestCreateServiceMaxReplicas [2021-03-30T18:30:38.674Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-03-30T18:30:39.601Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-03-30T18:30:39.601Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-03-30T18:30:39.601Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-03-30T18:30:40.530Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-03-30T18:30:40.530Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-03-30T18:30:40.530Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-03-30T18:30:40.530Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-03-30T18:30:40.786Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-03-30T18:30:41.777Z] --- PASS: TestServiceUpdateSecrets (14.23s) [2021-03-30T18:30:41.777Z] === RUN TestServiceUpdateConfigs [2021-03-30T18:30:42.152Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-03-30T18:30:42.407Z] --- PASS: TestCreateServiceMaxReplicas (4.12s) [2021-03-30T18:30:42.407Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-30T18:30:42.968Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-03-30T18:30:43.894Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-03-30T18:30:43.894Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-03-30T18:30:46.410Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-03-30T18:30:46.970Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-03-30T18:30:46.970Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-03-30T18:30:47.531Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-03-30T18:30:48.463Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-03-30T18:30:49.039Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-03-30T18:30:49.966Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-03-30T18:30:49.966Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-03-30T18:30:50.222Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-03-30T18:30:51.150Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-03-30T18:30:51.712Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-03-30T18:30:53.080Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-03-30T18:30:53.080Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-03-30T18:30:54.008Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-03-30T18:30:55.899Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-03-30T18:30:57.175Z] --- PASS: TestServiceUpdateConfigs (14.47s) [2021-03-30T18:30:57.175Z] === RUN TestServiceUpdateNetwork [2021-03-30T18:30:57.263Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.86s) [2021-03-30T18:30:57.263Z] === RUN TestCreateServiceSecretFileMode [2021-03-30T18:30:57.519Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-03-30T18:30:57.776Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-03-30T18:30:57.776Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-03-30T18:30:57.776Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-03-30T18:30:57.776Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-03-30T18:30:59.142Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-03-30T18:31:01.032Z] --- PASS: TestCreateServiceSecretFileMode (3.48s) [2021-03-30T18:31:01.032Z] === RUN TestCreateServiceConfigFileMode [2021-03-30T18:31:04.299Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-03-30T18:31:04.299Z] --- PASS: TestCreateServiceConfigFileMode (3.46s) [2021-03-30T18:31:04.299Z] === RUN TestCreateServiceSysctls [2021-03-30T18:31:04.554Z] === RUN TestDockerSuite/TestContainerAPITop [2021-03-30T18:31:05.487Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-03-30T18:31:05.487Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-03-30T18:31:05.756Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-03-30T18:31:07.580Z] --- PASS: TestServiceUpdateNetwork (12.45s) [2021-03-30T18:31:07.580Z] === RUN TestServiceUpdatePidsLimit [2021-03-30T18:31:08.223Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-30T18:31:08.868Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-30T18:31:09.022Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-03-30T18:31:09.022Z] --- PASS: TestCreateServiceSysctls (4.36s) [2021-03-30T18:31:09.022Z] === RUN TestCreateServiceCapabilities [2021-03-30T18:31:09.022Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-03-30T18:31:09.951Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-03-30T18:31:12.469Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-03-30T18:31:13.395Z] --- PASS: TestCreateServiceCapabilities (4.68s) [2021-03-30T18:31:13.395Z] === RUN TestInspect [2021-03-30T18:31:15.790Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-30T18:31:19.933Z] --- PASS: TestInspect (5.80s) [2021-03-30T18:31:19.933Z] === RUN TestCreateJob [2021-03-30T18:31:20.189Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-03-30T18:31:22.077Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-03-30T18:31:23.965Z] --- PASS: TestCreateJob (4.62s) [2021-03-30T18:31:23.965Z] === RUN TestReplicatedJob [2021-03-30T18:31:24.227Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-03-30T18:31:24.314Z] --- PASS: TestServiceUpdatePidsLimit (16.09s) [2021-03-30T18:31:24.314Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.75s) [2021-03-30T18:31:24.314Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.88s) [2021-03-30T18:31:24.314Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s) [2021-03-30T18:31:24.314Z] PASS [2021-03-30T18:31:24.314Z] [2021-03-30T18:31:24.314Z] === Skipped [2021-03-30T18:31:24.314Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2021-03-30T18:31:24.314Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-30T18:31:24.314Z] [2021-03-30T18:31:24.314Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2021-03-30T18:31:24.314Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-03-30T18:31:24.314Z] [2021-03-30T18:31:24.314Z] [2021-03-30T18:31:24.314Z] DONE 27 tests, 2 skipped in 130.397s [2021-03-30T18:31:24.314Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2021-03-30T18:31:24.314Z] ++ 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 [2021-03-30T18:31:24.314Z] ++ set -e [2021-03-30T18:31:24.314Z] ++ '[' -n 0 ']' [2021-03-30T18:31:24.314Z] ++ set -x [2021-03-30T18:31:24.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=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 [2021-03-30T18:31:24.314Z] INFO: Testing against a local daemon [2021-03-30T18:31:24.314Z] === RUN TestSessionCreate [2021-03-30T18:31:24.314Z] --- PASS: TestSessionCreate (0.04s) [2021-03-30T18:31:24.314Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-30T18:31:24.314Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2021-03-30T18:31:24.314Z] PASS [2021-03-30T18:31:24.314Z] [2021-03-30T18:31:24.314Z] DONE 2 tests in 0.150s [2021-03-30T18:31:24.314Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2021-03-30T18:31:24.314Z] ++ 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 [2021-03-30T18:31:24.314Z] ++ set -e [2021-03-30T18:31:24.314Z] ++ '[' -n 0 ']' [2021-03-30T18:31:24.314Z] ++ set -x [2021-03-30T18:31:24.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=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 [2021-03-30T18:31:24.314Z] INFO: Testing against a local daemon [2021-03-30T18:31:24.314Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-30T18:31:24.314Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-30T18:31:24.314Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-30T18:31:24.314Z] === RUN TestEventsExecDie [2021-03-30T18:31:24.314Z] --- PASS: TestEventsExecDie (0.65s) [2021-03-30T18:31:24.314Z] === RUN TestEventsBackwardsCompatible [2021-03-30T18:31:24.314Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-03-30T18:31:24.314Z] === RUN TestInfoBinaryCommits [2021-03-30T18:31:24.314Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-03-30T18:31:24.314Z] === RUN TestInfoAPIVersioned [2021-03-30T18:31:24.314Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-30T18:31:24.314Z] === RUN TestInfoDiscoveryBackend [2021-03-30T18:31:24.953Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-03-30T18:31:24.953Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-30T18:31:25.999Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-30T18:31:25.999Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-30T18:31:26.296Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-03-30T18:31:26.296Z] === RUN TestInfoAPI [2021-03-30T18:31:26.296Z] --- PASS: TestInfoAPI (0.04s) [2021-03-30T18:31:26.296Z] === RUN TestInfoAPIWarnings [2021-03-30T18:31:26.744Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-03-30T18:31:28.638Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-03-30T18:31:30.529Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-03-30T18:31:31.456Z] --- PASS: TestReplicatedJob (7.93s) [2021-03-30T18:31:31.456Z] === RUN TestUpdateReplicatedJob [2021-03-30T18:31:32.383Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-03-30T18:31:33.749Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-03-30T18:31:35.641Z] --- PASS: TestUpdateReplicatedJob (3.97s) [2021-03-30T18:31:35.641Z] === RUN TestServiceListWithStatuses [2021-03-30T18:31:35.641Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-30T18:31:35.641Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-30T18:31:35.641Z] === RUN TestDockerNetworkConnectAlias [2021-03-30T18:31:35.641Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000bf1340_} [2021-03-30T18:31:36.568Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1666835125_/foo_false____} [2021-03-30T18:31:37.935Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1666835125_/foo_true____} [2021-03-30T18:31:39.823Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3467137680_/foo_false____} [2021-03-30T18:31:41.710Z] --- PASS: TestDockerNetworkConnectAlias (5.93s) [2021-03-30T18:31:41.710Z] === RUN TestDockerNetworkReConnect [2021-03-30T18:31:41.710Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3467137680_/foo_true____} [2021-03-30T18:31:43.598Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3467137680_/foo_true__0xc000bf13a0__} [2021-03-30T18:31:44.932Z] --- PASS: TestInfoAPIWarnings (16.33s) [2021-03-30T18:31:44.932Z] === RUN TestInfoDebug [2021-03-30T18:31:44.932Z] --- PASS: TestInfoDebug (0.53s) [2021-03-30T18:31:44.932Z] === RUN TestInfoInsecureRegistries [2021-03-30T18:31:44.932Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-03-30T18:31:44.932Z] === RUN TestInfoRegistryMirrors [2021-03-30T18:31:44.932Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-03-30T18:31:44.932Z] === RUN TestLoginFailsWithBadCredentials [2021-03-30T18:31:44.932Z] --- PASS: TestLoginFailsWithBadCredentials (0.32s) [2021-03-30T18:31:44.932Z] === RUN TestPingCacheHeaders [2021-03-30T18:31:44.932Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-03-30T18:31:44.932Z] === RUN TestPingGet [2021-03-30T18:31:44.932Z] --- PASS: TestPingGet (0.03s) [2021-03-30T18:31:44.932Z] === RUN TestPingHead [2021-03-30T18:31:44.932Z] --- PASS: TestPingHead (0.03s) [2021-03-30T18:31:44.932Z] === RUN TestVersion [2021-03-30T18:31:44.932Z] --- PASS: TestVersion (0.03s) [2021-03-30T18:31:44.932Z] PASS [2021-03-30T18:31:44.932Z] [2021-03-30T18:31:44.932Z] === Skipped [2021-03-30T18:31:44.932Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-30T18:31:44.932Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-30T18:31:44.932Z] [2021-03-30T18:31:44.932Z] [2021-03-30T18:31:44.932Z] DONE 18 tests, 1 skipped in 21.302s [2021-03-30T18:31:44.932Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2021-03-30T18:31:44.932Z] ++ 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 [2021-03-30T18:31:44.932Z] ++ set -e [2021-03-30T18:31:44.932Z] ++ '[' -n 0 ']' [2021-03-30T18:31:44.932Z] ++ set -x [2021-03-30T18:31:44.932Z] ++ env -i DEST=/go/src/github.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 [2021-03-30T18:31:44.932Z] INFO: Testing against a local daemon [2021-03-30T18:31:44.932Z] === RUN TestVolumesCreateAndList [2021-03-30T18:31:44.932Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-03-30T18:31:44.932Z] === RUN TestVolumesRemove [2021-03-30T18:31:44.932Z] --- PASS: TestVolumesRemove (0.06s) [2021-03-30T18:31:44.932Z] === RUN TestVolumesInspect [2021-03-30T18:31:44.932Z] --- PASS: TestVolumesInspect (0.03s) [2021-03-30T18:31:44.932Z] === RUN TestVolumesInvalidJSON [2021-03-30T18:31:44.932Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-30T18:31:44.932Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-30T18:31:44.932Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-30T18:31:44.932Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-03-30T18:31:44.932Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-30T18:31:44.932Z] PASS [2021-03-30T18:31:44.932Z] [2021-03-30T18:31:44.932Z] DONE 5 tests in 0.201s [2021-03-30T18:31:44.932Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-30T18:31:44.962Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-03-30T18:31:45.219Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000bf13c0_} [2021-03-30T18:31:45.229Z] ++++ cat bundles/test-integration/docker.pid [2021-03-30T18:31:45.229Z] +++ kill 14177 [2021-03-30T18:31:46.148Z] --- PASS: TestDockerNetworkReConnect (4.63s) [2021-03-30T18:31:46.148Z] === RUN TestServicePlugin [2021-03-30T18:31:46.404Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000bf13e0_} [2021-03-30T18:31:46.747Z] +++ /etc/init.d/apparmor stop [2021-03-30T18:31:46.747Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-30T18:31:46.747Z] [2021-03-30T18:31:46.747Z] Unloading profiles will leave already running processes permanently [2021-03-30T18:31:46.747Z] unconfined, which can lead to unexpected situations. [2021-03-30T18:31:46.747Z] [2021-03-30T18:31:46.747Z] To set a process to complain mode, use the command line tool [2021-03-30T18:31:46.747Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-30T18:31:46.747Z] +++ true [2021-03-30T18:31:46.747Z] exiting test-integration [2021-03-30T18:31:46.747Z] ++ exit 0 [2021-03-30T18:31:46.747Z] [2021-03-30T18:31:48.293Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000bf1400_} Post stage [Pipeline] junit [2021-03-30T18:31:48.316Z] Recording test results [2021-03-30T18:31:48.864Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-30T18:31:49.307Z] + echo Ensuring container killed. [2021-03-30T18:31:49.307Z] Ensuring container killed. [2021-03-30T18:31:49.307Z] + docker rm -vf docker-pr2 [2021-03-30T18:31:49.307Z] Error: No such container: docker-pr2 [2021-03-30T18:31:49.307Z] + true [Pipeline] sh [2021-03-30T18:31:49.703Z] + echo Chowning /workspace to jenkins user [2021-03-30T18:31:49.703Z] Chowning /workspace to jenkins user [2021-03-30T18:31:49.703Z] + id -u [2021-03-30T18:31:49.703Z] + id -g [2021-03-30T18:31:49.703Z] + docker run --rm -v /home/docker/workspace/moby_PR-42226:/workspace busybox chown -R 1001:1001 /workspace [2021-03-30T18:31:49.703Z] Unable to find image 'busybox:latest' locally [2021-03-30T18:31:49.996Z] latest: Pulling from library/busybox [2021-03-30T18:31:49.996Z] dcdde92480c5: Pulling fs layer [2021-03-30T18:31:50.182Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000bf1420_} [2021-03-30T18:31:50.290Z] dcdde92480c5: Verifying Checksum [2021-03-30T18:31:50.290Z] dcdde92480c5: Download complete [2021-03-30T18:31:50.587Z] dcdde92480c5: Pull complete [2021-03-30T18:31:50.587Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac [2021-03-30T18:31:50.587Z] Status: Downloaded newer image for busybox:latest [2021-03-30T18:31:51.545Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-03-30T18:31:52.106Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-30T18:31:53.074Z] + bundleName=ppc64le-integration [2021-03-30T18:31:53.074Z] + echo Creating ppc64le-integration-bundles.tar.gz [2021-03-30T18:31:53.074Z] Creating ppc64le-integration-bundles.tar.gz [2021-03-30T18:31:53.074Z] + + find bundles -pathxargs */root/*overlay2 tar -prune -czf -o ppc64le-integration-bundles.tar.gz -type [2021-03-30T18:31:53.074Z] f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-03-30T18:31:53.121Z] Archiving artifacts [2021-03-30T18:31:53.507Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42226/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-30T18:31:53.919Z] + make clean [2021-03-30T18:31:54.214Z] make: command: Command not found [2021-03-30T18:31:54.214Z] make: command: Command not found [2021-03-30T18:31:54.214Z] docker volume rm -f docker-dev-cache [2021-03-30T18:31:54.214Z] docker-dev-cache [Pipeline] deleteDir [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-03-30T18:31:55.374Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T18:31:59.540Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-03-30T18:32:02.804Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-03-30T18:32:06.974Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-03-30T18:32:08.342Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-03-30T18:32:08.342Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-03-30T18:32:09.269Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-03-30T18:32:09.525Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-03-30T18:32:10.454Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-03-30T18:32:11.821Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-03-30T18:32:12.750Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-03-30T18:32:13.677Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-03-30T18:32:14.604Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-03-30T18:32:15.531Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-03-30T18:32:16.458Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-03-30T18:32:17.384Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-03-30T18:32:18.312Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-03-30T18:32:18.875Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-03-30T18:32:19.802Z] --- PASS: TestServicePlugin (33.57s) [2021-03-30T18:32:19.802Z] plugin_test.go:62: [d17978f82379d] joining swarm manager [dff6fdcfe878b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:32:19.802Z] plugin_test.go:65: [d4465be35edc5] joining swarm manager [dff6fdcfe878b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:32:19.802Z] === RUN TestServiceUpdateLabel [2021-03-30T18:32:19.802Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-03-30T18:32:21.169Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-03-30T18:32:22.096Z] --- PASS: TestServiceUpdateLabel (2.48s) [2021-03-30T18:32:22.096Z] === RUN TestServiceUpdateSecrets [2021-03-30T18:32:22.352Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-03-30T18:32:23.735Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-03-30T18:32:25.100Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-03-30T18:32:25.100Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-03-30T18:32:26.027Z] === RUN TestDockerSuite/TestCpRelativePath [2021-03-30T18:32:26.588Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-03-30T18:32:27.517Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-03-30T18:32:28.444Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-03-30T18:32:29.371Z] === RUN TestDockerSuite/TestCpToCaseA [2021-03-30T18:32:30.737Z] === RUN TestDockerSuite/TestCpToCaseB [2021-03-30T18:32:31.665Z] === RUN TestDockerSuite/TestCpToCaseC [2021-03-30T18:32:34.183Z] === RUN TestDockerSuite/TestCpToCaseD [2021-03-30T18:32:38.346Z] --- PASS: TestServiceUpdateSecrets (15.89s) [2021-03-30T18:32:38.346Z] === RUN TestServiceUpdateConfigs [2021-03-30T18:32:38.603Z] === RUN TestDockerSuite/TestCpToCaseE [2021-03-30T18:32:42.770Z] === RUN TestDockerSuite/TestCpToCaseF [2021-03-30T18:32:42.770Z] === RUN TestDockerSuite/TestCpToCaseG [2021-03-30T18:32:48.010Z] === RUN TestDockerSuite/TestCpToCaseH [2021-03-30T18:32:50.526Z] === RUN TestDockerSuite/TestCpToCaseI [2021-03-30T18:32:51.453Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-03-30T18:32:54.719Z] --- PASS: TestServiceUpdateConfigs (16.17s) [2021-03-30T18:32:54.719Z] === RUN TestServiceUpdateNetwork [2021-03-30T18:32:56.084Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-03-30T18:32:57.451Z] === RUN TestDockerSuite/TestCpToDot [2021-03-30T18:32:58.379Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-03-30T18:32:59.743Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-03-30T18:33:01.632Z] === RUN TestDockerSuite/TestCpToStdout [2021-03-30T18:33:02.561Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-03-30T18:33:03.939Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-03-30T18:33:04.195Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-03-30T18:33:05.123Z] === RUN TestDockerSuite/TestCpVolumePath [2021-03-30T18:33:06.051Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-03-30T18:33:06.051Z] === RUN TestDockerSuite/TestCreateArgs [2021-03-30T18:33:06.051Z] === RUN TestDockerSuite/TestCreateByImageID [2021-03-30T18:33:06.612Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-03-30T18:33:07.541Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-03-30T18:33:07.541Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-03-30T18:33:07.541Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-03-30T18:33:08.103Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-03-30T18:33:08.359Z] === RUN TestDockerSuite/TestCreateLabels [2021-03-30T18:33:08.614Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-03-30T18:33:08.614Z] === RUN TestDockerSuite/TestCreateRM [2021-03-30T18:33:08.870Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-03-30T18:33:08.870Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-03-30T18:33:08.870Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-03-30T18:33:09.126Z] --- PASS: TestServiceUpdateNetwork (14.85s) [2021-03-30T18:33:09.126Z] === RUN TestServiceUpdatePidsLimit [2021-03-30T18:33:09.126Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-03-30T18:33:10.493Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-03-30T18:33:11.422Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-03-30T18:33:11.677Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-03-30T18:33:11.677Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-03-30T18:33:11.677Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-03-30T18:33:12.240Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-03-30T18:33:17.488Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-03-30T18:33:17.488Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-03-30T18:33:17.488Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-03-30T18:33:17.488Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-03-30T18:33:17.488Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-03-30T18:33:17.488Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-03-30T18:33:18.049Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-03-30T18:33:19.939Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-03-30T18:33:19.939Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-03-30T18:33:20.869Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-03-30T18:33:22.758Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-03-30T18:33:24.645Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-03-30T18:33:25.207Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-03-30T18:33:26.134Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-03-30T18:33:26.134Z] === RUN TestDockerSuite/TestDevicePermissions [2021-03-30T18:33:27.061Z] === RUN TestDockerSuite/TestDockerFails [2021-03-30T18:33:27.061Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-03-30T18:33:27.061Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-03-30T18:33:27.061Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-03-30T18:33:28.426Z] --- PASS: TestServiceUpdatePidsLimit (19.12s) [2021-03-30T18:33:28.426Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.65s) [2021-03-30T18:33:28.426Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.96s) [2021-03-30T18:33:28.426Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.42s) [2021-03-30T18:33:28.426Z] PASS [2021-03-30T18:33:28.426Z] [2021-03-30T18:33:28.426Z] === Skipped [2021-03-30T18:33:28.426Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-03-30T18:33:28.426Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-03-30T18:33:28.426Z] [2021-03-30T18:33:28.426Z] [2021-03-30T18:33:28.426Z] DONE 27 tests, 1 skipped in 206.175s [2021-03-30T18:33:28.426Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-03-30T18:33:28.426Z] ++ 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 [2021-03-30T18:33:28.426Z] ++ set -e [2021-03-30T18:33:28.426Z] ++ '[' -n 0 ']' [2021-03-30T18:33:28.426Z] ++ set -x [2021-03-30T18:33:28.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=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 [2021-03-30T18:33:28.426Z] INFO: Testing against a local daemon [2021-03-30T18:33:28.426Z] === RUN TestSessionCreate [2021-03-30T18:33:28.426Z] --- PASS: TestSessionCreate (0.05s) [2021-03-30T18:33:28.426Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-30T18:33:28.426Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-03-30T18:33:28.426Z] PASS [2021-03-30T18:33:28.426Z] [2021-03-30T18:33:28.426Z] DONE 2 tests in 0.212s [2021-03-30T18:33:28.426Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-03-30T18:33:28.426Z] ++ 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 [2021-03-30T18:33:28.426Z] ++ set -e [2021-03-30T18:33:28.426Z] ++ '[' -n 0 ']' [2021-03-30T18:33:28.426Z] ++ set -x [2021-03-30T18:33:28.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=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 [2021-03-30T18:33:28.683Z] INFO: Testing against a local daemon [2021-03-30T18:33:28.683Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-30T18:33:28.683Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-30T18:33:28.683Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-30T18:33:28.683Z] === RUN TestEventsExecDie [2021-03-30T18:33:28.939Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-03-30T18:33:29.867Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-03-30T18:33:30.123Z] --- PASS: TestEventsExecDie (1.47s) [2021-03-30T18:33:30.123Z] === RUN TestEventsBackwardsCompatible [2021-03-30T18:33:30.123Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-03-30T18:33:30.123Z] === RUN TestInfoBinaryCommits [2021-03-30T18:33:30.123Z] --- PASS: TestInfoBinaryCommits (0.04s) [2021-03-30T18:33:30.123Z] === RUN TestInfoAPIVersioned [2021-03-30T18:33:30.123Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-03-30T18:33:30.123Z] === RUN TestInfoDiscoveryBackend [2021-03-30T18:33:31.487Z] --- PASS: TestInfoDiscoveryBackend (1.24s) [2021-03-30T18:33:31.487Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-03-30T18:33:32.413Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-03-30T18:33:32.413Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-03-30T18:33:33.339Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-03-30T18:33:33.339Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-03-30T18:33:33.339Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-03-30T18:33:33.339Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.95s) [2021-03-30T18:33:33.339Z] === RUN TestInfoAPI [2021-03-30T18:33:33.339Z] --- PASS: TestInfoAPI (0.02s) [2021-03-30T18:33:33.339Z] === RUN TestInfoAPIWarnings [2021-03-30T18:33:33.595Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-03-30T18:33:41.688Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-03-30T18:33:43.056Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-03-30T18:33:46.321Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-03-30T18:33:47.685Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-03-30T18:33:50.200Z] === RUN TestDockerSuite/TestEventsAttach [2021-03-30T18:33:50.200Z] --- PASS: TestInfoAPIWarnings (16.90s) [2021-03-30T18:33:50.200Z] === RUN TestInfoDebug [2021-03-30T18:33:50.763Z] === RUN TestDockerSuite/TestEventsCommit [2021-03-30T18:33:51.018Z] --- PASS: TestInfoDebug (0.77s) [2021-03-30T18:33:51.018Z] === RUN TestInfoInsecureRegistries [2021-03-30T18:33:51.947Z] --- PASS: TestInfoInsecureRegistries (0.79s) [2021-03-30T18:33:51.947Z] === RUN TestInfoRegistryMirrors [2021-03-30T18:33:51.947Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-03-30T18:33:52.508Z] --- PASS: TestInfoRegistryMirrors (0.78s) [2021-03-30T18:33:52.508Z] === RUN TestLoginFailsWithBadCredentials [2021-03-30T18:33:52.765Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-03-30T18:33:52.765Z] --- PASS: TestLoginFailsWithBadCredentials (0.23s) [2021-03-30T18:33:52.765Z] === RUN TestPingCacheHeaders [2021-03-30T18:33:52.765Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-03-30T18:33:52.765Z] === RUN TestPingGet [2021-03-30T18:33:52.765Z] --- PASS: TestPingGet (0.02s) [2021-03-30T18:33:52.765Z] === RUN TestPingHead [2021-03-30T18:33:53.021Z] --- PASS: TestPingHead (0.05s) [2021-03-30T18:33:53.021Z] === RUN TestVersion [2021-03-30T18:33:53.021Z] --- PASS: TestVersion (0.03s) [2021-03-30T18:33:53.021Z] PASS [2021-03-30T18:33:53.021Z] [2021-03-30T18:33:53.021Z] === Skipped [2021-03-30T18:33:53.021Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-30T18:33:53.021Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-03-30T18:33:53.021Z] [2021-03-30T18:33:53.021Z] [2021-03-30T18:33:53.021Z] DONE 18 tests, 1 skipped in 24.561s [2021-03-30T18:33:53.021Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-03-30T18:33:53.021Z] ++ 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 [2021-03-30T18:33:53.021Z] ++ set -e [2021-03-30T18:33:53.021Z] ++ '[' -n 0 ']' [2021-03-30T18:33:53.021Z] ++ set -x [2021-03-30T18:33:53.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=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 [2021-03-30T18:33:53.021Z] INFO: Testing against a local daemon [2021-03-30T18:33:53.021Z] === RUN TestVolumesCreateAndList [2021-03-30T18:33:53.021Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-03-30T18:33:53.021Z] === RUN TestVolumesRemove [2021-03-30T18:33:53.277Z] --- PASS: TestVolumesRemove (0.11s) [2021-03-30T18:33:53.277Z] === RUN TestVolumesInspect [2021-03-30T18:33:53.277Z] --- PASS: TestVolumesInspect (0.04s) [2021-03-30T18:33:53.277Z] === RUN TestVolumesInvalidJSON [2021-03-30T18:33:53.277Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-30T18:33:53.277Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-30T18:33:53.277Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-30T18:33:53.277Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-03-30T18:33:53.277Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-30T18:33:53.277Z] PASS [2021-03-30T18:33:53.277Z] [2021-03-30T18:33:53.277Z] DONE 5 tests in 0.328s [2021-03-30T18:33:53.277Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-30T18:33:53.842Z] ++++ cat bundles/test-integration/docker.pid [2021-03-30T18:33:53.842Z] +++ kill 5675 [2021-03-30T18:33:53.842Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-03-30T18:33:54.767Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-03-30T18:33:55.022Z] +++ /etc/init.d/apparmor stop [2021-03-30T18:33:55.022Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-30T18:33:55.022Z] [2021-03-30T18:33:55.022Z] Unloading profiles will leave already running processes permanently [2021-03-30T18:33:55.022Z] unconfined, which can lead to unexpected situations. [2021-03-30T18:33:55.022Z] [2021-03-30T18:33:55.022Z] To set a process to complain mode, use the command line tool [2021-03-30T18:33:55.022Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-30T18:33:55.022Z] +++ true [2021-03-30T18:33:55.022Z] exiting test-integration [2021-03-30T18:33:55.022Z] ++ exit 0 [2021-03-30T18:33:55.022Z] [2021-03-30T18:33:55.584Z] + for job in $(jobs -p) [2021-03-30T18:33:55.584Z] + wait 2307 [2021-03-30T18:33:56.512Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-03-30T18:33:58.405Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-03-30T18:34:01.675Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-03-30T18:34:04.937Z] === RUN TestDockerSuite/TestEventsCopy [2021-03-30T18:34:04.937Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-03-30T18:34:05.499Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-03-30T18:34:07.385Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-03-30T18:34:12.624Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-03-30T18:34:13.185Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-03-30T18:34:14.549Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-03-30T18:34:15.109Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-03-30T18:34:15.670Z] === RUN TestDockerSuite/TestEventsFilterType [2021-03-30T18:34:15.925Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-03-30T18:34:16.486Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-03-30T18:34:16.486Z] === RUN TestDockerSuite/TestEventsFilters [2021-03-30T18:34:18.374Z] === RUN TestDockerSuite/TestEventsFormat [2021-03-30T18:34:19.748Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-03-30T18:34:19.748Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-03-30T18:34:19.748Z] === RUN TestDockerSuite/TestEventsImageImport [2021-03-30T18:34:20.678Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-03-30T18:34:20.933Z] === RUN TestDockerSuite/TestEventsImagePull [2021-03-30T18:34:21.493Z] === RUN TestDockerSuite/TestEventsImageTag [2021-03-30T18:34:22.855Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-03-30T18:34:22.855Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-03-30T18:34:22.855Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-03-30T18:34:22.855Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-03-30T18:34:24.741Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-03-30T18:34:25.305Z] === RUN TestDockerSuite/TestEventsRename [2021-03-30T18:34:25.871Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-03-30T18:34:26.432Z] === RUN TestDockerSuite/TestEventsResize [2021-03-30T18:34:27.360Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-03-30T18:34:31.528Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-03-30T18:34:34.041Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-03-30T18:34:34.969Z] === RUN TestDockerSuite/TestEventsStreaming [2021-03-30T18:34:36.336Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-03-30T18:34:39.606Z] === RUN TestDockerSuite/TestEventsTop [2021-03-30T18:34:40.532Z] === RUN TestDockerSuite/TestEventsUntag [2021-03-30T18:34:43.797Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-03-30T18:34:53.731Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-03-30T18:34:54.658Z] === RUN TestDockerSuite/TestExec [2021-03-30T18:34:56.022Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-03-30T18:34:56.950Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-03-30T18:34:58.316Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-03-30T18:34:59.248Z] === RUN TestDockerSuite/TestExecAPIStart [2021-03-30T18:35:02.517Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-03-30T18:35:03.454Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-03-30T18:35:04.380Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-03-30T18:35:05.747Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-03-30T18:35:06.675Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-03-30T18:35:07.602Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-03-30T18:35:08.966Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-03-30T18:35:10.330Z] === RUN TestDockerSuite/TestExecCgroup [2021-03-30T18:35:12.217Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-03-30T18:35:13.144Z] === RUN TestDockerSuite/TestExecEnv [2021-03-30T18:35:15.040Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-03-30T18:35:17.557Z] === RUN TestDockerSuite/TestExecExitStatus [2021-03-30T18:35:18.923Z] === RUN TestDockerSuite/TestExecInspectID [2021-03-30T18:35:21.442Z] === RUN TestDockerSuite/TestExecInteractive [2021-03-30T18:35:22.371Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-03-30T18:35:23.737Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-03-30T18:35:24.666Z] === RUN TestDockerSuite/TestExecParseError [2021-03-30T18:35:25.227Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-03-30T18:35:26.154Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-03-30T18:35:26.714Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-03-30T18:35:29.979Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-03-30T18:35:30.922Z] === RUN TestDockerSuite/TestExecSetEnv [2021-03-30T18:35:32.817Z] === RUN TestDockerSuite/TestExecStartFails [2021-03-30T18:35:34.181Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-03-30T18:35:38.346Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-03-30T18:35:46.433Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-03-30T18:35:47.360Z] === RUN TestDockerSuite/TestExecTTY [2021-03-30T18:35:48.287Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-03-30T18:35:49.651Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-03-30T18:35:50.212Z] === RUN TestDockerSuite/TestExecUlimits [2021-03-30T18:35:51.576Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-03-30T18:35:51.576Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-03-30T18:35:53.465Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-03-30T18:35:54.394Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-03-30T18:35:56.287Z] === RUN TestDockerSuite/TestExecWithTERM [2021-03-30T18:35:57.216Z] === RUN TestDockerSuite/TestExecWithUser [2021-03-30T18:35:58.581Z] === RUN TestDockerSuite/TestGetContainerStats [2021-03-30T18:36:03.831Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-03-30T18:36:06.344Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-03-30T18:36:08.231Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-03-30T18:36:09.159Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-03-30T18:36:10.525Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-03-30T18:36:14.885Z] --- PASS: TestBuildWCOWSandboxSize (809.89s) [2021-03-30T18:36:14.888Z] === RUN TestBuildWithEmptyDockerfile [2021-03-30T18:36:14.888Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:36:14.888Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:36:14.888Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:36:14.888Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:36:14.888Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:36:14.888Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:36:14.888Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-03-30T18:36:14.888Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-03-30T18:36:14.888Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-03-30T18:36:14.888Z] --- PASS: TestBuildWithEmptyDockerfile (0.45s) [2021-03-30T18:36:14.888Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-03-30T18:36:14.888Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-03-30T18:36:14.888Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-03-30T18:36:14.888Z] === RUN TestBuildPreserveOwnership [2021-03-30T18:36:14.888Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-03-30T18:36:14.888Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-30T18:36:14.888Z] === RUN TestBuildPlatformInvalid [2021-03-30T18:36:14.888Z] --- PASS: TestBuildPlatformInvalid (0.39s) [2021-03-30T18:36:14.888Z] PASS [2021-03-30T18:36:14.888Z] ok github.com/docker/docker/integration/build 986.483s [2021-03-30T18:36:14.888Z] [2021-03-30T18:36:14.888Z] === Skipped [2021-03-30T18:36:14.888Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-03-30T18:36:14.888Z] build_session_test.go:25: TODO: BuildKit [2021-03-30T18:36:14.888Z] [2021-03-30T18:36:14.888Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-03-30T18:36:14.888Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:14.888Z] [2021-03-30T18:36:14.888Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-03-30T18:36:14.888Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-30T18:36:14.888Z] [2021-03-30T18:36:14.888Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.01s) [2021-03-30T18:36:14.888Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-30T18:36:14.888Z] [2021-03-30T18:36:14.888Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-03-30T18:36:14.888Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-30T18:36:14.888Z] [2021-03-30T18:36:14.888Z] [2021-03-30T18:36:14.888Z] DONE 29 tests, 5 skipped in 1008.114s [2021-03-30T18:36:14.888Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-03-30T18:36:14.888Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:36:14.888Z] INFO: Testing against a local daemon [2021-03-30T18:36:14.888Z] === RUN TestConfigInspect [2021-03-30T18:36:14.888Z] --- SKIP: TestConfigInspect (0.00s) [2021-03-30T18:36:14.888Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:14.888Z] === RUN TestConfigList [2021-03-30T18:36:14.888Z] --- SKIP: TestConfigList (0.00s) [2021-03-30T18:36:14.888Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:14.888Z] === RUN TestConfigsCreateAndDelete [2021-03-30T18:36:14.888Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-03-30T18:36:14.888Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:14.888Z] === RUN TestConfigsUpdate [2021-03-30T18:36:14.888Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-03-30T18:36:14.888Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:14.888Z] === RUN TestTemplatedConfig [2021-03-30T18:36:14.888Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-03-30T18:36:14.888Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:14.888Z] === RUN TestConfigCreateResolve [2021-03-30T18:36:14.888Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-03-30T18:36:14.888Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:36:14.888Z] === RUN TestConfigDaemonLibtrustID [2021-03-30T18:36:14.888Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-03-30T18:36:14.888Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:36:14.888Z] PASS [2021-03-30T18:36:14.888Z] ok github.com/docker/docker/integration/config 0.186s [2021-03-30T18:36:14.888Z] [2021-03-30T18:36:14.888Z] === Skipped [2021-03-30T18:36:14.888Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-03-30T18:36:14.888Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:14.888Z] [2021-03-30T18:36:14.888Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-03-30T18:36:14.888Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:14.888Z] [2021-03-30T18:36:14.888Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-03-30T18:36:14.888Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:14.888Z] [2021-03-30T18:36:14.888Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-03-30T18:36:14.888Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:14.888Z] [2021-03-30T18:36:14.888Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-03-30T18:36:14.888Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:14.888Z] [2021-03-30T18:36:14.888Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-03-30T18:36:14.888Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:36:14.888Z] [2021-03-30T18:36:14.888Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-03-30T18:36:14.888Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:36:14.888Z] [2021-03-30T18:36:14.888Z] [2021-03-30T18:36:14.888Z] DONE 7 tests, 7 skipped in 2.934s [2021-03-30T18:36:14.888Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-03-30T18:36:14.888Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:36:14.888Z] INFO: Testing against a local daemon [2021-03-30T18:36:14.888Z] === RUN TestCheckpoint [2021-03-30T18:36:14.888Z] --- SKIP: TestCheckpoint (0.00s) [2021-03-30T18:36:14.889Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-30T18:36:14.889Z] === RUN TestContainerInvalidJSON [2021-03-30T18:36:14.889Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:36:14.889Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:36:14.889Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:36:14.889Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:36:14.889Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:36:14.889Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:36:14.889Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-03-30T18:36:14.889Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-03-30T18:36:14.889Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-03-30T18:36:14.889Z] --- PASS: TestContainerInvalidJSON (0.40s) [2021-03-30T18:36:14.889Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-03-30T18:36:14.889Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-03-30T18:36:14.889Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-03-30T18:36:14.889Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-03-30T18:36:14.889Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.21s) [2021-03-30T18:36:14.889Z] === RUN TestCopyFromContainerPathIsNotDir [2021-03-30T18:36:14.889Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2021-03-30T18:36:14.889Z] copy_test.go:38: testEnv.OSType == "windows" [2021-03-30T18:36:14.889Z] === RUN TestCopyToContainerPathDoesNotExist [2021-03-30T18:36:14.889Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.18s) [2021-03-30T18:36:14.889Z] === RUN TestCopyToContainerPathIsNotDir [2021-03-30T18:36:14.889Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2021-03-30T18:36:14.889Z] copy_test.go:63: testEnv.OSType == "windows" [2021-03-30T18:36:14.889Z] === RUN TestCopyFromContainer [2021-03-30T18:36:14.889Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-03-30T18:36:14.889Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:14.889Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-03-30T18:36:14.889Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:36:14.889Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:36:14.889Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:36:14.889Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:36:14.889Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:36:14.889Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:36:14.889Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-03-30T18:36:14.889Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-03-30T18:36:14.889Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-03-30T18:36:14.889Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-03-30T18:36:14.889Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-03-30T18:36:14.889Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-03-30T18:36:14.889Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-03-30T18:36:14.889Z] === RUN TestCreateLinkToNonExistingContainer [2021-03-30T18:36:14.889Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-03-30T18:36:14.889Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-03-30T18:36:14.889Z] === RUN TestCreateWithInvalidEnv [2021-03-30T18:36:14.889Z] === RUN TestCreateWithInvalidEnv/0 [2021-03-30T18:36:14.889Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-03-30T18:36:14.889Z] === RUN TestCreateWithInvalidEnv/1 [2021-03-30T18:36:14.889Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-03-30T18:36:14.889Z] === RUN TestCreateWithInvalidEnv/2 [2021-03-30T18:36:14.889Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-03-30T18:36:14.889Z] === CONT TestCreateWithInvalidEnv/0 [2021-03-30T18:36:14.889Z] === CONT TestCreateWithInvalidEnv/2 [2021-03-30T18:36:14.889Z] === CONT TestCreateWithInvalidEnv/1 [2021-03-30T18:36:14.889Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-03-30T18:36:14.889Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-03-30T18:36:14.889Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-03-30T18:36:14.889Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-03-30T18:36:14.889Z] === RUN TestCreateTmpfsMountsTarget [2021-03-30T18:36:14.889Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-03-30T18:36:14.889Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:14.889Z] === RUN TestCreateWithCustomMaskedPaths [2021-03-30T18:36:14.889Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-03-30T18:36:14.889Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:36:14.889Z] === RUN TestCreateWithCustomReadonlyPaths [2021-03-30T18:36:14.889Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-03-30T18:36:14.889Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:36:14.889Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-03-30T18:36:14.889Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:36:14.889Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:36:14.889Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:36:14.889Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:36:14.889Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:36:14.889Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:36:14.889Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:36:14.889Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:36:14.889Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:36:14.889Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:36:14.889Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-03-30T18:36:14.889Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-03-30T18:36:14.889Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-03-30T18:36:14.889Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-03-30T18:36:14.889Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-03-30T18:36:14.889Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-03-30T18:36:14.889Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-03-30T18:36:14.889Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-03-30T18:36:14.889Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-03-30T18:36:14.889Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-03-30T18:36:14.889Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-03-30T18:36:14.889Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-03-30T18:36:14.889Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-03-30T18:36:14.889Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-03-30T18:36:14.889Z] === RUN TestCreateDifferentPlatform [2021-03-30T18:36:14.889Z] === RUN TestCreateDifferentPlatform/different_os [2021-03-30T18:36:14.889Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-03-30T18:36:14.889Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-03-30T18:36:14.889Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-03-30T18:36:14.889Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-03-30T18:36:14.889Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-03-30T18:36:14.889Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2021-03-30T18:36:14.889Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-03-30T18:36:14.889Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-03-30T18:36:14.889Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-03-30T18:36:14.889Z] === RUN TestContainerKillOnDaemonStart [2021-03-30T18:36:14.889Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-03-30T18:36:14.889Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:14.889Z] === RUN TestDiff [2021-03-30T18:36:14.889Z] --- SKIP: TestDiff (0.00s) [2021-03-30T18:36:14.889Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-03-30T18:36:14.889Z] === RUN TestExecWithCloseStdin [2021-03-30T18:36:14.889Z] --- PASS: TestExecWithCloseStdin (2.81s) [2021-03-30T18:36:14.889Z] === RUN TestExec [2021-03-30T18:36:15.773Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-03-30T18:36:16.029Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-03-30T18:36:16.029Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-03-30T18:36:16.285Z] === RUN TestDockerSuite/TestHealth [2021-03-30T18:36:17.126Z] --- PASS: TestExec (2.01s) [2021-03-30T18:36:17.126Z] === RUN TestExecUser [2021-03-30T18:36:17.126Z] --- SKIP: TestExecUser (0.00s) [2021-03-30T18:36:17.126Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-03-30T18:36:17.126Z] === RUN TestExportContainerAndImportImage [2021-03-30T18:36:17.126Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-03-30T18:36:17.126Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:17.126Z] === RUN TestExportContainerAfterDaemonRestart [2021-03-30T18:36:17.126Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-03-30T18:36:17.126Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:17.126Z] === RUN TestHealthCheckWorkdir [2021-03-30T18:36:17.126Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-03-30T18:36:17.126Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-03-30T18:36:17.126Z] === RUN TestHealthKillContainer [2021-03-30T18:36:17.126Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-03-30T18:36:17.126Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-03-30T18:36:17.126Z] === RUN TestInspectCpusetInConfigPre120 [2021-03-30T18:36:17.126Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-03-30T18:36:17.126Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-03-30T18:36:17.126Z] === RUN TestKillContainerInvalidSignal [2021-03-30T18:36:18.707Z] --- PASS: TestKillContainerInvalidSignal (1.75s) [2021-03-30T18:36:18.707Z] === RUN TestKillContainer [2021-03-30T18:36:18.707Z] === RUN TestKillContainer/no_signal [2021-03-30T18:36:20.419Z] === RUN TestKillContainer/non_killing_signal [2021-03-30T18:36:20.419Z] === RUN TestKillContainer/killing_signal [2021-03-30T18:36:27.619Z] --- PASS: TestKillContainer (8.68s) [2021-03-30T18:36:27.619Z] --- PASS: TestKillContainer/no_signal (1.74s) [2021-03-30T18:36:27.619Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-03-30T18:36:27.619Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-03-30T18:36:27.619Z] --- PASS: TestKillContainer/killing_signal (6.90s) [2021-03-30T18:36:27.619Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-03-30T18:36:27.619Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-03-30T18:36:27.619Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-30T18:36:27.619Z] === RUN TestKillStoppedContainer [2021-03-30T18:36:27.619Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-03-30T18:36:27.619Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-30T18:36:27.619Z] === RUN TestKillStoppedContainerAPIPre120 [2021-03-30T18:36:27.619Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-03-30T18:36:27.619Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-30T18:36:27.619Z] === RUN TestKillDifferentUserContainer [2021-03-30T18:36:27.619Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-03-30T18:36:27.619Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-03-30T18:36:27.619Z] === RUN TestInspectOomKilledTrue [2021-03-30T18:36:27.619Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-03-30T18:36:27.619Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:27.619Z] === RUN TestInspectOomKilledFalse [2021-03-30T18:36:27.619Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-03-30T18:36:27.619Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:36:27.619Z] === RUN TestLogsFollowTailEmpty [2021-03-30T18:36:29.201Z] --- PASS: TestLogsFollowTailEmpty (1.81s) [2021-03-30T18:36:29.201Z] === RUN TestNetworkNat [2021-03-30T18:36:29.201Z] --- SKIP: TestNetworkNat (0.00s) [2021-03-30T18:36:29.201Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-03-30T18:36:29.201Z] === RUN TestNetworkLocalhostTCPNat [2021-03-30T18:36:31.438Z] --- PASS: TestNetworkLocalhostTCPNat (2.14s) [2021-03-30T18:36:31.438Z] === RUN TestNetworkLoopbackNat [2021-03-30T18:36:31.438Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-03-30T18:36:31.438Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-03-30T18:36:31.438Z] === RUN TestPause [2021-03-30T18:36:31.438Z] --- SKIP: TestPause (0.00s) [2021-03-30T18:36:31.438Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-03-30T18:36:31.438Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-03-30T18:36:33.098Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.61s) [2021-03-30T18:36:33.098Z] === RUN TestPauseStopPausedContainer [2021-03-30T18:36:33.098Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-03-30T18:36:33.098Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:33.098Z] === RUN TestPsFilter [2021-03-30T18:36:33.098Z] --- PASS: TestPsFilter (0.16s) [2021-03-30T18:36:33.098Z] === RUN TestRemoveContainerWithRemovedVolume [2021-03-30T18:36:34.330Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-03-30T18:36:39.577Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-03-30T18:36:39.577Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-03-30T18:36:39.577Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-03-30T18:36:39.577Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-03-30T18:36:40.299Z] --- PASS: TestRemoveContainerWithRemovedVolume (6.65s) [2021-03-30T18:36:40.299Z] === RUN TestRemoveContainerWithVolume [2021-03-30T18:36:40.504Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-03-30T18:36:40.504Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-03-30T18:36:41.880Z] --- PASS: TestRemoveContainerWithVolume (1.91s) [2021-03-30T18:36:41.880Z] === RUN TestRemoveContainerRunning [2021-03-30T18:36:42.410Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-03-30T18:36:42.410Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-03-30T18:36:42.410Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-03-30T18:36:42.410Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-03-30T18:36:42.973Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-03-30T18:36:43.232Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-03-30T18:36:43.458Z] --- PASS: TestRemoveContainerRunning (1.60s) [2021-03-30T18:36:43.458Z] === RUN TestRemoveContainerForceRemoveRunning [2021-03-30T18:36:43.793Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-03-30T18:36:43.793Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-03-30T18:36:44.354Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-03-30T18:36:44.354Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-03-30T18:36:46.857Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-03-30T18:36:46.857Z] === RUN TestDockerSuite/TestImagesFormat [2021-03-30T18:36:46.857Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-03-30T18:36:46.857Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-03-30T18:36:46.928Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.60s) [2021-03-30T18:36:46.928Z] === RUN TestRemoveInvalidContainer [2021-03-30T18:36:46.928Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-03-30T18:36:46.928Z] === RUN TestRenameLinkedContainer [2021-03-30T18:36:46.928Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-03-30T18:36:46.928Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-03-30T18:36:46.928Z] === RUN TestRenameStoppedContainer [2021-03-30T18:36:46.928Z] --- PASS: TestRenameStoppedContainer (1.90s) [2021-03-30T18:36:46.928Z] === RUN TestRenameRunningContainerAndReuse [2021-03-30T18:36:49.905Z] --- PASS: TestRenameRunningContainerAndReuse (3.29s) [2021-03-30T18:36:49.905Z] === RUN TestRenameInvalidName [2021-03-30T18:36:50.136Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-03-30T18:36:50.136Z] === RUN TestDockerSuite/TestImportBadURL [2021-03-30T18:36:50.136Z] === RUN TestDockerSuite/TestImportDisplay [2021-03-30T18:36:51.487Z] --- PASS: TestRenameInvalidName (1.61s) [2021-03-30T18:36:51.487Z] === RUN TestRenameAnonymousContainer [2021-03-30T18:36:51.487Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2021-03-30T18:36:51.487Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-03-30T18:36:51.487Z] === RUN TestRenameContainerWithSameName [2021-03-30T18:36:51.502Z] === RUN TestDockerSuite/TestImportFile [2021-03-30T18:36:53.066Z] --- PASS: TestRenameContainerWithSameName (1.59s) [2021-03-30T18:36:53.066Z] === RUN TestRenameContainerWithLinkedContainer [2021-03-30T18:36:53.066Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-03-30T18:36:53.066Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-03-30T18:36:53.066Z] === RUN TestResize [2021-03-30T18:36:53.392Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-03-30T18:36:53.392Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-03-30T18:36:54.645Z] --- PASS: TestResize (1.61s) [2021-03-30T18:36:54.645Z] === RUN TestResizeWithInvalidSize [2021-03-30T18:36:54.645Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2021-03-30T18:36:54.645Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-03-30T18:36:54.645Z] === RUN TestResizeWhenContainerNotStarted [2021-03-30T18:36:55.281Z] === RUN TestDockerSuite/TestImportGzipped [2021-03-30T18:36:56.879Z] --- PASS: TestResizeWhenContainerNotStarted (1.96s) [2021-03-30T18:36:56.879Z] === RUN TestDaemonRestartKillContainers [2021-03-30T18:36:56.879Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-03-30T18:36:56.879Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:36:56.879Z] === RUN TestStats [2021-03-30T18:36:56.879Z] --- SKIP: TestStats (0.00s) [2021-03-30T18:36:56.879Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-03-30T18:36:56.879Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-03-30T18:36:57.798Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-03-30T18:36:59.687Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-03-30T18:37:00.699Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.36s) [2021-03-30T18:37:00.699Z] === RUN TestStopContainerWithTimeout [2021-03-30T18:37:00.699Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-03-30T18:37:00.699Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-03-30T18:37:00.699Z] === RUN TestUpdateRestartPolicy [2021-03-30T18:37:01.051Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-03-30T18:37:01.979Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-03-30T18:37:02.906Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-03-30T18:37:02.906Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-03-30T18:37:02.906Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-03-30T18:37:03.469Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-03-30T18:37:04.396Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-03-30T18:37:04.957Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-03-30T18:37:05.886Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-03-30T18:37:06.464Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-03-30T18:37:06.464Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-03-30T18:37:07.392Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-03-30T18:37:07.392Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-03-30T18:37:10.656Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-03-30T18:37:10.911Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-03-30T18:37:11.840Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-03-30T18:37:11.840Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-03-30T18:37:13.207Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-03-30T18:37:13.207Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-03-30T18:37:15.725Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-03-30T18:37:16.653Z] === RUN TestDockerSuite/TestInspectDefault [2021-03-30T18:37:17.584Z] === RUN TestDockerSuite/TestInspectHistory [2021-03-30T18:37:18.952Z] === RUN TestDockerSuite/TestInspectImage [2021-03-30T18:37:18.952Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-03-30T18:37:18.952Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-03-30T18:37:18.952Z] === RUN TestDockerSuite/TestInspectInt64 [2021-03-30T18:37:19.879Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-03-30T18:37:20.808Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-03-30T18:37:20.808Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-03-30T18:37:22.012Z] --- PASS: TestUpdateRestartPolicy (19.11s) [2021-03-30T18:37:22.013Z] === RUN TestUpdateRestartWithAutoRemove [2021-03-30T18:37:22.013Z] --- PASS: TestUpdateRestartWithAutoRemove (1.83s) [2021-03-30T18:37:22.013Z] === RUN TestWaitNonBlocked [2021-03-30T18:37:22.013Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:37:22.013Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:37:22.013Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:37:22.013Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:37:22.013Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-03-30T18:37:22.013Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-03-30T18:37:22.182Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-03-30T18:37:22.744Z] === RUN TestDockerSuite/TestInspectPlugin [2021-03-30T18:37:24.109Z] === RUN TestDockerSuite/TestInspectRootFS [2021-03-30T18:37:24.109Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-03-30T18:37:24.246Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-03-30T18:37:24.246Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.62s) [2021-03-30T18:37:24.246Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.74s) [2021-03-30T18:37:24.246Z] === RUN TestWaitBlocked [2021-03-30T18:37:24.246Z] --- SKIP: TestWaitBlocked (0.00s) [2021-03-30T18:37:24.246Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:24.246Z] PASS [2021-03-30T18:37:24.246Z] ok github.com/docker/docker/integration/container 73.011s [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === Skipped [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-03-30T18:37:24.246Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2021-03-30T18:37:24.246Z] copy_test.go:38: testEnv.OSType == "windows" [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2021-03-30T18:37:24.246Z] copy_test.go:63: testEnv.OSType == "windows" [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-03-30T18:37:24.246Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-03-30T18:37:24.246Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-03-30T18:37:24.246Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-03-30T18:37:24.246Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-03-30T18:37:24.246Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-03-30T18:37:24.246Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-03-30T18:37:24.246Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-03-30T18:37:24.246Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-03-30T18:37:24.246Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-03-30T18:37:24.246Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-03-30T18:37:24.246Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-03-30T18:37:24.246Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-03-30T18:37:24.246Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-03-30T18:37:24.246Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-03-30T18:37:24.246Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-03-30T18:37:24.246Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-03-30T18:37:24.246Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-03-30T18:37:24.246Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-03-30T18:37:24.246Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-03-30T18:37:24.246Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-03-30T18:37:24.246Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-03-30T18:37:24.246Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-03-30T18:37:24.246Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-03-30T18:37:24.246Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-03-30T18:37:24.246Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-03-30T18:37:24.246Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-03-30T18:37:24.246Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-03-30T18:37:24.246Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2021-03-30T18:37:24.246Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-03-30T18:37:24.246Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2021-03-30T18:37:24.246Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-03-30T18:37:24.246Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-03-30T18:37:24.246Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-03-30T18:37:24.246Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-03-30T18:37:24.246Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] [2021-03-30T18:37:24.246Z] DONE 88 tests, 37 skipped in 75.671s [2021-03-30T18:37:24.246Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-03-30T18:37:24.669Z] === RUN TestDockerSuite/TestInspectStatus [2021-03-30T18:37:25.600Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-03-30T18:37:26.481Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:37:26.481Z] INFO: Testing against a local daemon [2021-03-30T18:37:26.481Z] === RUN TestCommitInheritsEnv [2021-03-30T18:37:26.481Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-03-30T18:37:26.481Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-30T18:37:26.481Z] === RUN TestImportExtremelyLargeImageWorks [2021-03-30T18:37:26.481Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-03-30T18:37:26.481Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-03-30T18:37:26.481Z] === RUN TestImagesFilterMultiReference [2021-03-30T18:37:26.481Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-03-30T18:37:26.481Z] === RUN TestImagePullPlatformInvalid [2021-03-30T18:37:26.481Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-03-30T18:37:26.481Z] === RUN TestRemoveImageOrphaning [2021-03-30T18:37:27.477Z] --- PASS: TestRemoveImageOrphaning (1.11s) [2021-03-30T18:37:27.477Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-03-30T18:37:27.477Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-03-30T18:37:27.477Z] === RUN TestTagInvalidReference [2021-03-30T18:37:27.477Z] --- PASS: TestTagInvalidReference (0.03s) [2021-03-30T18:37:27.477Z] === RUN TestTagValidPrefixedRepo [2021-03-30T18:37:27.477Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-03-30T18:37:27.477Z] === RUN TestTagExistedNameWithoutForce [2021-03-30T18:37:27.477Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-03-30T18:37:27.477Z] === RUN TestTagOfficialNames [2021-03-30T18:37:27.477Z] --- PASS: TestTagOfficialNames (0.09s) [2021-03-30T18:37:27.477Z] === RUN TestTagMatchesDigest [2021-03-30T18:37:27.477Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-03-30T18:37:27.477Z] PASS [2021-03-30T18:37:27.477Z] ok github.com/docker/docker/integration/image 1.656s [2021-03-30T18:37:27.477Z] [2021-03-30T18:37:27.477Z] === Skipped [2021-03-30T18:37:27.477Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-03-30T18:37:27.477Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-30T18:37:27.477Z] [2021-03-30T18:37:27.477Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-03-30T18:37:27.477Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-03-30T18:37:27.477Z] [2021-03-30T18:37:27.477Z] [2021-03-30T18:37:27.477Z] DONE 11 tests, 2 skipped in 3.617s [2021-03-30T18:37:27.477Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-03-30T18:37:27.489Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-03-30T18:37:28.050Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-03-30T18:37:28.612Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-03-30T18:37:29.539Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-03-30T18:37:29.711Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:37:29.711Z] INFO: Testing against a local daemon [2021-03-30T18:37:29.711Z] === RUN TestNetworkCreateDelete [2021-03-30T18:37:29.711Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-03-30T18:37:29.711Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:29.711Z] === RUN TestDockerNetworkDeletePreferID [2021-03-30T18:37:29.711Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-03-30T18:37:29.711Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-03-30T18:37:29.711Z] === RUN TestDaemonDNSFallback [2021-03-30T18:37:29.711Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-03-30T18:37:29.711Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:29.711Z] === RUN TestInspectNetwork [2021-03-30T18:37:29.711Z] --- SKIP: TestInspectNetwork (0.00s) [2021-03-30T18:37:29.711Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-03-30T18:37:29.711Z] === RUN TestRunContainerWithBridgeNone [2021-03-30T18:37:29.711Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-03-30T18:37:29.711Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:29.711Z] === RUN TestNetworkInvalidJSON [2021-03-30T18:37:29.711Z] === RUN TestNetworkInvalidJSON//networks/create [2021-03-30T18:37:29.711Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-03-30T18:37:29.711Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:37:30.100Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-03-30T18:37:30.193Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:37:30.193Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:37:30.193Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:37:30.193Z] === CONT TestNetworkInvalidJSON//networks/create [2021-03-30T18:37:30.193Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-03-30T18:37:30.193Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-03-30T18:37:30.193Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-03-30T18:37:30.193Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-03-30T18:37:30.193Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-03-30T18:37:30.193Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-03-30T18:37:30.193Z] === RUN TestNetworkList [2021-03-30T18:37:30.193Z] === RUN TestNetworkList//networks [2021-03-30T18:37:30.193Z] === PAUSE TestNetworkList//networks [2021-03-30T18:37:30.193Z] === RUN TestNetworkList//networks/ [2021-03-30T18:37:30.193Z] === PAUSE TestNetworkList//networks/ [2021-03-30T18:37:30.193Z] === CONT TestNetworkList//networks [2021-03-30T18:37:30.193Z] === CONT TestNetworkList//networks/ [2021-03-30T18:37:30.193Z] --- PASS: TestNetworkList (0.03s) [2021-03-30T18:37:30.193Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-03-30T18:37:30.193Z] --- PASS: TestNetworkList//networks (0.00s) [2021-03-30T18:37:30.193Z] === RUN TestHostIPv4BridgeLabel [2021-03-30T18:37:30.193Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-03-30T18:37:30.193Z] network_test.go:126: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] === RUN TestDaemonRestartWithLiveRestore [2021-03-30T18:37:30.193Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:29: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] === RUN TestDaemonDefaultNetworkPools [2021-03-30T18:37:30.193Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:58: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] === RUN TestDaemonRestartWithExistingNetwork [2021-03-30T18:37:30.193Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:102: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-03-30T18:37:30.193Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:136: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-03-30T18:37:30.193Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:187: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] === RUN TestServiceWithPredefinedNetwork [2021-03-30T18:37:30.193Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:212: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-03-30T18:37:30.193Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:242: FLAKY_TEST [2021-03-30T18:37:30.193Z] === RUN TestServiceWithDataPathPortInit [2021-03-30T18:37:30.193Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:332: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-03-30T18:37:30.193Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:400: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] PASS [2021-03-30T18:37:30.193Z] ok github.com/docker/docker/integration/network 0.265s [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] === Skipped [2021-03-30T18:37:30.193Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-03-30T18:37:30.193Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-03-30T18:37:30.193Z] delete_test.go:68: testEnv.OSType == "windows": FIXME. Windows doesn't run DinD and uses networks shared between control daemon and daemon under test [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-03-30T18:37:30.193Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-03-30T18:37:30.193Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-03-30T18:37:30.193Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-03-30T18:37:30.193Z] network_test.go:126: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:29: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:58: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:102: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:136: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:187: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:212: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:242: FLAKY_TEST [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:332: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-03-30T18:37:30.193Z] service_test.go:400: testEnv.OSType == "windows" [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] [2021-03-30T18:37:30.193Z] DONE 22 tests, 15 skipped in 2.373s [2021-03-30T18:37:30.193Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-03-30T18:37:30.665Z] testing: warning: no tests to run [2021-03-30T18:37:30.665Z] PASS [2021-03-30T18:37:30.665Z] ok github.com/docker/docker/integration/network/ipvlan 0.063s [2021-03-30T18:37:30.665Z] [2021-03-30T18:37:30.665Z] DONE 0 tests in 0.706s [2021-03-30T18:37:30.665Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-03-30T18:37:31.026Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-03-30T18:37:31.588Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-03-30T18:37:31.588Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-03-30T18:37:31.661Z] testing: warning: no tests to run [2021-03-30T18:37:31.661Z] PASS [2021-03-30T18:37:31.661Z] ok github.com/docker/docker/integration/network/macvlan 0.059s [2021-03-30T18:37:31.661Z] [2021-03-30T18:37:31.661Z] DONE 0 tests in 0.694s [2021-03-30T18:37:31.661Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-03-30T18:37:32.134Z] testing: warning: no tests to run [2021-03-30T18:37:32.134Z] PASS [2021-03-30T18:37:32.134Z] ok github.com/docker/docker/integration/plugin 0.067s [2021-03-30T18:37:32.134Z] [2021-03-30T18:37:32.134Z] DONE 0 tests in 0.659s [2021-03-30T18:37:32.134Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-03-30T18:37:33.130Z] testing: warning: no tests to run [2021-03-30T18:37:33.130Z] PASS [2021-03-30T18:37:33.130Z] ok github.com/docker/docker/integration/plugin/authz 0.058s [2021-03-30T18:37:33.130Z] [2021-03-30T18:37:33.130Z] DONE 0 tests in 0.685s [2021-03-30T18:37:33.130Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-03-30T18:37:34.103Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-03-30T18:37:35.468Z] === RUN TestDockerSuite/TestLinksEnvs [2021-03-30T18:37:36.835Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-03-30T18:37:37.110Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-03-30T18:37:37.672Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-03-30T18:37:40.185Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-03-30T18:37:40.337Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:37:40.337Z] INFO: Testing against a local daemon [2021-03-30T18:37:40.337Z] === RUN TestPluginInvalidJSON [2021-03-30T18:37:40.337Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:37:40.337Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:37:40.337Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-03-30T18:37:40.337Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-03-30T18:37:40.337Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-03-30T18:37:40.337Z] === RUN TestPluginInstall [2021-03-30T18:37:40.337Z] --- SKIP: TestPluginInstall (0.00s) [2021-03-30T18:37:40.337Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-03-30T18:37:40.337Z] === RUN TestPluginsWithRuntimes [2021-03-30T18:37:40.337Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-03-30T18:37:40.337Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-03-30T18:37:40.337Z] PASS [2021-03-30T18:37:40.337Z] ok github.com/docker/docker/integration/plugin/common 0.252s [2021-03-30T18:37:40.337Z] [2021-03-30T18:37:40.337Z] === Skipped [2021-03-30T18:37:40.337Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-03-30T18:37:40.337Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-03-30T18:37:40.337Z] [2021-03-30T18:37:40.337Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-03-30T18:37:40.337Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-03-30T18:37:40.337Z] [2021-03-30T18:37:40.337Z] [2021-03-30T18:37:40.337Z] DONE 4 tests, 2 skipped in 6.944s [2021-03-30T18:37:40.337Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-03-30T18:37:42.572Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:37:42.572Z] INFO: Testing against a local daemon [2021-03-30T18:37:42.572Z] === RUN TestExternalGraphDriver [2021-03-30T18:37:42.572Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-03-30T18:37:42.572Z] external_test.go:48: runtime.GOOS == "windows" [2021-03-30T18:37:42.572Z] === RUN TestGraphdriverPluginV2 [2021-03-30T18:37:42.572Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-03-30T18:37:42.572Z] external_test.go:408: runtime.GOOS == "windows" [2021-03-30T18:37:42.572Z] PASS [2021-03-30T18:37:42.572Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.206s [2021-03-30T18:37:43.044Z] [2021-03-30T18:37:43.044Z] === Skipped [2021-03-30T18:37:43.044Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-03-30T18:37:43.044Z] external_test.go:48: runtime.GOOS == "windows" [2021-03-30T18:37:43.044Z] [2021-03-30T18:37:43.044Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-03-30T18:37:43.044Z] external_test.go:408: runtime.GOOS == "windows" [2021-03-30T18:37:43.044Z] [2021-03-30T18:37:43.044Z] [2021-03-30T18:37:43.044Z] DONE 2 tests, 2 skipped in 2.788s [2021-03-30T18:37:43.044Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-03-30T18:37:43.451Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-03-30T18:37:45.298Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:37:45.298Z] INFO: Testing against a local daemon [2021-03-30T18:37:45.298Z] === RUN TestReadPluginNoRead [2021-03-30T18:37:45.298Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-03-30T18:37:45.298Z] read_test.go:21: no unix domain sockets on Windows [2021-03-30T18:37:45.298Z] PASS [2021-03-30T18:37:45.298Z] ok github.com/docker/docker/integration/plugin/logging 0.192s [2021-03-30T18:37:45.298Z] [2021-03-30T18:37:45.298Z] === Skipped [2021-03-30T18:37:45.298Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-03-30T18:37:45.298Z] read_test.go:21: no unix domain sockets on Windows [2021-03-30T18:37:45.298Z] [2021-03-30T18:37:45.298Z] [2021-03-30T18:37:45.298Z] DONE 1 tests, 1 skipped in 2.198s [2021-03-30T18:37:45.298Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-03-30T18:37:45.968Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-03-30T18:37:45.968Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-03-30T18:37:46.293Z] testing: warning: no tests to run [2021-03-30T18:37:46.293Z] PASS [2021-03-30T18:37:46.293Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.081s [2021-03-30T18:37:46.293Z] [2021-03-30T18:37:46.293Z] DONE 0 tests in 1.137s [2021-03-30T18:37:46.293Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-03-30T18:37:48.526Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:37:48.526Z] INFO: Testing against a local daemon [2021-03-30T18:37:48.526Z] === RUN TestPluginWithDevMounts [2021-03-30T18:37:48.526Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-03-30T18:37:48.526Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:48.526Z] PASS [2021-03-30T18:37:48.526Z] ok github.com/docker/docker/integration/plugin/volumes 0.163s [2021-03-30T18:37:48.526Z] [2021-03-30T18:37:48.526Z] === Skipped [2021-03-30T18:37:48.526Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-03-30T18:37:48.526Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:48.526Z] [2021-03-30T18:37:48.526Z] [2021-03-30T18:37:48.526Z] DONE 1 tests, 1 skipped in 2.223s [2021-03-30T18:37:48.526Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-03-30T18:37:49.235Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-03-30T18:37:49.235Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-03-30T18:37:50.161Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-03-30T18:37:50.759Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:37:50.759Z] INFO: Testing against a local daemon [2021-03-30T18:37:50.759Z] === RUN TestSecretInspect [2021-03-30T18:37:50.759Z] --- SKIP: TestSecretInspect (0.00s) [2021-03-30T18:37:50.759Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:50.759Z] === RUN TestSecretList [2021-03-30T18:37:50.759Z] --- SKIP: TestSecretList (0.00s) [2021-03-30T18:37:50.759Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:50.759Z] === RUN TestSecretsCreateAndDelete [2021-03-30T18:37:50.759Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-03-30T18:37:50.759Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:50.759Z] === RUN TestSecretsUpdate [2021-03-30T18:37:50.759Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-03-30T18:37:50.759Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:50.759Z] === RUN TestTemplatedSecret [2021-03-30T18:37:50.759Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-03-30T18:37:50.759Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:50.759Z] === RUN TestSecretCreateResolve [2021-03-30T18:37:50.759Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-03-30T18:37:50.759Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:50.759Z] PASS [2021-03-30T18:37:50.759Z] ok github.com/docker/docker/integration/secret 0.179s [2021-03-30T18:37:50.759Z] [2021-03-30T18:37:50.759Z] === Skipped [2021-03-30T18:37:50.759Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-03-30T18:37:50.759Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:50.759Z] [2021-03-30T18:37:50.759Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-03-30T18:37:50.759Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:50.759Z] [2021-03-30T18:37:50.759Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-03-30T18:37:50.759Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:50.759Z] [2021-03-30T18:37:50.759Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-03-30T18:37:50.759Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:50.759Z] [2021-03-30T18:37:50.759Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-03-30T18:37:50.759Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:50.759Z] [2021-03-30T18:37:50.759Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-03-30T18:37:50.759Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:50.759Z] [2021-03-30T18:37:50.759Z] [2021-03-30T18:37:50.759Z] DONE 6 tests, 6 skipped in 1.953s [2021-03-30T18:37:50.759Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-03-30T18:37:52.994Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:37:52.994Z] INFO: Testing against a local daemon [2021-03-30T18:37:52.994Z] === RUN TestServiceCreateInit [2021-03-30T18:37:52.994Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-03-30T18:37:52.994Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-03-30T18:37:52.994Z] --- PASS: TestServiceCreateInit (0.03s) [2021-03-30T18:37:52.994Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-30T18:37:52.994Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-30T18:37:52.994Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestCreateServiceMultipleTimes [2021-03-30T18:37:52.994Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-03-30T18:37:52.994Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestCreateServiceConflict [2021-03-30T18:37:52.994Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-03-30T18:37:52.994Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestCreateServiceMaxReplicas [2021-03-30T18:37:52.994Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-03-30T18:37:52.994Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestCreateWithDuplicateNetworkNames [2021-03-30T18:37:52.994Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-03-30T18:37:52.994Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestCreateServiceSecretFileMode [2021-03-30T18:37:52.994Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-03-30T18:37:52.994Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestCreateServiceConfigFileMode [2021-03-30T18:37:52.994Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-03-30T18:37:52.994Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestCreateServiceSysctls [2021-03-30T18:37:52.994Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-03-30T18:37:52.994Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestCreateServiceCapabilities [2021-03-30T18:37:52.994Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-03-30T18:37:52.994Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestInspect [2021-03-30T18:37:52.994Z] --- SKIP: TestInspect (0.00s) [2021-03-30T18:37:52.994Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestCreateJob [2021-03-30T18:37:52.994Z] --- SKIP: TestCreateJob (0.00s) [2021-03-30T18:37:52.994Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestReplicatedJob [2021-03-30T18:37:52.994Z] --- SKIP: TestReplicatedJob (0.00s) [2021-03-30T18:37:52.994Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestUpdateReplicatedJob [2021-03-30T18:37:52.994Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-03-30T18:37:52.994Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestServiceListWithStatuses [2021-03-30T18:37:52.994Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-03-30T18:37:52.994Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestDockerNetworkConnectAlias [2021-03-30T18:37:52.994Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-03-30T18:37:52.994Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestDockerNetworkReConnect [2021-03-30T18:37:52.994Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-03-30T18:37:52.994Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestServicePlugin [2021-03-30T18:37:52.994Z] --- SKIP: TestServicePlugin (0.00s) [2021-03-30T18:37:52.994Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] === RUN TestServiceUpdateLabel [2021-03-30T18:37:52.994Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-03-30T18:37:52.994Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:52.994Z] === RUN TestServiceUpdateSecrets [2021-03-30T18:37:52.994Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-03-30T18:37:52.994Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:52.994Z] === RUN TestServiceUpdateConfigs [2021-03-30T18:37:52.994Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-03-30T18:37:52.994Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:52.994Z] === RUN TestServiceUpdateNetwork [2021-03-30T18:37:52.994Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-03-30T18:37:52.994Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:52.994Z] === RUN TestServiceUpdatePidsLimit [2021-03-30T18:37:52.994Z] --- SKIP: TestServiceUpdatePidsLimit (0.01s) [2021-03-30T18:37:52.994Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:52.994Z] PASS [2021-03-30T18:37:52.994Z] ok github.com/docker/docker/integration/service 0.248s [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === Skipped [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-30T18:37:52.994Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-03-30T18:37:52.994Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-30T18:37:52.994Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-03-30T18:37:52.994Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-03-30T18:37:52.994Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-03-30T18:37:52.994Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-03-30T18:37:52.994Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-03-30T18:37:52.994Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-03-30T18:37:52.994Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-03-30T18:37:52.994Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2021-03-30T18:37:52.994Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-03-30T18:37:52.994Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-03-30T18:37:52.994Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-03-30T18:37:52.994Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-03-30T18:37:52.994Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-03-30T18:37:52.994Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-03-30T18:37:52.994Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-03-30T18:37:52.994Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-03-30T18:37:52.994Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-03-30T18:37:52.994Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-03-30T18:37:52.994Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-03-30T18:37:52.994Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-03-30T18:37:52.994Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-03-30T18:37:52.994Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.01s) [2021-03-30T18:37:52.994Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] [2021-03-30T18:37:52.994Z] DONE 24 tests, 23 skipped in 2.454s [2021-03-30T18:37:52.994Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-03-30T18:37:55.226Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:37:55.226Z] INFO: Testing against a local daemon [2021-03-30T18:37:55.226Z] === RUN TestSessionCreate [2021-03-30T18:37:55.226Z] --- SKIP: TestSessionCreate (0.00s) [2021-03-30T18:37:55.226Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-03-30T18:37:55.226Z] === RUN TestSessionCreateWithBadUpgrade [2021-03-30T18:37:55.226Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-03-30T18:37:55.226Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-03-30T18:37:55.226Z] PASS [2021-03-30T18:37:55.226Z] ok github.com/docker/docker/integration/session 0.183s [2021-03-30T18:37:55.226Z] [2021-03-30T18:37:55.226Z] === Skipped [2021-03-30T18:37:55.226Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-03-30T18:37:55.226Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-03-30T18:37:55.226Z] [2021-03-30T18:37:55.226Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-03-30T18:37:55.226Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-03-30T18:37:55.226Z] [2021-03-30T18:37:55.226Z] [2021-03-30T18:37:55.226Z] DONE 2 tests, 2 skipped in 1.946s [2021-03-30T18:37:55.226Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-03-30T18:37:56.805Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:37:56.805Z] INFO: Testing against a local daemon [2021-03-30T18:37:56.805Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-03-30T18:37:56.805Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-30T18:37:56.805Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:56.805Z] === RUN TestEventsExecDie [2021-03-30T18:37:56.805Z] --- SKIP: TestEventsExecDie (0.00s) [2021-03-30T18:37:56.805Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-03-30T18:37:56.805Z] === RUN TestEventsBackwardsCompatible [2021-03-30T18:37:56.805Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-03-30T18:37:56.805Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-03-30T18:37:56.805Z] === RUN TestInfoAPI [2021-03-30T18:37:56.805Z] --- PASS: TestInfoAPI (0.03s) [2021-03-30T18:37:56.805Z] === RUN TestInfoAPIWarnings [2021-03-30T18:37:56.805Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-03-30T18:37:56.805Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-30T18:37:56.805Z] === RUN TestInfoDebug [2021-03-30T18:37:56.805Z] --- SKIP: TestInfoDebug (0.00s) [2021-03-30T18:37:56.805Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-30T18:37:56.805Z] === RUN TestInfoInsecureRegistries [2021-03-30T18:37:56.805Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-03-30T18:37:56.805Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-30T18:37:56.805Z] === RUN TestInfoRegistryMirrors [2021-03-30T18:37:56.805Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-03-30T18:37:56.805Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-30T18:37:56.805Z] === RUN TestLoginFailsWithBadCredentials [2021-03-30T18:37:57.801Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s) [2021-03-30T18:37:57.801Z] === RUN TestPingCacheHeaders [2021-03-30T18:37:57.801Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-03-30T18:37:57.801Z] === RUN TestPingGet [2021-03-30T18:37:57.801Z] --- PASS: TestPingGet (0.02s) [2021-03-30T18:37:57.801Z] === RUN TestPingHead [2021-03-30T18:37:57.801Z] --- PASS: TestPingHead (0.02s) [2021-03-30T18:37:57.801Z] === RUN TestVersion [2021-03-30T18:37:57.801Z] --- PASS: TestVersion (0.02s) [2021-03-30T18:37:57.801Z] PASS [2021-03-30T18:37:57.801Z] ok github.com/docker/docker/integration/system 1.288s [2021-03-30T18:37:58.274Z] [2021-03-30T18:37:58.274Z] === Skipped [2021-03-30T18:37:58.274Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-03-30T18:37:58.274Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-03-30T18:37:58.274Z] [2021-03-30T18:37:58.274Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-03-30T18:37:58.274Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-03-30T18:37:58.274Z] [2021-03-30T18:37:58.274Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-03-30T18:37:58.274Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-03-30T18:37:58.274Z] [2021-03-30T18:37:58.274Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-03-30T18:37:58.274Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-03-30T18:37:58.274Z] [2021-03-30T18:37:58.274Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-03-30T18:37:58.274Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-30T18:37:58.274Z] [2021-03-30T18:37:58.274Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-03-30T18:37:58.274Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-30T18:37:58.274Z] [2021-03-30T18:37:58.274Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-03-30T18:37:58.274Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-03-30T18:37:58.274Z] [2021-03-30T18:37:58.274Z] [2021-03-30T18:37:58.274Z] DONE 13 tests, 7 skipped in 3.077s [2021-03-30T18:37:58.274Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-03-30T18:37:59.852Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:37:59.852Z] INFO: Testing against a local daemon [2021-03-30T18:37:59.852Z] === RUN TestVolumesCreateAndList [2021-03-30T18:37:59.852Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-03-30T18:37:59.852Z] === RUN TestVolumesRemove [2021-03-30T18:38:00.325Z] --- PASS: TestVolumesRemove (0.09s) [2021-03-30T18:38:00.325Z] === RUN TestVolumesInspect [2021-03-30T18:38:00.325Z] --- PASS: TestVolumesInspect (0.04s) [2021-03-30T18:38:00.325Z] === RUN TestVolumesInvalidJSON [2021-03-30T18:38:00.325Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-03-30T18:38:00.325Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-03-30T18:38:00.325Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-03-30T18:38:00.325Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-03-30T18:38:00.325Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-03-30T18:38:00.325Z] PASS [2021-03-30T18:38:00.325Z] ok github.com/docker/docker/integration/volume 0.307s [2021-03-30T18:38:00.325Z] [2021-03-30T18:38:00.325Z] DONE 5 tests in 2.161s [2021-03-30T18:38:00.325Z] INFO: make.ps1 ended at 03/30/2021 18:38:00 [2021-03-30T18:38:00.325Z] INFO: Integration CLI tests being run from the host: [2021-03-30T18:38:00.325Z] 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" [2021-03-30T18:38:02.327Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-03-30T18:38:04.864Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-03-30T18:38:07.381Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-03-30T18:38:07.638Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-03-30T18:38:09.041Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-03-30T18:38:09.041Z] INFO: Testing against a local daemon [2021-03-30T18:38:09.041Z] === RUN TestDockerSuite [2021-03-30T18:38:09.041Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-03-30T18:38:09.041Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-03-30T18:38:09.041Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-03-30T18:38:09.041Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-03-30T18:38:09.041Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-03-30T18:38:09.041Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-03-30T18:38:09.041Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-03-30T18:38:09.041Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-03-30T18:38:09.042Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-03-30T18:38:09.515Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-03-30T18:38:09.988Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-03-30T18:38:10.461Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-03-30T18:38:11.806Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-03-30T18:38:11.806Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-03-30T18:38:11.806Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-03-30T18:38:11.806Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-03-30T18:38:11.806Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-03-30T18:38:12.368Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-03-30T18:38:13.295Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-03-30T18:38:17.457Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-03-30T18:38:17.457Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-03-30T18:38:21.619Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-03-30T18:38:22.544Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-03-30T18:38:23.474Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-03-30T18:38:23.474Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-03-30T18:38:25.394Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-03-30T18:38:27.286Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-03-30T18:38:28.653Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-03-30T18:38:30.020Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-03-30T18:38:31.384Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-03-30T18:38:34.654Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-03-30T18:38:35.581Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-03-30T18:38:36.947Z] === RUN TestDockerSuite/TestLogsSince [2021-03-30T18:38:45.054Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-03-30T18:38:50.298Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-03-30T18:38:51.224Z] === RUN TestDockerSuite/TestLogsTail [2021-03-30T18:38:52.151Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-03-30T18:38:53.079Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-03-30T18:38:54.445Z] === RUN TestDockerSuite/TestMountIntoProc [2021-03-30T18:38:55.011Z] === RUN TestDockerSuite/TestMountIntoSys [2021-03-30T18:38:55.573Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-03-30T18:38:56.134Z] === RUN TestDockerSuite/TestNetHostname [2021-03-30T18:38:59.402Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-03-30T18:38:59.963Z] === RUN TestDockerSuite/TestNetworkEvents [2021-03-30T18:39:02.480Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-03-30T18:39:05.019Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-03-30T18:39:06.908Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-03-30T18:39:08.797Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-03-30T18:39:10.161Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-03-30T18:39:11.090Z] === RUN TestDockerSuite/TestPluginActive [2021-03-30T18:39:12.021Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-03-30T18:39:12.948Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-03-30T18:39:16.216Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-03-30T18:39:18.731Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-03-30T18:39:18.731Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-03-30T18:39:18.731Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-03-30T18:39:19.657Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-03-30T18:39:22.932Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-03-30T18:39:23.859Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-03-30T18:39:24.420Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-03-30T18:39:26.935Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-03-30T18:39:28.300Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-03-30T18:39:31.567Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-03-30T18:39:34.831Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-03-30T18:39:36.720Z] === RUN TestDockerSuite/TestPortHostBinding [2021-03-30T18:39:38.609Z] === RUN TestDockerSuite/TestPortList [2021-03-30T18:39:50.788Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-03-30T18:39:50.788Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-03-30T18:39:54.052Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-03-30T18:39:59.297Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-03-30T18:39:59.297Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-03-30T18:39:59.297Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-03-30T18:39:59.554Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-03-30T18:39:59.554Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-03-30T18:40:00.483Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-03-30T18:40:00.483Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-03-30T18:40:01.045Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-03-30T18:40:01.045Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-03-30T18:40:02.933Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-03-30T18:40:02.933Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-03-30T18:40:03.496Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-03-30T18:40:07.277Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-03-30T18:40:07.278Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-03-30T18:40:07.278Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-03-30T18:40:07.278Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-03-30T18:40:07.278Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-03-30T18:40:07.278Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-03-30T18:40:07.278Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-03-30T18:40:07.278Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-03-30T18:40:07.278Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-03-30T18:40:07.278Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-03-30T18:40:07.278Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-03-30T18:40:07.278Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-03-30T18:40:07.693Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-03-30T18:40:07.955Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-03-30T18:40:08.885Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-03-30T18:40:10.250Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-03-30T18:40:10.506Z] === RUN TestDockerSuite/TestPsByOrder [2021-03-30T18:40:12.064Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-03-30T18:40:12.064Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-03-30T18:40:12.064Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-03-30T18:40:13.772Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-03-30T18:40:14.296Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-03-30T18:40:14.333Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-03-30T18:40:16.549Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-03-30T18:40:16.549Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-03-30T18:40:16.549Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-03-30T18:40:16.549Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-03-30T18:40:16.549Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-03-30T18:40:17.599Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-03-30T18:40:19.564Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-03-30T18:40:20.036Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-03-30T18:40:20.036Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-03-30T18:40:21.765Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-03-30T18:40:22.696Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-03-30T18:40:22.696Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-03-30T18:40:24.585Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-03-30T18:40:25.936Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-03-30T18:40:27.885Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-03-30T18:40:29.250Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-03-30T18:40:31.763Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-03-30T18:40:37.007Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-03-30T18:40:37.263Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-03-30T18:40:39.153Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-03-30T18:40:40.081Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-03-30T18:40:41.969Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-03-30T18:40:44.485Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-03-30T18:40:44.485Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-03-30T18:40:46.396Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-03-30T18:40:46.651Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-03-30T18:40:49.166Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-03-30T18:40:52.432Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-03-30T18:40:52.432Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-03-30T18:40:54.322Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-03-30T18:40:54.577Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-03-30T18:40:55.944Z] === RUN TestDockerSuite/TestPsRightTagName [2021-03-30T18:40:58.463Z] === RUN TestDockerSuite/TestPsShowMounts [2021-03-30T18:40:59.832Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-03-30T18:41:01.723Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-03-30T18:41:02.651Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-03-30T18:41:02.651Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-03-30T18:41:02.908Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-03-30T18:41:03.163Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-03-30T18:41:03.163Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-03-30T18:41:04.099Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-03-30T18:41:05.987Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-03-30T18:41:06.548Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-03-30T18:41:07.475Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-03-30T18:41:08.402Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-03-30T18:41:18.349Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-03-30T18:41:19.714Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-03-30T18:41:21.080Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-03-30T18:41:22.008Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-03-30T18:41:22.008Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-03-30T18:41:22.008Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-03-30T18:41:22.263Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-03-30T18:41:24.221Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-03-30T18:41:25.586Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-03-30T18:41:27.476Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-03-30T18:41:28.840Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-03-30T18:41:32.107Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-03-30T18:41:33.033Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-03-30T18:41:34.922Z] === RUN TestDockerSuite/TestRmiBlank [2021-03-30T18:41:34.922Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-03-30T18:41:35.178Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-03-30T18:41:37.693Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-03-30T18:41:39.057Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-03-30T18:41:40.945Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-03-30T18:41:40.945Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-03-30T18:41:41.511Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-03-30T18:41:42.877Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-03-30T18:41:44.242Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-03-30T18:41:46.132Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-03-30T18:41:47.059Z] === RUN TestDockerSuite/TestRmiTag [2021-03-30T18:41:47.059Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-03-30T18:41:47.986Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-03-30T18:41:52.153Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-03-30T18:41:52.408Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-03-30T18:41:53.336Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-03-30T18:41:53.592Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-03-30T18:41:54.957Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-03-30T18:41:55.212Z] === RUN TestDockerSuite/TestRunAddHost [2021-03-30T18:41:56.139Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-03-30T18:41:57.067Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-03-30T18:41:58.002Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-03-30T18:41:58.002Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-03-30T18:41:58.930Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-03-30T18:42:00.818Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-03-30T18:42:01.381Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-03-30T18:42:02.745Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-03-30T18:42:03.673Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-03-30T18:42:04.599Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-03-30T18:42:05.963Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-03-30T18:42:06.890Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-03-30T18:42:07.510Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-03-30T18:42:07.510Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-03-30T18:42:07.816Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-03-30T18:42:08.742Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-03-30T18:42:08.742Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-03-30T18:42:09.669Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-03-30T18:42:10.489Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-03-30T18:42:10.489Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-03-30T18:42:11.035Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-03-30T18:42:12.401Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-03-30T18:42:13.781Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-03-30T18:42:14.319Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-03-30T18:42:14.342Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-03-30T18:42:14.903Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-03-30T18:42:15.314Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-03-30T18:42:15.314Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-03-30T18:42:15.314Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-03-30T18:42:15.314Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-03-30T18:42:15.788Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-03-30T18:42:15.828Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-03-30T18:42:15.828Z] === RUN TestDockerSuite/TestRunBindMounts [2021-03-30T18:42:16.261Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-03-30T18:42:18.342Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-03-30T18:42:18.905Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-03-30T18:42:19.466Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-03-30T18:42:20.085Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-03-30T18:42:20.394Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-03-30T18:42:20.960Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-03-30T18:42:20.960Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-03-30T18:42:21.080Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-03-30T18:42:21.080Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-03-30T18:42:21.080Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-03-30T18:42:21.080Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-03-30T18:42:21.886Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-03-30T18:42:22.813Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-03-30T18:42:22.813Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-03-30T18:42:23.740Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-03-30T18:42:24.053Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-03-30T18:42:24.666Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-03-30T18:42:25.593Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-03-30T18:42:25.593Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-03-30T18:42:25.850Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-03-30T18:42:26.412Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-03-30T18:42:26.412Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-03-30T18:42:27.783Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-03-30T18:42:28.711Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-03-30T18:42:29.273Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-03-30T18:42:30.202Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-03-30T18:42:30.202Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-03-30T18:42:31.129Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-03-30T18:42:32.495Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-03-30T18:42:35.011Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-03-30T18:42:36.378Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-03-30T18:42:36.600Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-03-30T18:42:36.938Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-03-30T18:42:37.866Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-03-30T18:42:38.427Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-03-30T18:42:39.354Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-03-30T18:42:39.914Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-03-30T18:42:41.804Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-03-30T18:42:43.790Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-03-30T18:42:44.785Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-03-30T18:42:44.785Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-03-30T18:42:45.976Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-03-30T18:42:45.976Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-03-30T18:42:45.976Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-03-30T18:42:46.903Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-03-30T18:42:47.763Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-03-30T18:42:48.268Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-03-30T18:42:49.341Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-03-30T18:42:49.638Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-03-30T18:42:51.004Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-03-30T18:42:51.567Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-03-30T18:42:54.836Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-03-30T18:42:57.351Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-03-30T18:42:57.351Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-03-30T18:42:57.351Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-03-30T18:42:57.912Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-03-30T18:42:58.042Z] === RUN TestDockerSuite/TestBuildAddScript [2021-03-30T18:42:58.042Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-03-30T18:42:58.042Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-03-30T18:42:58.042Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-03-30T18:42:58.042Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-03-30T18:42:58.514Z] === RUN TestDockerSuite/TestBuildAddTar [2021-03-30T18:43:00.428Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-03-30T18:43:01.792Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-03-30T18:43:04.320Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-03-30T18:43:04.881Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-03-30T18:43:06.767Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-03-30T18:43:07.328Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-03-30T18:43:07.328Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-03-30T18:43:08.256Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-03-30T18:43:09.620Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-03-30T18:43:09.620Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-03-30T18:43:10.546Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-03-30T18:43:11.113Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-03-30T18:43:11.674Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-03-30T18:43:12.601Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-03-30T18:43:12.601Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-03-30T18:43:13.163Z] === RUN TestDockerSuite/TestRunEnvironment [2021-03-30T18:43:14.090Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-03-30T18:43:14.651Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-03-30T18:43:15.579Z] === RUN TestDockerSuite/TestRunExitCode [2021-03-30T18:43:15.835Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-03-30T18:43:16.091Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-03-30T18:43:17.020Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-03-30T18:43:18.388Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-03-30T18:43:18.975Z] === RUN TestDockerSuite/TestRunExposePort [2021-03-30T18:43:18.975Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-03-30T18:43:19.904Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-03-30T18:43:20.465Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-03-30T18:43:21.831Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-03-30T18:43:22.393Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-03-30T18:43:22.393Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-03-30T18:43:24.281Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-03-30T18:43:26.171Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-03-30T18:43:27.097Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-03-30T18:43:27.097Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-03-30T18:43:39.260Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-03-30T18:43:39.260Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-03-30T18:43:40.624Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-03-30T18:43:40.624Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-03-30T18:43:40.624Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-03-30T18:43:40.880Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-03-30T18:43:41.296Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-03-30T18:43:41.296Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-03-30T18:43:41.296Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-03-30T18:43:41.444Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-03-30T18:43:43.339Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-03-30T18:43:45.226Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-03-30T18:43:47.115Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-03-30T18:43:48.481Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-03-30T18:43:55.014Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-03-30T18:43:55.014Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-03-30T18:43:55.577Z] === RUN TestDockerSuite/TestRunModeHostname [2021-03-30T18:43:56.942Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-03-30T18:43:56.942Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-03-30T18:43:56.942Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-03-30T18:43:58.310Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-03-30T18:44:00.203Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-03-30T18:44:01.567Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-03-30T18:44:01.567Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-03-30T18:44:01.567Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-03-30T18:44:02.495Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-03-30T18:44:03.064Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-03-30T18:44:05.586Z] === RUN TestDockerSuite/TestRunMount [2021-03-30T18:44:06.646Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-03-30T18:44:06.646Z] === RUN TestDockerSuite/TestBuildBlankName [2021-03-30T18:44:06.646Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-03-30T18:44:10.830Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-03-30T18:44:11.448Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-03-30T18:44:12.444Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-03-30T18:44:14.997Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-03-30T18:44:14.997Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-03-30T18:44:15.924Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-03-30T18:44:17.227Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-03-30T18:44:17.292Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-03-30T18:44:19.806Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-03-30T18:44:23.072Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-03-30T18:44:25.598Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-03-30T18:44:25.929Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-03-30T18:44:28.116Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-03-30T18:44:30.004Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-03-30T18:44:31.368Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-03-30T18:44:31.368Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-03-30T18:44:32.297Z] === RUN TestDockerSuite/TestRunNetHost [2021-03-30T18:44:33.128Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-03-30T18:44:33.601Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-03-30T18:44:33.661Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-03-30T18:44:34.589Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-03-30T18:44:35.516Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-03-30T18:44:37.416Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-03-30T18:44:37.416Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-03-30T18:44:37.416Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-03-30T18:44:38.031Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-03-30T18:44:39.919Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-03-30T18:44:43.320Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-03-30T18:44:43.320Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-03-30T18:44:43.792Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-03-30T18:44:43.792Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-03-30T18:44:43.792Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-03-30T18:44:45.174Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-03-30T18:44:45.174Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-03-30T18:44:45.174Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-03-30T18:44:46.111Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-03-30T18:44:46.111Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-03-30T18:44:46.672Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-03-30T18:44:47.598Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-03-30T18:44:47.598Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-03-30T18:44:48.524Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-03-30T18:44:55.055Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-03-30T18:44:55.055Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-03-30T18:44:55.055Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-03-30T18:44:55.981Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-03-30T18:44:57.869Z] === RUN TestDockerSuite/TestRunPortInUse [2021-03-30T18:44:58.795Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-03-30T18:44:59.357Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-03-30T18:44:59.917Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-03-30T18:45:00.479Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-03-30T18:45:01.040Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-03-30T18:45:01.602Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-03-30T18:45:01.602Z] === RUN TestDockerSuite/TestRunPublishPort [2021-03-30T18:45:02.529Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-03-30T18:45:02.784Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-03-30T18:45:02.784Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-03-30T18:45:03.715Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-03-30T18:45:05.087Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-03-30T18:45:05.087Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-03-30T18:45:08.354Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-03-30T18:45:10.242Z] === RUN TestDockerSuite/TestRunRm [2021-03-30T18:45:10.803Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-03-30T18:45:14.402Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-03-30T18:45:14.965Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-03-30T18:45:15.221Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-03-30T18:45:15.782Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-03-30T18:45:17.147Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-03-30T18:45:17.376Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-03-30T18:45:17.849Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-03-30T18:45:18.074Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-03-30T18:45:18.322Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-03-30T18:45:19.319Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-03-30T18:45:19.319Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-03-30T18:45:22.256Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-03-30T18:45:24.112Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-03-30T18:45:25.107Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-03-30T18:45:25.107Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-03-30T18:45:25.107Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-03-30T18:45:26.446Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-03-30T18:45:26.446Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-03-30T18:45:26.685Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-03-30T18:45:27.008Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-03-30T18:45:27.570Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-03-30T18:45:27.681Z] === RUN TestDockerSuite/TestBuildCmd [2021-03-30T18:45:28.134Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-03-30T18:45:28.154Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-03-30T18:45:28.627Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-03-30T18:45:28.697Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-03-30T18:45:29.259Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-03-30T18:45:29.622Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-03-30T18:45:29.821Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-03-30T18:45:30.751Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-03-30T18:45:31.313Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-03-30T18:45:34.408Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-03-30T18:45:34.576Z] === RUN TestDockerSuite/TestRunState [2021-03-30T18:45:35.940Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-03-30T18:45:36.501Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-03-30T18:45:36.714Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-03-30T18:45:36.714Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-03-30T18:45:37.430Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-03-30T18:45:37.688Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-03-30T18:45:37.688Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-03-30T18:45:37.710Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-03-30T18:45:37.710Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-03-30T18:45:38.183Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-03-30T18:45:38.615Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-03-30T18:45:39.176Z] === RUN TestDockerSuite/TestRunSysctls [2021-03-30T18:45:39.761Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-03-30T18:45:40.541Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-03-30T18:45:40.541Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-03-30T18:45:40.541Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-03-30T18:45:40.756Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-03-30T18:45:41.229Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-03-30T18:45:41.229Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-03-30T18:45:41.469Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-03-30T18:45:41.701Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-03-30T18:45:42.696Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-03-30T18:45:42.696Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-03-30T18:45:42.696Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-03-30T18:45:43.989Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-03-30T18:45:44.245Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-03-30T18:45:46.760Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-03-30T18:45:47.481Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-03-30T18:45:50.029Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-03-30T18:45:53.293Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-03-30T18:45:53.549Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-03-30T18:45:54.475Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-03-30T18:45:55.037Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-03-30T18:45:57.552Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-03-30T18:45:58.115Z] === RUN TestDockerSuite/TestRunUserByID [2021-03-30T18:45:59.042Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-03-30T18:45:59.042Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-03-30T18:45:59.297Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-03-30T18:46:00.228Z] === RUN TestDockerSuite/TestRunUserByName [2021-03-30T18:46:00.789Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-03-30T18:46:01.716Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-03-30T18:46:01.716Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-03-30T18:46:01.972Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-03-30T18:46:02.532Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-03-30T18:46:03.092Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-03-30T18:46:08.339Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-03-30T18:46:08.339Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-03-30T18:46:09.265Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-03-30T18:46:10.631Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-03-30T18:46:13.896Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-03-30T18:46:15.262Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-03-30T18:46:17.665Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-03-30T18:46:17.665Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-03-30T18:46:18.137Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-03-30T18:46:18.528Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-03-30T18:46:18.528Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-03-30T18:46:21.806Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-03-30T18:46:22.369Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-03-30T18:46:22.625Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-03-30T18:46:22.625Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-03-30T18:46:22.625Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-03-30T18:46:22.625Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-03-30T18:46:22.881Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-03-30T18:46:22.926Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-03-30T18:46:23.399Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-03-30T18:46:23.399Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-03-30T18:46:23.399Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-03-30T18:46:23.871Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-03-30T18:46:23.871Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-03-30T18:46:28.124Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-03-30T18:46:28.124Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-03-30T18:46:28.124Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-03-30T18:46:30.013Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-03-30T18:46:30.270Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-03-30T18:46:31.198Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-03-30T18:46:32.125Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-03-30T18:46:32.126Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-03-30T18:46:33.053Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-03-30T18:46:33.053Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-03-30T18:46:33.053Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2021-03-30T18:46:33.053Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-03-30T18:46:33.053Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-03-30T18:46:33.053Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-03-30T18:46:33.053Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-03-30T18:46:33.053Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-03-30T18:46:33.310Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-03-30T18:46:33.310Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2021-03-30T18:46:33.872Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-03-30T18:46:34.801Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-03-30T18:46:35.727Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-03-30T18:46:35.727Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-03-30T18:46:37.100Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-03-30T18:46:37.100Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-03-30T18:46:38.045Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-03-30T18:46:38.045Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-03-30T18:46:38.045Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-03-30T18:46:38.971Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-03-30T18:46:39.897Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-03-30T18:46:39.897Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-03-30T18:46:39.897Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-03-30T18:46:40.825Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-03-30T18:46:42.713Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-03-30T18:46:43.275Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-03-30T18:46:43.275Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-03-30T18:46:43.836Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-03-30T18:46:44.091Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-03-30T18:46:45.016Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-03-30T18:46:45.578Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-03-30T18:46:46.139Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-03-30T18:46:48.655Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-03-30T18:46:49.232Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-03-30T18:46:49.232Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-03-30T18:46:49.232Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-03-30T18:46:49.582Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-03-30T18:46:49.838Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-03-30T18:46:49.838Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-03-30T18:46:49.838Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-03-30T18:46:49.838Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-03-30T18:46:50.765Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-03-30T18:46:52.129Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-03-30T18:46:53.504Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-03-30T18:46:53.504Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-03-30T18:46:56.018Z] === RUN TestDockerSuite/TestSaveImageId [2021-03-30T18:46:56.018Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-03-30T18:46:56.274Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-03-30T18:46:57.639Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-03-30T18:46:58.565Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-03-30T18:46:58.821Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-03-30T18:46:58.821Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-03-30T18:46:59.383Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-03-30T18:47:01.272Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-03-30T18:47:01.272Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-03-30T18:47:01.272Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-03-30T18:47:02.636Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-03-30T18:47:03.197Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-03-30T18:47:05.711Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-03-30T18:47:05.711Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-03-30T18:47:05.711Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-03-30T18:47:05.711Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-03-30T18:47:05.966Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-03-30T18:47:06.526Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-03-30T18:47:09.043Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-03-30T18:47:10.529Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-03-30T18:47:10.529Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-03-30T18:47:11.002Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-03-30T18:47:13.979Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-03-30T18:47:14.293Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-03-30T18:47:16.809Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-03-30T18:47:16.953Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-03-30T18:47:17.736Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-03-30T18:47:19.101Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-03-30T18:47:22.363Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-03-30T18:47:24.153Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-03-30T18:47:24.253Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-03-30T18:47:25.180Z] === RUN TestDockerSuite/TestStartRecordError [2021-03-30T18:47:27.068Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-03-30T18:47:29.584Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-03-30T18:47:32.099Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-03-30T18:47:34.612Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-03-30T18:47:39.858Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-03-30T18:47:43.120Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-03-30T18:47:48.360Z] === RUN TestDockerSuite/TestStatsNoStream [2021-03-30T18:47:50.872Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-03-30T18:47:52.766Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-03-30T18:47:53.328Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-03-30T18:47:53.889Z] === RUN TestDockerSuite/TestTopPrivileged [2021-03-30T18:47:54.815Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-03-30T18:47:54.815Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-03-30T18:47:55.743Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-03-30T18:47:57.631Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-03-30T18:48:00.899Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-03-30T18:48:05.064Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-03-30T18:48:05.064Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-03-30T18:48:05.991Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-03-30T18:48:05.991Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2021-03-30T18:48:07.357Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2021-03-30T18:48:09.246Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-03-30T18:48:09.246Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-03-30T18:48:10.615Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-03-30T18:48:11.979Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-03-30T18:48:12.906Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-03-30T18:48:14.794Z] === RUN TestDockerSuite/TestUpdateStats [2021-03-30T18:48:18.956Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-03-30T18:48:19.884Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-03-30T18:48:19.884Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-03-30T18:48:21.770Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-03-30T18:48:23.134Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-03-30T18:48:29.670Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-03-30T18:48:34.921Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-03-30T18:48:36.549Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-03-30T18:48:40.163Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-03-30T18:48:40.366Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-03-30T18:48:40.839Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-03-30T18:48:43.428Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-03-30T18:48:48.675Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-03-30T18:48:50.563Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-03-30T18:48:55.810Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-03-30T18:48:57.179Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-03-30T18:48:59.695Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-03-30T18:49:01.060Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-03-30T18:49:02.424Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-03-30T18:49:04.312Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-03-30T18:49:04.567Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-03-30T18:49:07.083Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-03-30T18:49:09.599Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-03-30T18:49:09.599Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-03-30T18:49:12.866Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-03-30T18:49:14.761Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-03-30T18:49:32.794Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-03-30T18:49:32.794Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-03-30T18:49:32.794Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-03-30T18:49:32.794Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-03-30T18:49:32.794Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-03-30T18:49:32.794Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-03-30T18:49:32.794Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-03-30T18:49:32.794Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-03-30T18:49:32.794Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-03-30T18:49:32.794Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-03-30T18:49:32.794Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-03-30T18:49:32.794Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-03-30T18:49:32.794Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-03-30T18:49:32.794Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-03-30T18:49:35.309Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-03-30T18:49:35.309Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-03-30T18:49:35.309Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-03-30T18:49:35.309Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-03-30T18:49:35.309Z] === RUN TestDockerSuite/TestVolumeEvents [2021-03-30T18:49:41.839Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-03-30T18:49:43.205Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-03-30T18:49:43.205Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-03-30T18:49:43.205Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-03-30T18:49:46.470Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-03-30T18:49:50.644Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite (1968.52s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.09s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.09s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.12s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.52s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.81s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.20s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (3.15s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (1.60s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (3.25s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.36s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.53s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.00s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.23s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.30s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.26s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.50s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.29s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.11s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.27s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.37s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.71s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.60s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAttachDetach (1.44s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.60s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.52s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.39s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.31s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.77s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (2.71s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.93s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.97s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.54s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.63s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (24.87s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.77s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (2.28s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.29s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.88s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (3.05s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.88s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.05s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (9.48s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (4.37s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.12s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.06s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (4.85s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.76s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.24s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.45s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.80s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.22s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.58s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddScript (4.95s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (11.99s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (6.40s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (4.35s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.48s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddTar (10.63s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.99s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.80s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (6.40s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (9.55s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.39s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.88s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.27s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.82s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (4.04s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.51s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (4.27s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (2.15s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (5.87s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (19.40s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.85s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (4.13s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.72s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (3.01s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.21s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (7.57s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.97s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (2.11s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.18s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.11s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.05s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.61s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.54s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.22s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (9.30s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (3.59s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.09s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.75s) [2021-03-30T18:49:50.644Z] --- PASS: TestDockerSuite/TestBuildCmd (0.40s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.23s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.25s) [2021-03-30T18:49:50.645Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-03-30T18:49:50.645Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.78s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.68s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.67s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.21s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.35s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.11s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.68s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.32s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (17.43s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (1.23s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.82s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.61s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (5.33s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.57s) [2021-03-30T18:49:50.645Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-03-30T18:49:50.645Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.645Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-03-30T18:49:50.645Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.645Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-03-30T18:49:50.645Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.645Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.03s) [2021-03-30T18:49:50.645Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (5.94s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (7.90s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (5.11s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.44s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (9.29s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.61s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.60s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.57s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (5.07s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.65s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.60s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.75s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.61s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerignore (14.98s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.75s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (4.68s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.24s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.43s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.08s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.78s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.67s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.38s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (9.05s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (3.47s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (3.49s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (24.86s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.23s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (7.22s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.41s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.62s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.91s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.53s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.50s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.69s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.36s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.64s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEnv (2.08s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.89s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.51s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (10.65s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (32.66s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.71s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (12.66s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.69s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.38s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.53s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.43s) [2021-03-30T18:49:50.645Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-03-30T18:49:50.645Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.23s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (13.31s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildExpose (0.27s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.47s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.47s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.25s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildFails (1.28s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.09s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (3.72s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (3.50s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.90s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.36s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.32s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.01s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.19s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.63s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.32s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.44s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (3.02s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.46s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildHistory (3.95s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.36s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.80s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.45s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.45s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.98s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildLabel (0.38s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.31s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.51s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.22s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildLabels (0.42s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.77s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (2.71s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.64s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.61s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.08s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.20s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.13s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.49s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.03s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.37s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.49s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (11.85s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.48s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.61s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.63s) [2021-03-30T18:49:50.645Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-03-30T18:49:50.645Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.43s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.40s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.40s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.40s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildNetContainer (2.45s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.78s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.39s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.18s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.97s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.34s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.10s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.51s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.59s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.57s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildOnBuild (2.12s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.49s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.78s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.49s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.23s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.22s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.23s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.37s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.90s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildPATH (3.73s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.28s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.98s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (8.68s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.30s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (4.75s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildRm (2.82s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.99s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.45s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.53s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.71s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.33s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.44s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.30s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.95s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.16s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.47s) [2021-03-30T18:49:50.645Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2021-03-30T18:49:50.645Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.36s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.71s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.21s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildStderr (1.36s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.67s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.34s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.07s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.57s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.08s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.34s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildUser (2.56s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (4.86s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (21.50s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.03s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.27s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.30s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (1.54s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.86s) [2021-03-30T18:49:50.645Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2021-03-30T18:49:50.645Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.645Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-03-30T18:49:50.645Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.645Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-03-30T18:49:50.645Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.645Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.05s) [2021-03-30T18:49:50.645Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (3.40s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.19s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.09s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.72s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.04s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.13s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (3.63s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.55s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.92s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.54s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.76s) [2021-03-30T18:49:50.645Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-03-30T18:49:50.645Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.74s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.76s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.05s) [2021-03-30T18:49:50.645Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-03-30T18:49:50.645Z] docker_cli_sni_test.go:18: Flakey test [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.86s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.35s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestCommitChange (1.65s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (1.37s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestCommitHardlink (2.36s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestCommitNewFile (2.76s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.85s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestCommitTTY (1.54s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (1.05s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.80s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.84s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.08s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.13s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.68s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.61s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.90s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.91s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (1.01s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (1.01s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.86s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.99s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.06s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.12s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (1.26s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.85s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.87s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (2.31s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.86s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.72s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.69s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.81s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.75s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.04s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.89s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (1.09s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.11s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.76s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (2.00s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.84s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.04s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.17s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.84s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.90s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.91s) [2021-03-30T18:49:50.645Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-03-30T18:49:50.645Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.15s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.13s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (2.29s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (8.09s) [2021-03-30T18:49:50.645Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (1.43s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.55s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (2.56s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (25.18s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.98s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.74s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.64s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.77s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000bf1340_} (0.79s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1666835125_/foo_false____} (1.60s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1666835125_/foo_true____} (1.78s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3467137680_/foo_false____} (1.78s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3467137680_/foo_true____} (1.73s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3467137680_/foo_true__0xc000bf13a0__} (1.90s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000bf13c0_} (1.15s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000bf13e0_} (1.94s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000bf1400_} (1.78s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000bf1420_} (1.94s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (2.75s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (4.56s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (2.56s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (4.48s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.62s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.14s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.99s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (1.02s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (1.13s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.03s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.96s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpFromCaseC (1.04s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.92s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.93s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.82s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.85s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.86s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.86s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.08s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.48s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.21s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpGarbagePath (1.33s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.85s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.78s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.91s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.81s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.90s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.55s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.82s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.43s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToCaseD (4.53s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.60s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.72s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToCaseG (4.37s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.21s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.77s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToCaseJ (4.92s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.13s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToDot (1.03s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.51s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.57s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToStdout (0.99s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.45s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.23s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.85s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.12s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.07s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.41s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.77s) [2021-03-30T18:49:50.646Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-03-30T18:49:50.646Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.08s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.74s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.27s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateLabels (0.08s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.15s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateRM (0.16s) [2021-03-30T18:49:50.646Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-03-30T18:49:50.646Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.07s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.15s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.45s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.10s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.09s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (5.11s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.15s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.09s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.85s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.61s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (1.04s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (2.00s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.63s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.74s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.95s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.12s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.87s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDockerFails (0.01s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.01s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.79s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (1.10s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (3.19s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.02s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.51s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.89s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.56s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.68s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.98s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (2.06s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsAttach (0.89s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsCommit (1.08s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.86s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (1.09s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.96s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.78s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.50s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.19s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (3.11s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsCopy (1.24s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (1.57s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.60s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.28s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.52s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.66s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.47s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.29s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.47s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsFilters (1.71s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsFormat (1.47s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.02s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.95s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.79s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.22s) [2021-03-30T18:49:50.646Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-03-30T18:49:50.646Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-03-30T18:49:50.646Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-03-30T18:49:50.646Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.60s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.91s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsRename (1.06s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsResize (1.01s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (6.11s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.41s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsStreaming (1.22s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.47s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsTop (0.90s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsUntag (2.65s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.30s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExec (1.48s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (1.06s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.26s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.94s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecAPIStart (3.10s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.10s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.06s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.04s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.02s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.06s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.04s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.75s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecCgroup (2.80s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecEnv (1.51s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (2.65s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.57s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecInspectID (2.25s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecInteractive (1.20s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.06s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.09s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecParseError (0.79s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.78s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.70s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.07s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.71s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecStartFails (1.58s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecStateCleanup (12.31s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.80s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecTTY (1.11s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.09s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.78s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecUlimits (1.05s) [2021-03-30T18:49:50.646Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-03-30T18:49:50.646Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.03s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.07s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.80s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.07s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestExecWithUser (1.33s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.86s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.84s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.99s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.08s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.73s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestHealth (22.84s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.03s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.05s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.03s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (1.46s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.03s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (1.55s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.05s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.04s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.17s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.47s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.33s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.42s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.73s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.70s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.83s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.81s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.69s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImportBadURL (0.03s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImportDisplay (1.81s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImportFile (1.77s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.92s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImportGzipped (2.33s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.25s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.24s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.98s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.80s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.74s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.73s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.78s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.71s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.76s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.92s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (2.67s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.74s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.81s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.08s) [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.40s) [2021-03-30T18:49:50.646Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-03-30T18:49:50.646Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-03-30T18:49:50.646Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (2.22s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (1.15s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectDefault (1.16s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectHistory (1.08s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectImage (0.03s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.05s) [2021-03-30T18:49:50.647Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-03-30T18:49:50.647Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.00s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.02s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.04s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.75s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.36s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.75s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectStatus (0.82s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.56s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.82s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.75s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.73s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.73s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.73s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.72s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.03s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.47s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLinksEnvs (1.45s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.49s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.81s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (3.25s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.84s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.07s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (2.60s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.51s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.80s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (11.80s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (3.07s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.15s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.73s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (3.61s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.34s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.73s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.72s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.69s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.71s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.75s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.93s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.92s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.83s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.52s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.57s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.27s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (3.06s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.23s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.14s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsSince (7.30s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (6.14s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.85s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsTail (0.93s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsTimestamps (1.09s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.35s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.45s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestMountIntoSys (1.08s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestNetHostname (3.20s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.68s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestNetworkEvents (7.07s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (3.04s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (1.07s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPluginActive (1.72s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (5.88s) [2021-03-30T18:49:50.647Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-03-30T18:49:50.647Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.83s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.51s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.40s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.37s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.86s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (3.08s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.77s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.80s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPortList (11.00s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.46s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.79s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.06s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.86s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.77s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.02s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.75s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.07s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.74s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (4.08s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.82s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (1.47s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.24s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsByOrder (3.04s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.96s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.14s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.88s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.12s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.77s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (9.93s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.94s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (2.86s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (2.04s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.89s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (3.21s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.16s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.91s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.27s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (1.19s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.61s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPsShowMounts (3.14s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (1.25s) [2021-03-30T18:49:50.647Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2021-03-30T18:49:50.647Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.16s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.79s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.85s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.77s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.89s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (9.71s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.33s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.47s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.06s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.22s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.13s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (2.05s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (5.55s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (2.03s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.10s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.97s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (1.50s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.30s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (2.01s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (1.44s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.62s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.91s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRmiTag (0.15s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.75s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.92s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.74s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.84s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.28s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.70s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAddHost (0.94s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.73s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (1.13s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.71s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.80s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.68s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (1.24s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (1.17s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.89s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.42s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.91s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.88s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.01s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.93s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (1.27s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.51s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.07s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.72s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.74s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.69s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.28s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.78s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.78s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.72s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.77s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.74s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.87s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.85s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.92s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (1.06s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.85s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.03s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.31s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.93s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.74s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.75s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.07s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.73s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.56s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (2.16s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.58s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.72s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.72s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.80s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.75s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.71s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.77s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (4.10s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.85s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.82s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (2.09s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (3.03s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.56s) [2021-03-30T18:49:50.647Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-03-30T18:49:50.647Z] docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.647Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-03-30T18:49:50.647Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.74s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.40s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.46s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.18s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.69s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.80s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.83s) [2021-03-30T18:49:50.647Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-03-30T18:49:50.647Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.71s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.59s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.74s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.68s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.69s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.69s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.76s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.72s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.70s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.72s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunExitCode (0.79s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.86s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.12s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.80s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.69s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.71s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.41s) [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.48s) [2021-03-30T18:49:50.647Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.03s) [2021-03-30T18:49:50.647Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2021-03-30T18:49:50.647Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.58s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (1.07s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.62s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.69s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.43s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.02s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.70s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.66s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.89s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.58s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.80s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.58s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.60s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.18s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.18s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.36s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.54s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.51s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.18s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunModePIDHost (1.55s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (2.01s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunMount (9.15s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.82s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.79s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.46s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.20s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.64s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.32s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (2.60s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.64s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.52s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (1.00s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNetHost (1.20s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.89s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (1.01s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (2.20s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.42s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (4.42s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.68s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.74s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.09s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.70s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.73s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.07s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.74s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.99s) [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.88s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.89s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.82s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.96s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.43s) [2021-03-30T18:49:50.648Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.49s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.53s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.72s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.48s) [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.83s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.46s) [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.74s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.53s) [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.27s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.59s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunRm (0.74s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.72s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.72s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.74s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.31s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.70s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.87s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.99s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.71s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.46s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.74s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.49s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.44s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.53s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.72s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.86s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.74s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.68s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunState (1.59s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.78s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunStdinPipe (1.00s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.20s) [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.79s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.55s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunSysctls (1.47s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.84s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.25s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.74s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.96s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.52s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.07s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.73s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.70s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.73s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (2.01s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.09s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunUserByID (0.72s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.14s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.18s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.80s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunUserByName (0.82s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.97s) [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.18s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.98s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (5.44s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.78s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (1.50s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.76s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.83s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (3.09s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (3.24s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.90s) [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2021-03-30T18:49:50.648Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.24s) [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2021-03-30T18:49:50.648Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (4.62s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.83s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.99s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.94s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (1.01s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.90s) [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.08s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2021-03-30T18:49:50.648Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.74s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.93s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.79s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (1.17s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.32s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.86s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.05s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.94s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.88s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.05s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.03s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.97s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.69s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.70s) [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.59s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.63s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.55s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.58s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.95s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.11s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (1.22s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.37s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (2.06s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSaveImageId (0.08s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.53s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSaveLoadParents (2.63s) [2021-03-30T18:49:50.648Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents062941389 [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.07s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (2.24s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.13s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.92s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (2.06s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.40s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.08s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.58s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.17s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.44s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.79s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.93s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.44s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.83s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.33s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.79s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestStartRecordError (1.84s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (2.58s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.04s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.08s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (5.01s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.12s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.83s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.72s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.80s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.79s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.64s) [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (1.02s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (5.27s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.41s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.72s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.88s) [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (1.35s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.92s) [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.48s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.09s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.12s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.85s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUpdateStats (3.77s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.42s) [2021-03-30T18:49:50.648Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-03-30T18:49:50.648Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.94s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.10s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (5.86s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (5.62s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (5.01s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (3.38s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (5.42s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (6.91s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.09s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.10s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.45s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.47s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.19s) [2021-03-30T18:49:50.648Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.70s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.45s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.69s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.51s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.75s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.75s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.01s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.88s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.27s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.08s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.76s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.15s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (3.27s) [2021-03-30T18:49:50.649Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.95s) [2021-03-30T18:49:50.649Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-03-30T18:49:50.649Z] docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-03-30T18:49:50.649Z] === RUN TestDockerRegistrySuite [2021-03-30T18:49:50.649Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-03-30T18:49:52.013Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-03-30T18:49:53.377Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-03-30T18:49:55.265Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-03-30T18:49:55.265Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-03-30T18:49:59.430Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-03-30T18:50:05.963Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-03-30T18:50:07.224Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-03-30T18:50:07.225Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-03-30T18:50:07.225Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-03-30T18:50:10.128Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-03-30T18:50:10.697Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-03-30T18:50:12.060Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-03-30T18:50:13.424Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-03-30T18:50:14.789Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-03-30T18:50:16.153Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-03-30T18:50:17.517Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-03-30T18:50:17.697Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-03-30T18:50:18.881Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-03-30T18:50:21.437Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-03-30T18:50:23.952Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-03-30T18:50:25.316Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-03-30T18:50:28.169Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-03-30T18:50:28.598Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-03-30T18:50:29.532Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-03-30T18:50:29.532Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-03-30T18:50:30.897Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-03-30T18:50:32.262Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-03-30T18:50:33.626Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-03-30T18:50:36.891Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-03-30T18:50:37.147Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-03-30T18:50:38.513Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-03-30T18:50:39.074Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-03-30T18:50:39.330Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-03-30T18:50:39.586Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-03-30T18:50:39.841Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-03-30T18:50:40.097Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-03-30T18:50:40.357Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-03-30T18:50:40.720Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-03-30T18:50:41.725Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-03-30T18:50:43.614Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-03-30T18:50:44.981Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-03-30T18:50:46.345Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-03-30T18:50:47.270Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite (57.78s) [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.55s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d1b709479c77f] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.33s) [2021-03-30T18:50:48.197Z] check_test.go:196: [da0e8ee6ab3f1] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.69s) [2021-03-30T18:50:48.197Z] check_test.go:196: [dcce2e5eab1fd] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.17s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d84d5755a899d] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.77s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d47a16941663c] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (6.75s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d17ed2526ce71] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (3.69s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d94d4b5465bb2] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.32s) [2021-03-30T18:50:48.197Z] check_test.go:196: [dace7d4267aa6] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.17s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d41b90660ac73] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.34s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d04abbe97eb95] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.39s) [2021-03-30T18:50:48.197Z] check_test.go:196: [db955d901e9f8] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.30s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d52809b9c5330] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.58s) [2021-03-30T18:50:48.197Z] check_test.go:196: [db6eeaa7e8bad] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.25s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d24e570673ea0] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (2.48s) [2021-03-30T18:50:48.197Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:90145787137723da296caaceed40ad7284cc35c1a8d57070f4b74b279244466e [2021-03-30T18:50:48.197Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:94a34d24b268268785273a7c51e6a7d976e4994f2a89c83de65abe6e34c054a2 [2021-03-30T18:50:48.197Z] check_test.go:196: [d6074edfed49d] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.48s) [2021-03-30T18:50:48.197Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:4290151ff468e0c9cbf870277840a93ba22edb33e64b526865bc820f6265bc68 [2021-03-30T18:50:48.197Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e4b22940e2fab3daca9726fd5d2000953d705f88efb213b3841ff9927201df26 [2021-03-30T18:50:48.197Z] check_test.go:196: [d1eea4a8c5a53] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (1.41s) [2021-03-30T18:50:48.197Z] check_test.go:196: [df14a6e19304a] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.93s) [2021-03-30T18:50:48.197Z] check_test.go:196: [dcdab40354c2e] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.32s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d7414452d5e26] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.20s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d9b63672c3b88] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.32s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d33b6d9632f3c] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.20s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d977c6a9c0f63] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.32s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d6e5e36d0272b] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.30s) [2021-03-30T18:50:48.197Z] check_test.go:196: [dcfc4f07e9be9] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.52s) [2021-03-30T18:50:48.197Z] check_test.go:196: [decb08b27749a] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.28s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d7df08511b486] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.56s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d4d3e8b797895] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-03-30T18:50:48.197Z] check_test.go:196: [dc72511435067] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.29s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d52a5cbb0d338] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d59b8f1147807] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.34s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d42e9111aad30] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-03-30T18:50:48.197Z] check_test.go:196: [da7c5aad5e68c] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.35s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d55e523c5250c] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.99s) [2021-03-30T18:50:48.197Z] check_test.go:196: [d1a38ed83f1ff] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.34s) [2021-03-30T18:50:48.197Z] check_test.go:196: [da4b71e1921f7] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.33s) [2021-03-30T18:50:48.197Z] check_test.go:196: [ded5aaacbca2b] daemon is not started [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.08s) [2021-03-30T18:50:48.197Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.95s) [2021-03-30T18:50:48.197Z] === RUN TestDockerSchema1RegistrySuite [2021-03-30T18:50:48.197Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-03-30T18:50:48.453Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-03-30T18:50:52.618Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-03-30T18:50:57.860Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-03-30T18:51:02.027Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-03-30T18:51:02.958Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-03-30T18:51:04.323Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-03-30T18:51:04.323Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-03-30T18:51:05.690Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-03-30T18:51:07.054Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-03-30T18:51:08.419Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-03-30T18:51:10.908Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-03-30T18:51:11.685Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-03-30T18:51:12.247Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-03-30T18:51:12.502Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-03-30T18:51:12.758Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-03-30T18:51:13.014Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-03-30T18:51:13.270Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-03-30T18:51:13.525Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite (25.50s) [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.26s) [2021-03-30T18:51:13.782Z] check_test.go:223: [d374eb43e4d24] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.11s) [2021-03-30T18:51:13.782Z] check_test.go:223: [da95d0c29817d] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.23s) [2021-03-30T18:51:13.782Z] check_test.go:223: [dcabbf2c6e601] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.89s) [2021-03-30T18:51:13.782Z] check_test.go:223: [da80f9c77e93f] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.26s) [2021-03-30T18:51:13.782Z] check_test.go:223: [d5794f562d085] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.24s) [2021-03-30T18:51:13.782Z] check_test.go:223: [defc0af41026e] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-03-30T18:51:13.782Z] check_test.go:223: [d9367c567d704] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.35s) [2021-03-30T18:51:13.782Z] check_test.go:223: [d44ba96e290e5] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.33s) [2021-03-30T18:51:13.782Z] check_test.go:223: [df485b6310382] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.29s) [2021-03-30T18:51:13.782Z] check_test.go:223: [d44ecda878a5c] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.34s) [2021-03-30T18:51:13.782Z] check_test.go:223: [d8dd53c9977c8] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.44s) [2021-03-30T18:51:13.782Z] check_test.go:223: [dd49c55b03101] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.43s) [2021-03-30T18:51:13.782Z] check_test.go:223: [d518055fb94e9] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-03-30T18:51:13.782Z] check_test.go:223: [d34390f5cd696] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2021-03-30T18:51:13.782Z] check_test.go:223: [d1dd4429f3a8f] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.27s) [2021-03-30T18:51:13.782Z] check_test.go:223: [da990e0a905a9] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.39s) [2021-03-30T18:51:13.782Z] check_test.go:223: [d8a6735215f8f] daemon is not started [2021-03-30T18:51:13.782Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-03-30T18:51:13.782Z] check_test.go:223: [dba54360bfede] daemon is not started [2021-03-30T18:51:13.782Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-03-30T18:51:13.782Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-03-30T18:51:15.151Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-03-30T18:51:15.408Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-03-30T18:51:15.664Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-03-30T18:51:17.028Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-03-30T18:51:17.283Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-03-30T18:51:17.538Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-03-30T18:51:18.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-03-30T18:51:18.355Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.53s) [2021-03-30T18:51:18.355Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (1.11s) [2021-03-30T18:51:18.355Z] check_test.go:252: [da626ab25f1ea] daemon is not started [2021-03-30T18:51:18.355Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.55s) [2021-03-30T18:51:18.355Z] check_test.go:252: [db87f82fdfdc3] daemon is not started [2021-03-30T18:51:18.355Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2021-03-30T18:51:18.355Z] check_test.go:252: [d01112e8c46d3] daemon is not started [2021-03-30T18:51:18.355Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.37s) [2021-03-30T18:51:18.355Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.24s) [2021-03-30T18:51:18.355Z] check_test.go:252: [df305e5773721] daemon is not started [2021-03-30T18:51:18.355Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.40s) [2021-03-30T18:51:18.355Z] check_test.go:252: [d42b218d5f937] daemon is not started [2021-03-30T18:51:18.355Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.52s) [2021-03-30T18:51:18.355Z] check_test.go:252: [da22f54eee89b] daemon is not started [2021-03-30T18:51:18.355Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2021-03-30T18:51:18.355Z] check_test.go:252: [df1d4dbd31b0f] daemon is not started [2021-03-30T18:51:18.355Z] === RUN TestDockerRegistryAuthTokenSuite [2021-03-30T18:51:18.355Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-03-30T18:51:19.621Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-03-30T18:51:23.597Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-03-30T18:51:23.597Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-03-30T18:51:23.853Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-03-30T18:51:23.853Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-03-30T18:51:24.109Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.78s) [2021-03-30T18:51:24.109Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.17s) [2021-03-30T18:51:24.109Z] check_test.go:279: [daf7e99dfa815] daemon is not started [2021-03-30T18:51:24.109Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-03-30T18:51:24.109Z] check_test.go:279: [d83fd9a8953ca] daemon is not started [2021-03-30T18:51:24.109Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-03-30T18:51:24.109Z] check_test.go:279: [dc40899fa0942] daemon is not started [2021-03-30T18:51:24.109Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2021-03-30T18:51:24.109Z] check_test.go:279: [d369cda5c4f70] daemon is not started [2021-03-30T18:51:24.109Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2021-03-30T18:51:24.109Z] check_test.go:279: [d7a54ed66fe8b] daemon is not started [2021-03-30T18:51:24.109Z] === RUN TestDockerNetworkSuite [2021-03-30T18:51:24.109Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-03-30T18:51:27.373Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-03-30T18:51:27.629Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-03-30T18:51:28.330Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-03-30T18:51:29.518Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-03-30T18:51:37.601Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-03-30T18:51:39.489Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-03-30T18:51:41.377Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-03-30T18:51:41.939Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-03-30T18:51:42.194Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-03-30T18:51:42.756Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-03-30T18:51:42.756Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-03-30T18:51:43.703Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-03-30T18:51:44.265Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-03-30T18:51:46.781Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-03-30T18:51:48.145Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-03-30T18:51:51.412Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-03-30T18:51:54.681Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-03-30T18:52:01.215Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-03-30T18:52:04.482Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-03-30T18:52:07.008Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-03-30T18:52:07.569Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-03-30T18:52:08.131Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-03-30T18:52:10.021Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-03-30T18:52:12.535Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-03-30T18:52:12.535Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-03-30T18:52:13.898Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-03-30T18:52:15.262Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-03-30T18:52:15.822Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-03-30T18:52:15.822Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-03-30T18:52:16.383Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-03-30T18:52:18.275Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-03-30T18:52:20.790Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-03-30T18:52:20.790Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-03-30T18:52:21.045Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-03-30T18:52:21.300Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-03-30T18:52:26.549Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-03-30T18:52:28.436Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-03-30T18:52:40.613Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-03-30T18:52:40.613Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-03-30T18:52:42.500Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-03-30T18:52:43.062Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-03-30T18:52:43.318Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-03-30T18:52:43.879Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-03-30T18:52:44.439Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-03-30T18:52:44.439Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-03-30T18:52:48.602Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-03-30T18:52:48.602Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-03-30T18:52:48.602Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-03-30T18:52:49.163Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-03-30T18:52:50.092Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-03-30T18:52:51.980Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-03-30T18:52:56.148Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-03-30T18:52:57.075Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-03-30T18:52:58.963Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-03-30T18:53:04.205Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-03-30T18:53:04.205Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-03-30T18:53:04.461Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-03-30T18:53:05.827Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-03-30T18:53:07.716Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-03-30T18:53:09.087Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-03-30T18:53:09.087Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-03-30T18:53:09.920Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-03-30T18:53:09.920Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-03-30T18:53:09.920Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-03-30T18:53:09.920Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-03-30T18:53:09.920Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-03-30T18:53:09.920Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-03-30T18:53:09.920Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-03-30T18:53:09.920Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-03-30T18:53:09.920Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-03-30T18:53:10.974Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-03-30T18:53:11.900Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-03-30T18:53:12.154Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-03-30T18:53:13.789Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-03-30T18:53:15.132Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite (114.40s) [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.31s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d9b38fc8516bb] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.76s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d3bb09c362b55] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (7.68s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d0e18ed65495e] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.75s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d84eb79f54171] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (4.72s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:1233: [dfb5d3b8cd4dc] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (3.73s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [dbbf6b8caf246] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (12.34s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [dd18cdfdea89e] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (4.22s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [dc444a8ba1867] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (2.13s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [dabaac75093e0] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.81s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d4e339fb02c9d] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.71s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d9b96d40c95c9] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.77s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [dd4c4fb65aecc] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (2.08s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [dc804259b4f67] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.48s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [dd3c8899509b3] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (1.04s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d0b0db1a3238b] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (1.67s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d5e8bca590c4c] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.51s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d736f5c20e339] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d1fcee9d6214f] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.50s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [da566edacbaa0] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.97s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d6a6268a16257] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (2.16s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d22044d1d3b91] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.09s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [df56c1a6dc20c] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.58s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d20157a1dc253] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.11s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d0add365273a6] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (4.45s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:968: [d99a457c806f8] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.36s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d0f4909374f2d] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (11.33s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:1116: [d3625f97cc238] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.62s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d7343ad384ffb] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (2.56s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [dd93a5407dff4] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.62s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [dcb8b0d1dfe9b] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.08s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d4ae52da05cf0] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.51s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [dd978f8b3b7c8] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.52s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d5e0855e94d0c] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d686eb3707b1a] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.12s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d8d08af3af6b1] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d07cb71d043b2] daemon is not started [2021-03-30T18:53:19.036Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [da1827bfa34b3] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.61s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d583182a615cb] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (6.94s) [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (7.00s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:1084: [d5961595e8ef7] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.08s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d1c4d322ded00] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.72s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d7367f58920fd] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (3.25s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [ddffd84d04766] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.09s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d487ae0f57aa7] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.88s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [dc134e83e4c74] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.85s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d77b77af5106c] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.75s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [d29908b4c9949] daemon is not started [2021-03-30T18:53:19.036Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.86s) [2021-03-30T18:53:19.036Z] docker_cli_network_unix_test.go:46: [db01234d8103d] daemon is not started [2021-03-30T18:53:19.036Z] === RUN TestDockerHubPullSuite [2021-03-30T18:53:19.036Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-03-30T18:53:19.919Z] === RUN TestDockerSuite/TestBuildEnv [2021-03-30T18:53:19.919Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-03-30T18:53:19.919Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-03-30T18:53:19.919Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-03-30T18:53:19.919Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-03-30T18:53:19.919Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-03-30T18:53:20.399Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-03-30T18:53:22.911Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-03-30T18:53:23.166Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-03-30T18:53:23.737Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-03-30T18:53:23.738Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-03-30T18:53:23.738Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-03-30T18:53:23.738Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-03-30T18:53:24.529Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-03-30T18:53:24.529Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-03-30T18:53:24.733Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-03-30T18:53:24.785Z] --- PASS: TestDockerHubPullSuite (6.23s) [2021-03-30T18:53:24.785Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.74s) [2021-03-30T18:53:24.785Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.31s) [2021-03-30T18:53:24.785Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.67s) [2021-03-30T18:53:24.785Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.22s) [2021-03-30T18:53:24.785Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.23s) [2021-03-30T18:53:24.785Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-03-30T18:53:24.785Z] PASS [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === Skipped [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-03-30T18:53:24.785Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.02s) [2021-03-30T18:53:24.785Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.03s) [2021-03-30T18:53:24.785Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-03-30T18:53:24.785Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.03s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.03s) [2021-03-30T18:53:24.785Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-03-30T18:53:24.785Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-03-30T18:53:24.785Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2021-03-30T18:53:24.785Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.02s) [2021-03-30T18:53:24.785Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-03-30T18:53:24.785Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-03-30T18:53:24.785Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.05s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.05s) [2021-03-30T18:53:24.785Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-03-30T18:53:24.785Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-03-30T18:53:24.785Z] docker_cli_sni_test.go:18: Flakey test [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-03-30T18:53:24.785Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-03-30T18:53:24.785Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-03-30T18:53:24.785Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.01s) [2021-03-30T18:53:24.785Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-03-30T18:53:24.785Z] docker_cli_run_test.go:4045: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_test.go:4064: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.03s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.03s) [2021-03-30T18:53:24.785Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_test.go:4130: unmatched requirement IsolationIsProcess [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_test.go:2865: kernel doesn't have latency_stats configured [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_test.go:4100: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_test.go:4120: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2021-03-30T18:53:24.785Z] docker_cli_run_test.go:4110: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.01s) [2021-03-30T18:53:24.785Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.01s) [2021-03-30T18:53:24.785Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_run_test.go:4438: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-03-30T18:53:24.785Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.00s) [2021-03-30T18:53:24.785Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-03-30T18:53:24.785Z] docker_cli_network_unix_test.go:46: [da1827bfa34b3] daemon is not started [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] [2021-03-30T18:53:24.785Z] DONE 1274 tests, 51 skipped in 2230.460s [2021-03-30T18:53:24.785Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-30T18:53:24.785Z] ++++ cat bundles/test-integration/docker.pid [2021-03-30T18:53:24.785Z] +++ kill 8166 [2021-03-30T18:53:25.711Z] +++ /etc/init.d/apparmor stop [2021-03-30T18:53:25.711Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-30T18:53:25.711Z] [2021-03-30T18:53:25.711Z] Unloading profiles will leave already running processes permanently [2021-03-30T18:53:25.711Z] unconfined, which can lead to unexpected situations. [2021-03-30T18:53:25.711Z] [2021-03-30T18:53:25.711Z] To set a process to complain mode, use the command line tool [2021-03-30T18:53:25.711Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-30T18:53:25.711Z] +++ true [2021-03-30T18:53:25.711Z] exiting test-integration [2021-03-30T18:53:25.711Z] ++ exit 0 [2021-03-30T18:53:25.711Z] [2021-03-30T18:53:26.273Z] + for job in $(jobs -p) [2021-03-30T18:53:26.273Z] + wait 2308 [2021-03-30T18:53:28.159Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-03-30T18:53:29.519Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-03-30T18:53:42.084Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-03-30T18:53:42.556Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-03-30T18:53:42.556Z] === RUN TestDockerSuite/TestBuildExpose [2021-03-30T18:53:42.556Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-03-30T18:53:42.556Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-03-30T18:53:42.990Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-03-30T18:53:43.029Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-03-30T18:53:43.029Z] === RUN TestDockerSuite/TestBuildFails [2021-03-30T18:53:45.262Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-03-30T18:53:45.262Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-03-30T18:53:45.505Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-03-30T18:53:48.018Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-03-30T18:53:50.046Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-03-30T18:53:51.281Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-03-30T18:53:59.376Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-03-30T18:54:00.516Z] === RUN TestDockerSuite/TestBuildForceRm [2021-03-30T18:54:04.619Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-03-30T18:54:05.304Z] === RUN TestDockerSuite/TestBuildFromGit [2021-03-30T18:54:06.507Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-03-30T18:54:09.774Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-03-30T18:54:11.305Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-03-30T18:54:12.300Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-03-30T18:54:13.040Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-03-30T18:54:15.553Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-03-30T18:54:17.087Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-03-30T18:54:17.087Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-03-30T18:54:18.083Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-03-30T18:54:18.556Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-03-30T18:54:18.556Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-03-30T18:54:19.716Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-03-30T18:54:21.628Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-03-30T18:54:27.259Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-03-30T18:54:27.259Z] === RUN TestDockerSuite/TestBuildHistory [2021-03-30T18:54:37.731Z] === RUN TestDockerSuite/TestBuildIidFile [2021-03-30T18:54:38.204Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-03-30T18:54:45.405Z] === RUN TestDockerSuite/TestBuildInheritance [2021-03-30T18:54:45.405Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-03-30T18:54:45.405Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-03-30T18:54:45.878Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-03-30T18:54:49.703Z] === RUN TestDockerSuite/TestBuildLabel [2021-03-30T18:54:50.175Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-03-30T18:54:50.648Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-03-30T18:54:51.643Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-03-30T18:54:52.116Z] === RUN TestDockerSuite/TestBuildLabels [2021-03-30T18:54:53.113Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-03-30T18:54:54.690Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-03-30T18:54:59.472Z] === RUN TestDockerSuite/TestBuildLastModified [2021-03-30T18:54:59.472Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-03-30T18:54:59.472Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-03-30T18:54:59.472Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-03-30T18:54:59.945Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-03-30T18:54:59.945Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-03-30T18:54:59.945Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-03-30T18:55:00.418Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-03-30T18:55:00.890Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-03-30T18:55:05.676Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-03-30T18:55:17.782Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-03-30T18:55:20.669Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-03-30T18:55:20.669Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-03-30T18:55:22.249Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-03-30T18:55:32.612Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite (1792.48s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.81s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.38s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.68s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.67s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (0.86s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (32.36s) [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:562: [dc77535d37850] joining swarm manager [db06523b2ebcc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:584: [dbbf7a424b96e] joining swarm manager [db06523b2ebcc]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] check_test.go:380: [dc77535d37850] daemon is not started [2021-03-30T18:55:50.662Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (20.87s) [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:45: [da223d8bebc40] joining swarm manager [d0dc7136b6345]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.92s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.91s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (33.99s) [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:303: [d05f8f9f41d46] joining swarm manager [d3a076fafdf2b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:304: [db4720612732f] joining swarm manager [d3a076fafdf2b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.81s) [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:271: [df8759de13461] joining swarm manager [d0ee9ac7d7d84]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:272: [d37021fa6ded2] joining swarm manager [d0ee9ac7d7d84]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (24.97s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (6.37s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.59s) [2021-03-30T18:55:50.662Z] docker_api_swarm_node_test.go:19: [d1279f00b3fc8] joining swarm manager [d1d9b155cbfac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_api_swarm_node_test.go:20: [df35b59185be7] joining swarm manager [d1d9b155cbfac]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (57.73s) [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:501: [d389ee309365e] joining swarm manager [d75dff67bb5b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:506: [d174c197167e2] joining swarm manager [d75dff67bb5b4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (18.31s) [2021-03-30T18:55:50.662Z] docker_api_swarm_node_test.go:80: [de316f5968873] joining swarm manager [d69e4ea6caa78]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.28s) [2021-03-30T18:55:50.662Z] docker_api_swarm_node_test.go:52: [d79ed4d58cbf1] joining swarm manager [d71f7528b217f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_api_swarm_node_test.go:53: [db08744d764ae] joining swarm manager [d71f7528b217f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.69s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (17.89s) [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:201: [dca6467d2ef84] joining swarm manager [d60205fee3e0f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (62.26s) [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:383: [d6686865364e5] joining swarm manager [daf723fcf711f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:384: [d4e27bc3b5063] joining swarm manager [daf723fcf711f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] check_test.go:380: [d4e27bc3b5063] daemon is not started [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (52.96s) [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:801: [df63e46a28b65] joining swarm manager [d4ac00c78d635]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:801: [d2f30a1167266] joining swarm manager [d4ac00c78d635]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:801: [d315f32982457] joining swarm manager [d4ac00c78d635]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:801: [d0fa1078e4b57] joining swarm manager [d4ac00c78d635]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-03-30T18:55:50.662Z] docker_api_swarm_test.go:809: [deacd5ef35e3f] joining swarm manager [d4ac00c78d635]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.40s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (5.58s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (21.25s) [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:394: [da86c5d45c87d] joining swarm manager [d4db0f7829d5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:394: [d047e555cb092] joining swarm manager [d4db0f7829d5d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (19.35s) [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:342: [d44568cf9964f] joining swarm manager [db3c085836912]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:342: [d410b34493a49] joining swarm manager [db3c085836912]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (17.52s) [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:489: [dbb1e50c7cfbd] joining swarm manager [d9be8cecfb122]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:489: [d706ce71b314e] joining swarm manager [d9be8cecfb122]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (8.23s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.58s) [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:127: [d788d87696392] joining swarm manager [d8a55c352cd32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:128: [d4aefd86c7d35] joining swarm manager [d8a55c352cd32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:136: [d4f9ceb2cdddf] joining swarm manager [d8a55c352cd32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:137: [d1963ab0e9a8d] joining swarm manager [d8a55c352cd32]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.53s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (23.77s) [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:303: [d6b203e344cf4] joining swarm manager [d505066fe8631]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:303: [d5acd4b6cd1fa] joining swarm manager [d505066fe8631]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (33.55s) [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:99: [dfe326e8943a8] joining swarm manager [d02f69455ad09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:100: [d8419a1d8606b] joining swarm manager [d02f69455ad09]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] check_test.go:380: [dfe326e8943a8] daemon is not started [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (31.33s) [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:532: [df998633029aa] joining swarm manager [d02c2d6b1ecb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:533: [d9f5a01ad9ad6] joining swarm manager [d02c2d6b1ecb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (43.81s) [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:147: [da30170dd5aa7] joining swarm manager [d4b03c63a1390]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_api_swarm_service_test.go:147: [d560cd0b6cc67] joining swarm manager [d4b03c63a1390]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (34.23s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (6.87s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.53s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (3.44s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.45s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (4.04s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.73s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (5.02s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.64s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (25.11s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.86s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.71s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.30s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (3.14s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (4.43s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.67s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.56s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.68s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (4.23s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.68s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (5.19s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.99s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.61s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.32s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.39s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (4.35s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.58s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.43s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.75s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.54s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.63s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.21s) [2021-03-30T18:55:50.662Z] docker_cli_service_logs_test.go:245: checking task j1rp3trt6yvy [2021-03-30T18:55:50.662Z] docker_cli_service_logs_test.go:250: checking messages for j1rp3trt6yvy [2021-03-30T18:55:50.662Z] docker_cli_service_logs_test.go:245: checking task 693p5ddym7iw [2021-03-30T18:55:50.662Z] docker_cli_service_logs_test.go:250: checking messages for 693p5ddym7iw [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.99s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.68s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.81s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.53s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (25.04s) [2021-03-30T18:55:50.662Z] docker_cli_swarm_test.go:1901: [dfeb9c34e970a] joining swarm manager [d784ddcaee2a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_cli_swarm_test.go:1902: [df0f1c85a929e] joining swarm manager [d784ddcaee2a2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.28s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (3.04s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.99s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.37s) [2021-03-30T18:55:50.662Z] docker_cli_swarm_test.go:1802: [df2951c0a637a] joining swarm manager [deef2d5f57091]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_cli_swarm_test.go:1803: [dd88dae751aba] joining swarm manager [deef2d5f57091]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.18s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (111.95s) [2021-03-30T18:55:50.662Z] docker_cli_swarm_test.go:1321: [db742315949c7] joining swarm manager [dcfab248fceb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_cli_swarm_test.go:1322: [d5ea062fee665] joining swarm manager [dcfab248fceb1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.98s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (10.38s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.45s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.49s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (8.09s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.97s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.83s) [2021-03-30T18:55:50.662Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-03-30T18:55:50.662Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (7.90s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.88s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.88s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.96s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (55.21s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (52.99s) [2021-03-30T18:55:50.662Z] docker_cli_swarm_test.go:1186: [d99edb57cca35] joining swarm manager [d11020d325553]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_cli_swarm_test.go:1195: [d1ad8f3461716] joining swarm manager [d11020d325553]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.42s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.60s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (137.99s) [2021-03-30T18:55:50.662Z] docker_cli_swarm_test.go:1118: [d325ef4317b6f] joining swarm manager [db84f5fba6c30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_cli_swarm_test.go:1119: [d66624c80d4e4] joining swarm manager [db84f5fba6c30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] docker_cli_swarm_test.go:1172: [d087447b659b8] joining swarm manager [db84f5fba6c30]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.36s) [2021-03-30T18:55:50.662Z] docker_cli_swarm_test.go:1453: [d8c914c62d039] joining swarm manager [d5fdfa7f52baf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] docker_cli_swarm_test.go:1454: [df639c325825d] joining swarm manager [d5fdfa7f52baf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.68s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.30s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.33s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.14s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.93s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.92s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.95s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (54.62s) [2021-03-30T18:55:50.662Z] docker_cli_swarm_unix_test.go:62: [d889009c722d1] joining swarm manager [d91a74db618e6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.79s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (4.13s) [2021-03-30T18:55:50.662Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.72s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (5.65s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.99s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.49s) [2021-03-30T18:55:50.663Z] docker_api_swarm_test.go:961: [d5ec7db05326d] joining swarm manager [d40f9c64c6e3e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (14.84s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.62s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.53s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (3.46s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.86s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (5.74s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.48s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.00s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.15s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.94s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.65s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.52s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.13s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.45s) [2021-03-30T18:55:50.663Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.46s) [2021-03-30T18:55:50.663Z] === RUN TestDockerExternalVolumeSuite [2021-03-30T18:55:50.663Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-03-30T18:55:58.183Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-03-30T18:56:05.491Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-03-30T18:56:08.658Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-03-30T18:56:19.166Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-03-30T18:56:23.956Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-03-30T18:56:29.865Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-03-30T18:56:44.860Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-03-30T18:56:44.860Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-03-30T18:56:55.335Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-03-30T18:56:55.335Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-03-30T18:56:55.335Z] === RUN TestDockerSuite/TestBuildNetNone [2021-03-30T18:56:55.335Z] === RUN TestDockerSuite/TestBuildNoContext [2021-03-30T18:56:58.307Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-03-30T18:57:01.280Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-03-30T18:57:03.516Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-03-30T18:57:03.989Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-03-30T18:57:03.989Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-03-30T18:57:06.967Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-03-30T18:57:07.963Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-03-30T18:57:08.959Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-03-30T18:57:13.098Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-03-30T18:57:23.048Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-03-30T18:57:23.959Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-03-30T18:57:23.959Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-03-30T18:57:32.669Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-03-30T18:57:35.643Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-03-30T18:57:42.841Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-03-30T18:57:47.626Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-03-30T18:57:51.446Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-03-30T18:57:52.441Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-03-30T18:57:52.441Z] === RUN TestDockerSuite/TestBuildPATH [2021-03-30T18:57:52.441Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-03-30T18:57:54.018Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-03-30T18:57:54.018Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-03-30T18:57:55.057Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-03-30T18:58:09.886Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-03-30T18:58:41.920Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-03-30T18:58:44.984Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-03-30T18:58:54.077Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-03-30T18:59:06.280Z] === RUN TestDockerSuite/TestBuildRm [2021-03-30T18:59:15.012Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-03-30T18:59:18.832Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-03-30T18:59:18.832Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-03-30T18:59:18.832Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-03-30T18:59:19.828Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-03-30T18:59:23.648Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-03-30T18:59:26.092Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-03-30T18:59:26.629Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-03-30T18:59:35.363Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-03-30T18:59:44.144Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-03-30T18:59:53.249Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-03-30T18:59:53.723Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-03-30T18:59:54.718Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-03-30T18:59:58.972Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-03-30T19:00:03.427Z] === RUN TestDockerSuite/TestBuildSpaces [2021-03-30T19:00:03.427Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-03-30T19:00:07.248Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-03-30T19:00:07.248Z] === RUN TestDockerSuite/TestBuildStderr [2021-03-30T19:00:12.035Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-03-30T19:00:29.999Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-03-30T19:00:30.473Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-03-30T19:00:33.448Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-03-30T19:00:34.443Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-03-30T19:00:39.228Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-03-30T19:00:43.047Z] === RUN TestDockerSuite/TestBuildUser [2021-03-30T19:00:43.047Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-03-30T19:00:43.047Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-03-30T19:00:43.047Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-03-30T19:00:45.580Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-03-30T19:00:46.865Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-03-30T19:00:47.337Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-03-30T19:00:49.570Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-03-30T19:00:49.570Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-03-30T19:00:49.570Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-03-30T19:01:03.622Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-03-30T19:01:10.867Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-03-30T19:01:10.867Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-03-30T19:01:18.067Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-03-30T19:01:28.544Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-03-30T19:01:28.544Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-03-30T19:01:28.544Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-03-30T19:01:30.780Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-03-30T19:01:30.780Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-03-30T19:01:35.636Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-03-30T19:01:41.253Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-03-30T19:01:44.230Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-03-30T19:01:44.703Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-03-30T19:02:02.579Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-03-30T19:02:02.579Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-03-30T19:02:02.579Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-03-30T19:02:02.579Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-03-30T19:02:02.579Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-03-30T19:02:07.648Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-03-30T19:02:09.781Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-03-30T19:02:11.361Z] === RUN TestDockerSuite/TestBuildXZHost [2021-03-30T19:02:11.834Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-03-30T19:02:11.834Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-03-30T19:02:11.834Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-03-30T19:02:14.069Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-03-30T19:02:18.856Z] === RUN TestDockerSuite/TestCommitChange [2021-03-30T19:02:22.512Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-03-30T19:02:27.565Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-03-30T19:02:32.357Z] === RUN TestDockerSuite/TestCommitHardlink [2021-03-30T19:02:32.357Z] === RUN TestDockerSuite/TestCommitNewFile [2021-03-30T19:02:38.261Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-03-30T19:02:38.261Z] === RUN TestDockerSuite/TestCommitTTY [2021-03-30T19:02:40.544Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-03-30T19:02:44.165Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-03-30T19:02:47.983Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-03-30T19:02:47.983Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-03-30T19:02:47.983Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-03-30T19:02:47.983Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-03-30T19:02:47.983Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-03-30T19:02:47.983Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-03-30T19:02:47.983Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-03-30T19:02:47.983Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-03-30T19:02:47.983Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-03-30T19:02:58.458Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-03-30T19:02:58.577Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-03-30T19:03:04.361Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-03-30T19:03:04.361Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-03-30T19:03:06.595Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-03-30T19:03:06.595Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-03-30T19:03:06.595Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-03-30T19:03:06.595Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-03-30T19:03:08.829Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-03-30T19:03:08.829Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-03-30T19:03:08.829Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-03-30T19:03:11.065Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-03-30T19:03:11.065Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-03-30T19:03:11.065Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-03-30T19:03:11.065Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-03-30T19:03:11.065Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite (442.66s) [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.79s) [2021-03-30T19:03:13.427Z] docker_cli_external_volume_driver_test.go:53: [d795a5cefeca0] daemon is not started [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.75s) [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.76s) [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.04s) [2021-03-30T19:03:13.427Z] docker_cli_external_volume_driver_test.go:53: [d6d40126a892b] daemon is not started [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.74s) [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2021-03-30T19:03:13.427Z] docker_cli_external_volume_driver_test.go:53: [d985d771bb4f2] daemon is not started [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-03-30T19:03:13.427Z] docker_cli_external_volume_driver_test.go:53: [d10de0534b603] daemon is not started [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.92s) [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.59s) [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.94s) [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.67s) [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.59s) [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.81s) [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (31.10s) [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.74s) [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.60s) [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.41s) [2021-03-30T19:03:13.427Z] docker_cli_external_volume_driver_test.go:485: [dd9e3cc58ee2b] daemon is not started [2021-03-30T19:03:13.427Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-03-30T19:03:13.427Z] docker_cli_external_volume_driver_test.go:53: [d94caaf7cc7eb] daemon is not started [2021-03-30T19:03:13.427Z] PASS [2021-03-30T19:03:13.427Z] [2021-03-30T19:03:13.427Z] === Skipped [2021-03-30T19:03:13.427Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-03-30T19:03:13.427Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-03-30T19:03:13.427Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-03-30T19:03:13.427Z] check_test.go:309: [ded33eb922d4f] daemon is not started [2021-03-30T19:03:13.427Z] [2021-03-30T19:03:13.427Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-03-30T19:03:13.427Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.01s) [2021-03-30T19:03:13.427Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-03-30T19:03:13.427Z] check_test.go:309: [d385324a880d2] daemon is not started [2021-03-30T19:03:13.427Z] [2021-03-30T19:03:13.427Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-03-30T19:03:13.427Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-03-30T19:03:13.427Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-03-30T19:03:13.427Z] check_test.go:309: [d30f08f8c4827] daemon is not started [2021-03-30T19:03:13.427Z] [2021-03-30T19:03:13.427Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-03-30T19:03:13.427Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-03-30T19:03:13.427Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-03-30T19:03:13.427Z] [2021-03-30T19:03:13.427Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-03-30T19:03:13.427Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-03-30T19:03:13.427Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-03-30T19:03:13.427Z] [2021-03-30T19:03:13.427Z] [2021-03-30T19:03:13.427Z] DONE 273 tests, 5 skipped in 2817.069s [2021-03-30T19:03:13.427Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-03-30T19:03:13.427Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dd1c6f271a84e/docker.pid [2021-03-30T19:03:13.427Z] +++ kill 6240 [2021-03-30T19:03:13.427Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6240 is not a child of this shell [2021-03-30T19:03:13.427Z] warning: PID 6240 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/dd1c6f271a84e/docker.pid had a nonzero exit code [2021-03-30T19:03:13.427Z] ++++ cat bundles/test-integration/docker.pid [2021-03-30T19:03:13.427Z] +++ kill 8152 [2021-03-30T19:03:13.427Z] +++ /etc/init.d/apparmor stop [2021-03-30T19:03:13.427Z] Leaving: AppArmorNo profiles have been unloaded. [2021-03-30T19:03:13.427Z] [2021-03-30T19:03:13.427Z] Unloading profiles will leave already running processes permanently [2021-03-30T19:03:13.427Z] unconfined, which can lead to unexpected situations. [2021-03-30T19:03:13.427Z] [2021-03-30T19:03:13.427Z] To set a process to complain mode, use the command line tool [2021-03-30T19:03:13.427Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-03-30T19:03:13.427Z] +++ true [2021-03-30T19:03:13.427Z] exiting test-integration [2021-03-30T19:03:13.427Z] ++ exit 0 [2021-03-30T19:03:13.427Z] [2021-03-30T19:03:13.427Z] + exit 0 [2021-03-30T19:03:13.427Z] ++ jobs -p [2021-03-30T19:03:13.427Z] + pids= [2021-03-30T19:03:13.427Z] + echo 'Remaining pids to kill: []' [2021-03-30T19:03:13.427Z] Remaining pids to kill: [] [2021-03-30T19:03:13.427Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-03-30T19:03:13.437Z] Recording test results [2021-03-30T19:03:14.042Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-03-30T19:03:15.219Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-03-30T19:03:15.605Z] + echo Ensuring container killed. [2021-03-30T19:03:15.605Z] Ensuring container killed. [2021-03-30T19:03:15.605Z] + docker ps -aq -f name=docker-pr2-* [2021-03-30T19:03:15.605Z] + cids=e9298f5ef58d [2021-03-30T19:03:15.605Z] ff19467ca7aa [2021-03-30T19:03:15.605Z] 7f8625d1e7a2 [2021-03-30T19:03:15.605Z] + [ -n e9298f5ef58d [2021-03-30T19:03:15.605Z] ff19467ca7aa [2021-03-30T19:03:15.605Z] 7f8625d1e7a2 ] [2021-03-30T19:03:15.605Z] + docker rm -vf e9298f5ef58d ff19467ca7aa 7f8625d1e7a2 [2021-03-30T19:03:16.280Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-03-30T19:03:17.497Z] e9298f5ef58d [2021-03-30T19:03:17.497Z] ff19467ca7aa [2021-03-30T19:03:17.965Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-03-30T19:03:17.965Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-03-30T19:03:17.965Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-03-30T19:03:18.060Z] 7f8625d1e7a2 [Pipeline] sh [2021-03-30T19:03:18.344Z] + echo Chowning /workspace to jenkins user [2021-03-30T19:03:18.344Z] Chowning /workspace to jenkins user [2021-03-30T19:03:18.344Z] + id -u [2021-03-30T19:03:18.344Z] + id -g [2021-03-30T19:03:18.344Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42226:/workspace busybox chown -R 1000:1000 /workspace [2021-03-30T19:03:18.344Z] Unable to find image 'busybox:latest' locally [2021-03-30T19:03:18.344Z] latest: Pulling from library/busybox [2021-03-30T19:03:18.600Z] 8b3d7e226fab: Pulling fs layer [2021-03-30T19:03:18.600Z] 8b3d7e226fab: Verifying Checksum [2021-03-30T19:03:18.600Z] 8b3d7e226fab: Download complete [2021-03-30T19:03:18.855Z] 8b3d7e226fab: Pull complete [2021-03-30T19:03:18.855Z] Digest: sha256:ce2360d5189a033012fbad1635e037be86f23b65cfd676b436d0931af390a2ac [2021-03-30T19:03:18.855Z] Status: Downloaded newer image for busybox:latest [2021-03-30T19:03:20.198Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-03-30T19:03:20.198Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-03-30T19:03:22.433Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-03-30T19:03:22.433Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-03-30T19:03:22.433Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-03-30T19:03:23.386Z] + bundleName=amd64 [2021-03-30T19:03:23.386Z] + echo Creating amd64-bundles.tar.gz [2021-03-30T19:03:23.386Z] Creating amd64-bundles.tar.gz [2021-03-30T19:03:23.386Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-03-30T19:03:23.386Z] + xargs tar -czf amd64-bundles.tar.gz [2021-03-30T19:03:24.667Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-03-30T19:03:24.667Z] === RUN TestDockerSuite/TestContainerAPIKill [Pipeline] archiveArtifacts [2021-03-30T19:03:24.758Z] Archiving artifacts [2021-03-30T19:03:26.901Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-03-30T19:03:26.901Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-03-30T19:03:27.069Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42226/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-30T19:03:27.416Z] + make clean [2021-03-30T19:03:27.416Z] docker volume rm -f docker-dev-cache [2021-03-30T19:03:27.672Z] docker-dev-cache [Pipeline] deleteDir [2021-03-30T19:03:29.135Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-03-30T19:03:29.135Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-03-30T19:03:31.369Z] === RUN TestDockerSuite/TestContainerAPIRestart [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-30T19:03:40.078Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-03-30T19:03:43.054Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-03-30T19:03:43.054Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-03-30T19:03:43.054Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-03-30T19:03:43.054Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-03-30T19:03:43.054Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-03-30T19:03:44.632Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-03-30T19:03:44.632Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-03-30T19:03:46.866Z] === RUN TestDockerSuite/TestContainerAPITop [2021-03-30T19:03:46.866Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-03-30T19:03:48.443Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-03-30T19:03:48.443Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-03-30T19:03:53.230Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-03-30T19:03:54.807Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-03-30T19:03:54.807Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-03-30T19:03:54.807Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-03-30T19:03:54.807Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-03-30T19:03:54.807Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-03-30T19:03:54.807Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-03-30T19:03:56.385Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-03-30T19:03:56.385Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-03-30T19:03:58.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-03-30T19:04:05.818Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-03-30T19:04:08.795Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-03-30T19:04:11.029Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0002ee940_} [2021-03-30T19:04:14.005Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1741521806_c:\foo_false____} [2021-03-30T19:04:21.237Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1741521806_c:\foo_true____} [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-03-30T19:04:24.210Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-03-30T19:04:27.185Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-03-30T19:04:27.185Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-03-30T19:04:27.185Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-03-30T19:04:27.185Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-03-30T19:04:27.185Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-03-30T19:04:27.185Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-03-30T19:04:27.185Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-03-30T19:04:27.185Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-03-30T19:04:27.185Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-03-30T19:04:27.185Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-03-30T19:04:27.185Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-03-30T19:04:27.185Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-03-30T19:04:27.185Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-03-30T19:04:27.185Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-03-30T19:04:29.419Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-03-30T19:04:29.419Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-03-30T19:04:29.419Z] === RUN TestDockerSuite/TestCpRelativePath [2021-03-30T19:04:31.652Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-03-30T19:04:31.652Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-03-30T19:04:31.652Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-03-30T19:04:31.652Z] === RUN TestDockerSuite/TestCpToCaseA [2021-03-30T19:04:36.437Z] === RUN TestDockerSuite/TestCpToCaseB [2021-03-30T19:04:38.669Z] === RUN TestDockerSuite/TestCpToCaseC [2021-03-30T19:04:38.669Z] === RUN TestDockerSuite/TestCpToCaseD [2021-03-30T19:04:38.669Z] === RUN TestDockerSuite/TestCpToCaseE [2021-03-30T19:04:47.373Z] === RUN TestDockerSuite/TestCpToCaseF [2021-03-30T19:04:47.373Z] === RUN TestDockerSuite/TestCpToCaseG [2021-03-30T19:04:47.373Z] === RUN TestDockerSuite/TestCpToCaseH [2021-03-30T19:04:54.571Z] === RUN TestDockerSuite/TestCpToCaseI [2021-03-30T19:04:54.571Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-03-30T19:04:54.571Z] === RUN TestDockerSuite/TestCpToDot [2021-03-30T19:04:57.543Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-03-30T19:04:57.543Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-03-30T19:04:57.543Z] === RUN TestDockerSuite/TestCpToStdout [2021-03-30T19:04:59.776Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-03-30T19:04:59.776Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-03-30T19:04:59.776Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-03-30T19:04:59.776Z] === RUN TestDockerSuite/TestCpVolumePath [2021-03-30T19:04:59.776Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-03-30T19:04:59.776Z] === RUN TestDockerSuite/TestCreateArgs [2021-03-30T19:04:59.776Z] === RUN TestDockerSuite/TestCreateByImageID [2021-03-30T19:05:02.011Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-03-30T19:05:04.243Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-03-30T19:05:04.243Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-03-30T19:05:04.717Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-03-30T19:05:06.951Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-03-30T19:05:07.427Z] === RUN TestDockerSuite/TestCreateLabels [2021-03-30T19:05:07.900Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-03-30T19:05:07.900Z] === RUN TestDockerSuite/TestCreateRM [2021-03-30T19:05:07.900Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-03-30T19:05:07.900Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-03-30T19:05:08.373Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-03-30T19:05:08.846Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-03-30T19:05:21.397Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-03-30T19:05:21.397Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-03-30T19:05:21.870Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-03-30T19:05:25.695Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-03-30T19:05:25.695Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-03-30T19:05:25.695Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-03-30T19:05:28.670Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-03-30T19:05:28.670Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-03-30T19:05:29.144Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-03-30T19:05:29.144Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-03-30T19:05:29.144Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-03-30T19:05:29.144Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-03-30T19:05:29.144Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-03-30T19:05:29.144Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-03-30T19:05:29.144Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-03-30T19:05:29.144Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-03-30T19:05:29.144Z] === RUN TestDockerSuite/TestDevicePermissions [2021-03-30T19:05:29.144Z] === RUN TestDockerSuite/TestDockerFails [2021-03-30T19:05:29.144Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-03-30T19:05:29.144Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-03-30T19:05:29.144Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-03-30T19:05:29.144Z] === RUN TestDockerSuite/TestEventsAttach [2021-03-30T19:05:29.144Z] === RUN TestDockerSuite/TestEventsCommit [2021-03-30T19:05:29.144Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-03-30T19:05:31.377Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-03-30T19:05:34.372Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-03-30T19:05:36.611Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-03-30T19:05:49.167Z] === RUN TestDockerSuite/TestEventsCopy [2021-03-30T19:05:53.962Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-03-30T19:05:57.776Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-03-30T19:06:00.007Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-03-30T19:06:01.001Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-03-30T19:06:03.976Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-03-30T19:06:05.554Z] === RUN TestDockerSuite/TestEventsFilterType [2021-03-30T19:06:06.549Z] === RUN TestDockerSuite/TestEventsFilters [2021-03-30T19:06:11.338Z] === RUN TestDockerSuite/TestEventsFormat [2021-03-30T19:06:15.155Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-03-30T19:06:15.155Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-03-30T19:06:15.628Z] === RUN TestDockerSuite/TestEventsImageImport [2021-03-30T19:06:15.628Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-03-30T19:06:15.628Z] === RUN TestDockerSuite/TestEventsImagePull [2021-03-30T19:06:15.628Z] === RUN TestDockerSuite/TestEventsImageTag [2021-03-30T19:06:16.623Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-03-30T19:06:16.623Z] === RUN TestDockerSuite/TestEventsRename [2021-03-30T19:06:18.856Z] === RUN TestDockerSuite/TestEventsResize [2021-03-30T19:06:21.832Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-03-30T19:06:24.064Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-03-30T19:06:26.300Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-03-30T19:06:31.084Z] === RUN TestDockerSuite/TestEventsTop [2021-03-30T19:06:31.084Z] === RUN TestDockerSuite/TestEventsUntag [2021-03-30T19:06:34.059Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-03-30T19:06:37.034Z] === RUN TestDockerSuite/TestExec [2021-03-30T19:06:37.034Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-03-30T19:06:37.034Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-03-30T19:06:39.265Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-03-30T19:06:40.842Z] === RUN TestDockerSuite/TestExecAPIStart [2021-03-30T19:06:40.842Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-03-30T19:06:40.842Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-03-30T19:06:40.842Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-03-30T19:06:42.420Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-03-30T19:06:44.651Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-03-30T19:06:46.229Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-03-30T19:06:47.807Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-03-30T19:06:51.622Z] === RUN TestDockerSuite/TestExecCgroup [2021-03-30T19:06:51.622Z] === RUN TestDockerSuite/TestExecEnv [2021-03-30T19:06:51.622Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-03-30T19:06:51.622Z] === RUN TestDockerSuite/TestExecExitStatus [2021-03-30T19:06:53.861Z] === RUN TestDockerSuite/TestExecInspectID [2021-03-30T19:06:58.644Z] === RUN TestDockerSuite/TestExecInteractive [2021-03-30T19:06:58.644Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-03-30T19:06:58.644Z] === RUN TestDockerSuite/TestExecParseError [2021-03-30T19:06:58.644Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-03-30T19:06:58.644Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-03-30T19:06:58.644Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-03-30T19:07:00.222Z] === RUN TestDockerSuite/TestExecSetEnv [2021-03-30T19:07:00.222Z] === RUN TestDockerSuite/TestExecStartFails [2021-03-30T19:07:00.222Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-03-30T19:07:00.695Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-03-30T19:07:00.695Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-03-30T19:07:00.695Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-03-30T19:07:02.926Z] === RUN TestDockerSuite/TestExecUlimits [2021-03-30T19:07:02.926Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-03-30T19:07:08.836Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-03-30T19:07:08.836Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-03-30T19:07:08.836Z] === RUN TestDockerSuite/TestExecWithUser [2021-03-30T19:07:08.836Z] === RUN TestDockerSuite/TestGetContainerStats [2021-03-30T19:07:14.742Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-03-30T19:07:20.643Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-03-30T19:07:23.613Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-03-30T19:07:29.515Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-03-30T19:07:29.515Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-03-30T19:07:29.515Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-03-30T19:07:29.987Z] === RUN TestDockerSuite/TestHealth [2021-03-30T19:07:29.987Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-03-30T19:07:29.987Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-03-30T19:07:29.987Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-03-30T19:07:29.987Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-03-30T19:07:34.770Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-03-30T19:07:34.770Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-03-30T19:07:34.770Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-03-30T19:07:34.770Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-03-30T19:07:34.770Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-03-30T19:07:34.770Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-03-30T19:07:35.243Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-03-30T19:07:35.243Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-03-30T19:07:36.237Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-03-30T19:07:36.710Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-03-30T19:07:38.287Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-03-30T19:07:38.287Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-03-30T19:07:40.521Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-03-30T19:07:42.752Z] === RUN TestDockerSuite/TestImagesFormat [2021-03-30T19:07:42.752Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-03-30T19:07:42.752Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-03-30T19:07:46.570Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-03-30T19:07:46.570Z] === RUN TestDockerSuite/TestImportBadURL [2021-03-30T19:07:48.804Z] === RUN TestDockerSuite/TestImportDisplay [2021-03-30T19:07:48.804Z] === RUN TestDockerSuite/TestImportFile [2021-03-30T19:07:48.804Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-03-30T19:07:48.804Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-03-30T19:07:48.804Z] === RUN TestDockerSuite/TestImportGzipped [2021-03-30T19:07:48.804Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-03-30T19:07:48.804Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-03-30T19:07:48.804Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-03-30T19:07:48.804Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-03-30T19:07:48.804Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-03-30T19:07:49.276Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-03-30T19:07:49.276Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-03-30T19:07:49.276Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-03-30T19:07:50.854Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-03-30T19:07:53.085Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-03-30T19:07:53.085Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-03-30T19:07:53.085Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-03-30T19:07:53.085Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-03-30T19:07:53.085Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-03-30T19:07:55.316Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-03-30T19:07:55.316Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-03-30T19:07:57.580Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-03-30T19:07:57.580Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-03-30T19:07:57.580Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-03-30T19:07:57.580Z] === RUN TestDockerSuite/TestInspectDefault [2021-03-30T19:07:59.813Z] === RUN TestDockerSuite/TestInspectHistory [2021-03-30T19:08:03.629Z] === RUN TestDockerSuite/TestInspectImage [2021-03-30T19:08:03.629Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-03-30T19:08:03.629Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-03-30T19:08:03.629Z] === RUN TestDockerSuite/TestInspectInt64 [2021-03-30T19:08:05.862Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-03-30T19:08:08.093Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-03-30T19:08:08.567Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-03-30T19:08:10.799Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-03-30T19:08:13.035Z] === RUN TestDockerSuite/TestInspectPlugin [2021-03-30T19:08:13.035Z] === RUN TestDockerSuite/TestInspectRootFS [2021-03-30T19:08:13.035Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-03-30T19:08:15.274Z] === RUN TestDockerSuite/TestInspectStatus [2021-03-30T19:08:18.252Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-03-30T19:08:23.034Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-03-30T19:08:24.614Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-03-30T19:08:26.846Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-03-30T19:08:29.077Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-03-30T19:08:32.050Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-03-30T19:08:33.627Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLinksEnvs [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-03-30T19:08:40.825Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-03-30T19:08:43.057Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-03-30T19:08:44.633Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-03-30T19:08:50.532Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-03-30T19:08:52.109Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-03-30T19:08:52.109Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-03-30T19:08:53.687Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-03-30T19:08:53.687Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-03-30T19:08:59.584Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-03-30T19:09:05.484Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-03-30T19:09:11.392Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-03-30T19:09:14.368Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-03-30T19:09:16.599Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-03-30T19:09:16.599Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-03-30T19:09:18.833Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-03-30T19:09:21.065Z] === RUN TestDockerSuite/TestLogsSince [2021-03-30T19:09:31.542Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-03-30T19:09:31.542Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-03-30T19:09:31.542Z] === RUN TestDockerSuite/TestLogsTail [2021-03-30T19:09:33.122Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-03-30T19:09:35.353Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-03-30T19:09:37.584Z] === RUN TestDockerSuite/TestMountIntoProc [2021-03-30T19:09:37.584Z] === RUN TestDockerSuite/TestMountIntoSys [2021-03-30T19:09:37.584Z] === RUN TestDockerSuite/TestNetHostname [2021-03-30T19:09:37.584Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-03-30T19:09:37.584Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-03-30T19:09:37.584Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-03-30T19:09:38.057Z] === RUN TestDockerSuite/TestPluginActive [2021-03-30T19:09:38.057Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-03-30T19:09:38.057Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-03-30T19:09:38.057Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-03-30T19:09:38.057Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-03-30T19:09:38.057Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-03-30T19:09:38.057Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-03-30T19:09:38.057Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-03-30T19:09:38.057Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-03-30T19:09:38.057Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-03-30T19:09:38.057Z] === RUN TestDockerSuite/TestPortHostBinding [2021-03-30T19:09:38.057Z] === RUN TestDockerSuite/TestPortList [2021-03-30T19:09:38.057Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-03-30T19:09:42.840Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-03-30T19:09:42.840Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-03-30T19:09:42.840Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-03-30T19:09:42.840Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-03-30T19:09:42.840Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-03-30T19:09:42.840Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-03-30T19:09:42.840Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-03-30T19:09:42.840Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-03-30T19:09:42.840Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-03-30T19:09:42.840Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-03-30T19:09:51.542Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-03-30T19:09:51.542Z] === RUN TestDockerSuite/TestPsByOrder [2021-03-30T19:10:00.248Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-03-30T19:10:00.248Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-03-30T19:10:12.790Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-03-30T19:10:25.332Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-03-30T19:10:25.332Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-03-30T19:10:25.332Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-03-30T19:10:37.881Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-03-30T19:10:41.695Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-03-30T19:10:54.237Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-03-30T19:10:56.468Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-03-30T19:10:56.468Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-03-30T19:10:56.468Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-03-30T19:11:00.284Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-03-30T19:11:00.285Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-03-30T19:11:00.285Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-03-30T19:11:00.285Z] === RUN TestDockerSuite/TestPsRightTagName [2021-03-30T19:11:00.285Z] === RUN TestDockerSuite/TestPsShowMounts [2021-03-30T19:11:07.479Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-03-30T19:11:07.479Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-03-30T19:11:09.057Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-03-30T19:11:09.529Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-03-30T19:11:10.524Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-03-30T19:11:11.519Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-03-30T19:11:11.519Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-03-30T19:11:16.303Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-03-30T19:11:20.120Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-03-30T19:11:22.355Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-03-30T19:11:47.706Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-03-30T19:11:47.706Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-03-30T19:11:53.603Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-03-30T19:11:53.603Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-03-30T19:11:53.603Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-03-30T19:11:54.075Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-03-30T19:11:57.891Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-03-30T19:12:01.707Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-03-30T19:12:01.707Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-03-30T19:12:06.489Z] === RUN TestDockerSuite/TestRmiBlank [2021-03-30T19:12:06.489Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-03-30T19:12:06.962Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-03-30T19:12:21.955Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-03-30T19:12:23.532Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-03-30T19:12:24.004Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-03-30T19:12:31.200Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-03-30T19:12:39.906Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-03-30T19:12:47.100Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-03-30T19:12:50.073Z] === RUN TestDockerSuite/TestRmiTag [2021-03-30T19:12:50.545Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-03-30T19:12:52.775Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-03-30T19:13:07.761Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-03-30T19:13:09.992Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-03-30T19:13:14.783Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-03-30T19:13:15.256Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-03-30T19:13:15.256Z] === RUN TestDockerSuite/TestRunAddHost [2021-03-30T19:13:15.256Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-03-30T19:13:15.256Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-03-30T19:13:15.256Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-03-30T19:13:15.256Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-03-30T19:13:15.256Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-03-30T19:13:15.729Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-03-30T19:13:17.305Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-03-30T19:13:17.305Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-03-30T19:13:17.305Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-03-30T19:13:22.092Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-03-30T19:13:25.065Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-03-30T19:13:27.297Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-03-30T19:13:29.053Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-03-30T19:13:31.285Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-03-30T19:13:31.285Z] === RUN TestDockerSuite/TestRunBindMounts [2021-03-30T19:13:36.069Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-03-30T19:13:36.069Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-03-30T19:13:36.069Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-03-30T19:13:36.069Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-03-30T19:13:36.069Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-03-30T19:13:36.069Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-03-30T19:13:36.069Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-03-30T19:13:36.069Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-03-30T19:13:36.069Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-03-30T19:13:36.069Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-03-30T19:13:36.069Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-03-30T19:13:36.069Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-03-30T19:13:37.645Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-03-30T19:13:37.645Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-03-30T19:13:40.616Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-03-30T19:13:40.616Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-03-30T19:13:40.616Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-03-30T19:13:42.192Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-03-30T19:13:42.192Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-03-30T19:13:42.192Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-03-30T19:13:42.192Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-03-30T19:13:42.192Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-03-30T19:13:42.192Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-03-30T19:13:42.192Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-03-30T19:13:42.192Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-03-30T19:13:44.425Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-03-30T19:13:46.657Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-03-30T19:13:48.234Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-03-30T19:13:48.234Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-03-30T19:13:48.234Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-03-30T19:13:48.234Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-03-30T19:13:50.465Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-03-30T19:13:50.465Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-03-30T19:13:50.465Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-03-30T19:13:50.465Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-03-30T19:13:50.465Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-03-30T19:13:52.045Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-03-30T19:13:56.827Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-03-30T19:13:56.827Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-03-30T19:13:56.827Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-03-30T19:13:56.827Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-03-30T19:13:56.827Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-03-30T19:13:56.827Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-03-30T19:13:56.827Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-03-30T19:13:59.058Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-03-30T19:13:59.058Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-03-30T19:13:59.058Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-03-30T19:13:59.058Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-03-30T19:14:01.288Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-03-30T19:14:02.864Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-03-30T19:14:02.864Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-03-30T19:14:05.095Z] === RUN TestDockerSuite/TestRunEnvironment [2021-03-30T19:14:05.095Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-03-30T19:14:05.095Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-03-30T19:14:05.095Z] === RUN TestDockerSuite/TestRunExitCode [2021-03-30T19:14:07.330Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-03-30T19:14:09.562Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-03-30T19:14:11.798Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-03-30T19:14:14.029Z] === RUN TestDockerSuite/TestRunExposePort [2021-03-30T19:14:14.029Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-03-30T19:14:14.029Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-03-30T19:14:14.029Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-03-30T19:14:14.029Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-03-30T19:14:14.029Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-03-30T19:14:14.029Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-03-30T19:14:14.029Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-03-30T19:14:14.029Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-03-30T19:14:22.733Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-03-30T19:14:22.733Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-03-30T19:14:22.733Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-03-30T19:14:22.733Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-03-30T19:14:22.733Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-03-30T19:14:22.733Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-03-30T19:14:22.733Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-03-30T19:14:29.925Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-03-30T19:14:29.925Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-03-30T19:14:31.501Z] === RUN TestDockerSuite/TestRunModeHostname [2021-03-30T19:14:31.501Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-03-30T19:14:31.501Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-03-30T19:14:31.501Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-03-30T19:14:31.501Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-03-30T19:14:31.501Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-03-30T19:14:31.501Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-03-30T19:14:31.501Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-03-30T19:14:31.501Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-03-30T19:14:31.501Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-03-30T19:14:31.501Z] === RUN TestDockerSuite/TestRunMount [2021-03-30T19:14:31.501Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-03-30T19:14:31.501Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-03-30T19:14:31.501Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-03-30T19:14:31.501Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-03-30T19:14:38.691Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-03-30T19:14:38.691Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-03-30T19:14:38.691Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-03-30T19:14:38.691Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-03-30T19:14:42.508Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-03-30T19:14:45.477Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-03-30T19:14:45.477Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-03-30T19:14:45.477Z] === RUN TestDockerSuite/TestRunNetHost [2021-03-30T19:14:45.477Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-03-30T19:14:45.477Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-03-30T19:14:45.477Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-03-30T19:14:45.477Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-03-30T19:14:45.477Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-03-30T19:14:45.477Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-03-30T19:14:45.477Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-03-30T19:14:45.949Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-03-30T19:14:46.947Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-03-30T19:14:49.179Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-03-30T19:14:50.795Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-03-30T19:14:52.374Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-03-30T19:14:53.951Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-03-30T19:14:53.951Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-03-30T19:14:53.951Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-03-30T19:14:53.951Z] === RUN TestDockerSuite/TestRunPortInUse [2021-03-30T19:14:53.951Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-03-30T19:14:53.951Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-03-30T19:14:53.951Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-03-30T19:14:54.423Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-03-30T19:14:54.423Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-03-30T19:14:56.653Z] === RUN TestDockerSuite/TestRunPublishPort [2021-03-30T19:14:56.653Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-03-30T19:14:56.653Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-03-30T19:14:56.653Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-03-30T19:14:56.653Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-03-30T19:14:56.653Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-03-30T19:15:09.190Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-03-30T19:15:09.190Z] === RUN TestDockerSuite/TestRunRm [2021-03-30T19:15:10.767Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-03-30T19:15:16.671Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-03-30T19:15:18.907Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-03-30T19:15:26.103Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-03-30T19:15:28.335Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-03-30T19:15:30.569Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-03-30T19:15:30.569Z] === RUN TestDockerSuite/TestRunState [2021-03-30T19:15:30.569Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-03-30T19:15:32.800Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-03-30T19:15:32.800Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-03-30T19:15:34.375Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-03-30T19:15:34.375Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-03-30T19:15:34.375Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-03-30T19:15:34.848Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-03-30T19:15:34.848Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-03-30T19:15:34.848Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-03-30T19:15:39.767Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-03-30T19:15:39.767Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-03-30T19:15:39.767Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-03-30T19:15:39.767Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-03-30T19:15:39.767Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-03-30T19:15:39.767Z] === RUN TestDockerSuite/TestRunUserByID [2021-03-30T19:15:39.767Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-03-30T19:15:39.767Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-03-30T19:15:39.767Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-03-30T19:15:39.767Z] === RUN TestDockerSuite/TestRunUserByName [2021-03-30T19:15:39.767Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-03-30T19:15:41.342Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-03-30T19:15:41.342Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-03-30T19:15:43.573Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-03-30T19:15:43.573Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-03-30T19:15:43.573Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-03-30T19:15:45.803Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-03-30T19:15:52.992Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-03-30T19:15:55.962Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-03-30T19:16:02.033Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-03-30T19:16:02.033Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-03-30T19:16:02.033Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-03-30T19:16:04.264Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-03-30T19:16:06.497Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-03-30T19:16:08.728Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-03-30T19:16:08.728Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-03-30T19:16:08.728Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-03-30T19:16:08.728Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-03-30T19:16:08.728Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-03-30T19:16:08.728Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-03-30T19:16:08.728Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-03-30T19:16:08.728Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-03-30T19:16:08.728Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-03-30T19:16:12.543Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-03-30T19:16:14.121Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-03-30T19:16:16.352Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestSaveImageId [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-03-30T19:16:21.134Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-03-30T19:16:23.369Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-03-30T19:16:23.369Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-03-30T19:16:23.842Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-03-30T19:16:24.314Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-03-30T19:16:25.892Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-03-30T19:16:33.083Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-03-30T19:16:33.083Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-03-30T19:16:40.273Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-03-30T19:16:40.273Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-03-30T19:16:42.503Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-03-30T19:16:42.503Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-03-30T19:16:42.503Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-03-30T19:16:42.503Z] === RUN TestDockerSuite/TestStartRecordError [2021-03-30T19:16:42.503Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-03-30T19:16:48.399Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-03-30T19:16:48.399Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-03-30T19:16:48.399Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-03-30T19:16:48.399Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-03-30T19:16:48.399Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-03-30T19:16:48.399Z] === RUN TestDockerSuite/TestStatsNoStream [2021-03-30T19:16:48.399Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-03-30T19:16:49.977Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-03-30T19:16:52.216Z] === RUN TestDockerSuite/TestTopPrivileged [2021-03-30T19:16:52.216Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-03-30T19:16:53.792Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-03-30T19:16:53.792Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-03-30T19:16:53.792Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-03-30T19:16:53.792Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-03-30T19:16:53.792Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-03-30T19:16:53.792Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-03-30T19:16:53.792Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-03-30T19:17:08.786Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-03-30T19:17:09.258Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-03-30T19:17:09.258Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-03-30T19:17:09.258Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-03-30T19:17:09.731Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-03-30T19:17:09.731Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-03-30T19:17:10.203Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-03-30T19:17:17.400Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-03-30T19:17:17.400Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-03-30T19:17:20.371Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-03-30T19:17:20.843Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-03-30T19:17:20.844Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-03-30T19:17:21.316Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-03-30T19:17:21.316Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-03-30T19:17:39.188Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-03-30T19:17:39.188Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-03-30T19:17:39.188Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-03-30T19:17:39.188Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-03-30T19:17:39.188Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-03-30T19:17:45.085Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-03-30T19:17:45.085Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-03-30T19:17:45.085Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-03-30T19:17:53.783Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-03-30T19:17:53.783Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite (2386.32s) [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-03-30T19:17:54.255Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-03-30T19:17:54.255Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.80s) [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.25s) [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.57s) [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (113.91s) [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (1.00s) [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.04s) [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-03-30T19:17:54.255Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-03-30T19:17:54.255Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-03-30T19:17:54.255Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-03-30T19:17:54.255Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-03-30T19:17:54.255Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-03-30T19:17:54.255Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-03-30T19:17:54.255Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-03-30T19:17:54.255Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.04s) [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-03-30T19:17:54.255Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-03-30T19:17:54.255Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.11s) [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.14s) [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-03-30T19:17:54.255Z] docker_cli_run_test.go:3177: unmatched requirement Apparmor [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-03-30T19:17:54.255Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-03-30T19:17:54.255Z] docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-03-30T19:17:54.255Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.255Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.10s) [2021-03-30T19:17:54.255Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-03-30T19:17:54.728Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-03-30T19:17:54.728Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (6.17s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (98.93s) [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.41s) [2021-03-30T19:17:54.728Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.37s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.76s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.85s) [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-03-30T19:17:54.728Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-03-30T19:17:54.728Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-03-30T19:17:54.728Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.86s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.23s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.48s) [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-03-30T19:17:54.728Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-03-30T19:17:54.728Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.07s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.74s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.75s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.00s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.91s) [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-03-30T19:17:54.728Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.07s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.45s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (8.84s) [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-03-30T19:17:54.728Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-03-30T19:17:54.728Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-03-30T19:17:54.728Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-03-30T19:17:54.728Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.45s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAddTar (40.01s) [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-03-30T19:17:54.728Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.27s) [2021-03-30T19:17:54.728Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (24.70s) [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.59s) [2021-03-30T19:17:54.728Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.49s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.86s) [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.87s) [2021-03-30T19:17:54.728Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.54s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (8.61s) [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.53s) [2021-03-30T19:17:54.728Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-03-30T19:17:54.728Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.728Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.10s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.65s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.55s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (29.16s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.33s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.60s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.31s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.39s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.26s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-03-30T19:17:54.729Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.46s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.99s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCmd (0.57s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.53s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.53s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.07s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.05s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.13s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.42s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.76s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.85s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.43s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.76s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.59s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.61s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (28.60s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.33s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.10s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.83s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.52s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (23.96s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.62s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (19.68s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.55s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.64s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.18s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.62s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (7.44s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerignore (71.78s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.59s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (73.18s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.55s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.62s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (21.50s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.59s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (13.70s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (28.12s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.50s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (9.55s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (95.09s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.33s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.63s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.10s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.49s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.57s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.24s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.17s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.54s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.30s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.67s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.00s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.70s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.85s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.53s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildFails (2.07s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.15s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.84s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (9.55s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.85s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildFromGit (5.64s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.36s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.96s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.70s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.56s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (8.05s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildHistory (10.77s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.87s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (6.65s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.69s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.72s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildLabel (0.84s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.56s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.88s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.52s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildLabels (0.87s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.36s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.03s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.53s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.55s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.42s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (14.32s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.62s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (32.79s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (12.61s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (9.90s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.85s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.45s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (14.66s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (11.14s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.56s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.40s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.69s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.04s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.21s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.79s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.03s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.36s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildOnBuild (13.30s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.53s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.68s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.29s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.16s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.12s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.10s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.98s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.97s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (43.72s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (25.22s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildRm (11.92s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.24s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s) [2021-03-30T19:17:54.729Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.37s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.27s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.38s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildShellInherited (8.75s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.93s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.55s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.57s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.15s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.26s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.32s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.09s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildStderr (4.23s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (18.47s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.32s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.01s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.14s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.99s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.60s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.52s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.51s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.39s) [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-03-30T19:17:54.729Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.08s) [2021-03-30T19:17:54.729Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.87s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.22s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (9.78s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2021-03-30T19:17:54.730Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-03-30T19:17:54.730Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.47s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2021-03-30T19:17:54.730Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.72s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.79s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.34s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (15.87s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2021-03-30T19:17:54.730Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.24s) [2021-03-30T19:17:54.730Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-03-30T19:17:54.730Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.07s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (7.25s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.12s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.30s) [2021-03-30T19:17:54.730Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-03-30T19:17:54.730Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-03-30T19:17:54.730Z] docker_cli_sni_test.go:18: Flakey test [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.16s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.27s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCommitChange (9.47s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.11s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.90s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-03-30T19:17:54.730Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCommitTTY (6.06s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.92s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.06s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPICommit (10.44s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.92s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.20s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.24s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.50s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.62s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.09s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.05s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.12s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.22s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.19s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.96s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.47s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.23s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.13s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (8.00s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.50s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.61s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.01s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.86s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.18s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.73s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_run_test.go:3526: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_run_test.go:3558: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_run_test.go:3589: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_run_test.go:3572: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.72s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (27.72s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.34s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (7.35s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.58s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.57s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0002ee940_} (2.70s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1741521806_c:\foo_false____} (7.63s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1741521806_c:\foo_true____} (2.52s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.26s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.05s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.05s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.05s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_run_test.go:3462: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_run_test.go:3454: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_run_test.go:3481: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.47s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-03-30T19:17:54.730Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-03-30T19:17:54.730Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.35s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.44s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.20s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.24s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCpToCaseE (8.30s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.11s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCpToDot (2.30s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCpToStdout (2.31s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateArgs (0.16s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.09s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.42s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.19s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.31s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.66s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateLabels (0.18s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateRM (0.32s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-03-30T19:17:54.730Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.17s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.37s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.33s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.20s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.48s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.04s) [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2021-03-30T19:17:54.730Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-03-30T19:17:54.730Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.730Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.95s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-03-30T19:17:54.731Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.13s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-03-30T19:17:54.731Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-03-30T19:17:54.731Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-03-30T19:17:54.731Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-03-30T19:17:54.731Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-03-30T19:17:54.731Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-03-30T19:17:54.731Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-03-30T19:17:54.731Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-03-30T19:17:54.731Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_run_test.go:2991: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.03s) [2021-03-30T19:17:54.731Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.26s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.55s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.52s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (12.01s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsCopy (4.82s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.54s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.07s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.71s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.40s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (1.14s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.99s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsFilters (4.53s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsFormat (4.47s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.07s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.17s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsRename (2.38s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsResize (2.61s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.16s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.57s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.58s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsUntag (2.74s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.53s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-03-30T19:17:54.731Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.71s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.72s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-03-30T19:17:54.731Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-03-30T19:17:54.731Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-03-30T19:17:54.731Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.72s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.87s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.93s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.71s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.65s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.00s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestExecInspectID (4.49s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-03-30T19:17:54.731Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-03-30T19:17:54.731Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.22s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-03-30T19:17:54.731Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.10s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.78s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.05s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.05s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.03s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.13s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-03-30T19:17:54.731Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.12s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.08s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.16s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.29s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.58s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.07s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.64s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.22s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.94s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.35s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestImagesFormat (0.17s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.52s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.05s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestImportBadURL (2.50s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.05s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-03-30T19:17:54.731Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-03-30T19:17:54.731Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.92s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.05s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-03-30T19:17:54.731Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-03-30T19:17:54.731Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.02s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.15s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.05s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-03-30T19:17:54.731Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectDefault (2.15s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectHistory (4.02s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-03-30T19:17:54.731Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.33s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.17s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.18s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.22s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.21s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.08s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.16s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectStatus (2.90s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.53s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.27s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.25s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.32s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.36s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.17s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (6.87s) [2021-03-30T19:17:54.731Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-03-30T19:17:54.731Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.731Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-03-30T19:17:54.732Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.73s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.71s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.33s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.08s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-03-30T19:17:54.732Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.88s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (5.60s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (5.82s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.21s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.62s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.40s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.31s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.24s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsSince (8.98s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsTail (2.73s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.62s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.31s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:2905: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:2914: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:3508: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:2694: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-03-30T19:17:54.732Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.08s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-03-30T19:17:54.732Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-03-30T19:17:54.732Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-03-30T19:17:54.732Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-03-30T19:17:54.732Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-03-30T19:17:54.732Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-03-30T19:17:54.732Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-03-30T19:17:54.732Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-03-30T19:17:54.732Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (8.79s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-03-30T19:17:54.732Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPsByOrder (8.22s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPsListContainersBase (12.52s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (13.29s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.27s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-03-30T19:17:54.732Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (12.64s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.31s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (11.11s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.81s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-03-30T19:17:54.732Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.16s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPsShowMounts (7.07s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:3140: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.70s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.33s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.95s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-03-30T19:17:54.732Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.04s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.21s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.32s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (25.56s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-03-30T19:17:54.732Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (5.26s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.24s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.15s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.65s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.98s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.59s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.81s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRmiBlank (0.08s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.27s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (13.89s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.79s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.70s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.26s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (9.20s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.57s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.66s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRmiTag (0.59s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.14s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.83s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.49s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.40s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.12s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:4423: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:3940: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.98s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:2624: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.36s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.78s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.29s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.17s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.14s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.33s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:3004: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:3190: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.96s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.79s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:3332: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:3356: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.69s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:3323: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:3308: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:3233: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:2681: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:2754: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:2744: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.98s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.02s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.97s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:3198: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.95s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.67s) [2021-03-30T19:17:54.732Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.77s) [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:3905: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-03-30T19:17:54.732Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.732Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.08s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.10s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:4080: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.96s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.96s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.11s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunExitCode (2.32s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.11s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.11s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.22s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:4402: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:4415: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3721: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (8.61s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3268: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3377: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.73s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3387: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.63s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3421: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2452: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:4225: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:4213: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.35s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.27s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.46s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3765: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2604: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3065: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3111: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3435: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.29s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.25s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.88s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.88s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.69s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2494: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.50s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2979: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2882: unmatched requirement Apparmor [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2861: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2846: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (11.98s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunRm (2.24s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.46s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.36s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (7.04s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.09s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.43s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.15s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.90s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.46s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3981: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2921: unmatched requirement Apparmor [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.92s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.94s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3870: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3863: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.68s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (6.06s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.81s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.11s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.10s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.34s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.15s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.15s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3748: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2827: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3222: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.76s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.63s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.04s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.33s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3038: unmatched requirement Apparmor [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:2837: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3635: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_run_test.go:3646: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-03-30T19:17:54.733Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-03-30T19:17:54.733Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.33s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.42s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.46s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.62s) [2021-03-30T19:17:54.733Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (6.32s) [2021-03-30T19:17:54.733Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.07s) [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.36s) [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.19s) [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-03-30T19:17:54.734Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.91s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.98s) [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.84s) [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_run_test.go:3446: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.27s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.14s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.19s) [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.32s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.28s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeCLILs (7.31s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.82s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.37s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.36s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (16.73s) [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.52s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.16s) [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.84s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.23s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.24s) [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.16s) [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-03-30T19:17:54.734Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.29s) [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-03-30T19:17:54.734Z] --- PASS: TestDockerRegistrySuite (0.11s) [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-03-30T19:17:54.734Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-03-30T19:17:54.734Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-03-30T19:17:54.734Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-03-30T19:17:54.734Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-03-30T19:17:54.735Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s) [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] === RUN TestDockerRegistryAuthTokenSuite [2021-03-30T19:17:54.735Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-03-30T19:17:54.735Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-03-30T19:17:54.735Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-03-30T19:17:54.735Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-03-30T19:17:54.735Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-03-30T19:17:54.735Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] === RUN TestDockerDaemonSuite [2021-03-30T19:17:54.735Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-03-30T19:17:54.735Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-03-30T19:17:54.735Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-03-30T19:17:54.735Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] === RUN TestDockerSwarmSuite [2021-03-30T19:17:54.735Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-03-30T19:17:54.735Z] === RUN TestDockerPluginSuite [2021-03-30T19:17:54.735Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-03-30T19:17:54.735Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-03-30T19:17:54.735Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-03-30T19:17:54.735Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-03-30T19:17:54.735Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-03-30T19:17:54.735Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-03-30T19:17:54.735Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-03-30T19:17:54.735Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-03-30T19:17:54.735Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-03-30T19:17:54.735Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-03-30T19:17:54.735Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-03-30T19:17:54.735Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] === RUN TestDockerExternalVolumeSuite [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] === RUN TestDockerNetworkSuite [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] === RUN TestDockerHubPullSuite [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-03-30T19:17:54.735Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] PASS [2021-03-30T19:17:54.735Z] ok github.com/docker/docker/integration-cli 2386.904s [2021-03-30T19:17:54.735Z] [2021-03-30T19:17:54.735Z] === Skipped [2021-03-30T19:17:54.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-03-30T19:17:54.735Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] [2021-03-30T19:17:54.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-03-30T19:17:54.735Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] [2021-03-30T19:17:54.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-03-30T19:17:54.735Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] [2021-03-30T19:17:54.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-03-30T19:17:54.735Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] [2021-03-30T19:17:54.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-03-30T19:17:54.735Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] [2021-03-30T19:17:54.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-03-30T19:17:54.735Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] [2021-03-30T19:17:54.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.02s) [2021-03-30T19:17:54.735Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] [2021-03-30T19:17:54.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-03-30T19:17:54.735Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] [2021-03-30T19:17:54.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-03-30T19:17:54.735Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-03-30T19:17:54.735Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-03-30T19:17:54.735Z] [2021-03-30T19:17:54.735Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-03-30T19:17:55.209Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.209Z] [2021-03-30T19:17:55.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.02s) [2021-03-30T19:17:55.209Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.209Z] [2021-03-30T19:17:55.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-03-30T19:17:55.209Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.209Z] [2021-03-30T19:17:55.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-03-30T19:17:55.209Z] docker_cli_run_test.go:3177: unmatched requirement Apparmor [2021-03-30T19:17:55.209Z] [2021-03-30T19:17:55.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-03-30T19:17:55.209Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-03-30T19:17:55.209Z] [2021-03-30T19:17:55.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-03-30T19:17:55.209Z] docker_cli_run_test.go:3167: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.209Z] [2021-03-30T19:17:55.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-03-30T19:17:55.209Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.209Z] [2021-03-30T19:17:55.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-03-30T19:17:55.209Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-03-30T19:17:55.209Z] [2021-03-30T19:17:55.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-03-30T19:17:55.209Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.209Z] [2021-03-30T19:17:55.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.41s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.41s) [2021-03-30T19:17:55.209Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-03-30T19:17:55.209Z] [2021-03-30T19:17:55.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-03-30T19:17:55.209Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.209Z] [2021-03-30T19:17:55.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-03-30T19:17:55.209Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.209Z] [2021-03-30T19:17:55.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-03-30T19:17:55.209Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.209Z] [2021-03-30T19:17:55.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-03-30T19:17:55.209Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.209Z] [2021-03-30T19:17:55.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-03-30T19:17:55.209Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.209Z] [2021-03-30T19:17:55.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-03-30T19:17:55.209Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.209Z] [2021-03-30T19:17:55.209Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-03-30T19:17:55.209Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-03-30T19:17:55.209Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.27s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.27s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.59s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.59s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.87s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.87s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.29s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.60s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.60s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.31s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.31s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-03-30T19:17:55.210Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.29s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.28s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.30s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.30s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.02s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.02s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.06s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.04s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.31s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.31s) [2021-03-30T19:17:55.210Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.32s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.32s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.30s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.210Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2021-03-30T19:17:55.210Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2021-03-30T19:17:55.210Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.210Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.24s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.24s) [2021-03-30T19:17:55.211Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-03-30T19:17:55.211Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.30s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.30s) [2021-03-30T19:17:55.211Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-03-30T19:17:55.211Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-03-30T19:17:55.211Z] docker_cli_sni_test.go:18: Flakey test [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-03-30T19:17:55.211Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_run_test.go:3526: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_run_test.go:3558: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_run_test.go:3589: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_run_test.go:3572: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_run_test.go:3462: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_run_test.go:3454: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_run_test.go:3481: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-03-30T19:17:55.211Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-03-30T19:17:55.211Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-03-30T19:17:55.211Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-03-30T19:17:55.211Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.211Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-03-30T19:17:55.211Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-03-30T19:17:55.211Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.211Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-03-30T19:17:55.212Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-03-30T19:17:55.212Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-03-30T19:17:55.212Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.02s) [2021-03-30T19:17:55.212Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-03-30T19:17:55.212Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-03-30T19:17:55.212Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-03-30T19:17:55.212Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.02s) [2021-03-30T19:17:55.212Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_run_test.go:2991: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.03s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.03s) [2021-03-30T19:17:55.212Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-03-30T19:17:55.212Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-03-30T19:17:55.212Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-03-30T19:17:55.212Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-03-30T19:17:55.212Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.02s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.02s) [2021-03-30T19:17:55.212Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-03-30T19:17:55.212Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-03-30T19:17:55.212Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-03-30T19:17:55.212Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-03-30T19:17:55.212Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-03-30T19:17:55.212Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-03-30T19:17:55.212Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-03-30T19:17:55.212Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.02s) [2021-03-30T19:17:55.212Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-03-30T19:17:55.212Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.212Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-03-30T19:17:55.212Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-03-30T19:17:55.212Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.212Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.02s) [2021-03-30T19:17:55.213Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-03-30T19:17:55.213Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.02s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.02s) [2021-03-30T19:17:55.213Z] docker_cli_run_test.go:2905: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_run_test.go:2914: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_run_test.go:3508: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_run_test.go:2694: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.02s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPluginActive (0.02s) [2021-03-30T19:17:55.213Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-03-30T19:17:55.213Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-03-30T19:17:55.213Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-03-30T19:17:55.213Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-03-30T19:17:55.213Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.02s) [2021-03-30T19:17:55.213Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-03-30T19:17:55.213Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-03-30T19:17:55.213Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-03-30T19:17:55.213Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-03-30T19:17:55.213Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-03-30T19:17:55.213Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-03-30T19:17:55.213Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_run_test.go:3140: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-03-30T19:17:55.213Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.02s) [2021-03-30T19:17:55.213Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_run_test.go:4423: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_run_test.go:3940: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-03-30T19:17:55.213Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_run_test.go:2624: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-03-30T19:17:55.213Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.213Z] [2021-03-30T19:17:55.213Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-03-30T19:17:55.213Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3004: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3190: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3332: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3356: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3323: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.02s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3308: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3233: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2681: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2754: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2744: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.02s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3198: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3905: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:4080: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:4163: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:4402: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:4415: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:4147: unmatched requirement IsolationIsHyperv [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3721: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3268: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3377: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.02s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3387: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3421: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2452: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:4225: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:4213: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3210: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3772: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:3765: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2604: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.214Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.02s) [2021-03-30T19:17:55.214Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.02s) [2021-03-30T19:17:55.214Z] docker_cli_run_test.go:2573: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.214Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:2596: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:3065: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:3111: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:3435: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.30s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:2804: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:2494: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:2979: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:2882: unmatched requirement Apparmor [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:2861: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:2846: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:3981: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:2921: unmatched requirement Apparmor [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.02s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:3870: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:3863: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.02s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:3737: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:3748: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:2827: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:3222: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:3038: unmatched requirement Apparmor [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:2837: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:3635: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_run_test.go:3646: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-03-30T19:17:55.215Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-03-30T19:17:55.215Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-03-30T19:17:55.215Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.215Z] [2021-03-30T19:17:55.215Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-03-30T19:17:55.216Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-03-30T19:17:55.216Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-03-30T19:17:55.216Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.02s) [2021-03-30T19:17:55.216Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-03-30T19:17:55.216Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-03-30T19:17:55.216Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-03-30T19:17:55.216Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-03-30T19:17:55.216Z] docker_cli_run_test.go:3446: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-03-30T19:17:55.216Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-03-30T19:17:55.216Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-03-30T19:17:55.216Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-03-30T19:17:55.216Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-03-30T19:17:55.216Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-03-30T19:17:55.216Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-03-30T19:17:55.216Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-03-30T19:17:55.216Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-03-30T19:17:55.216Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.216Z] [2021-03-30T19:17:55.216Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-30T19:17:55.216Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-03-30T19:17:55.216Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.864Z] [2021-03-30T19:17:55.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-30T19:17:55.864Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-03-30T19:17:55.864Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.864Z] [2021-03-30T19:17:55.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-30T19:17:55.864Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-03-30T19:17:55.864Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.864Z] [2021-03-30T19:17:55.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-03-30T19:17:55.864Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-03-30T19:17:55.864Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.864Z] [2021-03-30T19:17:55.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-30T19:17:55.864Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-03-30T19:17:55.864Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.864Z] [2021-03-30T19:17:55.864Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-03-30T19:17:55.864Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-03-30T19:17:55.864Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.864Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-03-30T19:17:55.865Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-03-30T19:17:55.865Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] DONE 1093 tests, 547 skipped in 2394.998s [2021-03-30T19:17:55.865Z] INFO: Integration tests ended at 03/30/2021 19:17:55. Duration:00:39:55.0843739 [2021-03-30T19:17:55.865Z] INFO: Docker info of the daemon under test at end of run [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] Containers: 2 [2021-03-30T19:17:55.865Z] Running: 0 [2021-03-30T19:17:55.865Z] Paused: 0 [2021-03-30T19:17:55.865Z] Stopped: 2 [2021-03-30T19:17:55.865Z] Images: 18 [2021-03-30T19:17:55.865Z] Server Version: 0.0.0-dev [2021-03-30T19:17:55.865Z] Storage Driver: windowsfilter [2021-03-30T19:17:55.865Z] Windows: [2021-03-30T19:17:55.865Z] Logging Driver: json-file [2021-03-30T19:17:55.865Z] Plugins: [2021-03-30T19:17:55.865Z] Volume: local [2021-03-30T19:17:55.865Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-03-30T19:17:55.865Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-03-30T19:17:55.865Z] Swarm: inactive [2021-03-30T19:17:55.865Z] Default Isolation: process [2021-03-30T19:17:55.865Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-03-30T19:17:55.865Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1757) [2021-03-30T19:17:55.865Z] OSType: windows [2021-03-30T19:17:55.865Z] Architecture: x86_64 [2021-03-30T19:17:55.865Z] CPUs: 4 [2021-03-30T19:17:55.865Z] Total Memory: 32GiB [2021-03-30T19:17:55.865Z] Name: azwin-2-b5ecb0 [2021-03-30T19:17:55.865Z] ID: QRYS:PLKM:XGDR:FQIT:232A:5JAD:TYCD:W77V:GMPW:N2KS:7SBU:4NQC [2021-03-30T19:17:55.865Z] Docker Root Dir: D:\CI\PR-42226\2\daemon [2021-03-30T19:17:55.865Z] Debug Mode (client): false [2021-03-30T19:17:55.865Z] Debug Mode (server): true [2021-03-30T19:17:55.865Z] File Descriptors: -1 [2021-03-30T19:17:55.865Z] Goroutines: 17 [2021-03-30T19:17:55.865Z] System Time: 2021-03-30T19:17:55.3826942Z [2021-03-30T19:17:55.865Z] EventsListeners: 0 [2021-03-30T19:17:55.865Z] Registry: https://index.docker.io/v1/ [2021-03-30T19:17:55.865Z] Labels: [2021-03-30T19:17:55.865Z] Experimental: false [2021-03-30T19:17:55.865Z] Insecure Registries: [2021-03-30T19:17:55.865Z] 127.0.0.0/8 [2021-03-30T19:17:55.865Z] Live Restore Enabled: false [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] [2021-03-30T19:17:55.865Z] INFO: Stopping daemon under test [2021-03-30T19:17:55.865Z] SUCCESS: The process with PID 3860 (child process of PID 1196) has been terminated. [2021-03-30T19:17:55.865Z] SUCCESS: The process with PID 1196 (child process of PID 3828) has been terminated. [2021-03-30T19:17:55.865Z] INFO: Stop tailing logs of the daemon under tests [2021-03-30T19:17:55.865Z] INFO: executeCI.ps1 Completed successfully at 03/30/2021 19:17:55. [2021-03-30T19:17:55.865Z] INFO: Tidying up at end of run [2021-03-30T19:17:55.865Z] INFO: Saving daemon under test log (d:\CI\PR-42226\2\dut.out) to bundles\CIDUT.out [2021-03-30T19:17:55.865Z] INFO: Saving daemon under test log (d:\CI\PR-42226\2\dut.err) to bundles\CIDUT.err [2021-03-30T19:17:55.865Z] INFO: Nuke-Everything... [2021-03-30T19:17:56.338Z] INFO: Container count on control daemon to delete is 2 [2021-03-30T19:17:56.810Z] d5cf64b5f2a5 [2021-03-30T19:17:56.810Z] a624ba2cc51c [2021-03-30T19:17:56.810Z] INFO: Tidying pidfile d:\CI\PR-42226\2\docker.pid [2021-03-30T19:17:56.810Z] INFO: Nuking d:\CI [2021-03-30T19:18:22.178Z] INFO: Zapped successfully [2021-03-30T19:18:22.178Z] [2021-03-30T19:18:22.178Z] INFO: executeCI.ps1 exiting at Tue Mar 30 19:18:20 CUT 2021. Duration 01:15:01.1900086 [2021-03-30T19:18:22.178Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-03-30T19:18:22.436Z] Recording test results [2021-03-30T19:18:31.493Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-03-30T19:18:33.040Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-03-30T19:18:34.846Z] Archiving artifacts [2021-03-30T19:18:50.969Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42226/2/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-03-30T19:18:51.934Z] + make clean [2021-03-30T19:18:54.166Z] docker volume rm -f docker-dev-cache [2021-03-30T19:18:54.640Z] 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