Pull request #41842 updated Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 8d3179546e79065adefa67cc697c09d0ab137d30 rather than 654f854faecb038cb5ff110e6705fe355f1c8159 Obtained Jenkinsfile from 8d3179546e79065adefa67cc697c09d0ab137d30 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-02-02T17:25:30.344Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-02-02T17:25:30.349Z] Trying to pass milestone 2 [Pipeline] milestone [2021-02-02T17:25:30.404Z] Trying to pass milestone 3 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-02-02T17:25:30.579Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0cc755c32fc6b7a8d) in /home/ubuntu/workspace/moby_PR-41842 [Pipeline] { [Pipeline] checkout [2021-02-02T17:25:30.608Z] The recommended git tool is: git [2021-02-02T17:25:30.617Z] using credential docker-jenkins-github-credentials [2021-02-02T17:25:30.624Z] Cloning the remote Git repository [2021-02-02T17:25:30.624Z] Cloning with configured refspecs honoured and without tags [2021-02-02T17:25:30.627Z] Cloning repository https://github.com/moby/moby.git [2021-02-02T17:25:30.629Z] > git init /home/ubuntu/workspace/moby_PR-41842 # timeout=10 [2021-02-02T17:25:30.645Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-02T17:25:30.645Z] > git --version # timeout=10 [2021-02-02T17:25:30.653Z] > git --version # 'git version 2.17.1' [2021-02-02T17:25:30.653Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:25:30.654Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41842/head:refs/remotes/origin/PR-41842 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:25:44.855Z] Fetching without tags [2021-02-02T17:25:45.101Z] Merging remotes/origin/master commit 8d3179546e79065adefa67cc697c09d0ab137d30 into PR head commit 654f854faecb038cb5ff110e6705fe355f1c8159 [2021-02-02T17:25:46.254Z] Merge succeeded, producing 917ff358791c55091e335f0e1fb9d9224b564d94 [2021-02-02T17:25:46.254Z] Checking out Revision 917ff358791c55091e335f0e1fb9d9224b564d94 (PR-41842) [2021-02-02T17:25:46.318Z] Commit message: "Merge commit '8d3179546e79065adefa67cc697c09d0ab137d30' into HEAD" [2021-02-02T17:25:46.325Z] First time build. Skipping changelog. [2021-02-02T17:25:44.823Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-02T17:25:44.828Z] > git config --add remote.origin.fetch +refs/pull/41842/head:refs/remotes/origin/PR-41842 # timeout=10 [2021-02-02T17:25:44.839Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:25:44.846Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-02T17:25:44.858Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-02T17:25:44.858Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:25:44.858Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41842/head:refs/remotes/origin/PR-41842 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:25:45.103Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:25:45.109Z] > git checkout -f 654f854faecb038cb5ff110e6705fe355f1c8159 # timeout=10 [2021-02-02T17:25:45.530Z] > git remote # timeout=10 [2021-02-02T17:25:45.546Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T17:25:45.552Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:25:45.553Z] > git merge 8d3179546e79065adefa67cc697c09d0ab137d30 # timeout=10 [2021-02-02T17:25:46.242Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T17:25:46.256Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:25:46.265Z] > git checkout -f 917ff358791c55091e335f0e1fb9d9224b564d94 # timeout=10 [2021-02-02T17:25:46.321Z] > git rev-list --no-walk 8bc027a44ce3903c00d72d643a6e55ddaeb549a9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-02T17:25:47.040Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41842:/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-02-02T17:25:49.578Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2021-02-02T17:25:49.790Z] Running on s390x-ubuntu-14 in /home/jenkins/workspace/moby_PR-41842 [Pipeline] node [Pipeline] node [2021-02-02T17:25:49.796Z] Running on ppc64le-ubuntu-25 in /home/docker/workspace/moby_PR-41842 Stage "win-RS1" skipped due to when conditional [2021-02-02T17:25:49.797Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0d9fbef16d6c3c7ea) in /home/ubuntu/workspace/moby_PR-41842 [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [2021-02-02T17:25:49.801Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2-big (i-0f0c729c67f32a18b) in /home/ubuntu/workspace/moby_PR-41842 [2021-02-02T17:25:49.801Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-002b233c7d87c4142) in /home/ubuntu/workspace/moby_PR-41842 [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] } [2021-02-02T17:25:49.808Z] Running on EC2 (managed-agents) - ubuntu-1604-overlay2-arm64v8 (i-06a7f2c602f3bab73) in /home/ubuntu/workspace/moby_PR-41842 [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] checkout [Pipeline] checkout [2021-02-02T17:25:49.869Z] The recommended git tool is: git [2021-02-02T17:25:49.871Z] The recommended git tool is: git [Pipeline] checkout [2021-02-02T17:25:49.877Z] The recommended git tool is: git [2021-02-02T17:25:49.887Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-02-02T17:25:49.893Z] Cloning the remote Git repository [2021-02-02T17:25:49.893Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2021-02-02T17:25:49.903Z] using credential docker-jenkins-github-credentials [2021-02-02T17:25:49.906Z] using credential docker-jenkins-github-credentials [Pipeline] checkout [2021-02-02T17:25:49.914Z] The recommended git tool is: git [Pipeline] checkout [2021-02-02T17:25:49.917Z] Cloning the remote Git repository [2021-02-02T17:25:49.917Z] Cloning with configured refspecs honoured and without tags [2021-02-02T17:25:49.920Z] The recommended git tool is: git [2021-02-02T17:25:49.921Z] Cloning the remote Git repository [2021-02-02T17:25:49.921Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] { [2021-02-02T17:25:49.934Z] using credential docker-jenkins-github-credentials [2021-02-02T17:25:49.940Z] Cloning the remote Git repository [2021-02-02T17:25:49.940Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [2021-02-02T17:25:49.950Z] using credential docker-jenkins-github-credentials [2021-02-02T17:25:49.955Z] Cloning the remote Git repository [2021-02-02T17:25:49.955Z] Cloning with configured refspecs honoured and without tags [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] checkout Stage "win-RS1" skipped due to when conditional [Pipeline] } [2021-02-02T17:25:49.986Z] The recommended git tool is: git [Pipeline] // stage [2021-02-02T17:25:49.997Z] using credential docker-jenkins-github-credentials [2021-02-02T17:25:50.004Z] Cloning the remote Git repository [2021-02-02T17:25:50.004Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T17:25:49.962Z] Cloning repository https://github.com/moby/moby.git [2021-02-02T17:25:49.963Z] > git init /home/ubuntu/workspace/moby_PR-41842 # timeout=10 [2021-02-02T17:25:49.977Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-02T17:25:49.978Z] > git --version # timeout=10 [2021-02-02T17:25:49.987Z] > git --version # 'git version 2.17.1' [2021-02-02T17:25:49.987Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:25:49.988Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41842/head:refs/remotes/origin/PR-41842 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-02-02T17:25:49.902Z] Cloning repository https://github.com/moby/moby.git [2021-02-02T17:25:49.902Z] > git init /home/ubuntu/workspace/moby_PR-41842 # timeout=10 [2021-02-02T17:25:49.918Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-02T17:25:49.918Z] > git --version # timeout=10 [2021-02-02T17:25:49.923Z] > git --version # 'git version 2.17.1' [2021-02-02T17:25:49.923Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:25:49.924Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41842/head:refs/remotes/origin/PR-41842 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:25:49.924Z] Cloning repository https://github.com/moby/moby.git [2021-02-02T17:25:49.924Z] > git init /home/docker/workspace/moby_PR-41842 # timeout=10 [2021-02-02T17:25:49.933Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-02T17:25:49.933Z] > git --version # timeout=10 [2021-02-02T17:25:49.936Z] > git --version # 'git version 2.7.4' [2021-02-02T17:25:49.937Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:25:49.938Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41842/head:refs/remotes/origin/PR-41842 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:25:49.924Z] Cloning repository https://github.com/moby/moby.git [2021-02-02T17:25:49.924Z] > git init /home/jenkins/workspace/moby_PR-41842 # timeout=10 [2021-02-02T17:25:49.944Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-02T17:25:49.944Z] > git --version # timeout=10 [2021-02-02T17:25:49.945Z] > git --version # 'git version 2.17.1' [2021-02-02T17:25:49.945Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:25:49.945Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41842/head:refs/remotes/origin/PR-41842 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:25:49.955Z] Cloning repository https://github.com/moby/moby.git [2021-02-02T17:25:49.955Z] > git init /home/ubuntu/workspace/moby_PR-41842 # timeout=10 [2021-02-02T17:25:49.959Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-02T17:25:49.959Z] > git --version # timeout=10 [2021-02-02T17:25:49.961Z] > git --version # 'git version 2.17.1' [2021-02-02T17:25:49.961Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:25:49.962Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41842/head:refs/remotes/origin/PR-41842 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:25:50.031Z] Cloning repository https://github.com/moby/moby.git [2021-02-02T17:25:50.032Z] > git init /home/ubuntu/workspace/moby_PR-41842 # timeout=10 [2021-02-02T17:25:50.048Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-02T17:25:50.048Z] > git --version # timeout=10 [2021-02-02T17:25:50.054Z] > git --version # 'git version 2.7.4' [2021-02-02T17:25:50.054Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:25:50.056Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41842/head:refs/remotes/origin/PR-41842 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:25:59.406Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-02T17:25:59.408Z] > git config --add remote.origin.fetch +refs/pull/41842/head:refs/remotes/origin/PR-41842 # timeout=10 [2021-02-02T17:25:59.409Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:25:59.446Z] Fetching without tags [2021-02-02T17:25:59.744Z] Merging remotes/origin/master commit 8d3179546e79065adefa67cc697c09d0ab137d30 into PR head commit 654f854faecb038cb5ff110e6705fe355f1c8159 [2021-02-02T17:25:59.874Z] Fetching without tags [2021-02-02T17:26:00.106Z] Merging remotes/origin/master commit 8d3179546e79065adefa67cc697c09d0ab137d30 into PR head commit 654f854faecb038cb5ff110e6705fe355f1c8159 [2021-02-02T17:26:00.470Z] Merge succeeded, producing 4673d8fa5536e522c66005499f5f3634968b9feb [2021-02-02T17:26:00.470Z] Checking out Revision 4673d8fa5536e522c66005499f5f3634968b9feb (PR-41842) [2021-02-02T17:26:00.692Z] Commit message: "Merge commit '8d3179546e79065adefa67cc697c09d0ab137d30' into HEAD" [2021-02-02T17:26:00.704Z] First time build. Skipping changelog. [2021-02-02T17:25:59.421Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-02T17:25:59.449Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-02T17:25:59.449Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:25:59.450Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41842/head:refs/remotes/origin/PR-41842 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:25:59.747Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:25:59.751Z] > git checkout -f 654f854faecb038cb5ff110e6705fe355f1c8159 # timeout=10 [2021-02-02T17:26:00.139Z] > git remote # timeout=10 [2021-02-02T17:26:00.140Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T17:26:00.141Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:26:00.141Z] > git merge 8d3179546e79065adefa67cc697c09d0ab137d30 # timeout=10 [2021-02-02T17:26:00.458Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T17:26:00.473Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:26:00.476Z] > git checkout -f 4673d8fa5536e522c66005499f5f3634968b9feb # timeout=10 [2021-02-02T17:26:00.694Z] > git rev-list --no-walk 8bc027a44ce3903c00d72d643a6e55ddaeb549a9 # timeout=10 [2021-02-02T17:25:59.859Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-02T17:25:59.861Z] > git config --add remote.origin.fetch +refs/pull/41842/head:refs/remotes/origin/PR-41842 # timeout=10 [2021-02-02T17:25:59.863Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:25:59.868Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-02T17:25:59.873Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-02T17:25:59.873Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:25:59.873Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41842/head:refs/remotes/origin/PR-41842 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:26:00.104Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:26:00.106Z] > git checkout -f 654f854faecb038cb5ff110e6705fe355f1c8159 # timeout=10 [2021-02-02T17:26:00.521Z] > git remote # timeout=10 [2021-02-02T17:26:00.523Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T17:26:00.525Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:26:00.526Z] > git merge 8d3179546e79065adefa67cc697c09d0ab137d30 # timeout=10 [2021-02-02T17:26:01.125Z] Merge succeeded, producing 4673d8fa5536e522c66005499f5f3634968b9feb [2021-02-02T17:26:01.125Z] Checking out Revision 4673d8fa5536e522c66005499f5f3634968b9feb (PR-41842) [2021-02-02T17:26:01.179Z] Commit message: "Merge commit '8d3179546e79065adefa67cc697c09d0ab137d30' into HEAD" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-02T17:26:01.639Z] + docker version [2021-02-02T17:26:01.639Z] Client: Docker Engine - Community [2021-02-02T17:26:01.639Z] Version: 19.03.7 [2021-02-02T17:26:01.639Z] API version: 1.40 [2021-02-02T17:26:01.639Z] Go version: go1.12.17 [2021-02-02T17:26:01.639Z] Git commit: 7141c199a2 [2021-02-02T17:26:01.639Z] Built: Sat Mar 7 16:48:47 2020 [2021-02-02T17:26:01.639Z] OS/Arch: linux/s390x [2021-02-02T17:26:01.639Z] Experimental: false [2021-02-02T17:26:01.639Z] [2021-02-02T17:26:01.639Z] Server: Docker Engine - Community [2021-02-02T17:26:01.639Z] Engine: [2021-02-02T17:26:01.639Z] Version: 19.03.7 [2021-02-02T17:26:01.639Z] API version: 1.40 (minimum version 1.12) [2021-02-02T17:26:01.639Z] Go version: go1.12.17 [2021-02-02T17:26:01.639Z] Git commit: 7141c199a2 [2021-02-02T17:26:01.639Z] Built: Sat Mar 7 16:47:46 2020 [2021-02-02T17:26:01.639Z] OS/Arch: linux/s390x [2021-02-02T17:26:01.639Z] Experimental: true [2021-02-02T17:26:01.639Z] containerd: [2021-02-02T17:26:01.639Z] Version: 1.2.13 [2021-02-02T17:26:01.639Z] GitCommit: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2021-02-02T17:26:01.639Z] runc: [2021-02-02T17:26:01.639Z] Version: 1.0.0-rc10 [2021-02-02T17:26:01.639Z] GitCommit: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2021-02-02T17:26:01.639Z] docker-init: [2021-02-02T17:26:01.639Z] Version: 0.18.0 [2021-02-02T17:26:01.639Z] GitCommit: fec3683 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-02T17:26:02.020Z] + docker info [2021-02-02T17:26:02.075Z] + [ PR != PR ] [2021-02-02T17:26:02.075Z] + [ master != master ] [2021-02-02T17:26:02.075Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-02T17:26:02.396Z] + docker version [2021-02-02T17:26:02.396Z] Client: Docker Engine - Community [2021-02-02T17:26:02.396Z] Version: 20.10.2 [2021-02-02T17:26:02.396Z] API version: 1.41 [2021-02-02T17:26:02.396Z] Go version: go1.13.15 [2021-02-02T17:26:02.396Z] Git commit: 2291f61 [2021-02-02T17:26:02.396Z] Built: Mon Dec 28 16:17:32 2020 [2021-02-02T17:26:02.396Z] OS/Arch: linux/amd64 [2021-02-02T17:26:02.396Z] Context: default [2021-02-02T17:26:02.396Z] Experimental: true [2021-02-02T17:26:02.396Z] [2021-02-02T17:26:02.396Z] Server: Docker Engine - Community [2021-02-02T17:26:02.396Z] Engine: [2021-02-02T17:26:02.396Z] Version: 20.10.2 [2021-02-02T17:26:02.396Z] API version: 1.41 (minimum version 1.12) [2021-02-02T17:26:02.396Z] Go version: go1.13.15 [2021-02-02T17:26:02.396Z] Git commit: 8891c58 [2021-02-02T17:26:02.396Z] Built: Mon Dec 28 16:15:09 2020 [2021-02-02T17:26:02.396Z] OS/Arch: linux/amd64 [2021-02-02T17:26:02.396Z] Experimental: true [2021-02-02T17:26:02.396Z] containerd: [2021-02-02T17:26:02.396Z] Version: 1.4.3 [2021-02-02T17:26:02.396Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:26:02.396Z] runc: [2021-02-02T17:26:02.396Z] Version: 1.0.0-rc92 [2021-02-02T17:26:02.396Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-02T17:26:02.396Z] docker-init: [2021-02-02T17:26:02.396Z] Version: 0.19.0 [2021-02-02T17:26:02.396Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-02T17:26:01.118Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T17:26:01.124Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:26:01.126Z] > git checkout -f 4673d8fa5536e522c66005499f5f3634968b9feb # timeout=10 [2021-02-02T17:26:02.655Z] Client: [2021-02-02T17:26:02.656Z] Debug Mode: false [2021-02-02T17:26:02.656Z] [2021-02-02T17:26:02.656Z] Server: [2021-02-02T17:26:02.656Z] Containers: 0 [2021-02-02T17:26:02.656Z] Running: 0 [2021-02-02T17:26:02.656Z] Paused: 0 [2021-02-02T17:26:02.656Z] Stopped: 0 [2021-02-02T17:26:02.656Z] Images: 0 [2021-02-02T17:26:02.656Z] Server Version: 19.03.7 [2021-02-02T17:26:02.656Z] Storage Driver: overlay2 [2021-02-02T17:26:02.656Z] Backing Filesystem: [2021-02-02T17:26:02.656Z] Supports d_type: true [2021-02-02T17:26:02.656Z] Native Overlay Diff: true [2021-02-02T17:26:02.656Z] Logging Driver: json-file [2021-02-02T17:26:02.656Z] Cgroup Driver: cgroupfs [2021-02-02T17:26:02.656Z] Plugins: [2021-02-02T17:26:02.656Z] Volume: local [2021-02-02T17:26:02.656Z] Network: bridge host ipvlan macvlan null overlay [2021-02-02T17:26:02.656Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-02T17:26:02.656Z] Swarm: inactive [2021-02-02T17:26:02.656Z] Runtimes: runc [2021-02-02T17:26:02.656Z] Default Runtime: runc [2021-02-02T17:26:02.656Z] Init Binary: docker-init [2021-02-02T17:26:02.656Z] containerd version: 7ad184331fa3e55e52b890ea95e65ba581ae3429 [2021-02-02T17:26:02.656Z] runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd [2021-02-02T17:26:02.656Z] init version: fec3683 [2021-02-02T17:26:02.656Z] Security Options: [2021-02-02T17:26:02.656Z] apparmor [2021-02-02T17:26:02.656Z] seccomp [2021-02-02T17:26:02.656Z] Profile: default [2021-02-02T17:26:02.656Z] Kernel Version: 4.15.0-91-generic [2021-02-02T17:26:02.656Z] Operating System: Ubuntu 18.04.4 LTS [2021-02-02T17:26:02.656Z] OSType: linux [2021-02-02T17:26:02.656Z] Architecture: s390x [2021-02-02T17:26:02.656Z] CPUs: 2 [2021-02-02T17:26:02.656Z] Total Memory: 7.861GiB [2021-02-02T17:26:02.656Z] Name: s390x-ubuntu-14 [2021-02-02T17:26:02.656Z] ID: KX4W:OISZ:E4EJ:3QOX:GCSE:TDK3:6NVC:NGLB:7US2:36DL:6NT2:YLOM [2021-02-02T17:26:02.656Z] Docker Root Dir: /var/lib/docker [2021-02-02T17:26:02.656Z] Debug Mode: false [2021-02-02T17:26:02.656Z] Registry: https://index.docker.io/v1/ [2021-02-02T17:26:02.656Z] Labels: [2021-02-02T17:26:02.656Z] Experimental: true [2021-02-02T17:26:02.656Z] Insecure Registries: [2021-02-02T17:26:02.656Z] 127.0.0.0/8 [2021-02-02T17:26:02.656Z] Live Restore Enabled: false [2021-02-02T17:26:02.656Z] [2021-02-02T17:26:02.656Z] WARNING: No swap limit support [2021-02-02T17:26:02.678Z] + docker info [2021-02-02T17:26:02.678Z] Client: [2021-02-02T17:26:02.678Z] Context: default [2021-02-02T17:26:02.678Z] Debug Mode: false [2021-02-02T17:26:02.678Z] Plugins: [2021-02-02T17:26:02.678Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-02T17:26:02.678Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-02T17:26:02.678Z] [2021-02-02T17:26:02.678Z] Server: [2021-02-02T17:26:02.678Z] Containers: 0 [2021-02-02T17:26:02.678Z] Running: 0 [2021-02-02T17:26:02.678Z] Paused: 0 [2021-02-02T17:26:02.678Z] Stopped: 0 [2021-02-02T17:26:02.678Z] Images: 5 [2021-02-02T17:26:02.678Z] Server Version: 20.10.2 [2021-02-02T17:26:02.678Z] Storage Driver: overlay2 [2021-02-02T17:26:02.678Z] Backing Filesystem: extfs [2021-02-02T17:26:02.678Z] Supports d_type: true [2021-02-02T17:26:02.678Z] Native Overlay Diff: true [2021-02-02T17:26:02.678Z] Logging Driver: json-file [2021-02-02T17:26:02.678Z] Cgroup Driver: cgroupfs [2021-02-02T17:26:02.678Z] Cgroup Version: 1 [2021-02-02T17:26:02.678Z] Plugins: [2021-02-02T17:26:02.678Z] Volume: local [2021-02-02T17:26:02.678Z] Network: bridge host ipvlan macvlan null overlay [2021-02-02T17:26:02.678Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-02T17:26:02.678Z] Swarm: inactive [2021-02-02T17:26:02.678Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-02T17:26:02.678Z] Default Runtime: runc [2021-02-02T17:26:02.678Z] Init Binary: docker-init [2021-02-02T17:26:02.678Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:26:02.678Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-02T17:26:02.678Z] init version: de40ad0 [2021-02-02T17:26:02.678Z] Security Options: [2021-02-02T17:26:02.678Z] apparmor [2021-02-02T17:26:02.678Z] seccomp [2021-02-02T17:26:02.678Z] Profile: default [2021-02-02T17:26:02.678Z] Kernel Version: 5.4.0-1035-aws [2021-02-02T17:26:02.678Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-02T17:26:02.678Z] OSType: linux [2021-02-02T17:26:02.678Z] Architecture: x86_64 [2021-02-02T17:26:02.678Z] CPUs: 8 [2021-02-02T17:26:02.678Z] Total Memory: 30.91GiB [2021-02-02T17:26:02.678Z] Name: ip-10-100-53-31 [2021-02-02T17:26:02.678Z] ID: 6V4B:VKYK:OLF7:OAMN:3BBO:HNEE:JR5Z:3FAM:YACZ:D3PV:FSY4:SD2W [2021-02-02T17:26:02.678Z] Docker Root Dir: /var/lib/docker [2021-02-02T17:26:02.678Z] Debug Mode: false [2021-02-02T17:26:02.678Z] Registry: https://index.docker.io/v1/ [2021-02-02T17:26:02.678Z] Labels: [2021-02-02T17:26:02.678Z] Experimental: true [2021-02-02T17:26:02.678Z] Insecure Registries: [2021-02-02T17:26:02.678Z] 127.0.0.0/8 [2021-02-02T17:26:02.678Z] Live Restore Enabled: true [2021-02-02T17:26:02.678Z] [2021-02-02T17:26:02.678Z] WARNING: No swap limit support [2021-02-02T17:26:02.678Z] WARNING: No blkio weight support [2021-02-02T17:26:02.678Z] WARNING: No blkio weight_device support [Pipeline] sh [Pipeline] sh [2021-02-02T17:26:02.959Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-02T17:26:02.959Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-02T17:26:02.959Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41842/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-02T17:26:02.959Z] + bash /home/ubuntu/workspace/moby_PR-41842/check-config.sh [2021-02-02T17:26:02.959Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-02T17:26:02.959Z] info: reading kernel config from /boot/config-5.4.0-1035-aws ... [2021-02-02T17:26:02.959Z] [2021-02-02T17:26:02.959Z] Generally Necessary: [2021-02-02T17:26:02.959Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-02T17:26:02.959Z] - apparmor: enabled and tools installed [2021-02-02T17:26:02.959Z] - CONFIG_NAMESPACES: enabled [2021-02-02T17:26:02.959Z] - CONFIG_NET_NS: enabled [2021-02-02T17:26:02.959Z] - CONFIG_PID_NS: enabled [2021-02-02T17:26:03.065Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-02T17:26:03.065Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-02T17:26:03.065Z] + curl -fsSL -o /home/jenkins/workspace/moby_PR-41842/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-02T17:26:03.065Z] + bash /home/jenkins/workspace/moby_PR-41842/check-config.sh [2021-02-02T17:26:03.065Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-02T17:26:03.065Z] info: reading kernel config from /boot/config-4.15.0-91-generic ... [2021-02-02T17:26:03.065Z] [2021-02-02T17:26:03.065Z] Generally Necessary: [2021-02-02T17:26:03.065Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-02T17:26:03.065Z] - apparmor: enabled and tools installed [2021-02-02T17:26:03.065Z] - CONFIG_NAMESPACES: enabled [2021-02-02T17:26:03.065Z] - CONFIG_NET_NS: enabled [2021-02-02T17:26:03.066Z] - CONFIG_PID_NS: enabled [2021-02-02T17:26:03.066Z] - CONFIG_IPC_NS: enabled [2021-02-02T17:26:03.066Z] - CONFIG_UTS_NS: enabled [2021-02-02T17:26:03.066Z] - CONFIG_CGROUPS: enabled [2021-02-02T17:26:03.066Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-02T17:26:03.066Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-02T17:26:03.066Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-02T17:26:03.066Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-02T17:26:03.066Z] - CONFIG_CPUSETS: enabled [2021-02-02T17:26:03.066Z] - CONFIG_MEMCG: enabled [2021-02-02T17:26:03.066Z] - CONFIG_KEYS: enabled [2021-02-02T17:26:03.066Z] - CONFIG_VETH: enabled (as module) [2021-02-02T17:26:03.066Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-02T17:26:03.066Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-02T17:26:03.066Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-02-02T17:26:03.066Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-02T17:26:03.066Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-02T17:26:03.066Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-02T17:26:03.066Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-02T17:26:03.219Z] - CONFIG_IPC_NS: enabled [2021-02-02T17:26:03.219Z] - CONFIG_UTS_NS: enabled [2021-02-02T17:26:03.219Z] - CONFIG_CGROUPS: enabled [2021-02-02T17:26:03.219Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-02T17:26:03.219Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-02T17:26:03.219Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-02T17:26:03.219Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-02T17:26:03.219Z] - CONFIG_CPUSETS: enabled [2021-02-02T17:26:03.219Z] - CONFIG_MEMCG: enabled [2021-02-02T17:26:03.219Z] - CONFIG_KEYS: enabled [2021-02-02T17:26:03.219Z] - CONFIG_VETH: enabled (as module) [2021-02-02T17:26:03.219Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-02T17:26:03.219Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-02T17:26:03.219Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-02T17:26:03.219Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-02T17:26:03.219Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-02T17:26:03.219Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-02T17:26:03.219Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-02T17:26:03.219Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-02T17:26:03.219Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-02T17:26:03.219Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-02T17:26:03.219Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-02T17:26:03.219Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-02T17:26:03.219Z] [2021-02-02T17:26:03.219Z] Optional Features: [2021-02-02T17:26:03.219Z] - CONFIG_USER_NS: enabled [2021-02-02T17:26:03.219Z] - CONFIG_SECCOMP: enabled [2021-02-02T17:26:03.219Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-02T17:26:03.219Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-02T17:26:03.219Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-02T17:26:03.219Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-02T17:26:03.219Z] - CONFIG_BLK_CGROUP: enabled [2021-02-02T17:26:03.219Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-02T17:26:03.219Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-02T17:26:03.219Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-02T17:26:03.219Z] - CONFIG_CGROUP_PERF: enabled [2021-02-02T17:26:03.219Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-02T17:26:03.219Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-02T17:26:03.219Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-02T17:26:03.219Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-02T17:26:03.219Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-02T17:26:03.219Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-02T17:26:03.219Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-02T17:26:03.219Z] - CONFIG_IP_VS: enabled (as module) [2021-02-02T17:26:03.219Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-02T17:26:03.219Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-02T17:26:03.219Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-02T17:26:03.219Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-02T17:26:03.219Z] - CONFIG_EXT4_FS: enabled [2021-02-02T17:26:03.219Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-02T17:26:03.219Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-02T17:26:03.219Z] - Network Drivers: [2021-02-02T17:26:03.219Z] - "overlay": [2021-02-02T17:26:03.358Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-02T17:26:03.358Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-02T17:26:03.358Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-02T17:26:03.358Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-02-02T17:26:03.358Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-02T17:26:03.358Z] [2021-02-02T17:26:03.358Z] Optional Features: [2021-02-02T17:26:03.358Z] - CONFIG_USER_NS: enabled [2021-02-02T17:26:03.358Z] - CONFIG_SECCOMP: enabled [2021-02-02T17:26:03.358Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-02T17:26:03.358Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-02T17:26:03.358Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-02T17:26:03.358Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-02T17:26:03.358Z] - CONFIG_BLK_CGROUP: enabled [2021-02-02T17:26:03.358Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-02T17:26:03.358Z] - CONFIG_IOSCHED_CFQ: enabled [2021-02-02T17:26:03.358Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-02-02T17:26:03.358Z] - CONFIG_CGROUP_PERF: enabled [2021-02-02T17:26:03.358Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-02T17:26:03.358Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-02T17:26:03.358Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-02T17:26:03.358Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-02T17:26:03.358Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-02T17:26:03.358Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-02T17:26:03.358Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-02T17:26:03.358Z] - CONFIG_IP_VS: enabled (as module) [2021-02-02T17:26:03.358Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-02T17:26:03.358Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-02T17:26:03.358Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-02T17:26:03.358Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-02T17:26:03.358Z] - CONFIG_EXT4_FS: enabled [2021-02-02T17:26:03.358Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-02T17:26:03.358Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-02T17:26:03.358Z] - Network Drivers: [2021-02-02T17:26:03.358Z] - "overlay": [2021-02-02T17:26:03.358Z] - CONFIG_VXLAN: enabled (as module) [2021-02-02T17:26:03.358Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-02T17:26:03.358Z] Optional (for encrypted networks): [2021-02-02T17:26:03.358Z] - CONFIG_CRYPTO: enabled [2021-02-02T17:26:03.358Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-02T17:26:03.358Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-02T17:26:03.358Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-02T17:26:03.358Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-02T17:26:03.358Z] - CONFIG_XFRM: enabled [2021-02-02T17:26:03.358Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-02T17:26:03.358Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-02T17:26:03.358Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-02T17:26:03.358Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-02-02T17:26:03.358Z] - "ipvlan": [2021-02-02T17:26:03.358Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-02T17:26:03.358Z] - "macvlan": [2021-02-02T17:26:03.358Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-02T17:26:03.358Z] - CONFIG_DUMMY: enabled (as module) [2021-02-02T17:26:03.358Z] - "ftp,tftp client in container": [2021-02-02T17:26:03.358Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-02T17:26:03.358Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-02T17:26:03.358Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-02T17:26:03.358Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-02T17:26:03.358Z] - Storage Drivers: [2021-02-02T17:26:03.358Z] - "aufs": [2021-02-02T17:26:03.358Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-02T17:26:03.358Z] - "btrfs": [2021-02-02T17:26:03.358Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-02T17:26:03.358Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-02T17:26:03.358Z] - "devicemapper": [2021-02-02T17:26:03.358Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-02T17:26:03.358Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-02T17:26:03.358Z] - "overlay": [2021-02-02T17:26:03.358Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-02T17:26:03.358Z] - "zfs": [2021-02-02T17:26:03.358Z] - /dev/zfs: missing [2021-02-02T17:26:03.358Z] - zfs command: missing [2021-02-02T17:26:03.358Z] - zpool command: missing [2021-02-02T17:26:03.358Z] [2021-02-02T17:26:03.358Z] Limits: [2021-02-02T17:26:03.358Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-02T17:26:03.358Z] [2021-02-02T17:26:03.358Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-02T17:26:03.478Z] - CONFIG_VXLAN: enabled (as module) [2021-02-02T17:26:03.478Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-02T17:26:03.478Z] Optional (for encrypted networks): [2021-02-02T17:26:03.478Z] - CONFIG_CRYPTO: enabled [2021-02-02T17:26:03.478Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-02T17:26:03.478Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-02T17:26:03.478Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-02T17:26:03.478Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-02T17:26:03.478Z] - CONFIG_XFRM: enabled [2021-02-02T17:26:03.478Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-02T17:26:03.478Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-02T17:26:03.478Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-02T17:26:03.478Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-02T17:26:03.478Z] - "ipvlan": [2021-02-02T17:26:03.478Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-02T17:26:03.478Z] - "macvlan": [2021-02-02T17:26:03.478Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-02T17:26:03.478Z] - CONFIG_DUMMY: enabled (as module) [2021-02-02T17:26:03.478Z] - "ftp,tftp client in container": [2021-02-02T17:26:03.478Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-02T17:26:03.478Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-02T17:26:03.478Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-02T17:26:03.478Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-02T17:26:03.478Z] - Storage Drivers: [2021-02-02T17:26:03.478Z] - "aufs": [2021-02-02T17:26:03.478Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-02T17:26:03.478Z] - "btrfs": [2021-02-02T17:26:03.478Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-02T17:26:03.478Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-02T17:26:03.478Z] - "devicemapper": [2021-02-02T17:26:03.478Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-02T17:26:03.478Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-02T17:26:03.478Z] - "overlay": [2021-02-02T17:26:03.478Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-02T17:26:03.478Z] - "zfs": [2021-02-02T17:26:03.478Z] - /dev/zfs: present [2021-02-02T17:26:03.478Z] - zfs command: missing [2021-02-02T17:26:03.478Z] - zpool command: missing [2021-02-02T17:26:03.478Z] [2021-02-02T17:26:03.478Z] Limits: [2021-02-02T17:26:03.478Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-02T17:26:03.478Z] [2021-02-02T17:26:03.478Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-02T17:26:03.797Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:917ff358791c55091e335f0e1fb9d9224b564d94 . [2021-02-02T17:26:03.797Z] #2 [internal] load .dockerignore [2021-02-02T17:26:03.797Z] #2 transferring context: 87B 0.0s done [2021-02-02T17:26:03.797Z] #2 DONE 0.1s [2021-02-02T17:26:03.797Z] [2021-02-02T17:26:03.797Z] #1 [internal] load build definition from Dockerfile [2021-02-02T17:26:03.797Z] #1 transferring dockerfile: 16.55kB 0.0s done [2021-02-02T17:26:03.797Z] #1 DONE 0.1s [2021-02-02T17:26:03.857Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:917ff358791c55091e335f0e1fb9d9224b564d94 . [2021-02-02T17:26:03.857Z] #1 [internal] load build definition from Dockerfile [2021-02-02T17:26:03.857Z] #1 sha256:0d755b0f0e26123f0ec423e83a3037921cb350d1fa973a365b5adb334aa966c2 [2021-02-02T17:26:03.857Z] #1 transferring dockerfile: 16.55kB done [2021-02-02T17:26:03.857Z] #1 DONE 0.0s [2021-02-02T17:26:03.857Z] [2021-02-02T17:26:03.857Z] #2 [internal] load .dockerignore [2021-02-02T17:26:03.857Z] #2 sha256:ac887da6e43fbb1e74ec11bf1b18c335f1f486d08597b506717dbc57db7971a8 [2021-02-02T17:26:03.857Z] #2 transferring context: 87B done [2021-02-02T17:26:03.857Z] #2 DONE 0.0s [2021-02-02T17:26:03.857Z] [2021-02-02T17:26:03.857Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-02T17:26:03.857Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-02T17:26:04.089Z] [2021-02-02T17:26:04.090Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-02T17:26:04.090Z] #3 DONE 0.2s [2021-02-02T17:26:04.090Z] [2021-02-02T17:26:04.090Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de8... [2021-02-02T17:26:04.090Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-02T17:26:04.123Z] Fetching without tags [2021-02-02T17:26:04.382Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 1.83MB / 8.88MB 0.1s [2021-02-02T17:26:04.382Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-02T17:26:04.382Z] #4 sha256:5bf144d844d8560c37576acf15f95a39f34818f35fc6f48495d827161e397cea 521B / 521B done [2021-02-02T17:26:04.382Z] #4 sha256:4f216ae6358af18e67fc5776f6cfbce0c11d409ab23468a9be6b99bf08c7a101 897B / 897B done [2021-02-02T17:26:04.382Z] #4 sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 8.88MB / 8.88MB 0.2s done [2021-02-02T17:26:04.382Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.1s [2021-02-02T17:26:04.404Z] Merging remotes/origin/master commit 8d3179546e79065adefa67cc697c09d0ab137d30 into PR head commit 654f854faecb038cb5ff110e6705fe355f1c8159 [2021-02-02T17:26:04.425Z] #3 DONE 0.3s [2021-02-02T17:26:04.425Z] [2021-02-02T17:26:04.425Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-02T17:26:04.425Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-02T17:26:04.425Z] #4 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-02T17:26:04.426Z] #4 sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 1.69kB / 1.69kB done [2021-02-02T17:26:04.426Z] #4 sha256:8c69d118cfcd040a222bea7f7d57c6156faa938cb61b47657cd65343babc3664 521B / 521B done [2021-02-02T17:26:04.426Z] #4 sha256:08fb2b2ca3d58e19d791e73dea16126df37608115532e748d63525688df457a5 897B / 897B done [2021-02-02T17:26:04.426Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 5.24MB / 8.88MB 0.1s [2021-02-02T17:26:04.426Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s [2021-02-02T17:26:04.426Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 [2021-02-02T17:26:04.426Z] #4 sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 8.88MB / 8.88MB 0.2s done [2021-02-02T17:26:04.676Z] #4 extracting sha256:7fea19bf2517ee096d8b716d068d08b6687ce220fe8eb4767ebbb9c6137072f4 0.2s done [2021-02-02T17:26:04.676Z] #4 DONE 0.6s [2021-02-02T17:26:04.685Z] #4 extracting sha256:61261561661960014533790f5d6c42f5b88362db7e005f35248c20f075900a61 0.1s done [2021-02-02T17:26:04.685Z] #4 DONE 0.4s [2021-02-02T17:26:04.685Z] [2021-02-02T17:26:04.685Z] #5 [internal] load build definition from Dockerfile [2021-02-02T17:26:04.685Z] #5 sha256:4c47ed9e5ead0c5b077722cbbcb0d7db0e9b8b3c9b08c5d278863bf10227088b [2021-02-02T17:26:04.685Z] #5 transferring dockerfile: 16.55kB done [2021-02-02T17:26:04.685Z] #5 DONE 0.0s [2021-02-02T17:26:04.685Z] [2021-02-02T17:26:04.685Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-02T17:26:04.685Z] #8 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-02T17:26:04.795Z] Still waiting to schedule task [2021-02-02T17:26:04.795Z] Waiting for next available executor on ‘windows-2019’ [2021-02-02T17:26:04.944Z] #8 DONE 0.2s [2021-02-02T17:26:04.944Z] [2021-02-02T17:26:04.944Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-02T17:26:04.944Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-02T17:26:04.944Z] #6 DONE 0.1s [2021-02-02T17:26:04.944Z] [2021-02-02T17:26:04.944Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-02T17:26:04.944Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-02T17:26:04.992Z] [2021-02-02T17:26:04.992Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-02T17:26:04.992Z] #5 DONE 0.1s [2021-02-02T17:26:04.992Z] [2021-02-02T17:26:04.992Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-02T17:26:05.203Z] #7 DONE 0.2s [2021-02-02T17:26:05.230Z] Fetching without tags [2021-02-02T17:26:05.318Z] #7 DONE 0.1s [2021-02-02T17:26:05.318Z] [2021-02-02T17:26:05.318Z] #6 [internal] load metadata for docker.io/library/debian:buster [2021-02-02T17:26:05.318Z] #6 DONE 0.1s [2021-02-02T17:26:05.318Z] [2021-02-02T17:26:05.318Z] #8 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817... [2021-02-02T17:26:05.318Z] #8 DONE 0.0s [2021-02-02T17:26:05.318Z] [2021-02-02T17:26:05.318Z] #9 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";'... [2021-02-02T17:26:05.318Z] #9 CACHED [2021-02-02T17:26:05.318Z] [2021-02-02T17:26:05.318Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f6671... [2021-02-02T17:26:05.318Z] #24 resolve docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299 done [2021-02-02T17:26:05.318Z] #24 sha256:15e71c2ae22f7fff5a03d5a2c1ccbee8b2526b04a21e1cff46ad70648272e773 977.37kB / 48.97MB 0.1s [2021-02-02T17:26:05.318Z] #24 sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299 1.85kB / 1.85kB done [2021-02-02T17:26:05.318Z] #24 sha256:11bf5034297fd6c74478ca84e6faa5f5f327cbdd845c4fc55a77ee1f74fbf4a3 529B / 529B done [2021-02-02T17:26:05.318Z] #24 sha256:056d0a7c279321a0170f530baf74a93492ba49d7abaaa702d94533b125002c20 1.46kB / 1.46kB done [2021-02-02T17:26:05.318Z] #24 sha256:15e71c2ae22f7fff5a03d5a2c1ccbee8b2526b04a21e1cff46ad70648272e773 14.23MB / 48.97MB 0.3s [2021-02-02T17:26:05.443Z] Merge succeeded, producing ff9c37998145b5b3107d090f45abe80e5d9ee250 [2021-02-02T17:26:05.443Z] Checking out Revision ff9c37998145b5b3107d090f45abe80e5d9ee250 (PR-41842) [2021-02-02T17:26:05.466Z] [2021-02-02T17:26:05.466Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-02T17:26:05.466Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-02T17:26:05.466Z] #9 CACHED [2021-02-02T17:26:05.466Z] [2021-02-02T17:26:05.466Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299 [2021-02-02T17:26:05.466Z] #25 sha256:10877c50c598adfc862503ea8be9a65a55673726f7b55615e941b05a74410f99 [2021-02-02T17:26:05.466Z] #25 resolve docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299 done [2021-02-02T17:26:05.466Z] #25 sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299 1.85kB / 1.85kB done [2021-02-02T17:26:05.466Z] #25 sha256:a5edb9fa5b2a8d6665ed911466827734795ef10d2b3985a46b7e9c7f0161a6b3 529B / 529B done [2021-02-02T17:26:05.466Z] #25 sha256:e7d08cddf791fe3245267654331eb21b805458b3412d368018009355855044a3 1.46kB / 1.46kB done [2021-02-02T17:26:05.466Z] #25 sha256:b9a857cbf04d2c0d2f0f6b73e894b20a977a6d3b6edd9e27d080e03142954950 1.05MB / 50.40MB 0.1s [2021-02-02T17:26:05.562Z] Commit message: "Merge commit '8d3179546e79065adefa67cc697c09d0ab137d30' into HEAD" [2021-02-02T17:26:05.574Z] First time build. Skipping changelog. [2021-02-02T17:26:05.632Z] #24 sha256:15e71c2ae22f7fff5a03d5a2c1ccbee8b2526b04a21e1cff46ad70648272e773 22.67MB / 48.97MB 0.4s [2021-02-02T17:26:05.632Z] #24 sha256:15e71c2ae22f7fff5a03d5a2c1ccbee8b2526b04a21e1cff46ad70648272e773 32.38MB / 48.97MB 0.5s [2021-02-02T17:26:05.644Z] Merging remotes/origin/master commit 8d3179546e79065adefa67cc697c09d0ab137d30 into PR head commit 654f854faecb038cb5ff110e6705fe355f1c8159 [2021-02-02T17:26:05.735Z] #25 sha256:b9a857cbf04d2c0d2f0f6b73e894b20a977a6d3b6edd9e27d080e03142954950 10.49MB / 50.40MB 0.2s [2021-02-02T17:26:05.735Z] #25 sha256:b9a857cbf04d2c0d2f0f6b73e894b20a977a6d3b6edd9e27d080e03142954950 23.52MB / 50.40MB 0.3s [2021-02-02T17:26:04.101Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-02T17:26:04.107Z] > git config --add remote.origin.fetch +refs/pull/41842/head:refs/remotes/origin/PR-41842 # timeout=10 [2021-02-02T17:26:04.110Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:26:04.120Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-02T17:26:04.138Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-02T17:26:04.138Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:26:04.139Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41842/head:refs/remotes/origin/PR-41842 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:26:04.413Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:26:04.418Z] > git checkout -f 654f854faecb038cb5ff110e6705fe355f1c8159 # timeout=10 [2021-02-02T17:26:04.837Z] > git remote # timeout=10 [2021-02-02T17:26:04.839Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T17:26:04.845Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:26:04.845Z] > git merge 8d3179546e79065adefa67cc697c09d0ab137d30 # timeout=10 [2021-02-02T17:26:05.446Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T17:26:05.451Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:26:05.457Z] > git checkout -f ff9c37998145b5b3107d090f45abe80e5d9ee250 # timeout=10 [2021-02-02T17:26:05.571Z] > git rev-list --no-walk 8bc027a44ce3903c00d72d643a6e55ddaeb549a9 # timeout=10 [2021-02-02T17:26:05.228Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-02T17:26:05.232Z] > git config --add remote.origin.fetch +refs/pull/41842/head:refs/remotes/origin/PR-41842 # timeout=10 [2021-02-02T17:26:05.237Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:26:05.245Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-02T17:26:05.259Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-02T17:26:05.259Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:26:05.261Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41842/head:refs/remotes/origin/PR-41842 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:26:05.672Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:26:05.676Z] > git checkout -f 654f854faecb038cb5ff110e6705fe355f1c8159 # timeout=10 [2021-02-02T17:26:05.924Z] #24 sha256:15e71c2ae22f7fff5a03d5a2c1ccbee8b2526b04a21e1cff46ad70648272e773 42.89MB / 48.97MB 0.6s [2021-02-02T17:26:05.924Z] #24 sha256:15e71c2ae22f7fff5a03d5a2c1ccbee8b2526b04a21e1cff46ad70648272e773 48.97MB / 48.97MB 0.7s [2021-02-02T17:26:05.924Z] #24 sha256:15e71c2ae22f7fff5a03d5a2c1ccbee8b2526b04a21e1cff46ad70648272e773 48.97MB / 48.97MB 0.7s done [2021-02-02T17:26:06.001Z] #25 sha256:b9a857cbf04d2c0d2f0f6b73e894b20a977a6d3b6edd9e27d080e03142954950 27.26MB / 50.40MB 0.4s [2021-02-02T17:26:06.001Z] #25 sha256:b9a857cbf04d2c0d2f0f6b73e894b20a977a6d3b6edd9e27d080e03142954950 50.40MB / 50.40MB 0.6s [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-02T17:26:06.217Z] #24 extracting sha256:15e71c2ae22f7fff5a03d5a2c1ccbee8b2526b04a21e1cff46ad70648272e773 [2021-02-02T17:26:06.327Z] + docker version [2021-02-02T17:26:06.327Z] Client: Docker Engine - Community [2021-02-02T17:26:06.327Z] Version: 20.10.2 [2021-02-02T17:26:06.327Z] API version: 1.41 [2021-02-02T17:26:06.327Z] Go version: go1.13.15 [2021-02-02T17:26:06.327Z] Git commit: 2291f61 [2021-02-02T17:26:06.327Z] Built: Mon Dec 28 16:17:32 2020 [2021-02-02T17:26:06.327Z] OS/Arch: linux/amd64 [2021-02-02T17:26:06.327Z] Context: default [2021-02-02T17:26:06.327Z] Experimental: true [2021-02-02T17:26:06.327Z] [2021-02-02T17:26:06.327Z] Server: Docker Engine - Community [2021-02-02T17:26:06.327Z] Engine: [2021-02-02T17:26:06.327Z] Version: 20.10.2 [2021-02-02T17:26:06.327Z] API version: 1.41 (minimum version 1.12) [2021-02-02T17:26:06.327Z] Go version: go1.13.15 [2021-02-02T17:26:06.327Z] Git commit: 8891c58 [2021-02-02T17:26:06.327Z] Built: Mon Dec 28 16:15:09 2020 [2021-02-02T17:26:06.327Z] OS/Arch: linux/amd64 [2021-02-02T17:26:06.327Z] Experimental: true [2021-02-02T17:26:06.327Z] containerd: [2021-02-02T17:26:06.327Z] Version: 1.4.3 [2021-02-02T17:26:06.327Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:26:06.327Z] runc: [2021-02-02T17:26:06.327Z] Version: 1.0.0-rc92 [2021-02-02T17:26:06.327Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-02T17:26:06.327Z] docker-init: [2021-02-02T17:26:06.327Z] Version: 0.19.0 [2021-02-02T17:26:06.327Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-02T17:26:06.509Z] #24 ... [2021-02-02T17:26:06.509Z] [2021-02-02T17:26:06.509Z] #10 [base 3/3] RUN sed -ri "s/(httpredir|deb).debian.org/cdn-fastly.deb.debi... [2021-02-02T17:26:06.509Z] #10 DONE 1.2s [2021-02-02T17:26:06.509Z] [2021-02-02T17:26:06.509Z] #21 [internal] load build context [2021-02-02T17:26:06.509Z] #21 transferring context: 53.39MB 1.2s done [2021-02-02T17:26:06.509Z] #21 DONE 1.3s [2021-02-02T17:26:06.509Z] [2021-02-02T17:26:06.509Z] #29 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-02T17:26:06.509Z] #29 DONE 0.1s [2021-02-02T17:26:06.509Z] [2021-02-02T17:26:06.509Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f6671... [2021-02-02T17:26:06.509Z] #24 ... [2021-02-02T17:26:06.509Z] [2021-02-02T17:26:06.509Z] #37 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-02T17:26:06.509Z] #37 DONE 0.1s [2021-02-02T17:26:06.509Z] [2021-02-02T17:26:06.509Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f6671... [2021-02-02T17:26:06.571Z] #25 ... [2021-02-02T17:26:06.571Z] [2021-02-02T17:26:06.571Z] #22 [internal] load build context [2021-02-02T17:26:06.571Z] #22 sha256:44b591159d4070a19393bcf8e857a6f7407f0c9bf1f31a24d5c929f1dfb315b0 [2021-02-02T17:26:06.571Z] #22 transferring context: 53.39MB 1.0s done [2021-02-02T17:26:06.571Z] #22 DONE 1.1s [2021-02-02T17:26:06.571Z] [2021-02-02T17:26:06.571Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299 [2021-02-02T17:26:06.571Z] #25 sha256:10877c50c598adfc862503ea8be9a65a55673726f7b55615e941b05a74410f99 [2021-02-02T17:26:06.571Z] #25 sha256:b9a857cbf04d2c0d2f0f6b73e894b20a977a6d3b6edd9e27d080e03142954950 50.40MB / 50.40MB 1.1s done [2021-02-02T17:26:06.571Z] #25 extracting sha256:b9a857cbf04d2c0d2f0f6b73e894b20a977a6d3b6edd9e27d080e03142954950 [2021-02-02T17:26:06.661Z] + docker info [2021-02-02T17:26:06.802Z] #24 ... [2021-02-02T17:26:06.802Z] [2021-02-02T17:26:06.802Z] #60 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4... [2021-02-02T17:26:06.802Z] #60 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-02T17:26:06.802Z] #60 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-02T17:26:06.802Z] #60 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-02T17:26:06.802Z] #60 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done [2021-02-02T17:26:06.802Z] #60 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.1s done [2021-02-02T17:26:06.802Z] #60 DONE 1.6s [2021-02-02T17:26:06.802Z] [2021-02-02T17:26:06.802Z] #24 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f6671... [2021-02-02T17:26:06.831Z] #25 ... [2021-02-02T17:26:06.831Z] [2021-02-02T17:26:06.831Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-02T17:26:06.831Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-02T17:26:06.831Z] #61 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 done [2021-02-02T17:26:06.831Z] #61 sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 528B / 528B done [2021-02-02T17:26:06.831Z] #61 sha256:ccc33552567b383c34a823c6b7cffec4ccb0572aa76616a24ed8c561797d6556 1.20kB / 1.20kB done [2021-02-02T17:26:06.831Z] #61 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.3s done [2021-02-02T17:26:06.831Z] #61 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 0.4s done [2021-02-02T17:26:06.831Z] #61 DONE 1.3s [2021-02-02T17:26:06.831Z] [2021-02-02T17:26:06.831Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299 [2021-02-02T17:26:06.831Z] #25 sha256:10877c50c598adfc862503ea8be9a65a55673726f7b55615e941b05a74410f99 [2021-02-02T17:26:07.091Z] #25 ... [2021-02-02T17:26:07.091Z] [2021-02-02T17:26:07.091Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-02T17:26:07.091Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-02T17:26:07.091Z] #10 DONE 1.7s [2021-02-02T17:26:07.091Z] [2021-02-02T17:26:07.091Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299 [2021-02-02T17:26:07.091Z] #25 sha256:10877c50c598adfc862503ea8be9a65a55673726f7b55615e941b05a74410f99 [2021-02-02T17:26:07.215Z] Merge succeeded, producing e4e4afcbc68f6113f89f651c520e63ce0f25badb [2021-02-02T17:26:07.215Z] Checking out Revision e4e4afcbc68f6113f89f651c520e63ce0f25badb (PR-41842) [2021-02-02T17:26:07.224Z] Client: [2021-02-02T17:26:07.224Z] Context: default [2021-02-02T17:26:07.224Z] Debug Mode: false [2021-02-02T17:26:07.224Z] Plugins: [2021-02-02T17:26:07.224Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-02T17:26:07.224Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-02T17:26:07.224Z] [2021-02-02T17:26:07.224Z] Server: [2021-02-02T17:26:07.224Z] Containers: 0 [2021-02-02T17:26:07.224Z] Running: 0 [2021-02-02T17:26:07.224Z] Paused: 0 [2021-02-02T17:26:07.224Z] Stopped: 0 [2021-02-02T17:26:07.224Z] Images: 2 [2021-02-02T17:26:07.224Z] Server Version: 20.10.2 [2021-02-02T17:26:07.224Z] Storage Driver: overlay2 [2021-02-02T17:26:07.224Z] Backing Filesystem: extfs [2021-02-02T17:26:07.224Z] Supports d_type: true [2021-02-02T17:26:07.224Z] Native Overlay Diff: true [2021-02-02T17:26:07.224Z] Logging Driver: json-file [2021-02-02T17:26:07.224Z] Cgroup Driver: cgroupfs [2021-02-02T17:26:07.224Z] Cgroup Version: 1 [2021-02-02T17:26:07.224Z] Plugins: [2021-02-02T17:26:07.224Z] Volume: local [2021-02-02T17:26:07.224Z] Network: bridge host ipvlan macvlan null overlay [2021-02-02T17:26:07.224Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-02T17:26:07.224Z] Swarm: inactive [2021-02-02T17:26:07.224Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-02T17:26:07.224Z] Default Runtime: runc [2021-02-02T17:26:07.224Z] Init Binary: docker-init [2021-02-02T17:26:07.224Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:26:07.224Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-02T17:26:07.224Z] init version: de40ad0 [2021-02-02T17:26:07.224Z] Security Options: [2021-02-02T17:26:07.224Z] apparmor [2021-02-02T17:26:07.224Z] seccomp [2021-02-02T17:26:07.224Z] Profile: default [2021-02-02T17:26:07.224Z] Kernel Version: 5.4.0-1035-aws [2021-02-02T17:26:07.224Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-02T17:26:07.224Z] OSType: linux [2021-02-02T17:26:07.224Z] Architecture: x86_64 [2021-02-02T17:26:07.224Z] CPUs: 2 [2021-02-02T17:26:07.224Z] Total Memory: 7.569GiB [2021-02-02T17:26:07.224Z] Name: ip-10-100-90-155 [2021-02-02T17:26:07.224Z] ID: 6V4B:VKYK:OLF7:OAMN:3BBO:HNEE:JR5Z:3FAM:YACZ:D3PV:FSY4:SD2W [2021-02-02T17:26:07.224Z] Docker Root Dir: /var/lib/docker [2021-02-02T17:26:07.224Z] Debug Mode: false [2021-02-02T17:26:07.224Z] Registry: https://index.docker.io/v1/ [2021-02-02T17:26:07.224Z] Labels: [2021-02-02T17:26:07.224Z] Experimental: true [2021-02-02T17:26:07.224Z] Insecure Registries: [2021-02-02T17:26:07.224Z] 127.0.0.0/8 [2021-02-02T17:26:07.224Z] Live Restore Enabled: true [2021-02-02T17:26:07.224Z] [2021-02-02T17:26:07.224Z] WARNING: No swap limit support [2021-02-02T17:26:07.224Z] WARNING: No blkio weight support [2021-02-02T17:26:07.224Z] WARNING: No blkio weight_device support [Pipeline] sh [2021-02-02T17:26:07.330Z] Commit message: "Merge commit '8d3179546e79065adefa67cc697c09d0ab137d30' into HEAD" [2021-02-02T17:26:07.381Z] First time build. Skipping changelog. [2021-02-02T17:26:07.541Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-02T17:26:07.541Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-02T17:26:07.541Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41842/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-02T17:26:07.541Z] + bash /home/ubuntu/workspace/moby_PR-41842/check-config.sh [2021-02-02T17:26:07.541Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-02T17:26:07.541Z] info: reading kernel config from /boot/config-5.4.0-1035-aws ... [2021-02-02T17:26:07.541Z] [2021-02-02T17:26:07.541Z] Generally Necessary: [2021-02-02T17:26:07.541Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-02T17:26:07.541Z] - apparmor: enabled and tools installed [2021-02-02T17:26:07.541Z] - CONFIG_NAMESPACES: enabled [2021-02-02T17:26:07.541Z] - CONFIG_NET_NS: enabled [2021-02-02T17:26:07.541Z] - CONFIG_PID_NS: enabled [2021-02-02T17:26:07.541Z] - CONFIG_IPC_NS: enabled [2021-02-02T17:26:07.541Z] - CONFIG_UTS_NS: enabled [2021-02-02T17:26:07.541Z] - CONFIG_CGROUPS: enabled [2021-02-02T17:26:07.541Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-02T17:26:07.541Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-02T17:26:07.541Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-02T17:26:07.541Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-02T17:26:07.541Z] - CONFIG_CPUSETS: enabled [2021-02-02T17:26:07.541Z] - CONFIG_MEMCG: enabled [2021-02-02T17:26:07.541Z] - CONFIG_KEYS: enabled [2021-02-02T17:26:07.541Z] - CONFIG_VETH: enabled (as module) [2021-02-02T17:26:07.541Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-02T17:26:07.541Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-02T17:26:07.541Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-02T17:26:07.541Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-02T17:26:07.541Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-02T17:26:07.541Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-02T17:26:07.541Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-02T17:26:07.541Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-02T17:26:07.541Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-02T17:26:07.541Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-02T17:26:07.542Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-02T17:26:07.542Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-02T17:26:07.542Z] [2021-02-02T17:26:07.542Z] Optional Features: [2021-02-02T17:26:07.542Z] - CONFIG_USER_NS: enabled [2021-02-02T17:26:07.542Z] - CONFIG_SECCOMP: enabled [2021-02-02T17:26:07.542Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-02T17:26:07.542Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-02T17:26:07.542Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-02T17:26:07.542Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-02T17:26:07.542Z] - CONFIG_BLK_CGROUP: enabled [2021-02-02T17:26:06.502Z] > git remote # timeout=10 [2021-02-02T17:26:06.506Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T17:26:06.517Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:26:06.518Z] > git merge 8d3179546e79065adefa67cc697c09d0ab137d30 # timeout=10 [2021-02-02T17:26:07.234Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T17:26:07.242Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:26:07.247Z] > git checkout -f e4e4afcbc68f6113f89f651c520e63ce0f25badb # timeout=10 [2021-02-02T17:26:07.378Z] > git rev-list --no-walk 8bc027a44ce3903c00d72d643a6e55ddaeb549a9 # timeout=10 [2021-02-02T17:26:07.797Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-02T17:26:07.797Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-02T17:26:07.797Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-02T17:26:07.797Z] - CONFIG_CGROUP_PERF: enabled [2021-02-02T17:26:07.797Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-02T17:26:07.797Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-02T17:26:07.797Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-02T17:26:07.797Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-02T17:26:07.797Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-02T17:26:07.797Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-02T17:26:07.797Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-02T17:26:07.797Z] - CONFIG_IP_VS: enabled (as module) [2021-02-02T17:26:07.797Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-02T17:26:07.797Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-02T17:26:07.797Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-02T17:26:07.797Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-02T17:26:07.797Z] - CONFIG_EXT4_FS: enabled [2021-02-02T17:26:07.797Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-02T17:26:07.797Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-02T17:26:07.797Z] - Network Drivers: [2021-02-02T17:26:07.797Z] - "overlay": [2021-02-02T17:26:07.797Z] - CONFIG_VXLAN: enabled (as module) [2021-02-02T17:26:07.797Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-02T17:26:07.797Z] Optional (for encrypted networks): [2021-02-02T17:26:07.797Z] - CONFIG_CRYPTO: enabled [2021-02-02T17:26:07.797Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-02T17:26:07.797Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-02T17:26:07.797Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-02T17:26:07.797Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-02T17:26:07.797Z] - CONFIG_XFRM: enabled [2021-02-02T17:26:07.797Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-02T17:26:07.797Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-02T17:26:07.797Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-02T17:26:07.797Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-02T17:26:07.797Z] - "ipvlan": [2021-02-02T17:26:07.797Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-02T17:26:07.797Z] - "macvlan": [2021-02-02T17:26:07.797Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-02T17:26:07.797Z] - CONFIG_DUMMY: enabled (as module) [2021-02-02T17:26:07.797Z] - "ftp,tftp client in container": [2021-02-02T17:26:07.797Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-02T17:26:07.797Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-02T17:26:07.797Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-02T17:26:07.797Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-02T17:26:07.797Z] - Storage Drivers: [2021-02-02T17:26:07.797Z] - "aufs": [2021-02-02T17:26:07.797Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-02T17:26:07.797Z] - "btrfs": [2021-02-02T17:26:07.797Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-02T17:26:07.797Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-02T17:26:07.797Z] - "devicemapper": [2021-02-02T17:26:07.797Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-02T17:26:07.797Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-02T17:26:07.797Z] - "overlay": [2021-02-02T17:26:07.797Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-02T17:26:07.797Z] - "zfs": [2021-02-02T17:26:07.797Z] - /dev/zfs: present [2021-02-02T17:26:07.797Z] - zfs command: missing [2021-02-02T17:26:07.797Z] - zpool command: missing [2021-02-02T17:26:07.797Z] [2021-02-02T17:26:07.797Z] Limits: [2021-02-02T17:26:07.797Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-02T17:26:07.797Z] [2021-02-02T17:26:07.797Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] sh [2021-02-02T17:26:08.030Z] #25 ... [2021-02-02T17:26:08.030Z] [2021-02-02T17:26:08.031Z] #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-02-02T17:26:08.031Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-02T17:26:08.031Z] #11 DONE 0.7s [2021-02-02T17:26:08.031Z] [2021-02-02T17:26:08.031Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299 [2021-02-02T17:26:08.031Z] #25 sha256:10877c50c598adfc862503ea8be9a65a55673726f7b55615e941b05a74410f99 [2021-02-02T17:26:08.031Z] #25 extracting sha256:b9a857cbf04d2c0d2f0f6b73e894b20a977a6d3b6edd9e27d080e03142954950 1.4s done [2021-02-02T17:26:08.031Z] #25 DONE 2.7s [2021-02-02T17:26:08.031Z] [2021-02-02T17:26:08.031Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-02T17:26:08.031Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-02T17:26:08.031Z] #38 DONE 0.2s [2021-02-02T17:26:08.031Z] [2021-02-02T17:26:08.031Z] #26 [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-02-02T17:26:08.031Z] #26 sha256:eb917928a0a67f2c29f76c642853b2f64b9d75e10034bf0a1d3486ff08bb9b88 [2021-02-02T17:26:08.182Z] + sudo modprobe ip_vs [2021-02-02T17:26:08.182Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:917ff358791c55091e335f0e1fb9d9224b564d94 . [2021-02-02T17:26:08.223Z] + docker version [2021-02-02T17:26:08.223Z] Client: Docker Engine - Community [2021-02-02T17:26:08.223Z] Version: 20.10.2 [2021-02-02T17:26:08.223Z] API version: 1.41 [2021-02-02T17:26:08.223Z] Go version: go1.13.15 [2021-02-02T17:26:08.223Z] Git commit: 2291f61 [2021-02-02T17:26:08.223Z] Built: Mon Dec 28 16:18:03 2020 [2021-02-02T17:26:08.223Z] OS/Arch: linux/arm64 [2021-02-02T17:26:08.223Z] Context: default [2021-02-02T17:26:08.223Z] Experimental: true [2021-02-02T17:26:08.223Z] [2021-02-02T17:26:08.223Z] Server: Docker Engine - Community [2021-02-02T17:26:08.223Z] Engine: [2021-02-02T17:26:08.223Z] Version: 20.10.2 [2021-02-02T17:26:08.223Z] API version: 1.41 (minimum version 1.12) [2021-02-02T17:26:08.223Z] Go version: go1.13.15 [2021-02-02T17:26:08.223Z] Git commit: 8891c58 [2021-02-02T17:26:08.223Z] Built: Mon Dec 28 16:16:02 2020 [2021-02-02T17:26:08.223Z] OS/Arch: linux/arm64 [2021-02-02T17:26:08.223Z] Experimental: true [2021-02-02T17:26:08.223Z] containerd: [2021-02-02T17:26:08.223Z] Version: 1.4.3 [2021-02-02T17:26:08.223Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:26:08.223Z] runc: [2021-02-02T17:26:08.223Z] Version: 1.0.0-rc92 [2021-02-02T17:26:08.223Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-02T17:26:08.223Z] docker-init: [2021-02-02T17:26:08.223Z] Version: 0.19.0 [2021-02-02T17:26:08.223Z] GitCommit: de40ad0 [Pipeline] sh [2021-02-02T17:26:08.280Z] Fetching without tags [2021-02-02T17:26:08.290Z] #26 ... [2021-02-02T17:26:08.290Z] [2021-02-02T17:26:08.290Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-02T17:26:08.290Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-02T17:26:08.290Z] #30 DONE 0.3s [2021-02-02T17:26:08.290Z] [2021-02-02T17:26:08.290Z] #31 [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-02-02T17:26:08.290Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-02T17:26:08.439Z] #1 [internal] load build definition from Dockerfile [2021-02-02T17:26:08.439Z] #1 sha256:068a655f656a86b2eefcbb2aa57354359a8df9004e0663e195bda84252839218 [2021-02-02T17:26:08.439Z] #1 transferring dockerfile: 16.55kB done [2021-02-02T17:26:08.439Z] #1 DONE 0.0s [2021-02-02T17:26:08.439Z] [2021-02-02T17:26:08.439Z] #2 [internal] load .dockerignore [2021-02-02T17:26:08.439Z] #2 sha256:0b984b20cd35ab01f8656f5d187477b9abb74a95c7d48ce8a73cc7930c05b4fc [2021-02-02T17:26:08.439Z] #2 transferring context: 87B done [2021-02-02T17:26:08.439Z] #2 DONE 0.0s [2021-02-02T17:26:08.439Z] [2021-02-02T17:26:08.439Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-02T17:26:08.439Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-02T17:26:08.513Z] + docker info [2021-02-02T17:26:08.676Z] Merging remotes/origin/master commit 8d3179546e79065adefa67cc697c09d0ab137d30 into PR head commit 654f854faecb038cb5ff110e6705fe355f1c8159 [2021-02-02T17:26:08.694Z] #3 DONE 0.1s [2021-02-02T17:26:08.694Z] [2021-02-02T17:26:08.694Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-02T17:26:08.694Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-02T17:26:08.694Z] #4 CACHED [2021-02-02T17:26:08.950Z] [2021-02-02T17:26:08.950Z] #5 [internal] load build definition from Dockerfile [2021-02-02T17:26:08.950Z] #5 sha256:e7596145201f34cfed4c09c2aa03c48791ff8105fa29e48cb3804a89599a8085 [2021-02-02T17:26:08.950Z] #5 transferring dockerfile: 16.55kB done [2021-02-02T17:26:08.950Z] #5 DONE 0.0s [2021-02-02T17:26:08.950Z] [2021-02-02T17:26:08.950Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-02T17:26:08.950Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-02T17:26:08.950Z] #6 DONE 0.1s [2021-02-02T17:26:08.950Z] [2021-02-02T17:26:08.950Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-02T17:26:08.950Z] #8 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-02T17:26:08.950Z] #8 DONE 0.1s [2021-02-02T17:26:08.950Z] [2021-02-02T17:26:08.950Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-02T17:26:08.950Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-02T17:26:08.950Z] #7 DONE 0.1s [2021-02-02T17:26:09.205Z] [2021-02-02T17:26:09.205Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-02T17:26:09.205Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-02T17:26:09.205Z] #61 DONE 0.0s [2021-02-02T17:26:09.205Z] [2021-02-02T17:26:09.205Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-02T17:26:09.205Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-02T17:26:09.205Z] #9 DONE 0.0s [2021-02-02T17:26:09.205Z] [2021-02-02T17:26:09.205Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299 [2021-02-02T17:26:09.205Z] #25 sha256:10877c50c598adfc862503ea8be9a65a55673726f7b55615e941b05a74410f99 [2021-02-02T17:26:09.205Z] #25 DONE 0.0s [2021-02-02T17:26:09.205Z] [2021-02-02T17:26:09.205Z] #22 [internal] load build context [2021-02-02T17:26:09.205Z] #22 sha256:06b69988e1f11024c76f29618c1ffe650654f2a845e937f5607ee8bfd7e0a6d3 [2021-02-02T17:26:09.233Z] Fetching without tags [2021-02-02T17:26:08.251Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-02T17:26:08.254Z] > git config --add remote.origin.fetch +refs/pull/41842/head:refs/remotes/origin/PR-41842 # timeout=10 [2021-02-02T17:26:08.257Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:26:08.272Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-02T17:26:08.286Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-02T17:26:08.287Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:26:08.292Z] > git fetch --no-tags --progress https://github.com/moby/moby.git +refs/pull/41842/head:refs/remotes/origin/PR-41842 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:26:08.682Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:26:08.685Z] > git checkout -f 654f854faecb038cb5ff110e6705fe355f1c8159 # timeout=10 [2021-02-02T17:26:09.454Z] Client: [2021-02-02T17:26:09.454Z] Context: default [2021-02-02T17:26:09.454Z] Debug Mode: false [2021-02-02T17:26:09.454Z] Plugins: [2021-02-02T17:26:09.454Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-02T17:26:09.454Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-02T17:26:09.454Z] [2021-02-02T17:26:09.454Z] Server: [2021-02-02T17:26:09.454Z] Containers: 0 [2021-02-02T17:26:09.454Z] Running: 0 [2021-02-02T17:26:09.454Z] Paused: 0 [2021-02-02T17:26:09.454Z] Stopped: 0 [2021-02-02T17:26:09.454Z] Images: 2 [2021-02-02T17:26:09.454Z] Server Version: 20.10.2 [2021-02-02T17:26:09.454Z] Storage Driver: overlay2 [2021-02-02T17:26:09.454Z] Backing Filesystem: extfs [2021-02-02T17:26:09.454Z] Supports d_type: true [2021-02-02T17:26:09.454Z] Native Overlay Diff: true [2021-02-02T17:26:09.454Z] Logging Driver: json-file [2021-02-02T17:26:09.454Z] Cgroup Driver: cgroupfs [2021-02-02T17:26:09.454Z] Cgroup Version: 1 [2021-02-02T17:26:09.454Z] Plugins: [2021-02-02T17:26:09.454Z] Volume: local [2021-02-02T17:26:09.454Z] Network: bridge host ipvlan macvlan null overlay [2021-02-02T17:26:09.454Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-02T17:26:09.454Z] Swarm: inactive [2021-02-02T17:26:09.454Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-02-02T17:26:09.454Z] Default Runtime: runc [2021-02-02T17:26:09.454Z] Init Binary: docker-init [2021-02-02T17:26:09.454Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:26:09.454Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-02T17:26:09.454Z] init version: de40ad0 [2021-02-02T17:26:09.454Z] Security Options: [2021-02-02T17:26:09.454Z] apparmor [2021-02-02T17:26:09.454Z] seccomp [2021-02-02T17:26:09.454Z] Profile: default [2021-02-02T17:26:09.454Z] Kernel Version: 4.15.0-1091-aws [2021-02-02T17:26:09.454Z] Operating System: Ubuntu 16.04.7 LTS [2021-02-02T17:26:09.454Z] OSType: linux [2021-02-02T17:26:09.454Z] Architecture: aarch64 [2021-02-02T17:26:09.454Z] CPUs: 4 [2021-02-02T17:26:09.454Z] Total Memory: 7.525GiB [2021-02-02T17:26:09.454Z] Name: ip-10-100-117-83 [2021-02-02T17:26:09.454Z] ID: C3TQ:MMXG:ODBX:UWPD:KXZ6:P2KI:5K6K:J6RD:DVGO:WJMG:2WSE:5MYA [2021-02-02T17:26:09.454Z] Docker Root Dir: /var/lib/docker [2021-02-02T17:26:09.454Z] Debug Mode: false [2021-02-02T17:26:09.454Z] Registry: https://index.docker.io/v1/ [2021-02-02T17:26:09.454Z] Labels: [2021-02-02T17:26:09.454Z] Experimental: true [2021-02-02T17:26:09.454Z] Insecure Registries: [2021-02-02T17:26:09.454Z] 127.0.0.0/8 [2021-02-02T17:26:09.454Z] Live Restore Enabled: true [2021-02-02T17:26:09.454Z] [2021-02-02T17:26:09.454Z] WARNING: No swap limit support [Pipeline] sh [2021-02-02T17:26:09.217Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-02T17:26:09.220Z] > git config --add remote.origin.fetch +refs/pull/41842/head:refs/remotes/origin/PR-41842 # timeout=10 [2021-02-02T17:26:09.228Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:26:09.238Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-02T17:26:09.258Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-02T17:26:09.258Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:26:09.259Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41842/head:refs/remotes/origin/PR-41842 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:26:09.478Z] Merging remotes/origin/master commit 8d3179546e79065adefa67cc697c09d0ab137d30 into PR head commit 654f854faecb038cb5ff110e6705fe355f1c8159 [2021-02-02T17:26:09.742Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-02T17:26:09.742Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-02T17:26:09.742Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41842/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-02T17:26:09.742Z] + bash /home/ubuntu/workspace/moby_PR-41842/check-config.sh [2021-02-02T17:26:09.742Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-02T17:26:09.742Z] info: reading kernel config from /boot/config-4.15.0-1091-aws ... [2021-02-02T17:26:09.742Z] [2021-02-02T17:26:09.742Z] Generally Necessary: [2021-02-02T17:26:09.742Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-02T17:26:09.742Z] - apparmor: enabled and tools installed [2021-02-02T17:26:09.742Z] - CONFIG_NAMESPACES: enabled [2021-02-02T17:26:09.742Z] - CONFIG_NET_NS: enabled [2021-02-02T17:26:09.742Z] - CONFIG_PID_NS: enabled [2021-02-02T17:26:09.742Z] - CONFIG_IPC_NS: enabled [2021-02-02T17:26:09.742Z] - CONFIG_UTS_NS: enabled [2021-02-02T17:26:09.742Z] - CONFIG_CGROUPS: enabled [2021-02-02T17:26:09.742Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-02T17:26:10.003Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-02T17:26:10.003Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-02T17:26:10.003Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-02T17:26:10.003Z] - CONFIG_CPUSETS: enabled [2021-02-02T17:26:10.003Z] - CONFIG_MEMCG: enabled [2021-02-02T17:26:10.003Z] - CONFIG_KEYS: enabled [2021-02-02T17:26:10.003Z] - CONFIG_VETH: enabled (as module) [2021-02-02T17:26:10.003Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-02T17:26:10.003Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-02T17:26:10.003Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-02-02T17:26:10.003Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-02T17:26:10.003Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-02T17:26:10.003Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-02T17:26:10.003Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-02T17:26:10.003Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-02T17:26:10.003Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-02T17:26:10.003Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-02T17:26:10.003Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-02-02T17:26:10.003Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-02T17:26:10.003Z] [2021-02-02T17:26:10.003Z] Optional Features: [2021-02-02T17:26:10.003Z] - CONFIG_USER_NS: enabled [2021-02-02T17:26:10.003Z] - CONFIG_SECCOMP: enabled [2021-02-02T17:26:10.003Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-02T17:26:10.003Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-02T17:26:10.003Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-02T17:26:10.003Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-02T17:26:10.240Z] Merge succeeded, producing c984df5de09e8538cad6061600b45bf65fc28ea0 [2021-02-02T17:26:10.240Z] Checking out Revision c984df5de09e8538cad6061600b45bf65fc28ea0 (PR-41842) [2021-02-02T17:26:10.264Z] - CONFIG_BLK_CGROUP: enabled [2021-02-02T17:26:10.264Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-02T17:26:10.264Z] - CONFIG_IOSCHED_CFQ: enabled [2021-02-02T17:26:10.264Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-02-02T17:26:10.264Z] - CONFIG_CGROUP_PERF: enabled [2021-02-02T17:26:10.264Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-02T17:26:10.264Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-02T17:26:10.264Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-02T17:26:10.264Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-02T17:26:10.264Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-02T17:26:10.264Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-02T17:26:10.264Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-02T17:26:10.264Z] - CONFIG_IP_VS: enabled (as module) [2021-02-02T17:26:10.264Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-02T17:26:10.264Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-02T17:26:10.264Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-02T17:26:10.264Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-02T17:26:10.264Z] - CONFIG_EXT4_FS: enabled [2021-02-02T17:26:10.264Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-02T17:26:10.264Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-02T17:26:10.264Z] - Network Drivers: [2021-02-02T17:26:10.264Z] - "overlay": [2021-02-02T17:26:10.264Z] - CONFIG_VXLAN: enabled (as module) [2021-02-02T17:26:10.264Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-02T17:26:10.264Z] Optional (for encrypted networks): [2021-02-02T17:26:10.334Z] Commit message: "Merge commit '8d3179546e79065adefa67cc697c09d0ab137d30' into HEAD" [2021-02-02T17:26:10.351Z] First time build. Skipping changelog. [2021-02-02T17:26:10.524Z] - CONFIG_CRYPTO: enabled [2021-02-02T17:26:10.524Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-02T17:26:10.524Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-02T17:26:10.524Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-02T17:26:10.524Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-02T17:26:10.524Z] - CONFIG_XFRM: enabled [2021-02-02T17:26:10.524Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-02T17:26:10.524Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-02T17:26:10.524Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-02T17:26:10.524Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-02-02T17:26:10.524Z] - "ipvlan": [2021-02-02T17:26:10.524Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-02T17:26:10.524Z] - "macvlan": [2021-02-02T17:26:10.524Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-02T17:26:10.524Z] - CONFIG_DUMMY: enabled (as module) [2021-02-02T17:26:10.524Z] - "ftp,tftp client in container": [2021-02-02T17:26:10.524Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-02T17:26:10.524Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-02T17:26:10.524Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-02T17:26:10.524Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-02T17:26:10.524Z] - Storage Drivers: [2021-02-02T17:26:10.524Z] - "aufs": [2021-02-02T17:26:10.524Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-02T17:26:10.524Z] - "btrfs": [2021-02-02T17:26:10.524Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-02T17:26:10.524Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-02T17:26:10.524Z] - "devicemapper": [2021-02-02T17:26:10.524Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-02T17:26:10.524Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-02T17:26:10.524Z] - "overlay": [2021-02-02T17:26:10.524Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-02T17:26:10.524Z] - "zfs": [2021-02-02T17:26:10.535Z] Merge succeeded, producing b7a9418b1289a8bf588bb5dd04205d41523a9ecd [2021-02-02T17:26:10.535Z] Checking out Revision b7a9418b1289a8bf588bb5dd04205d41523a9ecd (PR-41842) [2021-02-02T17:26:10.575Z] #22 transferring context: 53.39MB 1.5s done [2021-02-02T17:26:10.575Z] #22 DONE 1.6s [2021-02-02T17:26:10.661Z] Commit message: "Merge commit '8d3179546e79065adefa67cc697c09d0ab137d30' into HEAD" [2021-02-02T17:26:10.673Z] First time build. Skipping changelog. [2021-02-02T17:26:10.784Z] - /dev/zfs: missing [2021-02-02T17:26:10.784Z] - zfs command: missing [2021-02-02T17:26:10.784Z] - zpool command: missing [2021-02-02T17:26:10.784Z] [2021-02-02T17:26:10.784Z] Limits: [2021-02-02T17:26:10.784Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-02T17:26:10.784Z] [2021-02-02T17:26:10.784Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] // stage [2021-02-02T17:26:10.831Z] [2021-02-02T17:26:10.831Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-02T17:26:10.831Z] #60 sha256:44723565624bd8ac2d0f9ed5b25a540b585bc5ebceb919185a9f9a23a9968ac7 [2021-02-02T17:26:10.831Z] #60 CACHED [2021-02-02T17:26:10.831Z] [2021-02-02T17:26:10.831Z] #26 [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-02-02T17:26:10.831Z] #26 sha256:eb917928a0a67f2c29f76c642853b2f64b9d75e10034bf0a1d3486ff08bb9b88 [2021-02-02T17:26:10.831Z] #26 CACHED [2021-02-02T17:26:10.831Z] [2021-02-02T17:26:10.831Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-02T17:26:10.831Z] #29 sha256:c1f4a2db58418e38bd4aab2c6647199b386c8ad77e6901530ca88764d90542bc [2021-02-02T17:26:10.831Z] #29 CACHED [2021-02-02T17:26:10.831Z] [2021-02-02T17:26:10.831Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-02T17:26:10.831Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-02T17:26:10.831Z] #38 CACHED [2021-02-02T17:26:10.831Z] [2021-02-02T17:26:10.831Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-02T17:26:10.831Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-02T17:26:10.831Z] #13 CACHED [2021-02-02T17:26:10.831Z] [2021-02-02T17:26:10.831Z] #44 [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-02-02T17:26:10.831Z] #44 sha256:1da158c50ef82825fc63d31cd85a9db0c0339bf58ec67cca75fcd1e27e47edb6 [2021-02-02T17:26:10.831Z] #44 CACHED [2021-02-02T17:26:10.831Z] [2021-02-02T17:26:10.831Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-02T17:26:10.831Z] #49 sha256:f65a775cdeb354038dc3fafdbc724e6373b5b1124a6013fe9b5abce8b00a5608 [2021-02-02T17:26:10.831Z] #49 CACHED [2021-02-02T17:26:10.831Z] [2021-02-02T17:26:10.831Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-02T17:26:10.831Z] #64 sha256:56bf785578d785cd04d608672954f15aeae993ba7a8714dd282970307cf954ff [2021-02-02T17:26:10.831Z] #64 CACHED [2021-02-02T17:26:10.831Z] [2021-02-02T17:26:10.831Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-02T17:26:10.831Z] #37 sha256:0aff6732f150701bce831f78cb35b5ca03f634a2c4ddaefba3aad6df93463947 [2021-02-02T17:26:10.831Z] #37 CACHED [2021-02-02T17:26:10.831Z] [2021-02-02T17:26:10.831Z] #41 [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-02-02T17:26:10.831Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-02T17:26:10.831Z] #41 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #57 [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-02-02T17:26:10.832Z] #57 sha256:794c712e5ec69e3f29a2e3cbfa9b9af72ba4fc4b09cf5d837d6e5fca52987311 [2021-02-02T17:26:10.832Z] #57 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-02T17:26:10.832Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-02T17:26:10.832Z] #21 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #14 [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-02-02T17:26:10.832Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-02T17:26:10.832Z] #14 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-02T17:26:10.832Z] #43 sha256:fe7f122537707b0317794ce4eca74b6ffe00f9cd1ac6c16b1f5524395fd4be9c [2021-02-02T17:26:10.832Z] #43 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #48 [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-02-02T17:26:10.832Z] #48 sha256:2aeca3a4bcd8627f89bf7c859da378e5166753452e66352d0b94223cfe2a6694 [2021-02-02T17:26:10.832Z] #48 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #35 [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 [Pipeline] stage [2021-02-02T17:26:10.832Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-02T17:26:10.832Z] #35 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-02T17:26:10.832Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-02T17:26:10.832Z] #10 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #63 [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-02-02T17:26:10.832Z] #63 sha256:e4c48075d0739bf896d8404a3cd112a8ef406b5a06775af8fe5a6b3585d3eb89 [2021-02-02T17:26:10.832Z] #63 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-02T17:26:10.832Z] #24 sha256:907e39123670a4c25e74a1dbf76e54ac0fbf870197038b146ca2bd57667e4dcc [2021-02-02T17:26:10.832Z] #24 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-02T17:26:10.832Z] #45 sha256:dabff32c68d0a2a5e1f2b883180e1cdedbd7f8630fb4be5eb2bc75cfdfe00299 [2021-02-02T17:26:10.832Z] #45 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-02T17:26:10.832Z] #40 sha256:ea7f9142a939bf87f26f903de46596b54fc9c72cfceccf384bfbb59090afc401 [2021-02-02T17:26:10.832Z] #40 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-02T17:26:10.832Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-02T17:26:10.832Z] #18 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-02T17:26:10.832Z] #58 sha256:27a7448ccba5875c9def1347872a7cdf8bbdae967aa2fa356eed20f4d29bc1de [2021-02-02T17:26:10.832Z] #58 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-02T17:26:10.832Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-02T17:26:10.832Z] #15 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-02T17:26:10.832Z] #47 sha256:29bb776c4e30c14a7b86e35ab6ede52235988825274682e9094623dab8b42afb [2021-02-02T17:26:10.832Z] #47 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #55 [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-02-02T17:26:10.832Z] #55 sha256:706871f260786c3c917a49db7b437090571cbcf4fc1e045234c38ba9b4f1204d [2021-02-02T17:26:10.832Z] #55 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:26:10.832Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-02T17:26:10.832Z] #12 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #50 [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-02-02T17:26:10.832Z] #50 sha256:d297bf87fa1855873dc979f4c849ee494022adf9fb2a22efbd49e8801db898f4 [2021-02-02T17:26:10.832Z] #50 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #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-02-02T17:26:10.832Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-02T17:26:10.832Z] #11 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #20 [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-02-02T17:26:10.832Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-02T17:26:10.832Z] #20 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-02T17:26:10.832Z] #27 sha256:0e43245452b72b869547e15fa1132d9dcc77c13ea91e21b763f7f078dbf26f8a [2021-02-02T17:26:10.832Z] #27 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #46 [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-02-02T17:26:10.832Z] #46 sha256:d579d3ff8ec2bf2133bc2e359755376273b3c702949baa9266909e371622c477 [2021-02-02T17:26:10.832Z] #46 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-02T17:26:10.832Z] #56 sha256:c11c67bd2aff50bffb5259de3d8be35382d93e337b93f53a3bdc73a512200d0f [2021-02-02T17:26:10.832Z] #56 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-02T17:26:10.832Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-02T17:26:10.832Z] #30 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #39 [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-02-02T17:26:10.832Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-02T17:26:10.832Z] #39 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #36 [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-02-02T17:26:10.832Z] #36 sha256:f7dfc308e136439b509487cd2a6cc6c9d783cc646439e83880027d97800e9526 [2021-02-02T17:26:10.832Z] #36 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #52 [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-02-02T17:26:10.832Z] #52 sha256:a6deb0645f5ca770ceab42f1baad871ff96a5a4924651ab2e0abf9b9c774adbe [2021-02-02T17:26:10.832Z] #52 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #28 [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-02-02T17:26:10.832Z] #28 sha256:9ff154e49121ff40669690e9a0de62b227083c66db7dab097944943fd4298041 [2021-02-02T17:26:10.832Z] #28 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #33 [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-02-02T17:26:10.832Z] #33 sha256:10a0c61a397da17aa9a386d79e29d5141aabae735171471e65b8e9a8ed3ccc58 [2021-02-02T17:26:10.832Z] #33 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-02T17:26:10.832Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-02T17:26:10.832Z] #16 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-02T17:26:10.832Z] #59 sha256:03595b4e4f6bb35f74aad7897c47af49dbec98353e9bd9282b55e05eeb199f5a [2021-02-02T17:26:10.832Z] #59 CACHED [2021-02-02T17:26:10.832Z] [Pipeline] { (Build dev image) [2021-02-02T17:26:10.832Z] #54 [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-02-02T17:26:10.832Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-02T17:26:10.832Z] #54 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #19 [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-02-02T17:26:10.832Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-02T17:26:10.832Z] #19 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-02T17:26:10.832Z] #34 sha256:f5dd32f86bc7c2f77fbd49305cc73614d2dcb1ba865c154638414473cb3b74ee [2021-02-02T17:26:10.832Z] #34 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-02T17:26:10.832Z] #51 sha256:385f6506d8657a1bbbdd0b1cbe0ebf4a3f34fa884690eafe9e05ae88be3773a5 [2021-02-02T17:26:10.832Z] #51 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-02T17:26:10.832Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-02T17:26:10.832Z] #17 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #31 [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-02-02T17:26:10.832Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-02T17:26:10.832Z] #31 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #42 [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-02-02T17:26:10.832Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:26:10.832Z] #42 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-02T17:26:10.832Z] #53 sha256:7fe9e41b8a4570c099eaf3b0a777c0510152c6aa698292d1890b7cc7b42273d2 [2021-02-02T17:26:10.832Z] #53 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-02T17:26:10.832Z] #62 sha256:ffdc447208a0497eda8bda0678924992d282d6206cf1921c9087e8c18ee055ce [2021-02-02T17:26:10.832Z] #62 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #23 [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-02-02T17:26:10.832Z] #23 sha256:d441998e600d6dfbc7285c3007efc5a5ff20903294d9a76635cdbe8733e7dbce [2021-02-02T17:26:10.832Z] #23 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.832Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-02T17:26:10.832Z] #32 sha256:0bc2e3bb93c4a8bc185b5923a7908baeefeffc9e595516e00a6c959310fceb5d [2021-02-02T17:26:10.832Z] #32 CACHED [2021-02-02T17:26:10.832Z] [2021-02-02T17:26:10.833Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-02T17:26:10.833Z] #65 sha256:1345b526f9ad4c4d7ff786bdf6464602aeaf6e9a6a884bf96be7014f1f82598d [2021-02-02T17:26:10.833Z] #65 CACHED [2021-02-02T17:26:10.833Z] [2021-02-02T17:26:10.833Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-02T17:26:10.833Z] #66 sha256:a870d6ea270a5dd618db9458fbf1c0b8cdf70f398dd44ac3278156754cad2f7f [2021-02-02T17:26:10.842Z] #31 2.665 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-02T17:26:10.842Z] #31 2.667 Cloning into '.'... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-02T17:26:11.162Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:917ff358791c55091e335f0e1fb9d9224b564d94 . [2021-02-02T17:26:11.289Z] + docker version [2021-02-02T17:26:11.289Z] Client: [2021-02-02T17:26:11.289Z] Version: 18.06.1-ce [2021-02-02T17:26:11.289Z] API version: 1.38 [2021-02-02T17:26:11.289Z] Go version: go1.10.3 [2021-02-02T17:26:11.289Z] Git commit: e68fc7a [2021-02-02T17:26:11.289Z] Built: Tue Aug 21 17:26:10 2018 [2021-02-02T17:26:11.289Z] OS/Arch: linux/ppc64le [2021-02-02T17:26:11.289Z] Experimental: false [2021-02-02T17:26:11.289Z] [2021-02-02T17:26:11.289Z] Server: [2021-02-02T17:26:11.289Z] Engine: [2021-02-02T17:26:11.289Z] Version: 18.06.1-ce [2021-02-02T17:26:11.289Z] API version: 1.38 (minimum version 1.12) [2021-02-02T17:26:11.289Z] Go version: go1.10.3 [2021-02-02T17:26:11.289Z] Git commit: e68fc7a [2021-02-02T17:26:11.289Z] Built: Tue Aug 21 17:24:20 2018 [2021-02-02T17:26:11.289Z] OS/Arch: linux/ppc64le [2021-02-02T17:26:11.289Z] Experimental: true [2021-02-02T17:26:11.303Z] #24 extracting sha256:15e71c2ae22f7fff5a03d5a2c1ccbee8b2526b04a21e1cff46ad70648272e773 4.8s done [2021-02-02T17:26:11.303Z] #24 DONE 5.9s [2021-02-02T17:26:11.303Z] [2021-02-02T17:26:11.303Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [Pipeline] sh [2021-02-02T17:26:11.368Z] + docker version [2021-02-02T17:26:11.368Z] Client: Docker Engine - Community [2021-02-02T17:26:11.368Z] Version: 20.10.2 [2021-02-02T17:26:11.368Z] API version: 1.41 [2021-02-02T17:26:11.368Z] Go version: go1.13.15 [2021-02-02T17:26:11.368Z] Git commit: 2291f61 [2021-02-02T17:26:11.368Z] Built: Mon Dec 28 16:17:32 2020 [2021-02-02T17:26:11.368Z] OS/Arch: linux/amd64 [2021-02-02T17:26:11.368Z] Context: default [2021-02-02T17:26:11.368Z] Experimental: true [2021-02-02T17:26:11.368Z] [2021-02-02T17:26:11.368Z] Server: Docker Engine - Community [2021-02-02T17:26:11.368Z] Engine: [2021-02-02T17:26:11.368Z] Version: 20.10.2 [2021-02-02T17:26:11.368Z] API version: 1.41 (minimum version 1.12) [2021-02-02T17:26:11.368Z] Go version: go1.13.15 [2021-02-02T17:26:11.368Z] Git commit: 8891c58 [2021-02-02T17:26:11.368Z] Built: Mon Dec 28 16:15:09 2020 [2021-02-02T17:26:11.368Z] OS/Arch: linux/amd64 [2021-02-02T17:26:11.368Z] Experimental: true [2021-02-02T17:26:11.368Z] containerd: [2021-02-02T17:26:11.368Z] Version: 1.4.3 [2021-02-02T17:26:11.368Z] GitCommit: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:26:11.368Z] runc: [2021-02-02T17:26:11.368Z] Version: 1.0.0-rc92 [2021-02-02T17:26:11.368Z] GitCommit: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-02T17:26:11.368Z] docker-init: [2021-02-02T17:26:11.368Z] Version: 0.19.0 [2021-02-02T17:26:11.368Z] GitCommit: de40ad0 [2021-02-02T17:26:09.439Z] > git remote # timeout=10 [2021-02-02T17:26:09.445Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T17:26:09.448Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:26:09.449Z] > git merge 8d3179546e79065adefa67cc697c09d0ab137d30 # timeout=10 [2021-02-02T17:26:10.232Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T17:26:10.247Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:26:10.250Z] > git checkout -f c984df5de09e8538cad6061600b45bf65fc28ea0 # timeout=10 [2021-02-02T17:26:10.344Z] > git rev-list --no-walk 8bc027a44ce3903c00d72d643a6e55ddaeb549a9 # timeout=10 [Pipeline] sh [2021-02-02T17:26:09.500Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:26:09.518Z] > git checkout -f 654f854faecb038cb5ff110e6705fe355f1c8159 # timeout=10 [2021-02-02T17:26:09.935Z] > git remote # timeout=10 [2021-02-02T17:26:09.938Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T17:26:09.949Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:26:09.950Z] > git merge 8d3179546e79065adefa67cc697c09d0ab137d30 # timeout=10 [2021-02-02T17:26:10.540Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T17:26:10.557Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:26:10.559Z] > git checkout -f b7a9418b1289a8bf588bb5dd04205d41523a9ecd # timeout=10 [2021-02-02T17:26:10.684Z] > git rev-list --no-walk 8bc027a44ce3903c00d72d643a6e55ddaeb549a9 # timeout=10 [2021-02-02T17:26:11.681Z] + docker info [2021-02-02T17:26:11.681Z] Containers: 0 [2021-02-02T17:26:11.681Z] Running: 0 [2021-02-02T17:26:11.681Z] Paused: 0 [2021-02-02T17:26:11.681Z] Stopped: 0 [2021-02-02T17:26:11.681Z] Images: 0 [2021-02-02T17:26:11.681Z] Server Version: 18.06.1-ce [2021-02-02T17:26:11.681Z] Storage Driver: overlay2 [2021-02-02T17:26:11.681Z] Backing Filesystem: extfs [2021-02-02T17:26:11.681Z] Supports d_type: true [2021-02-02T17:26:11.681Z] Native Overlay Diff: true [2021-02-02T17:26:11.681Z] Logging Driver: json-file [2021-02-02T17:26:11.681Z] Cgroup Driver: cgroupfs [2021-02-02T17:26:11.681Z] Plugins: [2021-02-02T17:26:11.681Z] Volume: local [2021-02-02T17:26:11.681Z] Network: bridge host ipvlan macvlan null overlay [2021-02-02T17:26:11.681Z] Log: awslogs fluentd gcplogs gelf journald json-file logentries splunk syslog [2021-02-02T17:26:11.681Z] Swarm: inactive [2021-02-02T17:26:11.681Z] Runtimes: runc [2021-02-02T17:26:11.681Z] Default Runtime: runc [2021-02-02T17:26:11.681Z] Init Binary: docker-init [2021-02-02T17:26:11.681Z] containerd version: 468a545b9edcd5932818eb9de8e72413e616e86e [2021-02-02T17:26:11.681Z] runc version: 69663f0bd4b60df09991c08812a60108003fa340 [2021-02-02T17:26:11.681Z] init version: fec3683 [2021-02-02T17:26:11.681Z] Security Options: [2021-02-02T17:26:11.681Z] apparmor [2021-02-02T17:26:11.681Z] seccomp [2021-02-02T17:26:11.681Z] Profile: default [2021-02-02T17:26:11.681Z] Kernel Version: 4.4.0-139-generic [2021-02-02T17:26:11.681Z] Operating System: Ubuntu 16.04.3 LTS [2021-02-02T17:26:11.681Z] OSType: linux [2021-02-02T17:26:11.681Z] Architecture: ppc64le [2021-02-02T17:26:11.681Z] CPUs: 4 [2021-02-02T17:26:11.681Z] Total Memory: 7.972GiB [2021-02-02T17:26:11.681Z] Name: ppc64le-ubuntu-25 [2021-02-02T17:26:11.681Z] ID: WOPC:TAG6:HOGL:S7JK:UILM:CDDZ:Y2NL:NBVS:26FK:OZ4Z:642S:KUOE [2021-02-02T17:26:11.681Z] Docker Root Dir: /var/lib/docker [2021-02-02T17:26:11.681Z] Debug Mode (client): false [2021-02-02T17:26:11.681Z] Debug Mode (server): false [2021-02-02T17:26:11.681Z] Registry: https://index.docker.io/v1/ [2021-02-02T17:26:11.681Z] Labels: [2021-02-02T17:26:11.681Z] Experimental: true [2021-02-02T17:26:11.681Z] Insecure Registries: [2021-02-02T17:26:11.681Z] 127.0.0.0/8 [2021-02-02T17:26:11.681Z] Live Restore Enabled: false [2021-02-02T17:26:11.681Z] [2021-02-02T17:26:11.695Z] + docker info [Pipeline] sh [2021-02-02T17:26:11.760Z] #66 DONE 1.0s [2021-02-02T17:26:11.760Z] [2021-02-02T17:26:11.760Z] #67 exporting to image [2021-02-02T17:26:11.760Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-02T17:26:11.760Z] #67 exporting layers [2021-02-02T17:26:11.937Z] #25 0.755 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:26:11.937Z] #25 0.796 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:26:11.937Z] #25 0.835 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:26:12.060Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-02T17:26:12.060Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-02T17:26:12.060Z] + curl -fsSL -o /home/docker/workspace/moby_PR-41842/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-02T17:26:12.060Z] + bash /home/docker/workspace/moby_PR-41842/check-config.sh [2021-02-02T17:26:12.060Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-02T17:26:12.060Z] info: reading kernel config from /boot/config-4.4.0-139-generic ... [2021-02-02T17:26:12.060Z] [2021-02-02T17:26:12.060Z] Generally Necessary: [2021-02-02T17:26:12.060Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-02T17:26:12.060Z] - apparmor: enabled and tools installed [2021-02-02T17:26:12.060Z] - CONFIG_NAMESPACES: enabled [2021-02-02T17:26:12.060Z] - CONFIG_NET_NS: enabled [2021-02-02T17:26:12.060Z] - CONFIG_PID_NS: enabled [2021-02-02T17:26:12.060Z] - CONFIG_IPC_NS: enabled [2021-02-02T17:26:12.060Z] - CONFIG_UTS_NS: enabled [2021-02-02T17:26:12.060Z] - CONFIG_CGROUPS: enabled [2021-02-02T17:26:12.060Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-02T17:26:12.060Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-02T17:26:12.060Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-02T17:26:12.060Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-02T17:26:12.060Z] - CONFIG_CPUSETS: enabled [2021-02-02T17:26:12.060Z] - CONFIG_MEMCG: enabled [2021-02-02T17:26:12.060Z] - CONFIG_KEYS: enabled [2021-02-02T17:26:12.060Z] - CONFIG_VETH: enabled (as module) [2021-02-02T17:26:12.060Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-02T17:26:12.060Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-02T17:26:12.321Z] #67 exporting layers 0.8s done [2021-02-02T17:26:12.353Z] - CONFIG_NF_NAT_IPV4: enabled (as module) [2021-02-02T17:26:12.353Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-02T17:26:12.353Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-02T17:26:12.353Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-02T17:26:12.353Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-02T17:26:12.353Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-02T17:26:12.353Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-02T17:26:12.353Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-02T17:26:12.353Z] - CONFIG_NF_NAT_NEEDED: enabled [2021-02-02T17:26:12.353Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-02T17:26:12.353Z] - CONFIG_DEVPTS_MULTIPLE_INSTANCES: enabled [2021-02-02T17:26:12.353Z] [2021-02-02T17:26:12.353Z] Optional Features: [2021-02-02T17:26:12.353Z] - CONFIG_USER_NS: enabled [2021-02-02T17:26:12.353Z] - CONFIG_SECCOMP: enabled [2021-02-02T17:26:12.353Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-02T17:26:12.353Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-02T17:26:12.353Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-02T17:26:12.353Z] (cgroup swap accounting is currently enabled) [2021-02-02T17:26:12.353Z] - CONFIG_MEMCG_KMEM: enabled [2021-02-02T17:26:12.353Z] - CONFIG_BLK_CGROUP: enabled [2021-02-02T17:26:12.353Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-02T17:26:12.353Z] - CONFIG_IOSCHED_CFQ: enabled [2021-02-02T17:26:12.353Z] - CONFIG_CFQ_GROUP_IOSCHED: enabled [2021-02-02T17:26:12.353Z] - CONFIG_CGROUP_PERF: enabled [2021-02-02T17:26:12.353Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-02T17:26:12.353Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-02T17:26:12.353Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-02T17:26:12.353Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-02T17:26:12.353Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-02T17:26:12.353Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-02T17:26:12.353Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-02T17:26:12.353Z] - CONFIG_IP_VS: enabled (as module) [2021-02-02T17:26:12.353Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-02T17:26:12.353Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-02T17:26:12.353Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-02T17:26:12.353Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-02T17:26:12.353Z] - CONFIG_EXT4_FS: enabled [2021-02-02T17:26:12.353Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-02T17:26:12.353Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-02T17:26:12.353Z] - Network Drivers: [2021-02-02T17:26:12.353Z] - "overlay": [2021-02-02T17:26:12.353Z] - CONFIG_VXLAN: enabled (as module) [2021-02-02T17:26:12.353Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-02T17:26:12.353Z] Optional (for encrypted networks): [2021-02-02T17:26:12.572Z] #25 1.601 Get:4 http://security.debian.org/debian-security buster/updates/main s390x Packages [237 kB] [2021-02-02T17:26:12.576Z] #67 writing image sha256:e70b507c6ee61a65c4884970d81998673332b3ab3de4ffa495c8ed6766993c45 done [2021-02-02T17:26:12.576Z] #67 naming to docker.io/library/docker:917ff358791c55091e335f0e1fb9d9224b564d94 done [2021-02-02T17:26:12.576Z] #67 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-02-02T17:26:12.643Z] - CONFIG_CRYPTO: enabled [2021-02-02T17:26:12.643Z] - CONFIG_CRYPTO_AEAD: enabled (as module) [2021-02-02T17:26:12.643Z] - CONFIG_CRYPTO_GCM: enabled (as module) [2021-02-02T17:26:12.643Z] - CONFIG_CRYPTO_SEQIV: enabled (as module) [2021-02-02T17:26:12.643Z] - CONFIG_CRYPTO_GHASH: enabled (as module) [2021-02-02T17:26:12.643Z] - CONFIG_XFRM: enabled [2021-02-02T17:26:12.643Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-02T17:26:12.643Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-02T17:26:12.643Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-02T17:26:12.643Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: enabled (as module) [2021-02-02T17:26:12.643Z] - "ipvlan": [2021-02-02T17:26:12.643Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-02T17:26:12.643Z] - "macvlan": [2021-02-02T17:26:12.643Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-02T17:26:12.643Z] - CONFIG_DUMMY: enabled (as module) [2021-02-02T17:26:12.643Z] - "ftp,tftp client in container": [2021-02-02T17:26:12.643Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-02T17:26:12.643Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-02T17:26:12.643Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-02T17:26:12.643Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-02T17:26:12.643Z] - Storage Drivers: [2021-02-02T17:26:12.643Z] - "aufs": [2021-02-02T17:26:12.643Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-02T17:26:12.643Z] - "btrfs": [2021-02-02T17:26:12.643Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-02T17:26:12.643Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-02T17:26:12.643Z] - "devicemapper": [2021-02-02T17:26:12.643Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-02T17:26:12.643Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-02T17:26:12.643Z] - "overlay": [2021-02-02T17:26:12.643Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-02T17:26:12.643Z] - "zfs": [2021-02-02T17:26:12.643Z] - /dev/zfs: missing [2021-02-02T17:26:12.643Z] - zfs command: missing [2021-02-02T17:26:12.643Z] - zpool command: missing [2021-02-02T17:26:12.643Z] [2021-02-02T17:26:12.643Z] Limits: [2021-02-02T17:26:12.643Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-02T17:26:12.643Z] [2021-02-02T17:26:12.643Z] + true [2021-02-02T17:26:12.650Z] Client: [2021-02-02T17:26:12.650Z] Context: default [2021-02-02T17:26:12.650Z] Debug Mode: false [2021-02-02T17:26:12.650Z] Plugins: [2021-02-02T17:26:12.650Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-02-02T17:26:12.650Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-02-02T17:26:12.650Z] [2021-02-02T17:26:12.650Z] Server: [2021-02-02T17:26:12.650Z] Containers: 0 [2021-02-02T17:26:12.650Z] Running: 0 [2021-02-02T17:26:12.650Z] Paused: 0 [2021-02-02T17:26:12.650Z] Stopped: 0 [2021-02-02T17:26:12.650Z] Images: 2 [2021-02-02T17:26:12.650Z] Server Version: 20.10.2 [2021-02-02T17:26:12.650Z] Storage Driver: overlay2 [2021-02-02T17:26:12.650Z] Backing Filesystem: extfs [2021-02-02T17:26:12.650Z] Supports d_type: true [2021-02-02T17:26:12.650Z] Native Overlay Diff: true [2021-02-02T17:26:12.650Z] Logging Driver: json-file [2021-02-02T17:26:12.650Z] Cgroup Driver: cgroupfs [2021-02-02T17:26:12.650Z] Cgroup Version: 1 [2021-02-02T17:26:12.650Z] Plugins: [2021-02-02T17:26:12.650Z] Volume: local [2021-02-02T17:26:12.650Z] Network: bridge host ipvlan macvlan null overlay [2021-02-02T17:26:12.650Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-02-02T17:26:12.650Z] Swarm: inactive [2021-02-02T17:26:12.650Z] Runtimes: runc io.containerd.runc.v2 io.containerd.runtime.v1.linux [2021-02-02T17:26:12.650Z] Default Runtime: runc [2021-02-02T17:26:12.650Z] Init Binary: docker-init [2021-02-02T17:26:12.650Z] containerd version: 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:26:12.650Z] runc version: ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-02T17:26:12.650Z] init version: de40ad0 [2021-02-02T17:26:12.650Z] Security Options: [2021-02-02T17:26:12.650Z] apparmor [2021-02-02T17:26:12.650Z] seccomp [2021-02-02T17:26:12.650Z] Profile: default [2021-02-02T17:26:12.650Z] Kernel Version: 5.4.0-1035-aws [2021-02-02T17:26:12.650Z] Operating System: Ubuntu 18.04.5 LTS [2021-02-02T17:26:12.650Z] OSType: linux [2021-02-02T17:26:12.650Z] Architecture: x86_64 [2021-02-02T17:26:12.650Z] CPUs: 2 [2021-02-02T17:26:12.650Z] Total Memory: 7.487GiB [2021-02-02T17:26:12.650Z] Name: ip-10-100-107-219 [2021-02-02T17:26:12.650Z] ID: 6V4B:VKYK:OLF7:OAMN:3BBO:HNEE:JR5Z:3FAM:YACZ:D3PV:FSY4:SD2W [2021-02-02T17:26:12.650Z] Docker Root Dir: /var/lib/docker [2021-02-02T17:26:12.650Z] Debug Mode: false [2021-02-02T17:26:12.650Z] Registry: https://index.docker.io/v1/ [2021-02-02T17:26:12.650Z] Labels: [2021-02-02T17:26:12.650Z] Experimental: true [2021-02-02T17:26:12.650Z] Insecure Registries: [2021-02-02T17:26:12.650Z] 127.0.0.0/8 [2021-02-02T17:26:12.650Z] Live Restore Enabled: true [2021-02-02T17:26:12.650Z] [2021-02-02T17:26:12.650Z] WARNING: No swap limit support [2021-02-02T17:26:12.650Z] WARNING: No blkio weight support [2021-02-02T17:26:12.650Z] WARNING: No blkio weight_device support [Pipeline] sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-02T17:26:12.906Z] + trap exit INT TERM [2021-02-02T17:26:12.906Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-02-02T17:26:12.906Z] + CONTAINER_NAME=docker-pr3 [2021-02-02T17:26:12.906Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41842/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41842/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -e DOCKER_GRAPHDRIVER docker:917ff358791c55091e335f0e1fb9d9224b564d94 hack/make.sh dynbinary-daemon [2021-02-02T17:26:12.936Z] + echo check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-02T17:26:12.936Z] check-config.sh version: 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-02T17:26:12.936Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41842/check-config.sh https://raw.githubusercontent.com/moby/moby/78405559cfe5987174aa2cb6463b9b2c1b917255/contrib/check-config.sh [2021-02-02T17:26:12.936Z] + bash /home/ubuntu/workspace/moby_PR-41842/check-config.sh [2021-02-02T17:26:12.936Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-02-02T17:26:12.936Z] info: reading kernel config from /boot/config-5.4.0-1035-aws ... [2021-02-02T17:26:12.936Z] [2021-02-02T17:26:12.936Z] Generally Necessary: [2021-02-02T17:26:12.936Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-02-02T17:26:12.936Z] - apparmor: enabled and tools installed [2021-02-02T17:26:12.936Z] - CONFIG_NAMESPACES: enabled [2021-02-02T17:26:12.936Z] - CONFIG_NET_NS: enabled [2021-02-02T17:26:12.936Z] - CONFIG_PID_NS: enabled [2021-02-02T17:26:12.936Z] - CONFIG_IPC_NS: enabled [2021-02-02T17:26:12.936Z] - CONFIG_UTS_NS: enabled [2021-02-02T17:26:12.936Z] - CONFIG_CGROUPS: enabled [2021-02-02T17:26:12.936Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-02-02T17:26:12.936Z] - CONFIG_CGROUP_DEVICE: enabled [2021-02-02T17:26:12.936Z] - CONFIG_CGROUP_FREEZER: enabled [2021-02-02T17:26:12.936Z] - CONFIG_CGROUP_SCHED: enabled [2021-02-02T17:26:12.936Z] - CONFIG_CPUSETS: enabled [2021-02-02T17:26:12.936Z] - CONFIG_MEMCG: enabled [2021-02-02T17:26:12.936Z] - CONFIG_KEYS: enabled [2021-02-02T17:26:12.936Z] - CONFIG_VETH: enabled (as module) [2021-02-02T17:26:12.936Z] - CONFIG_BRIDGE: enabled (as module) [2021-02-02T17:26:12.936Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-02-02T17:26:12.936Z] - CONFIG_NF_NAT_IPV4: missing [2021-02-02T17:26:12.936Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-02-02T17:26:12.936Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-02-02T17:26:12.936Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-02-02T17:26:12.936Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-02-02T17:26:12.936Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-02-02T17:26:12.936Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-02-02T17:26:12.936Z] - CONFIG_NF_NAT: enabled (as module) [2021-02-02T17:26:12.936Z] - CONFIG_NF_NAT_NEEDED: missing [2021-02-02T17:26:12.936Z] - CONFIG_POSIX_MQUEUE: enabled [2021-02-02T17:26:12.936Z] [2021-02-02T17:26:12.936Z] Optional Features: [2021-02-02T17:26:12.936Z] - CONFIG_USER_NS: enabled [2021-02-02T17:26:12.936Z] - CONFIG_SECCOMP: enabled [2021-02-02T17:26:12.936Z] - CONFIG_CGROUP_PIDS: enabled [2021-02-02T17:26:12.936Z] - CONFIG_MEMCG_SWAP: enabled [2021-02-02T17:26:12.936Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-02-02T17:26:12.936Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-02-02T17:26:13.089Z] + make bundles/buildx [2021-02-02T17:26:13.195Z] - CONFIG_BLK_CGROUP: enabled [2021-02-02T17:26:13.195Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-02-02T17:26:13.195Z] - CONFIG_IOSCHED_CFQ: missing [2021-02-02T17:26:13.195Z] - CONFIG_CFQ_GROUP_IOSCHED: missing [2021-02-02T17:26:13.195Z] - CONFIG_CGROUP_PERF: enabled [2021-02-02T17:26:13.195Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-02-02T17:26:13.195Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-02-02T17:26:13.195Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-02-02T17:26:13.195Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-02-02T17:26:13.195Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-02-02T17:26:13.195Z] - CONFIG_RT_GROUP_SCHED: missing [2021-02-02T17:26:13.195Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-02-02T17:26:13.195Z] - CONFIG_IP_VS: enabled (as module) [2021-02-02T17:26:13.195Z] - CONFIG_IP_VS_NFCT: enabled [2021-02-02T17:26:13.195Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-02-02T17:26:13.195Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-02-02T17:26:13.195Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-02-02T17:26:13.195Z] - CONFIG_EXT4_FS: enabled [2021-02-02T17:26:13.195Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-02-02T17:26:13.195Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-02-02T17:26:13.195Z] - Network Drivers: [2021-02-02T17:26:13.195Z] - "overlay": [2021-02-02T17:26:13.195Z] - CONFIG_VXLAN: enabled (as module) [2021-02-02T17:26:13.195Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-02-02T17:26:13.195Z] Optional (for encrypted networks): [2021-02-02T17:26:13.195Z] - CONFIG_CRYPTO: enabled [2021-02-02T17:26:13.195Z] - CONFIG_CRYPTO_AEAD: enabled [2021-02-02T17:26:13.195Z] - CONFIG_CRYPTO_GCM: enabled [2021-02-02T17:26:13.195Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-02-02T17:26:13.195Z] - CONFIG_CRYPTO_GHASH: enabled [2021-02-02T17:26:13.195Z] - CONFIG_XFRM: enabled [2021-02-02T17:26:13.195Z] - CONFIG_XFRM_USER: enabled (as module) [2021-02-02T17:26:13.195Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-02-02T17:26:13.195Z] - CONFIG_INET_ESP: enabled (as module) [2021-02-02T17:26:13.195Z] - CONFIG_INET_XFRM_MODE_TRANSPORT: missing [2021-02-02T17:26:13.195Z] - "ipvlan": [2021-02-02T17:26:13.195Z] - CONFIG_IPVLAN: enabled (as module) [2021-02-02T17:26:13.195Z] - "macvlan": [2021-02-02T17:26:13.195Z] - CONFIG_MACVLAN: enabled (as module) [2021-02-02T17:26:13.195Z] - CONFIG_DUMMY: enabled (as module) [2021-02-02T17:26:13.195Z] - "ftp,tftp client in container": [2021-02-02T17:26:13.195Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-02-02T17:26:13.195Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-02-02T17:26:13.195Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-02-02T17:26:13.195Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-02-02T17:26:13.195Z] - Storage Drivers: [2021-02-02T17:26:13.195Z] - "aufs": [2021-02-02T17:26:13.195Z] - CONFIG_AUFS_FS: enabled (as module) [2021-02-02T17:26:13.195Z] - "btrfs": [2021-02-02T17:26:13.195Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-02-02T17:26:13.195Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-02-02T17:26:13.195Z] - "devicemapper": [2021-02-02T17:26:13.195Z] - CONFIG_BLK_DEV_DM: enabled [2021-02-02T17:26:13.195Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-02-02T17:26:13.195Z] - "overlay": [2021-02-02T17:26:13.195Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-02-02T17:26:13.195Z] - "zfs": [2021-02-02T17:26:13.195Z] - /dev/zfs: present [2021-02-02T17:26:13.195Z] - zfs command: missing [2021-02-02T17:26:13.195Z] - zpool command: missing [2021-02-02T17:26:13.195Z] [2021-02-02T17:26:13.195Z] Limits: [2021-02-02T17:26:13.383Z] make: command: Command not found [2021-02-02T17:26:13.383Z] make: command: Command not found [2021-02-02T17:26:13.383Z] mkdir bundles [2021-02-02T17:26:13.383Z] docker build -f ${BUILDX_DOCKERFILE:-Dockerfile.buildx} -t "moby-buildx:${BUILDX_COMMIT:-latest}" \ [2021-02-02T17:26:13.383Z] --build-arg BUILDX_COMMIT \ [2021-02-02T17:26:13.383Z] --build-arg BUILDX_REPO \ [2021-02-02T17:26:13.383Z] --build-arg GOOS=$(if [ -n "" ]; then echo ; else go env GOHOSTOS || uname | awk '{print tolower($0)}' || true; fi) \ [2021-02-02T17:26:13.383Z] --build-arg GOARCH=$(if [ -n "" ]; then echo ; else go env GOHOSTARCH || true; fi) \ [2021-02-02T17:26:13.383Z] . [2021-02-02T17:26:13.383Z] /bin/sh: 4: go: not found [2021-02-02T17:26:13.383Z] /bin/sh: 5: go: not found [2021-02-02T17:26:13.395Z] #31 ... [2021-02-02T17:26:13.395Z] [2021-02-02T17:26:13.395Z] #23 [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-02-02T17:26:13.395Z] #23 sha256:cfcd6e28058d223600286a459254a667cf91b7c1200cec3eb228a73d4ff719fe [2021-02-02T17:26:13.395Z] #23 1.661 + RM_GOPATH=0 [2021-02-02T17:26:13.395Z] #23 1.661 + TMP_GOPATH= [2021-02-02T17:26:13.395Z] #23 1.661 + : /build [2021-02-02T17:26:13.395Z] #23 1.661 + '[' -z '' ']' [2021-02-02T17:26:13.395Z] #23 1.668 ++ mktemp -d [2021-02-02T17:26:13.395Z] #23 1.668 + export GOPATH=/tmp/tmp.CUHDEhzfdI [2021-02-02T17:26:13.395Z] #23 1.668 + GOPATH=/tmp/tmp.CUHDEhzfdI [2021-02-02T17:26:13.395Z] #23 1.668 + RM_GOPATH=1 [2021-02-02T17:26:13.395Z] #23 1.668 + case "$(go env GOARCH)" in [2021-02-02T17:26:13.395Z] #23 1.668 ++ go env GOARCH [2021-02-02T17:26:13.395Z] #23 1.678 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:13.395Z] #23 1.678 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:13.395Z] #23 1.678 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:13.395Z] #23 1.678 + dir=/tmp/install [2021-02-02T17:26:13.395Z] #23 1.678 + bin=dockercli [2021-02-02T17:26:13.395Z] #23 1.678 + shift [2021-02-02T17:26:13.395Z] #23 1.678 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-02T17:26:13.395Z] #23 1.678 + . /tmp/install/dockercli.installer [2021-02-02T17:26:13.395Z] #23 1.678 ++ : stable [2021-02-02T17:26:13.395Z] #23 1.678 ++ : 17.06.2-ce [2021-02-02T17:26:13.395Z] #23 1.679 Install docker/cli version 17.06.2-ce from stable [2021-02-02T17:26:13.395Z] #23 1.680 + install_dockercli [2021-02-02T17:26:13.395Z] #23 1.680 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-02T17:26:13.395Z] #23 1.681 ++ uname -m [2021-02-02T17:26:13.395Z] #23 1.682 + arch=x86_64 [2021-02-02T17:26:13.395Z] #23 1.682 + '[' x86_64 '!=' x86_64 ']' [2021-02-02T17:26:13.395Z] #23 1.682 + url=https://download.docker.com/linux/static [2021-02-02T17:26:13.395Z] #23 1.682 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-02-02T17:26:13.395Z] #23 1.691 + tar -xz docker/docker [2021-02-02T17:26:13.395Z] #23 3.520 + mkdir -p /build [2021-02-02T17:26:13.395Z] #23 3.523 + mv docker/docker /build/ [2021-02-02T17:26:13.395Z] #23 3.535 + rmdir docker [2021-02-02T17:26:13.395Z] #23 DONE 4.9s [2021-02-02T17:26:13.395Z] [2021-02-02T17:26:13.395Z] #46 [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-02-02T17:26:13.395Z] #46 sha256:8edce8a564ade6ce38967f404f6e2c42b202746b1c48f49ad75eb3088069c3fe [2021-02-02T17:26:13.395Z] #46 1.618 + RM_GOPATH=0 [2021-02-02T17:26:13.395Z] #46 1.618 + TMP_GOPATH= [2021-02-02T17:26:13.395Z] #46 1.618 + : /build [2021-02-02T17:26:13.395Z] #46 1.618 + '[' -z '' ']' [2021-02-02T17:26:13.395Z] #46 1.618 ++ mktemp -d [2021-02-02T17:26:13.395Z] #46 1.618 + export GOPATH=/tmp/tmp.mqI55tcmmp [2021-02-02T17:26:13.395Z] #46 1.618 + GOPATH=/tmp/tmp.mqI55tcmmp [2021-02-02T17:26:13.395Z] #46 1.618 + RM_GOPATH=1 [2021-02-02T17:26:13.395Z] #46 1.618 + case "$(go env GOARCH)" in [2021-02-02T17:26:13.395Z] #46 1.618 ++ go env GOARCH [2021-02-02T17:26:13.395Z] #46 1.628 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:13.395Z] #46 1.628 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:13.395Z] #46 1.629 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:13.395Z] #46 1.630 + dir=/tmp/install [2021-02-02T17:26:13.395Z] #46 1.630 + bin=gotestsum [2021-02-02T17:26:13.395Z] #46 1.630 + shift [2021-02-02T17:26:13.395Z] #46 1.630 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-02T17:26:13.395Z] #46 1.630 + . /tmp/install/gotestsum.installer [2021-02-02T17:26:13.395Z] #46 1.630 ++ : v0.5.3 [2021-02-02T17:26:13.395Z] #46 1.630 + install_gotestsum [2021-02-02T17:26:13.395Z] #46 1.635 + set -e [2021-02-02T17:26:13.395Z] #46 1.635 + export GO111MODULE=on [2021-02-02T17:26:13.395Z] #46 1.635 + GO111MODULE=on [2021-02-02T17:26:13.395Z] #46 1.635 + GOBIN=/build [2021-02-02T17:26:13.395Z] #46 1.635 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-02T17:26:13.395Z] #46 1.640 go: finding gotest.tools v0.5.3 [2021-02-02T17:26:13.395Z] #46 1.640 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-02T17:26:13.395Z] #46 2.168 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-02T17:26:13.395Z] #46 2.625 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-02T17:26:13.395Z] #46 2.901 go: downloading github.com/fatih/color v1.9.0 [2021-02-02T17:26:13.395Z] #46 2.901 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-02T17:26:13.395Z] #46 2.909 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-02T17:26:13.395Z] #46 2.929 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-02T17:26:13.395Z] #46 2.929 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-02T17:26:13.395Z] #46 2.930 go: downloading github.com/pkg/errors v0.9.1 [2021-02-02T17:26:13.395Z] #46 2.945 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-02T17:26:13.395Z] #46 2.955 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-02T17:26:13.395Z] #46 2.960 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T17:26:13.395Z] #46 2.966 go: extracting github.com/fatih/color v1.9.0 [2021-02-02T17:26:13.395Z] #46 2.977 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-02T17:26:13.395Z] #46 2.983 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-02T17:26:13.395Z] #46 2.991 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-02T17:26:13.395Z] #46 3.009 go: extracting github.com/pkg/errors v0.9.1 [2021-02-02T17:26:13.395Z] #46 3.084 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-02T17:26:13.395Z] #46 3.107 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-02T17:26:13.395Z] #46 3.179 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-02T17:26:13.395Z] #46 3.191 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-02T17:26:13.395Z] #46 3.210 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-02T17:26:13.395Z] #46 3.630 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-02T17:26:13.395Z] #46 3.676 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T17:26:13.395Z] #46 4.148 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-02T17:26:13.395Z] #46 5.257 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-02T17:26:13.395Z] #46 5.265 go: finding github.com/pkg/errors v0.9.1 [2021-02-02T17:26:13.395Z] #46 5.265 go: finding github.com/fatih/color v1.9.0 [2021-02-02T17:26:13.395Z] #46 5.278 go: finding github.com/spf13/pflag v1.0.3 [2021-02-02T17:26:13.395Z] #46 5.350 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-02T17:26:13.395Z] #46 5.384 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-02T17:26:13.395Z] #46 5.385 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T17:26:13.395Z] #46 5.386 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-02T17:26:13.395Z] #46 5.386 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-02T17:26:13.395Z] #46 5.387 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-02T17:26:13.395Z] #46 5.446 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-02T17:26:13.453Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-02-02T17:26:13.453Z] [2021-02-02T17:26:13.453Z] + true [Pipeline] } [2021-02-02T17:26:13.466Z] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-02-02T17:26:13.610Z] #25 2.642 Get:5 http://deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-02-02T17:26:13.707Z] #1 [internal] load build definition from Dockerfile [2021-02-02T17:26:13.707Z] #1 sha256:e5aa59ea7f23898b9b0d5f1dd2b9f012c36cbb8b2d78ace9037ac3243f6613ac [2021-02-02T17:26:13.707Z] #1 transferring dockerfile: 16.55kB done [2021-02-02T17:26:13.707Z] #1 DONE 0.0s [2021-02-02T17:26:13.722Z] Removing bundles/ [2021-02-02T17:26:13.722Z] [2021-02-02T17:26:13.722Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-02-02T17:26:13.722Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-02T17:26:13.722Z] GOOS="" GOARCH="" GOARM="" [2021-02-02T17:26:13.785Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:917ff358791c55091e335f0e1fb9d9224b564d94 . [2021-02-02T17:26:13.785Z] #2 [internal] load .dockerignore [2021-02-02T17:26:13.785Z] #2 sha256:6be6a772e2c1ccf807630b8cfa71595d45c48384fa26becb3146d997f64d7f6f [2021-02-02T17:26:13.785Z] #2 transferring context: 87B done [2021-02-02T17:26:13.785Z] #2 DONE 0.0s [2021-02-02T17:26:13.785Z] [2021-02-02T17:26:13.785Z] #1 [internal] load build definition from Dockerfile [2021-02-02T17:26:13.785Z] #1 sha256:1ef14a6162de85f7f770cc40dd0cbc6c7277ebefcffb50e4cff8e257a8c8fe0b [2021-02-02T17:26:13.785Z] #1 transferring dockerfile: 16.55kB done [2021-02-02T17:26:13.785Z] #1 DONE 0.0s [2021-02-02T17:26:13.785Z] [2021-02-02T17:26:13.785Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-02T17:26:13.785Z] #3 sha256:adf0ad58625e45ab290e1bebbcfe1d73aceb4d8dbec09db8a7422cf74eff2996 [2021-02-02T17:26:14.057Z] #3 DONE 0.2s [2021-02-02T17:26:14.057Z] [2021-02-02T17:26:14.057Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-02T17:26:14.057Z] #4 sha256:4f557cac37259deb5e7fe213b122cca6da5945b2c1d8b3b3f23f2bb89e44211c [2021-02-02T17:26:14.057Z] #4 CACHED [2021-02-02T17:26:14.057Z] [2021-02-02T17:26:14.057Z] #2 [internal] load .dockerignore [2021-02-02T17:26:14.057Z] #2 sha256:1f48bfe357b876a4d2a1c1d632e19581a8b31b37d249bc6bcb6a4dc07911648c [2021-02-02T17:26:14.057Z] #2 transferring context: 87B done [2021-02-02T17:26:14.057Z] #2 DONE 0.0s [2021-02-02T17:26:14.315Z] [2021-02-02T17:26:14.315Z] #5 [internal] load build definition from Dockerfile [2021-02-02T17:26:14.315Z] #5 sha256:34617d19d5f3d6badcdeab79c96d455e3a85c177cb4d5dd18e4c06960c55bca6 [2021-02-02T17:26:14.315Z] #5 transferring dockerfile: 16.55kB done [2021-02-02T17:26:14.315Z] #5 DONE 0.0s [2021-02-02T17:26:14.315Z] [2021-02-02T17:26:14.315Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-02T17:26:14.315Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-02-02T17:26:14.315Z] #8 DONE 0.1s [2021-02-02T17:26:14.315Z] [2021-02-02T17:26:14.315Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-02T17:26:14.315Z] #7 sha256:0a1107839e0ecca45d986774ce45866360a7743d3cdf29b6672c54019106e228 [2021-02-02T17:26:14.574Z] #7 DONE 0.1s [2021-02-02T17:26:14.574Z] [2021-02-02T17:26:14.574Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-02T17:26:14.574Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-02-02T17:26:14.574Z] #6 DONE 0.1s [2021-02-02T17:26:14.832Z] [2021-02-02T17:26:14.832Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-02T17:26:14.832Z] #61 sha256:8cd31f697465541ec70257fedff688f129ce4fd2b7e73aa0e486f8cf137c7c52 [2021-02-02T17:26:14.832Z] #61 DONE 0.0s [2021-02-02T17:26:14.832Z] [2021-02-02T17:26:14.832Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-02T17:26:14.832Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-02-02T17:26:14.832Z] #9 DONE 0.0s [2021-02-02T17:26:14.832Z] [2021-02-02T17:26:14.832Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299 [2021-02-02T17:26:14.832Z] #25 sha256:10877c50c598adfc862503ea8be9a65a55673726f7b55615e941b05a74410f99 [2021-02-02T17:26:14.832Z] #25 DONE 0.0s [2021-02-02T17:26:14.832Z] [2021-02-02T17:26:14.832Z] #22 [internal] load build context [2021-02-02T17:26:14.832Z] #22 sha256:3d569050dee5f34dbd69a4b665c8fb1aabb88261692c247133173096995316f5 [2021-02-02T17:26:14.999Z] [2021-02-02T17:26:14.999Z] #3 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-02T17:26:14.999Z] #3 sha256:3242eeaf18da316ded48256a0832b5cec1bbdac6db0ce0ee365e8a978d41940c [2021-02-02T17:26:15.260Z] #3 DONE 0.2s [2021-02-02T17:26:15.260Z] [2021-02-02T17:26:15.260Z] #4 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-02T17:26:15.260Z] #4 sha256:e2fb1c94d106d597da9164a068ce49aece352b29fc05b57104b551e09cb4545e [2021-02-02T17:26:15.260Z] #4 CACHED [2021-02-02T17:26:15.399Z] #46 ... [2021-02-02T17:26:15.399Z] [2021-02-02T17:26:15.399Z] #48 [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-02-02T17:26:15.399Z] #48 sha256:e70ef5ad7ca46392be579ebec125a0493cbc8b5de01dc257d7994164ad84da08 [2021-02-02T17:26:15.399Z] #48 1.957 + RM_GOPATH=0 [2021-02-02T17:26:15.399Z] #48 1.957 + TMP_GOPATH= [2021-02-02T17:26:15.399Z] #48 1.957 + : /build [2021-02-02T17:26:15.399Z] #48 1.957 + '[' -z '' ']' [2021-02-02T17:26:15.399Z] #48 1.961 ++ mktemp -d [2021-02-02T17:26:15.399Z] #48 1.969 + export GOPATH=/tmp/tmp.bGqCVJHvl2 [2021-02-02T17:26:15.399Z] #48 1.969 + GOPATH=/tmp/tmp.bGqCVJHvl2 [2021-02-02T17:26:15.399Z] #48 1.969 + RM_GOPATH=1 [2021-02-02T17:26:15.399Z] #48 1.969 + case "$(go env GOARCH)" in [2021-02-02T17:26:15.399Z] #48 1.974 ++ go env GOARCH [2021-02-02T17:26:15.399Z] #48 1.992 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:15.399Z] #48 1.992 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:15.399Z] #48 2.003 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:15.399Z] #48 2.003 + dir=/tmp/install [2021-02-02T17:26:15.399Z] #48 2.003 + bin=golangci_lint [2021-02-02T17:26:15.399Z] #48 2.003 + shift [2021-02-02T17:26:15.399Z] #48 2.003 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-02T17:26:15.399Z] #48 2.003 + . /tmp/install/golangci_lint.installer [2021-02-02T17:26:15.399Z] #48 2.003 ++ : v1.23.8 [2021-02-02T17:26:15.399Z] #48 2.003 + install_golangci_lint [2021-02-02T17:26:15.399Z] #48 2.003 + set -e [2021-02-02T17:26:15.399Z] #48 2.003 + export GO111MODULE=on [2021-02-02T17:26:15.399Z] #48 2.003 + GO111MODULE=on [2021-02-02T17:26:15.400Z] #48 2.003 + GOBIN=/build [2021-02-02T17:26:15.400Z] #48 2.003 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-02T17:26:15.400Z] #48 2.028 go: finding github.com v1.23.8 [2021-02-02T17:26:15.400Z] #48 2.050 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-02T17:26:15.400Z] #48 2.053 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-02T17:26:15.400Z] #48 2.053 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-02T17:26:15.400Z] #48 2.053 go: finding github.com/golangci v1.23.8 [2021-02-02T17:26:15.400Z] #48 2.549 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-02T17:26:15.400Z] #48 3.087 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-02T17:26:15.400Z] #48 6.775 go: downloading github.com/pkg/errors v0.8.1 [2021-02-02T17:26:15.400Z] #48 6.793 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-02T17:26:15.400Z] #48 6.809 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-02T17:26:15.400Z] #48 6.813 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-02T17:26:15.400Z] #48 6.815 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-02T17:26:15.400Z] #48 6.853 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-02T17:26:15.400Z] #48 6.853 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-02T17:26:15.400Z] #48 6.883 go: extracting github.com/pkg/errors v0.8.1 [2021-02-02T17:26:15.400Z] #48 6.886 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-02T17:26:15.400Z] #48 6.953 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-02T17:26:15.400Z] #48 6.987 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-02T17:26:15.400Z] #48 7.001 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-02T17:26:15.400Z] #48 7.002 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-02T17:26:15.400Z] #48 7.029 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-02T17:26:15.400Z] #48 7.050 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-02T17:26:15.400Z] #48 7.094 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-02T17:26:15.400Z] #48 7.103 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-02T17:26:15.400Z] #48 7.103 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-02T17:26:15.400Z] #48 7.152 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-02T17:26:15.400Z] #48 7.188 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-02T17:26:15.400Z] #48 7.199 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-02T17:26:15.400Z] #48 7.246 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-02T17:26:15.400Z] #48 7.271 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-02T17:26:15.400Z] #48 7.322 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-02T17:26:15.400Z] #48 7.323 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-02T17:26:15.400Z] #48 7.335 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-02T17:26:15.400Z] #48 7.402 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-02T17:26:15.400Z] #48 7.454 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-02T17:26:15.400Z] #48 7.493 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-02T17:26:15.536Z] Sending build context to Docker daemon 58.3MB [2021-02-02T17:26:15.536Z] Step 1/15 : ARG GO_VERSION=1.13.15 [2021-02-02T17:26:15.536Z] Step 2/15 : ARG BUILDX_COMMIT=v0.5.1 [2021-02-02T17:26:15.536Z] Step 3/15 : ARG BUILDX_REPO=https://github.com/docker/buildx.git [2021-02-02T17:26:15.536Z] Step 4/15 : FROM golang:${GO_VERSION}-buster AS build [2021-02-02T17:26:15.536Z] 1.13.15-buster: Pulling from library/golang [2021-02-02T17:26:15.661Z] #48 7.896 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-02T17:26:15.833Z] [2021-02-02T17:26:15.833Z] #5 [internal] load build definition from Dockerfile [2021-02-02T17:26:15.833Z] #5 sha256:2e6ee35e8d3709a94fb93c559d089b402db5683e6852101a2c793f11e2b11ec4 [2021-02-02T17:26:15.833Z] #5 transferring dockerfile: 16.55kB done [2021-02-02T17:26:15.833Z] #5 DONE 0.0s [2021-02-02T17:26:15.834Z] db4e2d8d5901: Pulling fs layer [2021-02-02T17:26:15.834Z] dfe2d012519c: Pulling fs layer [2021-02-02T17:26:15.834Z] 5d8f1d1f9197: Pulling fs layer [2021-02-02T17:26:15.834Z] 1301750ffb48: Pulling fs layer [2021-02-02T17:26:15.834Z] dc5c6edc9cff: Pulling fs layer [2021-02-02T17:26:15.834Z] 3c370c2e2f82: Pulling fs layer [2021-02-02T17:26:15.834Z] 5ffb2f5886e2: Pulling fs layer [2021-02-02T17:26:15.834Z] 1301750ffb48: Waiting [2021-02-02T17:26:15.834Z] dc5c6edc9cff: Waiting [2021-02-02T17:26:15.834Z] 3c370c2e2f82: Waiting [2021-02-02T17:26:15.834Z] 5ffb2f5886e2: Waiting [2021-02-02T17:26:15.852Z] #25 4.565 Get:6 http://deb.debian.org/debian buster-updates/main s390x Packages [7856 B] [2021-02-02T17:26:16.093Z] [2021-02-02T17:26:16.093Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-02-02T17:26:16.093Z] #8 sha256:f1b65f84b73951f42780ae75c92800bded73658353301e79e5dc186186c67a6c [2021-02-02T17:26:16.093Z] #8 DONE 0.1s [2021-02-02T17:26:16.093Z] [2021-02-02T17:26:16.093Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-02T17:26:16.093Z] #7 sha256:d71d81e7655e217a265abade180b866597ca13067c3e3d98a7c9383c573e8071 [2021-02-02T17:26:16.093Z] #7 DONE 0.1s [2021-02-02T17:26:16.093Z] [2021-02-02T17:26:16.093Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-02T17:26:16.093Z] #6 sha256:0ff4d7102a8b2da8074784734c04086c33174d81a15b9d3c7333eecc02eac4f0 [2021-02-02T17:26:16.093Z] #6 DONE 0.2s [2021-02-02T17:26:16.136Z] dfe2d012519c: Verifying Checksum [2021-02-02T17:26:16.137Z] dfe2d012519c: Download complete [2021-02-02T17:26:16.212Z] #22 transferring context: 53.39MB 1.6s done [2021-02-02T17:26:16.212Z] #22 DONE 1.6s [2021-02-02T17:26:16.433Z] 5d8f1d1f9197: Verifying Checksum [2021-02-02T17:26:16.433Z] 5d8f1d1f9197: Download complete [2021-02-02T17:26:16.471Z] [2021-02-02T17:26:16.471Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-02T17:26:16.471Z] #56 sha256:79928a13bc2c4226340b1cd6cbbd03e179d5eec778bea75194fbfe4cff404acc [2021-02-02T17:26:16.471Z] #56 CACHED [2021-02-02T17:26:16.471Z] [2021-02-02T17:26:16.471Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-02T17:26:16.471Z] #62 sha256:e318c60f54b51a70b6f54649391d4a30162fe02327e59070f1d59c504f0d8172 [2021-02-02T17:26:16.471Z] #62 CACHED [2021-02-02T17:26:16.471Z] [2021-02-02T17:26:16.471Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-02T17:26:16.471Z] #40 sha256:29853aedeac5615ad921cb39c65ff4586c938694aa769485da6410e1de93d098 [2021-02-02T17:26:16.471Z] #40 CACHED [2021-02-02T17:26:16.471Z] [2021-02-02T17:26:16.471Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-02T17:26:16.471Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-02T17:26:16.471Z] #16 CACHED [2021-02-02T17:26:16.471Z] [2021-02-02T17:26:16.471Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-02T17:26:16.471Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-02-02T17:26:16.471Z] #10 CACHED [2021-02-02T17:26:16.471Z] [2021-02-02T17:26:16.471Z] #52 [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-02-02T17:26:16.471Z] #52 sha256:a59276ea5b20c9c4bfaf8360e0cd2c114acf4fbae1481584481bd5f9550bf9f5 [2021-02-02T17:26:16.471Z] #52 CACHED [2021-02-02T17:26:16.471Z] [2021-02-02T17:26:16.471Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-02T17:26:16.471Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-02T17:26:16.471Z] #21 CACHED [2021-02-02T17:26:16.471Z] [2021-02-02T17:26:16.471Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-02T17:26:16.471Z] #47 sha256:b510f2222965084670fa7fa50cbf22d41cbb874c4afdc3d7968558c6eda7578e [2021-02-02T17:26:16.471Z] #47 CACHED [2021-02-02T17:26:16.471Z] [2021-02-02T17:26:16.471Z] #50 [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-02-02T17:26:16.471Z] #50 sha256:e4aeed71dd9bf565779843e3fff1884ab9666e0ef6a38877a3f583e86ae1853c [2021-02-02T17:26:16.471Z] #50 CACHED [2021-02-02T17:26:16.471Z] [2021-02-02T17:26:16.471Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-02T17:26:16.471Z] #30 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-02-02T17:26:16.471Z] #30 CACHED [2021-02-02T17:26:16.471Z] [2021-02-02T17:26:16.471Z] #33 [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-02-02T17:26:16.471Z] #33 sha256:b8365d99bbfce5c93f7b1cec567f02124f81784bfbbf9d52af4563c5f3bbc4e8 [2021-02-02T17:26:16.471Z] #33 CACHED [2021-02-02T17:26:16.471Z] [2021-02-02T17:26:16.471Z] #54 [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-02-02T17:26:16.471Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-02T17:26:16.471Z] #54 CACHED [2021-02-02T17:26:16.471Z] [2021-02-02T17:26:16.471Z] #41 [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-02-02T17:26:16.471Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-02T17:26:16.471Z] #41 CACHED [2021-02-02T17:26:16.471Z] [2021-02-02T17:26:16.471Z] #35 [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-02-02T17:26:16.471Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-02T17:26:16.471Z] #35 CACHED [2021-02-02T17:26:16.471Z] [2021-02-02T17:26:16.471Z] #46 [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-02-02T17:26:16.471Z] #46 sha256:06da4cfd562b0c2d232c720751336f0d8818fad1bb032ac3ac70569074b83c40 [2021-02-02T17:26:16.472Z] #46 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #28 [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-02-02T17:26:16.472Z] #28 sha256:ced73a7ed054c41ef36df3295a93cda1a9cf281d357d1658afed93d7ad5d358c [2021-02-02T17:26:16.472Z] #28 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #20 [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-02-02T17:26:16.472Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-02T17:26:16.472Z] #20 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #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-02-02T17:26:16.472Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-02-02T17:26:16.472Z] #11 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-02T17:26:16.472Z] #60 sha256:1e4b6d62c3a6574a2bfdd84641e2271c46d4c56e3e542c7d8401173285d8d9fc [2021-02-02T17:26:16.472Z] #60 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-02T17:26:16.472Z] #38 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-02-02T17:26:16.472Z] #38 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-02T17:26:16.472Z] #27 sha256:97980d832a76d4bcf944a698996a371f2423198cf29078b397c21efad5452fb1 [2021-02-02T17:26:16.472Z] #27 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-02T17:26:16.472Z] #24 sha256:8751073d51ecbfa32934691bce08f3d05f3904952f55f1046a1425b6154e5225 [2021-02-02T17:26:16.472Z] #24 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-02T17:26:16.472Z] #59 sha256:2ccc70bc571f8654684bdfbd7f32b4372a46776c10052c8da5900d1f54c1ad15 [2021-02-02T17:26:16.472Z] #59 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-02T17:26:16.472Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-02T17:26:16.472Z] #13 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-02T17:26:16.472Z] #51 sha256:909d95176c8dffbb9662832bde7e3aa169df5a9216ff108742f7547beed4ad41 [2021-02-02T17:26:16.472Z] #51 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #14 [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-02-02T17:26:16.472Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-02T17:26:16.472Z] #14 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #31 [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-02-02T17:26:16.472Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-02T17:26:16.472Z] #31 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-02T17:26:16.472Z] #53 sha256:1fc38c697af12ffa1947fe68164606abb2baa7a56771bf8e880651f65255af98 [2021-02-02T17:26:16.472Z] #53 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #48 [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-02-02T17:26:16.472Z] #48 sha256:f4df9f24ac8b59c94ee86acf79d4f3e7c57bb47da3112b56de5b045721e73733 [2021-02-02T17:26:16.472Z] #48 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-02T17:26:16.472Z] #32 sha256:fd251eb0e2061f2016027079b959a1f4e4ae129472ff652b7998c50af05f3013 [2021-02-02T17:26:16.472Z] #32 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #57 [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-02-02T17:26:16.472Z] #57 sha256:9e65d63c8bb40ac75746d26ba8722b46fb2366d93ad72bf6b650683d842460c7 [2021-02-02T17:26:16.472Z] #57 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #39 [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-02-02T17:26:16.472Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-02T17:26:16.472Z] #39 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #44 [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-02-02T17:26:16.472Z] #44 sha256:7b08bddfbf2898db0b46b0d0de140e3f5a120a37bca37e97893683634243b158 [2021-02-02T17:26:16.472Z] #44 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #26 [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-02-02T17:26:16.472Z] #26 sha256:eb917928a0a67f2c29f76c642853b2f64b9d75e10034bf0a1d3486ff08bb9b88 [2021-02-02T17:26:16.472Z] #26 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-02T17:26:16.472Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-02T17:26:16.472Z] #17 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-02T17:26:16.472Z] #49 sha256:385e28692c1ef200977c5760d5a53e167ae3e871df4dfe02f45c8ef23b92a7cb [2021-02-02T17:26:16.472Z] #49 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #63 [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-02-02T17:26:16.472Z] #63 sha256:c2f1d45ab3ac4157b9b2df437d94916ae21314692260eea10e5d7e21802daada [2021-02-02T17:26:16.472Z] #63 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:26:16.472Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-02T17:26:16.472Z] #12 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-02T17:26:16.472Z] #29 sha256:a7f66de514b968b28c155069615715975b7e335cd256664d03457ed509096c4b [2021-02-02T17:26:16.472Z] #29 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-02T17:26:16.472Z] #64 sha256:6a68cc843d47823a5ae0c69b0048e7cb1ec69ddf491b42d5a91d94236c09f87a [2021-02-02T17:26:16.472Z] #64 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-02T17:26:16.472Z] #45 sha256:d2ea353e0dc48f4bd1fbf17a07135abd73bf63f1cfd1774cf6aef6761adf9dbe [2021-02-02T17:26:16.472Z] #45 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-02T17:26:16.472Z] #58 sha256:0849e67c2109379829b394a30c274fc589a450e9c1bbac128f7dc421ec1aae75 [2021-02-02T17:26:16.472Z] #58 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-02T17:26:16.472Z] #43 sha256:54c1539754ec846bb062fc64b57629efe46985a25286a91c98ad9fa6160eab4f [2021-02-02T17:26:16.472Z] #43 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-02T17:26:16.472Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-02T17:26:16.472Z] #15 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-02T17:26:16.472Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-02T17:26:16.472Z] #18 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #23 [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-02-02T17:26:16.472Z] #23 sha256:ea310d27468d0e6ea4a2feea09365c0f5e73f3b277e4a23aad00cc9ed8ace2e4 [2021-02-02T17:26:16.472Z] #23 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #36 [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-02-02T17:26:16.472Z] #36 sha256:d20b8dfc63165032ef3f0c588e23e19cd38ce290cdfbfec197df96d9ab481312 [2021-02-02T17:26:16.472Z] #36 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-02T17:26:16.472Z] #34 sha256:40b184b4fffc776debe3834b3517fa8365fd7c6642b9666cbce08e2b78f858cc [2021-02-02T17:26:16.472Z] #34 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #19 [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-02-02T17:26:16.472Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-02T17:26:16.472Z] #19 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-02T17:26:16.472Z] #37 sha256:29214a6085ea2b26cb7edaad38ed861dc3cdb8af94e59a9756ed3787df37167b [2021-02-02T17:26:16.472Z] #37 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #42 [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-02-02T17:26:16.472Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:26:16.472Z] #42 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #55 [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-02-02T17:26:16.472Z] #55 sha256:bf23de7d64c3bb114059fa095a69fded615aa296251b9be9c0f0ef64568559f5 [2021-02-02T17:26:16.472Z] #55 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-02T17:26:16.472Z] #65 sha256:480a3adc3f88bf9facebcc8ab29c46be6817e49e6f666b4431b9b70ab2f8e2e4 [2021-02-02T17:26:16.472Z] #65 CACHED [2021-02-02T17:26:16.472Z] [2021-02-02T17:26:16.472Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-02T17:26:16.472Z] #66 sha256:c066ffcc7164ee72b5ae798c5aa643131ae1001ca87d1d489971fc815b4b3c90 [2021-02-02T17:26:16.487Z] #25 ... [2021-02-02T17:26:16.487Z] [2021-02-02T17:26:16.487Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-02T17:26:16.487Z] #40 1.922 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:26:16.487Z] #40 2.034 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:26:16.487Z] #40 2.125 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:26:16.487Z] #40 2.562 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-02-02T17:26:16.487Z] #40 4.241 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [237 kB] [2021-02-02T17:26:16.487Z] #40 6.165 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7856 B] [2021-02-02T17:26:16.487Z] #40 ... [2021-02-02T17:26:16.487Z] [2021-02-02T17:26:16.487Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-02T17:26:16.487Z] #49 2.797 + RM_GOPATH=0 [2021-02-02T17:26:16.487Z] #49 2.797 + TMP_GOPATH= [2021-02-02T17:26:16.487Z] #49 2.797 + : /build [2021-02-02T17:26:16.487Z] #49 2.797 + '[' -z '' ']' [2021-02-02T17:26:16.487Z] #49 2.797 ++ mktemp -d [2021-02-02T17:26:16.487Z] #49 2.804 + export GOPATH=/tmp/tmp.WimjQLFYV3 [2021-02-02T17:26:16.487Z] #49 2.804 + GOPATH=/tmp/tmp.WimjQLFYV3 [2021-02-02T17:26:16.487Z] #49 2.804 + RM_GOPATH=1 [2021-02-02T17:26:16.487Z] #49 2.804 + case "$(go env GOARCH)" in [2021-02-02T17:26:16.487Z] #49 2.804 ++ go env GOARCH [2021-02-02T17:26:16.487Z] #49 2.804 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:16.487Z] #49 2.804 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:16.487Z] #49 2.804 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:16.487Z] #49 2.804 + dir=/tmp/install [2021-02-02T17:26:16.487Z] #49 2.804 + bin=shfmt [2021-02-02T17:26:16.487Z] #49 2.804 + shift [2021-02-02T17:26:16.487Z] #49 2.804 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-02T17:26:16.487Z] #49 2.804 + . /tmp/install/shfmt.installer [2021-02-02T17:26:16.487Z] #49 2.804 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-02T17:26:16.487Z] #49 2.804 + install_shfmt [2021-02-02T17:26:16.487Z] #49 2.804 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-02T17:26:16.487Z] #49 2.804 + git clone https://github.com/mvdan/sh.git /tmp/tmp.WimjQLFYV3/src/github.com/mvdan/sh [2021-02-02T17:26:16.487Z] #49 2.804 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-02T17:26:16.487Z] #49 2.823 Cloning into '/tmp/tmp.WimjQLFYV3/src/github.com/mvdan/sh'... [2021-02-02T17:26:16.487Z] #49 9.435 + cd /tmp/tmp.WimjQLFYV3/src/github.com/mvdan/sh [2021-02-02T17:26:16.487Z] #49 9.435 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-02T17:26:16.487Z] #49 9.453 + GO111MODULE=on [2021-02-02T17:26:16.487Z] #49 9.453 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-02T17:26:16.610Z] #48 8.541 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-02T17:26:16.610Z] #48 8.545 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-02T17:26:16.610Z] #48 8.549 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-02T17:26:16.610Z] #48 8.549 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-02T17:26:16.610Z] #48 8.549 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-02T17:26:16.610Z] #48 8.550 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-02T17:26:16.610Z] #48 8.550 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-02T17:26:16.610Z] #48 8.552 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-02T17:26:16.610Z] #48 8.552 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-02T17:26:16.610Z] #48 8.608 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-02T17:26:16.610Z] #48 8.620 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-02T17:26:16.610Z] #48 8.623 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-02T17:26:16.610Z] #48 8.641 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-02T17:26:16.610Z] #48 8.650 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-02T17:26:16.610Z] #48 8.689 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-02T17:26:16.610Z] #48 8.711 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-02T17:26:16.610Z] #48 8.761 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-02T17:26:16.610Z] #48 8.762 go: downloading github.com/fatih/color v1.7.0 [2021-02-02T17:26:16.610Z] #48 8.765 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-02T17:26:16.610Z] #48 8.765 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-02T17:26:16.610Z] #48 8.789 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-02T17:26:16.610Z] #48 8.789 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-02T17:26:16.610Z] #48 8.789 go: extracting github.com/fatih/color v1.7.0 [2021-02-02T17:26:16.610Z] #48 8.789 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-02T17:26:16.610Z] #48 8.819 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-02T17:26:16.668Z] [2021-02-02T17:26:16.668Z] #61 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-02T17:26:16.668Z] #61 sha256:f5f6822bf2d1ee8cee9361ba21964db1b075789ef9a6d55e940c346d25984665 [2021-02-02T17:26:16.668Z] #61 DONE 0.0s [2021-02-02T17:26:16.668Z] [2021-02-02T17:26:16.668Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-02T17:26:16.668Z] #9 sha256:66e8dd67b10aea60fea8e09f3e5815e49e6745a7007853d828eff5eaccc9cd91 [2021-02-02T17:26:16.668Z] #9 DONE 0.0s [2021-02-02T17:26:16.668Z] [2021-02-02T17:26:16.668Z] #25 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299 [2021-02-02T17:26:16.668Z] #25 sha256:0bd8c75a9035ae20010df4adebf15809818cf40f851a301a81a7001c654b5230 [2021-02-02T17:26:16.668Z] #25 DONE 0.0s [2021-02-02T17:26:16.668Z] [2021-02-02T17:26:16.668Z] #22 [internal] load build context [2021-02-02T17:26:16.668Z] #22 sha256:15bb6bd2256669b7c2f24e0932f6b1ed9a5df31fb5e113640cf66bd23937b75e [2021-02-02T17:26:16.780Z] #49 ... [2021-02-02T17:26:16.780Z] [2021-02-02T17:26:16.780Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-02T17:26:16.780Z] #11 1.842 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:26:16.780Z] #11 1.954 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:26:16.780Z] #11 2.134 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:26:16.780Z] #11 2.405 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-02-02T17:26:16.780Z] #11 4.102 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [237 kB] [2021-02-02T17:26:16.780Z] #11 6.142 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7856 B] [2021-02-02T17:26:16.780Z] #11 ... [2021-02-02T17:26:16.780Z] [2021-02-02T17:26:16.780Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-02T17:26:16.780Z] #45 1.760 + RM_GOPATH=0 [2021-02-02T17:26:16.780Z] #45 1.760 + TMP_GOPATH= [2021-02-02T17:26:16.780Z] #45 1.760 + : /build [2021-02-02T17:26:16.780Z] #45 1.760 + '[' -z '' ']' [2021-02-02T17:26:16.780Z] #45 1.760 ++ mktemp -d [2021-02-02T17:26:16.780Z] #45 1.760 + export GOPATH=/tmp/tmp.L2vt8WjMOf [2021-02-02T17:26:16.780Z] #45 1.760 + GOPATH=/tmp/tmp.L2vt8WjMOf [2021-02-02T17:26:16.780Z] #45 1.760 + RM_GOPATH=1 [2021-02-02T17:26:16.780Z] #45 1.760 + case "$(go env GOARCH)" in [2021-02-02T17:26:16.780Z] #45 1.760 ++ go env GOARCH [2021-02-02T17:26:16.780Z] #45 1.760 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:16.780Z] #45 1.760 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:16.780Z] #45 1.760 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:16.780Z] #45 1.760 + dir=/tmp/install [2021-02-02T17:26:16.780Z] #45 1.760 + bin=gotestsum [2021-02-02T17:26:16.780Z] #45 1.760 + shift [2021-02-02T17:26:16.780Z] #45 1.760 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-02T17:26:16.780Z] #45 1.760 + . /tmp/install/gotestsum.installer [2021-02-02T17:26:16.780Z] #45 1.760 ++ : v0.5.3 [2021-02-02T17:26:16.780Z] #45 1.760 + install_gotestsum [2021-02-02T17:26:16.780Z] #45 1.760 + set -e [2021-02-02T17:26:16.780Z] #45 1.760 + export GO111MODULE=on [2021-02-02T17:26:16.780Z] #45 1.760 + GO111MODULE=on [2021-02-02T17:26:16.780Z] #45 1.760 + GOBIN=/build [2021-02-02T17:26:16.780Z] #45 1.760 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-02T17:26:16.780Z] #45 1.760 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-02T17:26:16.780Z] #45 1.760 go: finding gotest.tools v0.5.3 [2021-02-02T17:26:16.780Z] #45 2.107 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-02T17:26:16.780Z] #45 2.337 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-02T17:26:16.780Z] #45 2.749 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-02T17:26:16.780Z] #45 2.756 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-02T17:26:16.780Z] #45 2.793 go: downloading github.com/pkg/errors v0.9.1 [2021-02-02T17:26:16.780Z] #45 2.793 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T17:26:16.780Z] #45 2.892 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-02T17:26:16.780Z] #45 2.927 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-02T17:26:16.780Z] #45 2.927 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-02T17:26:16.780Z] #45 2.927 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-02T17:26:16.780Z] #45 2.944 go: extracting github.com/pkg/errors v0.9.1 [2021-02-02T17:26:16.780Z] #45 2.991 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-02T17:26:16.780Z] #45 3.012 go: downloading github.com/fatih/color v1.9.0 [2021-02-02T17:26:16.780Z] #45 3.105 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-02T17:26:16.780Z] #45 3.197 go: extracting github.com/fatih/color v1.9.0 [2021-02-02T17:26:16.780Z] #45 3.236 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-02T17:26:16.780Z] #45 3.452 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-02T17:26:16.780Z] #45 3.908 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-02T17:26:16.780Z] #45 3.916 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-02T17:26:16.780Z] #45 3.997 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-02T17:26:16.780Z] #45 4.207 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-02T17:26:16.780Z] #45 4.595 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T17:26:16.780Z] #45 5.283 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-02T17:26:16.780Z] #45 6.517 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-02T17:26:16.780Z] #45 9.041 go: finding github.com/fatih/color v1.9.0 [2021-02-02T17:26:16.780Z] #45 9.116 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-02T17:26:16.780Z] #45 9.131 go: finding github.com/pkg/errors v0.9.1 [2021-02-02T17:26:16.780Z] #45 9.243 go: finding github.com/spf13/pflag v1.0.3 [2021-02-02T17:26:16.780Z] #45 9.269 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-02T17:26:16.780Z] #45 9.293 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-02T17:26:16.780Z] #45 9.559 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-02T17:26:16.780Z] #45 9.604 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-02T17:26:16.780Z] #45 9.645 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-02T17:26:16.780Z] #45 9.662 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T17:26:16.780Z] #45 9.692 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-02T17:26:16.870Z] #48 8.833 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-02T17:26:16.870Z] #48 8.834 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-02T17:26:16.870Z] #48 8.836 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-02T17:26:16.870Z] #48 8.841 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-02T17:26:16.870Z] #48 8.842 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-02T17:26:16.870Z] #48 8.847 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-02T17:26:16.870Z] #48 8.853 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-02T17:26:16.870Z] #48 8.859 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-02T17:26:16.870Z] #48 8.862 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-02T17:26:16.870Z] #48 8.874 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-02T17:26:16.870Z] #48 8.879 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-02T17:26:16.870Z] #48 8.925 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-02T17:26:16.870Z] #48 8.927 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-02T17:26:16.871Z] #48 8.928 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-02T17:26:16.871Z] #48 8.929 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-02T17:26:16.871Z] #48 8.931 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-02T17:26:16.871Z] #48 8.931 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-02T17:26:16.871Z] #48 8.960 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-02T17:26:16.871Z] #48 9.028 go: downloading github.com/spf13/viper v1.6.1 [2021-02-02T17:26:16.871Z] #48 9.038 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-02T17:26:16.871Z] #48 9.038 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-02T17:26:16.871Z] #48 9.038 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-02T17:26:16.871Z] #48 9.040 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-02T17:26:16.871Z] #48 9.041 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-02T17:26:16.871Z] #48 9.045 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-02T17:26:16.871Z] #48 9.048 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-02T17:26:16.871Z] #48 9.054 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-02T17:26:16.871Z] #48 9.055 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-02T17:26:16.871Z] #48 9.096 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-02T17:26:16.871Z] #48 9.098 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-02T17:26:16.871Z] #48 9.099 go: downloading golang.org/x/text v0.3.2 [2021-02-02T17:26:16.871Z] #48 9.103 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-02T17:26:16.871Z] #48 9.153 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-02T17:26:17.074Z] #45 ... [2021-02-02T17:26:17.074Z] [2021-02-02T17:26:17.074Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-02T17:26:17.074Z] #32 3.288 + RM_GOPATH=0 [2021-02-02T17:26:17.074Z] #32 3.288 + TMP_GOPATH= [2021-02-02T17:26:17.074Z] #32 3.288 + : /build [2021-02-02T17:26:17.074Z] #32 3.288 + '[' -z '' ']' [2021-02-02T17:26:17.074Z] #32 3.288 ++ mktemp -d [2021-02-02T17:26:17.074Z] #32 3.288 + export GOPATH=/tmp/tmp.Eabj7mhAzw [2021-02-02T17:26:17.074Z] #32 3.288 + GOPATH=/tmp/tmp.Eabj7mhAzw [2021-02-02T17:26:17.074Z] #32 3.288 + RM_GOPATH=1 [2021-02-02T17:26:17.074Z] #32 3.288 + case "$(go env GOARCH)" in [2021-02-02T17:26:17.074Z] #32 3.288 ++ go env GOARCH [2021-02-02T17:26:17.074Z] #32 3.306 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-02T17:26:17.074Z] #32 3.306 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:17.074Z] #32 3.306 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:17.074Z] #32 3.306 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:17.074Z] #32 3.306 + dir=/tmp/install [2021-02-02T17:26:17.074Z] #32 3.306 + bin=tomlv [2021-02-02T17:26:17.074Z] #32 3.306 + shift [2021-02-02T17:26:17.074Z] #32 3.306 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-02T17:26:17.074Z] #32 3.306 + . /tmp/install/tomlv.installer [2021-02-02T17:26:17.074Z] #32 3.306 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-02T17:26:17.074Z] #32 3.306 + install_tomlv [2021-02-02T17:26:17.074Z] #32 3.306 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-02T17:26:17.074Z] #32 3.306 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.Eabj7mhAzw/src/github.com/BurntSushi/toml [2021-02-02T17:26:17.074Z] #32 3.306 Cloning into '/tmp/tmp.Eabj7mhAzw/src/github.com/BurntSushi/toml'... [2021-02-02T17:26:17.074Z] #32 4.264 + cd /tmp/tmp.Eabj7mhAzw/src/github.com/BurntSushi/toml [2021-02-02T17:26:17.074Z] #32 4.264 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-02T17:26:17.074Z] #32 4.279 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-02T17:26:17.074Z] #32 4.977 internal/cpu [2021-02-02T17:26:17.074Z] #32 4.978 runtime/internal/sys [2021-02-02T17:26:17.074Z] #32 5.130 runtime/internal/math [2021-02-02T17:26:17.074Z] #32 5.217 math/bits [2021-02-02T17:26:17.074Z] #32 5.448 internal/bytealg [2021-02-02T17:26:17.074Z] #32 5.552 math [2021-02-02T17:26:17.074Z] #32 5.899 runtime [2021-02-02T17:26:17.074Z] #32 9.757 internal/testlog [2021-02-02T17:26:17.074Z] #32 9.971 encoding [2021-02-02T17:26:17.074Z] #32 10.08 runtime/cgo [2021-02-02T17:26:17.074Z] #32 ... [2021-02-02T17:26:17.074Z] [2021-02-02T17:26:17.074Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-02T17:26:17.074Z] #43 2.526 + RM_GOPATH=0 [2021-02-02T17:26:17.074Z] #43 2.526 + TMP_GOPATH= [2021-02-02T17:26:17.074Z] #43 2.526 + : /build [2021-02-02T17:26:17.074Z] #43 2.526 + '[' -z '' ']' [2021-02-02T17:26:17.074Z] #43 2.526 ++ mktemp -d [2021-02-02T17:26:17.074Z] #43 2.526 + export GOPATH=/tmp/tmp.GRs8q8XY5n [2021-02-02T17:26:17.074Z] #43 2.526 + GOPATH=/tmp/tmp.GRs8q8XY5n [2021-02-02T17:26:17.074Z] #43 2.526 + RM_GOPATH=1 [2021-02-02T17:26:17.074Z] #43 2.526 + case "$(go env GOARCH)" in [2021-02-02T17:26:17.074Z] #43 2.526 ++ go env GOARCH [2021-02-02T17:26:17.074Z] #43 2.553 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:17.074Z] #43 2.553 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:17.074Z] #43 2.553 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:17.074Z] #43 2.560 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-02T17:26:17.074Z] #43 2.561 + dir=/tmp/install [2021-02-02T17:26:17.074Z] #43 2.561 + bin=vndr [2021-02-02T17:26:17.074Z] #43 2.561 + shift [2021-02-02T17:26:17.074Z] #43 2.561 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-02T17:26:17.074Z] #43 2.561 + . /tmp/install/vndr.installer [2021-02-02T17:26:17.074Z] #43 2.561 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-02T17:26:17.074Z] #43 2.561 + install_vndr [2021-02-02T17:26:17.074Z] #43 2.561 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-02T17:26:17.074Z] #43 2.561 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.GRs8q8XY5n/src/github.com/LK4D4/vndr [2021-02-02T17:26:17.074Z] #43 2.582 Cloning into '/tmp/tmp.GRs8q8XY5n/src/github.com/LK4D4/vndr'... [2021-02-02T17:26:17.074Z] #43 3.465 + cd /tmp/tmp.GRs8q8XY5n/src/github.com/LK4D4/vndr [2021-02-02T17:26:17.074Z] #43 3.465 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-02T17:26:17.074Z] #43 3.484 + go build -buildmode=pie -v -o /build/vndr . [2021-02-02T17:26:17.074Z] #43 4.664 internal/cpu [2021-02-02T17:26:17.074Z] #43 4.704 runtime/internal/atomic [2021-02-02T17:26:17.074Z] #43 5.006 runtime/internal/sys [2021-02-02T17:26:17.074Z] #43 5.123 runtime/internal/math [2021-02-02T17:26:17.074Z] #43 5.207 internal/race [2021-02-02T17:26:17.074Z] #43 5.271 internal/bytealg [2021-02-02T17:26:17.074Z] #43 5.279 sync/atomic [2021-02-02T17:26:17.074Z] #43 5.410 unicode [2021-02-02T17:26:17.074Z] #43 5.632 runtime [2021-02-02T17:26:17.074Z] #43 8.568 unicode/utf8 [2021-02-02T17:26:17.074Z] #43 9.168 math [2021-02-02T17:26:17.074Z] #43 ... [2021-02-02T17:26:17.074Z] [2021-02-02T17:26:17.074Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-02T17:26:17.074Z] #47 2.531 + RM_GOPATH=0 [2021-02-02T17:26:17.074Z] #47 2.531 + TMP_GOPATH= [2021-02-02T17:26:17.074Z] #47 2.531 + : /build [2021-02-02T17:26:17.074Z] #47 2.531 + '[' -z '' ']' [2021-02-02T17:26:17.074Z] #47 2.531 ++ mktemp -d [2021-02-02T17:26:17.074Z] #47 2.531 + export GOPATH=/tmp/tmp.LjzaIYw2zW [2021-02-02T17:26:17.074Z] #47 2.531 + GOPATH=/tmp/tmp.LjzaIYw2zW [2021-02-02T17:26:17.074Z] #47 2.531 + RM_GOPATH=1 [2021-02-02T17:26:17.074Z] #47 2.531 + case "$(go env GOARCH)" in [2021-02-02T17:26:17.074Z] #47 2.531 ++ go env GOARCH [2021-02-02T17:26:17.074Z] #47 2.538 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:17.074Z] #47 2.538 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:17.074Z] #47 2.538 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:17.074Z] #47 2.541 + dir=/tmp/install [2021-02-02T17:26:17.074Z] #47 2.541 + bin=golangci_lint [2021-02-02T17:26:17.074Z] #47 2.541 + shift [2021-02-02T17:26:17.074Z] #47 2.541 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-02T17:26:17.074Z] #47 2.541 + . /tmp/install/golangci_lint.installer [2021-02-02T17:26:17.074Z] #47 2.541 ++ : v1.23.8 [2021-02-02T17:26:17.074Z] #47 2.541 + install_golangci_lint [2021-02-02T17:26:17.074Z] #47 2.541 + set -e [2021-02-02T17:26:17.074Z] #47 2.541 + export GO111MODULE=on [2021-02-02T17:26:17.074Z] #47 2.541 + GO111MODULE=on [2021-02-02T17:26:17.074Z] #47 2.541 + GOBIN=/build [2021-02-02T17:26:17.074Z] #47 2.541 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-02T17:26:17.074Z] #47 2.541 go: finding github.com v1.23.8 [2021-02-02T17:26:17.074Z] #47 2.558 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-02T17:26:17.074Z] #47 2.558 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-02T17:26:17.074Z] #47 2.558 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-02T17:26:17.074Z] #47 2.558 go: finding github.com/golangci v1.23.8 [2021-02-02T17:26:17.074Z] #47 3.046 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-02T17:26:17.074Z] #47 3.440 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-02T17:26:17.074Z] #47 7.649 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-02T17:26:17.074Z] #47 7.651 go: downloading github.com/fatih/color v1.7.0 [2021-02-02T17:26:17.074Z] #47 7.694 go: downloading github.com/pkg/errors v0.8.1 [2021-02-02T17:26:17.074Z] #47 7.701 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-02T17:26:17.074Z] #47 7.701 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-02T17:26:17.074Z] #47 7.707 go: downloading github.com/spf13/viper v1.6.1 [2021-02-02T17:26:17.074Z] #47 7.762 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-02T17:26:17.074Z] #47 7.795 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-02T17:26:17.074Z] #47 7.803 go: extracting github.com/fatih/color v1.7.0 [2021-02-02T17:26:17.074Z] #47 7.977 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-02T17:26:17.074Z] #47 8.026 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-02T17:26:17.074Z] #47 8.071 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-02T17:26:17.074Z] #47 8.073 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-02T17:26:17.074Z] #47 8.106 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-02T17:26:17.074Z] #47 8.131 go: extracting github.com/spf13/viper v1.6.1 [2021-02-02T17:26:17.074Z] #47 8.149 go: extracting github.com/pkg/errors v0.8.1 [2021-02-02T17:26:17.074Z] #47 8.317 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-02T17:26:17.074Z] #47 8.403 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-02T17:26:17.074Z] #47 8.568 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-02T17:26:17.074Z] #47 8.569 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-02T17:26:17.074Z] #47 8.611 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-02T17:26:17.074Z] #47 8.665 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-02T17:26:17.074Z] #47 8.667 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-02T17:26:17.074Z] #47 8.668 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-02T17:26:17.074Z] #47 8.861 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-02T17:26:17.074Z] #47 8.882 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-02T17:26:17.074Z] #47 8.956 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-02T17:26:17.074Z] #47 9.046 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-02T17:26:17.074Z] #47 9.058 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-02T17:26:17.074Z] #47 9.143 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-02T17:26:17.074Z] #47 9.145 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-02T17:26:17.074Z] #47 9.146 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-02T17:26:17.074Z] #47 9.218 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-02T17:26:17.074Z] #47 9.266 go: downloading github.com/spf13/afero v1.1.2 [2021-02-02T17:26:17.074Z] #47 9.295 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-02T17:26:17.074Z] #47 9.360 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-02T17:26:17.074Z] #47 9.363 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-02T17:26:17.074Z] #47 9.464 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-02T17:26:17.074Z] #47 9.467 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-02T17:26:17.074Z] #47 9.633 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-02T17:26:17.074Z] #47 9.738 go: extracting github.com/spf13/afero v1.1.2 [2021-02-02T17:26:17.074Z] #47 9.774 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-02T17:26:17.074Z] #47 9.840 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-02T17:26:17.074Z] #47 9.844 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-02T17:26:17.074Z] #47 9.863 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-02T17:26:17.074Z] #47 9.894 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-02T17:26:17.074Z] #47 10.11 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-02T17:26:17.074Z] #47 10.11 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-02T17:26:17.074Z] #47 10.17 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-02T17:26:17.074Z] #47 10.17 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-02T17:26:17.074Z] #47 10.19 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-02T17:26:17.074Z] #47 10.22 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-02T17:26:17.074Z] #47 10.22 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-02T17:26:17.074Z] #47 10.35 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-02T17:26:17.074Z] #47 10.42 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-02T17:26:17.074Z] #47 10.47 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-02T17:26:17.074Z] #47 10.53 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-02T17:26:17.074Z] #47 10.58 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-02T17:26:17.074Z] #47 10.63 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-02T17:26:17.131Z] #48 9.159 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-02T17:26:17.131Z] #48 9.183 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-02T17:26:17.131Z] #48 9.199 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-02T17:26:17.131Z] #48 9.257 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-02T17:26:17.131Z] #48 9.286 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-02T17:26:17.131Z] #48 9.312 go: extracting github.com/spf13/viper v1.6.1 [2021-02-02T17:26:17.131Z] #48 9.327 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-02T17:26:17.367Z] #47 10.72 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-02T17:26:17.367Z] #47 ... [2021-02-02T17:26:17.367Z] [2021-02-02T17:26:17.367Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-02-02T17:26:17.367Z] #34 1.842 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:26:17.367Z] #34 1.954 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:26:17.367Z] #34 2.056 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:26:17.367Z] #34 2.405 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-02-02T17:26:17.367Z] #34 3.827 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [237 kB] [2021-02-02T17:26:17.367Z] #34 5.543 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7856 B] [2021-02-02T17:26:17.367Z] #34 ... [2021-02-02T17:26:17.367Z] [2021-02-02T17:26:17.367Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-02-02T17:26:17.367Z] #30 1.991 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-02T17:26:17.367Z] #30 2.063 Cloning into '.'... [2021-02-02T17:26:17.391Z] #48 9.409 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-02T17:26:17.391Z] #48 9.413 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-02T17:26:17.391Z] #48 9.414 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-02T17:26:17.392Z] #48 9.416 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-02T17:26:17.392Z] #48 9.424 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-02T17:26:17.392Z] #48 9.430 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-02T17:26:17.392Z] #48 9.458 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-02T17:26:17.392Z] #48 9.464 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-02T17:26:17.392Z] #48 9.541 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-02T17:26:17.392Z] #48 9.543 go: downloading github.com/spf13/cast v1.3.0 [2021-02-02T17:26:17.392Z] #48 9.563 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-02T17:26:17.392Z] #48 9.581 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-02T17:26:17.392Z] #48 9.592 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-02T17:26:17.392Z] #48 9.602 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-02T17:26:17.392Z] #48 9.609 go: extracting github.com/spf13/cast v1.3.0 [2021-02-02T17:26:17.407Z] #66 DONE 1.1s [2021-02-02T17:26:17.407Z] [2021-02-02T17:26:17.407Z] #67 exporting to image [2021-02-02T17:26:17.407Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-02T17:26:17.407Z] #67 exporting layers [2021-02-02T17:26:17.652Z] #48 9.696 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-02T17:26:17.652Z] #48 9.753 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-02T17:26:17.652Z] #48 9.782 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-02T17:26:17.652Z] #48 9.814 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-02T17:26:17.652Z] #48 9.857 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-02T17:26:17.652Z] #48 9.865 go: downloading github.com/spf13/afero v1.1.2 [2021-02-02T17:26:17.652Z] #48 9.891 go: extracting github.com/spf13/afero v1.1.2 [2021-02-02T17:26:17.659Z] #30 ... [2021-02-02T17:26:17.659Z] [2021-02-02T17:26:17.659Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-02T17:26:17.659Z] #22 1.518 + RM_GOPATH=0 [2021-02-02T17:26:17.659Z] #22 1.518 + TMP_GOPATH= [2021-02-02T17:26:17.659Z] #22 1.518 + : /build [2021-02-02T17:26:17.659Z] #22 1.518 + '[' -z '' ']' [2021-02-02T17:26:17.659Z] #22 1.518 ++ mktemp -d [2021-02-02T17:26:17.659Z] #22 1.545 Install docker/cli version 17.06.2-ce from stable [2021-02-02T17:26:17.659Z] #22 1.545 + export GOPATH=/tmp/tmp.SjfbDfgCmw [2021-02-02T17:26:17.659Z] #22 1.545 + GOPATH=/tmp/tmp.SjfbDfgCmw [2021-02-02T17:26:17.659Z] #22 1.545 + RM_GOPATH=1 [2021-02-02T17:26:17.659Z] #22 1.545 + case "$(go env GOARCH)" in [2021-02-02T17:26:17.659Z] #22 1.545 ++ go env GOARCH [2021-02-02T17:26:17.659Z] #22 1.545 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:17.659Z] #22 1.545 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:17.659Z] #22 1.545 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:17.659Z] #22 1.545 + dir=/tmp/install [2021-02-02T17:26:17.659Z] #22 1.545 + bin=dockercli [2021-02-02T17:26:17.659Z] #22 1.545 + shift [2021-02-02T17:26:17.659Z] #22 1.545 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-02T17:26:17.659Z] #22 1.545 + . /tmp/install/dockercli.installer [2021-02-02T17:26:17.659Z] #22 1.545 ++ : stable [2021-02-02T17:26:17.659Z] #22 1.545 ++ : 17.06.2-ce [2021-02-02T17:26:17.659Z] #22 1.545 + install_dockercli [2021-02-02T17:26:17.659Z] #22 1.545 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-02T17:26:17.659Z] #22 1.545 ++ uname -m [2021-02-02T17:26:17.659Z] #22 1.545 + arch=s390x [2021-02-02T17:26:17.659Z] #22 1.545 + '[' s390x '!=' x86_64 ']' [2021-02-02T17:26:17.659Z] #22 1.545 + '[' s390x '!=' s390x ']' [2021-02-02T17:26:17.659Z] #22 1.545 + url=https://download.docker.com/linux/static [2021-02-02T17:26:17.659Z] #22 1.545 + curl -Ls https://download.docker.com/linux/static/stable/s390x/docker-17.06.2-ce.tgz [2021-02-02T17:26:17.659Z] #22 1.545 + tar -xz docker/docker [2021-02-02T17:26:17.659Z] #22 ... [2021-02-02T17:26:17.659Z] [2021-02-02T17:26:17.659Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-02T17:26:17.659Z] #56 3.442 + RM_GOPATH=0 [2021-02-02T17:26:17.659Z] #56 3.442 + TMP_GOPATH= [2021-02-02T17:26:17.659Z] #56 3.442 + : /build [2021-02-02T17:26:17.659Z] #56 3.442 + '[' -z '' ']' [2021-02-02T17:26:17.659Z] #56 3.442 ++ mktemp -d [2021-02-02T17:26:17.659Z] #56 3.442 + export GOPATH=/tmp/tmp.FF3OCBD4bB [2021-02-02T17:26:17.659Z] #56 3.442 + GOPATH=/tmp/tmp.FF3OCBD4bB [2021-02-02T17:26:17.659Z] #56 3.442 + RM_GOPATH=1 [2021-02-02T17:26:17.659Z] #56 3.442 + case "$(go env GOARCH)" in [2021-02-02T17:26:17.659Z] #56 3.450 ++ go env GOARCH [2021-02-02T17:26:17.659Z] #56 3.469 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:17.659Z] #56 3.469 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:17.659Z] #56 3.469 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:17.659Z] #56 3.471 + dir=/tmp/install [2021-02-02T17:26:17.659Z] #56 3.472 + bin=rootlesskit [2021-02-02T17:26:17.659Z] #56 3.472 + shift [2021-02-02T17:26:17.659Z] #56 3.472 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-02T17:26:17.659Z] #56 3.472 + . /tmp/install/rootlesskit.installer [2021-02-02T17:26:17.659Z] #56 3.472 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-02T17:26:17.659Z] #56 3.474 + install_rootlesskit [2021-02-02T17:26:17.659Z] #56 3.477 + case "$1" in [2021-02-02T17:26:17.659Z] #56 3.477 + export CGO_ENABLED=0 [2021-02-02T17:26:17.659Z] #56 3.477 + CGO_ENABLED=0 [2021-02-02T17:26:17.659Z] #56 3.477 + _install_rootlesskit [2021-02-02T17:26:17.659Z] #56 3.477 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2021-02-02T17:26:17.659Z] #56 3.477 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.FF3OCBD4bB/src/github.com/rootless-containers/rootlesskit [2021-02-02T17:26:17.659Z] #56 3.478 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-02T17:26:17.659Z] #56 3.488 Cloning into '/tmp/tmp.FF3OCBD4bB/src/github.com/rootless-containers/rootlesskit'... [2021-02-02T17:26:17.659Z] #56 6.875 + cd /tmp/tmp.FF3OCBD4bB/src/github.com/rootless-containers/rootlesskit [2021-02-02T17:26:17.659Z] #56 6.875 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-02T17:26:17.659Z] #56 7.506 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-02T17:26:17.659Z] #56 7.508 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-02T17:26:17.913Z] #48 9.951 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-02T17:26:17.913Z] #48 9.997 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T17:26:17.913Z] #48 10.03 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T17:26:17.913Z] #48 10.05 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-02T17:26:17.913Z] #48 10.05 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-02T17:26:17.913Z] #48 10.10 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-02T17:26:17.913Z] #48 ... [2021-02-02T17:26:17.913Z] [2021-02-02T17:26:17.913Z] #33 [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-02-02T17:26:17.913Z] #33 sha256:beca531b5b7fff3c80ec3f58fb450026374f079a5074cfddad5871770cc9ebc0 [2021-02-02T17:26:17.913Z] #33 1.221 + RM_GOPATH=0 [2021-02-02T17:26:17.913Z] #33 1.221 + TMP_GOPATH= [2021-02-02T17:26:17.913Z] #33 1.221 + : /build [2021-02-02T17:26:17.913Z] #33 1.221 + '[' -z '' ']' [2021-02-02T17:26:17.913Z] #33 1.222 ++ mktemp -d [2021-02-02T17:26:17.913Z] #33 1.223 + export GOPATH=/tmp/tmp.9RwhdxGr5Z [2021-02-02T17:26:17.913Z] #33 1.223 + GOPATH=/tmp/tmp.9RwhdxGr5Z [2021-02-02T17:26:17.913Z] #33 1.223 + RM_GOPATH=1 [2021-02-02T17:26:17.913Z] #33 1.223 + case "$(go env GOARCH)" in [2021-02-02T17:26:17.913Z] #33 1.223 ++ go env GOARCH [2021-02-02T17:26:17.913Z] #33 1.229 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:17.913Z] #33 1.229 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:17.913Z] #33 1.229 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:17.913Z] #33 1.229 + dir=/tmp/install [2021-02-02T17:26:17.913Z] #33 1.230 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-02T17:26:17.913Z] #33 1.230 + bin=tomlv [2021-02-02T17:26:17.913Z] #33 1.230 + shift [2021-02-02T17:26:17.913Z] #33 1.230 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-02T17:26:17.913Z] #33 1.230 + . /tmp/install/tomlv.installer [2021-02-02T17:26:17.913Z] #33 1.230 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-02T17:26:17.913Z] #33 1.230 + install_tomlv [2021-02-02T17:26:17.913Z] #33 1.230 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-02T17:26:17.913Z] #33 1.230 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.9RwhdxGr5Z/src/github.com/BurntSushi/toml [2021-02-02T17:26:17.913Z] #33 1.236 Cloning into '/tmp/tmp.9RwhdxGr5Z/src/github.com/BurntSushi/toml'... [2021-02-02T17:26:17.913Z] #33 1.538 + cd /tmp/tmp.9RwhdxGr5Z/src/github.com/BurntSushi/toml [2021-02-02T17:26:17.913Z] #33 1.538 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-02T17:26:17.913Z] #33 1.541 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-02T17:26:17.913Z] #33 1.646 unicode/utf8 [2021-02-02T17:26:17.913Z] #33 1.657 math/bits [2021-02-02T17:26:17.913Z] #33 1.657 runtime/internal/sys [2021-02-02T17:26:17.913Z] #33 1.658 internal/race [2021-02-02T17:26:17.913Z] #33 1.676 internal/cpu [2021-02-02T17:26:17.913Z] #33 1.676 runtime/internal/atomic [2021-02-02T17:26:17.913Z] #33 1.676 sync/atomic [2021-02-02T17:26:17.913Z] #33 1.686 unicode [2021-02-02T17:26:17.913Z] #33 1.722 encoding [2021-02-02T17:26:17.913Z] #33 1.743 runtime/internal/math [2021-02-02T17:26:17.913Z] #33 1.769 runtime/cgo [2021-02-02T17:26:17.913Z] #33 1.878 internal/testlog [2021-02-02T17:26:17.913Z] #33 1.908 internal/bytealg [2021-02-02T17:26:17.913Z] #33 1.914 math [2021-02-02T17:26:17.913Z] #33 2.461 runtime [2021-02-02T17:26:17.913Z] #33 7.941 sync [2021-02-02T17:26:17.913Z] #33 7.950 internal/reflectlite [2021-02-02T17:26:17.913Z] #33 8.656 sort [2021-02-02T17:26:17.913Z] #33 8.665 errors [2021-02-02T17:26:17.913Z] #33 8.828 strconv [2021-02-02T17:26:17.913Z] #33 8.830 internal/oserror [2021-02-02T17:26:17.913Z] #33 8.837 io [2021-02-02T17:26:17.913Z] #33 8.899 syscall [2021-02-02T17:26:17.913Z] #33 9.550 strings [2021-02-02T17:26:17.913Z] #33 9.551 bytes [2021-02-02T17:26:17.913Z] #33 9.564 text/tabwriter [2021-02-02T17:26:17.952Z] #56 ... [2021-02-02T17:26:17.952Z] [2021-02-02T17:26:17.952Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-02T17:26:17.952Z] #62 2.864 + RM_GOPATH=0 [2021-02-02T17:26:17.952Z] #62 2.864 + TMP_GOPATH= [2021-02-02T17:26:17.952Z] #62 2.864 + : /build [2021-02-02T17:26:17.952Z] #62 2.864 + '[' -z '' ']' [2021-02-02T17:26:17.952Z] #62 2.865 ++ mktemp -d [2021-02-02T17:26:17.952Z] #62 2.866 + export GOPATH=/tmp/tmp.rxgGfC7EcV [2021-02-02T17:26:17.952Z] #62 2.866 + GOPATH=/tmp/tmp.rxgGfC7EcV [2021-02-02T17:26:17.952Z] #62 2.866 + RM_GOPATH=1 [2021-02-02T17:26:17.952Z] #62 2.866 + case "$(go env GOARCH)" in [2021-02-02T17:26:17.952Z] #62 2.866 ++ go env GOARCH [2021-02-02T17:26:17.952Z] #62 2.914 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:17.952Z] #62 2.914 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:17.952Z] #62 2.914 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:17.952Z] #62 2.915 + dir=/tmp/install [2021-02-02T17:26:17.952Z] #62 2.915 + bin=proxy [2021-02-02T17:26:17.952Z] #62 2.915 + shift [2021-02-02T17:26:17.952Z] #62 2.915 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-02T17:26:17.952Z] #62 2.915 + . /tmp/install/proxy.installer [2021-02-02T17:26:17.952Z] #62 2.915 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-02T17:26:17.952Z] #62 2.915 + install_proxy [2021-02-02T17:26:17.952Z] #62 2.915 + case "$1" in [2021-02-02T17:26:17.952Z] #62 2.915 + export CGO_ENABLED=0 [2021-02-02T17:26:17.952Z] #62 2.915 + CGO_ENABLED=0 [2021-02-02T17:26:17.952Z] #62 2.915 + _install_proxy [2021-02-02T17:26:17.952Z] #62 2.915 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-02T17:26:17.952Z] #62 2.915 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.rxgGfC7EcV/src/github.com/docker/libnetwork [2021-02-02T17:26:17.952Z] #62 2.915 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-02T17:26:17.952Z] #62 2.917 Cloning into '/tmp/tmp.rxgGfC7EcV/src/github.com/docker/libnetwork'... [2021-02-02T17:26:17.952Z] #62 ... [2021-02-02T17:26:17.952Z] [2021-02-02T17:26:17.952Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-02-02T17:26:17.952Z] #38 2.416 + git clone https://github.com/docker/distribution.git . [2021-02-02T17:26:17.952Z] #38 2.417 Cloning into '.'... [2021-02-02T17:26:18.070Z] #22 transferring context: 53.39MB 1.5s done [2021-02-02T17:26:18.174Z] #33 ... [2021-02-02T17:26:18.174Z] [2021-02-02T17:26:18.174Z] #35 [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-02-02T17:26:18.174Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-02T17:26:18.174Z] #35 3.135 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:26:18.174Z] #35 3.149 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:26:18.174Z] #35 3.149 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:26:18.174Z] #35 3.719 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-02T17:26:18.174Z] #35 4.677 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [266 kB] [2021-02-02T17:26:18.174Z] #35 4.957 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7848 B] [2021-02-02T17:26:18.174Z] #35 8.066 Fetched 8420 kB in 5s (1625 kB/s) [2021-02-02T17:26:18.174Z] #35 8.066 Reading package lists... [2021-02-02T17:26:18.174Z] #35 9.426 Reading package lists... [2021-02-02T17:26:18.174Z] #35 ... [2021-02-02T17:26:18.174Z] [2021-02-02T17:26:18.174Z] #57 [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-02-02T17:26:18.174Z] #57 sha256:a5749f63d31f9720941249ea7d310fb1913c5ba2daa46928ced72a28c10864ef [2021-02-02T17:26:18.174Z] #57 1.387 + RM_GOPATH=0 [2021-02-02T17:26:18.174Z] #57 1.387 + TMP_GOPATH= [2021-02-02T17:26:18.174Z] #57 1.387 + : /build [2021-02-02T17:26:18.174Z] #57 1.387 + '[' -z '' ']' [2021-02-02T17:26:18.174Z] #57 1.393 ++ mktemp -d [2021-02-02T17:26:18.174Z] #57 1.395 + export GOPATH=/tmp/tmp.g2Fc063cPc [2021-02-02T17:26:18.174Z] #57 1.395 + GOPATH=/tmp/tmp.g2Fc063cPc [2021-02-02T17:26:18.174Z] #57 1.395 + RM_GOPATH=1 [2021-02-02T17:26:18.174Z] #57 1.395 + case "$(go env GOARCH)" in [2021-02-02T17:26:18.174Z] #57 1.398 ++ go env GOARCH [2021-02-02T17:26:18.174Z] #57 1.409 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:18.174Z] #57 1.409 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:18.174Z] #57 1.410 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:18.174Z] #57 1.411 + dir=/tmp/install [2021-02-02T17:26:18.174Z] #57 1.411 + bin=rootlesskit [2021-02-02T17:26:18.174Z] #57 1.411 + shift [2021-02-02T17:26:18.174Z] #57 1.411 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-02T17:26:18.174Z] #57 1.411 + . /tmp/install/rootlesskit.installer [2021-02-02T17:26:18.174Z] #57 1.411 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-02T17:26:18.174Z] #57 1.411 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-02T17:26:18.174Z] #57 1.411 + install_rootlesskit [2021-02-02T17:26:18.174Z] #57 1.411 + case "$1" in [2021-02-02T17:26:18.174Z] #57 1.411 + export CGO_ENABLED=0 [2021-02-02T17:26:18.174Z] #57 1.411 + CGO_ENABLED=0 [2021-02-02T17:26:18.174Z] #57 1.411 + _install_rootlesskit [2021-02-02T17:26:18.174Z] #57 1.411 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2021-02-02T17:26:18.174Z] #57 1.411 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.g2Fc063cPc/src/github.com/rootless-containers/rootlesskit [2021-02-02T17:26:18.174Z] #57 1.416 Cloning into '/tmp/tmp.g2Fc063cPc/src/github.com/rootless-containers/rootlesskit'... [2021-02-02T17:26:18.174Z] #57 2.503 + cd /tmp/tmp.g2Fc063cPc/src/github.com/rootless-containers/rootlesskit [2021-02-02T17:26:18.174Z] #57 2.503 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-02T17:26:18.174Z] #57 2.753 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-02T17:26:18.174Z] #57 2.753 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-02T17:26:18.174Z] #57 ... [2021-02-02T17:26:18.174Z] [2021-02-02T17:26:18.174Z] #41 [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-02-02T17:26:18.174Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-02T17:26:18.174Z] #41 2.993 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:26:18.174Z] #41 3.031 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:26:18.174Z] #41 3.049 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:26:18.174Z] #41 3.493 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-02T17:26:18.174Z] #41 4.423 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [266 kB] [2021-02-02T17:26:18.174Z] #41 4.749 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7848 B] [2021-02-02T17:26:18.174Z] #41 8.121 Fetched 8420 kB in 5s (1564 kB/s) [2021-02-02T17:26:18.174Z] #41 8.121 Reading package lists... [2021-02-02T17:26:18.245Z] #38 ... [2021-02-02T17:26:18.245Z] [2021-02-02T17:26:18.245Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-02-02T17:26:18.245Z] #53 1.909 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:26:18.245Z] #53 1.985 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:26:18.245Z] #53 2.061 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:26:18.245Z] #53 2.546 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-02-02T17:26:18.245Z] #53 5.361 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [237 kB] [2021-02-02T17:26:18.245Z] #53 7.248 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7856 B] [2021-02-02T17:26:18.245Z] #53 ... [2021-02-02T17:26:18.245Z] [2021-02-02T17:26:18.245Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-02T17:26:18.245Z] #49 10.52 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-02T17:26:18.245Z] #49 10.53 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-02T17:26:18.245Z] #49 10.53 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-02T17:26:18.245Z] #49 10.70 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-02T17:26:18.245Z] #49 10.73 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-02T17:26:18.245Z] #49 11.46 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-02T17:26:18.331Z] #22 DONE 1.6s [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #54 [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-02-02T17:26:18.331Z] #54 sha256:67e183f4c90e936388b890dc8a626448dee37f5936732eb7c47bdf9de9b2a1fb [2021-02-02T17:26:18.331Z] #54 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #26 [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-02-02T17:26:18.331Z] #26 sha256:61165586f37ddd6bd27c4c29f28c1049f2ca420de5aca3b183b763b9ac30d69d [2021-02-02T17:26:18.331Z] #26 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #30 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-02T17:26:18.331Z] #30 sha256:83c8560c50b15431e546bac469c64be716b739933dacb40c9db55dad341c2a58 [2021-02-02T17:26:18.331Z] #30 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-02T17:26:18.331Z] #21 sha256:aa765bbefe063821896dd58c30ef7a1cd50fb1581d8041ea8c08fae1dda0c27c [2021-02-02T17:26:18.331Z] #21 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #52 [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-02-02T17:26:18.331Z] #52 sha256:724058f9634fcae7faf3c94372192d0060803c6c1e332a51095e67325b70fc77 [2021-02-02T17:26:18.331Z] #52 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-02T17:26:18.331Z] #49 sha256:96d9e28ce57465fd2edc0c54e01675e44589205db5835b5118d53dc78a8f2b34 [2021-02-02T17:26:18.331Z] #49 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-02T17:26:18.331Z] #24 sha256:01bdc21b723dd29932b5b178343dbcbd259f9aa19282c6517ce9e871ebe4f237 [2021-02-02T17:26:18.331Z] #24 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-02T17:26:18.331Z] #40 sha256:b5c80c711d4e2d4808579507095913a4fb939626ee08b317a9ba60439005a993 [2021-02-02T17:26:18.331Z] #40 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #35 [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-02-02T17:26:18.331Z] #35 sha256:b152ef55ba846144d9f361fdfcc1dc04590c3115d7c6901b50a05e2bc02436b9 [2021-02-02T17:26:18.331Z] #35 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #14 [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-02-02T17:26:18.331Z] #14 sha256:b0628dda7da84e32d5a5d214281ecebf965c5f7d2d2e684d31f49f89636c78be [2021-02-02T17:26:18.331Z] #14 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-02T17:26:18.331Z] #60 sha256:e2c7b04d6b65f907aa92be172bda906dda6a23d0189b66ed9f188baadf134b01 [2021-02-02T17:26:18.331Z] #60 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #20 [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-02-02T17:26:18.331Z] #20 sha256:fa948250d3c4fce84ea5b2a2da239703726aad5bc3ed5f96403a6ee7fcde6d2f [2021-02-02T17:26:18.331Z] #20 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-02T17:26:18.331Z] #45 sha256:642f492b31dcce3fad566a0178eb6d7686c8025e9cd29493c8a5936a6ad745fc [2021-02-02T17:26:18.331Z] #45 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-02T17:26:18.331Z] #53 sha256:2de06dff7ced25ae9f5734c1e01d9eb7f60befdf1c98ab07c4b82cdb5622e33f [2021-02-02T17:26:18.331Z] #53 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-02T17:26:18.331Z] #10 sha256:a8dfe72bf17ed43cb49f11f8bd3245b42805f80ef5a25a941391f3e1c9a497b6 [2021-02-02T17:26:18.331Z] #10 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #44 [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-02-02T17:26:18.331Z] #44 sha256:42b9fe286f2e41582ad192c835f0d2ab9beb30519b0366b1570322a71df05f53 [2021-02-02T17:26:18.331Z] #44 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-02T17:26:18.331Z] #47 sha256:839777a6d284ea0ec993d54e88973ad8eb9d35d091979e7ca077acf653639089 [2021-02-02T17:26:18.331Z] #47 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:26:18.331Z] #12 sha256:98106a021e616ae2b7e8fd64a4bb649d501141da6fd259dc34e1dbd70695d59c [2021-02-02T17:26:18.331Z] #12 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-02T17:26:18.331Z] #29 sha256:8375929fc5b0b2501b32c34888c127e6d4d54305f54e313a55f9196934cd3c73 [2021-02-02T17:26:18.331Z] #29 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #57 [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-02-02T17:26:18.331Z] #57 sha256:f46b71458b60d3946dcffcfcd6588d67e88a919752dd316cfc725dec547e3cca [2021-02-02T17:26:18.331Z] #57 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-02T17:26:18.331Z] #56 sha256:0dcd6af99a3b9f610467eadbea49912e2fc1508ffcf4d01e24732510b515b9cd [2021-02-02T17:26:18.331Z] #56 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #50 [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-02-02T17:26:18.331Z] #50 sha256:6ab2854dcbad1b6b68249f4e752190a1d037b49d6a8cbdac5e848af0d1fe8b2a [2021-02-02T17:26:18.331Z] #50 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #23 [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-02-02T17:26:18.331Z] #23 sha256:1454e8b33bb2325e06480cd76a6748a8c6aceb86d1526beaff98b8a614e8f99b [2021-02-02T17:26:18.331Z] #23 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-02T17:26:18.331Z] #37 sha256:d9a1e7a4ef307f17a19ef6b33cefa8e8f124f3ec9a1d2d86f13d30a76402cd32 [2021-02-02T17:26:18.331Z] #37 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-02T17:26:18.331Z] #64 sha256:eb7afa3d87506ce76a7be6a6d5f2de359c9222418d648721064da64696edd2ed [2021-02-02T17:26:18.331Z] #64 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #46 [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-02-02T17:26:18.331Z] #46 sha256:a20a97f833f191e18765047b57b331c01c040c87fa5e9b20ae7db550954cd4c1 [2021-02-02T17:26:18.331Z] #46 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-02T17:26:18.331Z] #18 sha256:d30e02ac8b6e2e6d6a59961b4803a4d076ab9c882cdb8140a846da750eaa758f [2021-02-02T17:26:18.331Z] #18 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-02T17:26:18.331Z] #59 sha256:d00ed2112ef3534f83c25d27b8d7520daf86932f03eb0b59f42e4bebefdf5652 [2021-02-02T17:26:18.331Z] #59 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-02T17:26:18.331Z] #32 sha256:fff2a231907f570a2ce2702adb962d49bc081d901dae318c4763178b5af396ce [2021-02-02T17:26:18.331Z] #32 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-02T17:26:18.331Z] #51 sha256:27b7974bfaf7a7d064b8592d34e81e54ce1e40f21b8e7d6b045e5f1ce423e753 [2021-02-02T17:26:18.331Z] #51 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #55 [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-02-02T17:26:18.331Z] #55 sha256:d4d38a1caed9e74dee8a2b133fddb8825393638056eee6431575dd8112f8daa3 [2021-02-02T17:26:18.331Z] #55 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-02T17:26:18.331Z] #27 sha256:e121511353cf469a3cb816c50ae39eed98f342376880048ae240950f5fe78e5d [2021-02-02T17:26:18.331Z] #27 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-02T17:26:18.331Z] #17 sha256:f675607c515653c7bef5a9539c0ba98c237e0ad89b1b5f56bc801ffac0555ef7 [2021-02-02T17:26:18.331Z] #17 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #28 [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-02-02T17:26:18.331Z] #28 sha256:8de6248036812739fd5be839a776d52cf8798ea38068ad7619d4dccd77521976 [2021-02-02T17:26:18.331Z] #28 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #38 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-02T17:26:18.331Z] #38 sha256:5a8b6c7320e82a4b1d150c036edc95f00476bccb86f60acf022f7ce3ac710b58 [2021-02-02T17:26:18.331Z] #38 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #63 [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-02-02T17:26:18.331Z] #63 sha256:87ca90574c217af5172f8ee7318615a9e903067bc90a0f15d6e90d298644e0ac [2021-02-02T17:26:18.331Z] #63 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #48 [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-02-02T17:26:18.331Z] #48 sha256:727019770ee887d97af5b731079110d614181ad4cb731b6b993ec75a2d5bb8a0 [2021-02-02T17:26:18.331Z] #48 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-02T17:26:18.331Z] #34 sha256:e1858d3adde85690d07c6ba3460ae2ae2f92868298f871e8b59e892ec74cb234 [2021-02-02T17:26:18.331Z] #34 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.331Z] #31 [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-02-02T17:26:18.331Z] #31 sha256:49f4eb36716c87aa5b4170bbd01f46da32fd7015a31630c36b1f029f46059805 [2021-02-02T17:26:18.331Z] #31 CACHED [2021-02-02T17:26:18.331Z] [2021-02-02T17:26:18.332Z] #39 [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-02-02T17:26:18.332Z] #39 sha256:d661b3cd8f39f0ff89d9a9e500aa8ea1ff999a0e14bb99ca5a6fc2e912c9e926 [2021-02-02T17:26:18.332Z] #39 CACHED [2021-02-02T17:26:18.332Z] [2021-02-02T17:26:18.332Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-02T17:26:18.332Z] #15 sha256:32f6cc3ae9f58f5f089f3ea1f950a58492e7d9d8c82f02929abf8033cd75cd45 [2021-02-02T17:26:18.332Z] #15 CACHED [2021-02-02T17:26:18.332Z] [2021-02-02T17:26:18.332Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-02T17:26:18.332Z] #62 sha256:f6e574cf80bc0ea7ee34c2e85d560346df6937746169545a4d873c3e651771b4 [2021-02-02T17:26:18.332Z] #62 CACHED [2021-02-02T17:26:18.332Z] [2021-02-02T17:26:18.332Z] #19 [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-02-02T17:26:18.332Z] #19 sha256:d3b65319af3d5e3143d7ee55e3c659a5d65a0934fe1f79b38392c0e93180150d [2021-02-02T17:26:18.332Z] #19 CACHED [2021-02-02T17:26:18.332Z] [2021-02-02T17:26:18.332Z] #42 [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-02-02T17:26:18.332Z] #42 sha256:bfd88e4e5ff221db13f795d33f10969401969e826727310175cac38111f6d0a3 [2021-02-02T17:26:18.332Z] #42 CACHED [2021-02-02T17:26:18.332Z] [2021-02-02T17:26:18.332Z] #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-02-02T17:26:18.332Z] #11 sha256:e46eee8ff92c21f88366fee713bb2a3f039cf670e8a8c0145a967ba89ac8e9b5 [2021-02-02T17:26:18.332Z] #11 CACHED [2021-02-02T17:26:18.332Z] [2021-02-02T17:26:18.332Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-02T17:26:18.332Z] #58 sha256:6242dc75f6581116f59bc232829b7b761dd9d7f0693388e89f006652d2b59f1d [2021-02-02T17:26:18.332Z] #58 CACHED [2021-02-02T17:26:18.332Z] [2021-02-02T17:26:18.332Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-02T17:26:18.332Z] #16 sha256:9cb04e72ef9a04b0f4bfc192576234c11f69ea05edf915c6cc3526012abfec52 [2021-02-02T17:26:18.332Z] #16 CACHED [2021-02-02T17:26:18.332Z] [2021-02-02T17:26:18.332Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-02T17:26:18.332Z] #13 sha256:45b665fa2f6159ddf5354c16cc477f2d9ed38abd838cba31085b0c76fe535cce [2021-02-02T17:26:18.332Z] #13 CACHED [2021-02-02T17:26:18.332Z] [2021-02-02T17:26:18.332Z] #36 [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-02-02T17:26:18.332Z] #36 sha256:9267b76d627344ea3d993b779e0546be3bcb75a5935c42fb00287783cfda9d23 [2021-02-02T17:26:18.332Z] #36 CACHED [2021-02-02T17:26:18.332Z] [2021-02-02T17:26:18.332Z] #33 [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-02-02T17:26:18.332Z] #33 sha256:caaaaf31a1ab4f1eb27480ec22e91b71f2d733f45c6dcd7670e8dd04d18ad5a3 [2021-02-02T17:26:18.332Z] #33 CACHED [2021-02-02T17:26:18.332Z] [2021-02-02T17:26:18.332Z] #41 [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-02-02T17:26:18.332Z] #41 sha256:b9f8ed8a9292c3f2f4937c94d5dd1901e0e2e6275f13e7636bca748967d81a38 [2021-02-02T17:26:18.332Z] #41 CACHED [2021-02-02T17:26:18.332Z] [2021-02-02T17:26:18.332Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-02T17:26:18.332Z] #43 sha256:191d62d8557c132b84854800ed188f4ef83ae2ca0c0c6eedfa99519b956d9598 [2021-02-02T17:26:18.332Z] #43 CACHED [2021-02-02T17:26:18.332Z] [2021-02-02T17:26:18.332Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-02T17:26:18.332Z] #65 sha256:e63e182a4e4f99100ad14ad20c906fac53018a48d14e55a19f535ecd8521e4d9 [2021-02-02T17:26:18.332Z] #65 CACHED [2021-02-02T17:26:18.332Z] [2021-02-02T17:26:18.332Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-02T17:26:18.332Z] #66 sha256:51f75a757c3611f86f3e2582782c4a0e3df1b56dfe40e1fc5f35d071f4000dbf [2021-02-02T17:26:18.342Z] #67 exporting layers 0.8s done [2021-02-02T17:26:18.342Z] #67 writing image sha256:52d11aabea8414c48e000048f8911b6ab22a23116a0f9c1b691174d7e51c04ff done [2021-02-02T17:26:18.342Z] #67 naming to docker.io/library/docker:917ff358791c55091e335f0e1fb9d9224b564d94 done [2021-02-02T17:26:18.342Z] #67 DONE 0.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-02T17:26:18.437Z] #41 9.909 Reading package lists... [2021-02-02T17:26:18.437Z] #41 ... [2021-02-02T17:26:18.437Z] [2021-02-02T17:26:18.437Z] #54 [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-02-02T17:26:18.437Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-02T17:26:18.437Z] #54 2.564 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:26:18.437Z] #54 2.575 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:26:18.437Z] #54 2.578 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:26:18.437Z] #54 3.096 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-02T17:26:18.437Z] #54 3.661 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [266 kB] [2021-02-02T17:26:18.437Z] #54 4.609 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7848 B] [2021-02-02T17:26:18.437Z] #54 7.662 Fetched 8420 kB in 5s (1549 kB/s) [2021-02-02T17:26:18.437Z] #54 7.662 Reading package lists... [2021-02-02T17:26:18.437Z] #54 9.166 Reading package lists... [2021-02-02T17:26:18.437Z] #54 10.55 Building dependency tree... [2021-02-02T17:26:18.437Z] #54 ... [2021-02-02T17:26:18.437Z] [2021-02-02T17:26:18.437Z] #50 [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-02-02T17:26:18.437Z] #50 sha256:c31d99f2953b3681639b1dbff596cb2e9bfb44af965eb939ad50bd6a4edce7ac [2021-02-02T17:26:18.437Z] #50 1.702 + RM_GOPATH=0 [2021-02-02T17:26:18.437Z] #50 1.702 + TMP_GOPATH= [2021-02-02T17:26:18.437Z] #50 1.702 + : /build [2021-02-02T17:26:18.437Z] #50 1.702 + '[' -z '' ']' [2021-02-02T17:26:18.437Z] #50 1.702 ++ mktemp -d [2021-02-02T17:26:18.437Z] #50 1.709 + export GOPATH=/tmp/tmp.o6SdqkGenP [2021-02-02T17:26:18.437Z] #50 1.709 + GOPATH=/tmp/tmp.o6SdqkGenP [2021-02-02T17:26:18.437Z] #50 1.709 + RM_GOPATH=1 [2021-02-02T17:26:18.437Z] #50 1.709 + case "$(go env GOARCH)" in [2021-02-02T17:26:18.437Z] #50 1.709 ++ go env GOARCH [2021-02-02T17:26:18.437Z] #50 1.717 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:18.437Z] #50 1.717 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:18.437Z] #50 1.717 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:18.437Z] #50 1.717 + dir=/tmp/install [2021-02-02T17:26:18.437Z] #50 1.717 + bin=shfmt [2021-02-02T17:26:18.437Z] #50 1.717 + shift [2021-02-02T17:26:18.437Z] #50 1.717 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-02T17:26:18.437Z] #50 1.717 + . /tmp/install/shfmt.installer [2021-02-02T17:26:18.437Z] #50 1.717 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-02T17:26:18.437Z] #50 1.717 + install_shfmt [2021-02-02T17:26:18.437Z] #50 1.717 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-02T17:26:18.437Z] #50 1.717 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-02T17:26:18.437Z] #50 1.717 + git clone https://github.com/mvdan/sh.git /tmp/tmp.o6SdqkGenP/src/github.com/mvdan/sh [2021-02-02T17:26:18.437Z] #50 1.719 Cloning into '/tmp/tmp.o6SdqkGenP/src/github.com/mvdan/sh'... [2021-02-02T17:26:18.437Z] #50 4.752 + cd /tmp/tmp.o6SdqkGenP/src/github.com/mvdan/sh [2021-02-02T17:26:18.437Z] #50 4.752 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-02T17:26:18.437Z] #50 4.799 + GO111MODULE=on [2021-02-02T17:26:18.437Z] #50 4.799 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-02T17:26:18.437Z] #50 5.517 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-02T17:26:18.437Z] #50 5.584 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-02T17:26:18.437Z] #50 5.586 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-02T17:26:18.437Z] #50 5.627 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-02T17:26:18.437Z] #50 5.636 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-02T17:26:18.437Z] #50 5.933 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-02T17:26:18.437Z] #50 6.200 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-02T17:26:18.437Z] #50 6.452 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-02T17:26:18.437Z] #50 6.726 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-02T17:26:18.437Z] #50 6.735 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-02T17:26:18.437Z] #50 6.735 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-02T17:26:18.437Z] #50 6.808 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-02T17:26:18.437Z] #50 7.198 runtime [2021-02-02T17:26:18.531Z] db4e2d8d5901: Verifying Checksum [2021-02-02T17:26:18.531Z] db4e2d8d5901: Download complete [2021-02-02T17:26:18.537Z] #49 11.98 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-02T17:26:18.688Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41842/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -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:917ff358791c55091e335f0e1fb9d9224b564d94 hack/make.sh dynbinary test-integration [2021-02-02T17:26:18.697Z] #50 ... [2021-02-02T17:26:18.697Z] [2021-02-02T17:26:18.697Z] #39 [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-02-02T17:26:18.697Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-02T17:26:18.697Z] #39 1.012 + git clone https://github.com/docker/distribution.git . [2021-02-02T17:26:18.697Z] #39 1.013 Cloning into '.'... [2021-02-02T17:26:18.697Z] #39 4.051 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-02T17:26:18.697Z] #39 4.595 + 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-02-02T17:26:18.697Z] #39 ... [2021-02-02T17:26:18.697Z] [2021-02-02T17:26:18.697Z] #63 [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-02-02T17:26:18.697Z] #63 sha256:e4363fe9bb91e520131fa847956d17fa1a14c3b79914dd1f03194ae46932541f [2021-02-02T17:26:18.697Z] #63 1.351 + RM_GOPATH=0 [2021-02-02T17:26:18.697Z] #63 1.351 + TMP_GOPATH= [2021-02-02T17:26:18.697Z] #63 1.351 + : /build [2021-02-02T17:26:18.697Z] #63 1.352 + '[' -z '' ']' [2021-02-02T17:26:18.697Z] #63 1.352 ++ mktemp -d [2021-02-02T17:26:18.697Z] #63 1.353 + export GOPATH=/tmp/tmp.SBZpGFxNnb [2021-02-02T17:26:18.697Z] #63 1.353 + GOPATH=/tmp/tmp.SBZpGFxNnb [2021-02-02T17:26:18.697Z] #63 1.353 + RM_GOPATH=1 [2021-02-02T17:26:18.697Z] #63 1.353 + case "$(go env GOARCH)" in [2021-02-02T17:26:18.697Z] #63 1.353 ++ go env GOARCH [2021-02-02T17:26:18.697Z] #63 1.358 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:18.697Z] #63 1.358 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:18.697Z] #63 1.359 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:18.697Z] #63 1.359 + dir=/tmp/install [2021-02-02T17:26:18.697Z] #63 1.359 + bin=proxy [2021-02-02T17:26:18.697Z] #63 1.359 + shift [2021-02-02T17:26:18.697Z] #63 1.359 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-02T17:26:18.697Z] #63 1.359 + . /tmp/install/proxy.installer [2021-02-02T17:26:18.697Z] #63 1.360 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-02T17:26:18.697Z] #63 1.360 + install_proxy [2021-02-02T17:26:18.697Z] #63 1.360 + case "$1" in [2021-02-02T17:26:18.697Z] #63 1.360 + export CGO_ENABLED=0 [2021-02-02T17:26:18.697Z] #63 1.360 + CGO_ENABLED=0 [2021-02-02T17:26:18.697Z] #63 1.360 + _install_proxy [2021-02-02T17:26:18.697Z] #63 1.360 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-02T17:26:18.697Z] #63 1.360 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-02T17:26:18.697Z] #63 1.360 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.SBZpGFxNnb/src/github.com/docker/libnetwork [2021-02-02T17:26:18.697Z] #63 1.361 Cloning into '/tmp/tmp.SBZpGFxNnb/src/github.com/docker/libnetwork'... [2021-02-02T17:26:18.697Z] #63 5.547 + cd /tmp/tmp.SBZpGFxNnb/src/github.com/docker/libnetwork [2021-02-02T17:26:18.697Z] #63 5.547 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-02T17:26:18.697Z] #63 5.661 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-02T17:26:18.830Z] 1301750ffb48: Verifying Checksum [2021-02-02T17:26:18.830Z] 1301750ffb48: Download complete [2021-02-02T17:26:18.957Z] #63 ... [2021-02-02T17:26:18.957Z] [2021-02-02T17:26:18.957Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:26:18.957Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-02T17:26:18.957Z] #12 3.127 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:26:18.957Z] #12 3.148 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:26:18.957Z] #12 3.149 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:26:18.957Z] #12 3.605 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-02T17:26:18.957Z] #12 4.541 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [266 kB] [2021-02-02T17:26:18.957Z] #12 4.787 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7848 B] [2021-02-02T17:26:18.957Z] #12 8.025 Fetched 8420 kB in 5s (1642 kB/s) [2021-02-02T17:26:18.957Z] #12 8.025 Reading package lists... [2021-02-02T17:26:18.957Z] #12 9.563 Reading package lists... [2021-02-02T17:26:18.957Z] #12 ... [2021-02-02T17:26:18.957Z] [2021-02-02T17:26:18.957Z] #44 [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-02-02T17:26:18.957Z] #44 sha256:9128f56657aadd4bac4b9a934b8fee0b2773a3248c8946f518a0dc231eabc8e2 [2021-02-02T17:26:18.957Z] #44 1.488 + RM_GOPATH=0 [2021-02-02T17:26:18.957Z] #44 1.488 + TMP_GOPATH= [2021-02-02T17:26:18.957Z] #44 1.488 + : /build [2021-02-02T17:26:18.957Z] #44 1.488 + '[' -z '' ']' [2021-02-02T17:26:18.957Z] #44 1.489 ++ mktemp -d [2021-02-02T17:26:18.957Z] #44 1.490 + export GOPATH=/tmp/tmp.mETldF6tIN [2021-02-02T17:26:18.957Z] #44 1.490 + GOPATH=/tmp/tmp.mETldF6tIN [2021-02-02T17:26:18.957Z] #44 1.490 + RM_GOPATH=1 [2021-02-02T17:26:18.957Z] #44 1.490 + case "$(go env GOARCH)" in [2021-02-02T17:26:18.957Z] #44 1.491 ++ go env GOARCH [2021-02-02T17:26:18.957Z] #44 1.498 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:18.957Z] #44 1.498 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:18.957Z] #44 1.498 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:18.957Z] #44 1.502 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-02T17:26:18.957Z] #44 1.502 + dir=/tmp/install [2021-02-02T17:26:18.957Z] #44 1.502 + bin=vndr [2021-02-02T17:26:18.957Z] #44 1.502 + shift [2021-02-02T17:26:18.957Z] #44 1.502 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-02T17:26:18.957Z] #44 1.502 + . /tmp/install/vndr.installer [2021-02-02T17:26:18.957Z] #44 1.502 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-02T17:26:18.957Z] #44 1.502 + install_vndr [2021-02-02T17:26:18.957Z] #44 1.502 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-02T17:26:18.957Z] #44 1.502 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.mETldF6tIN/src/github.com/LK4D4/vndr [2021-02-02T17:26:18.957Z] #44 1.506 Cloning into '/tmp/tmp.mETldF6tIN/src/github.com/LK4D4/vndr'... [2021-02-02T17:26:18.957Z] #44 1.942 + cd /tmp/tmp.mETldF6tIN/src/github.com/LK4D4/vndr [2021-02-02T17:26:18.957Z] #44 1.942 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-02T17:26:18.957Z] #44 1.951 + go build -buildmode=pie -v -o /build/vndr . [2021-02-02T17:26:18.957Z] #44 2.227 unicode/utf16 [2021-02-02T17:26:18.957Z] #44 2.251 container/list [2021-02-02T17:26:18.957Z] #44 2.265 unicode [2021-02-02T17:26:18.957Z] #44 2.265 internal/bytealg [2021-02-02T17:26:18.957Z] #44 2.285 crypto/internal/subtle [2021-02-02T17:26:18.957Z] #44 2.307 crypto/subtle [2021-02-02T17:26:18.957Z] #44 2.318 math [2021-02-02T17:26:18.957Z] #44 2.363 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-02T17:26:18.957Z] #44 2.366 internal/nettrace [2021-02-02T17:26:18.957Z] #44 2.413 vendor/golang.org/x/crypto/internal/subtle [2021-02-02T17:26:18.957Z] #44 2.447 vendor/golang.org/x/crypto/curve25519 [2021-02-02T17:26:18.957Z] #44 2.453 runtime/cgo [2021-02-02T17:26:18.957Z] #44 3.111 runtime [2021-02-02T17:26:18.957Z] #44 8.948 sort [2021-02-02T17:26:18.957Z] #44 8.959 github.com/LK4D4/vndr/godl/singleflight [2021-02-02T17:26:18.957Z] #44 8.960 internal/singleflight [2021-02-02T17:26:18.957Z] #44 9.005 math/rand [2021-02-02T17:26:18.957Z] #44 9.008 syscall [2021-02-02T17:26:18.957Z] #44 9.008 io [2021-02-02T17:26:18.957Z] #44 9.009 strconv [2021-02-02T17:26:18.957Z] #44 9.009 vendor/golang.org/x/net/dns/dnsmessage [2021-02-02T17:26:18.957Z] #44 10.32 strings [2021-02-02T17:26:18.957Z] #44 10.32 bytes [2021-02-02T17:26:18.957Z] #44 10.33 hash [2021-02-02T17:26:18.957Z] #44 10.34 crypto/internal/randutil [2021-02-02T17:26:18.957Z] #44 10.50 hash/crc32 [2021-02-02T17:26:18.957Z] #44 10.51 crypto/hmac [2021-02-02T17:26:18.957Z] #44 10.67 vendor/golang.org/x/crypto/hkdf [2021-02-02T17:26:19.126Z] 5ffb2f5886e2: Verifying Checksum [2021-02-02T17:26:19.126Z] 5ffb2f5886e2: Download complete [2021-02-02T17:26:19.218Z] #44 ... [2021-02-02T17:26:19.218Z] [2021-02-02T17:26:19.218Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:26:19.218Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-02T17:26:19.218Z] #12 9.563 Reading package lists... [2021-02-02T17:26:19.254Z] [2021-02-02T17:26:19.481Z] #12 11.38 Building dependency tree... [2021-02-02T17:26:19.481Z] #12 ... [2021-02-02T17:26:19.481Z] [2021-02-02T17:26:19.481Z] #63 [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-02-02T17:26:19.481Z] #63 sha256:e4363fe9bb91e520131fa847956d17fa1a14c3b79914dd1f03194ae46932541f [2021-02-02T17:26:19.481Z] #63 DONE 11.6s [2021-02-02T17:26:19.481Z] [2021-02-02T17:26:19.481Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:26:19.481Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-02T17:26:19.481Z] #12 11.38 Building dependency tree... [2021-02-02T17:26:19.512Z] Removing bundles/ [2021-02-02T17:26:19.512Z] [2021-02-02T17:26:19.512Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-02T17:26:19.512Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-02T17:26:19.512Z] GOOS="" GOARCH="" GOARM="" [2021-02-02T17:26:19.575Z] #49 12.88 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-02T17:26:19.781Z] dc5c6edc9cff: Verifying Checksum [2021-02-02T17:26:19.781Z] dc5c6edc9cff: Download complete [2021-02-02T17:26:20.052Z] #12 12.17 The following additional packages will be installed: [2021-02-02T17:26:20.053Z] #12 12.17 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-02T17:26:20.053Z] #12 12.18 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-02T17:26:20.053Z] #12 12.18 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-02T17:26:20.053Z] #12 12.18 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-02T17:26:20.053Z] #12 12.18 mingw-w64-x86-64-dev [2021-02-02T17:26:20.053Z] #12 12.18 Suggested packages: [2021-02-02T17:26:20.053Z] #12 12.18 gcc-8-locales seccomp wine64 [2021-02-02T17:26:20.243Z] #66 DONE 1.9s [2021-02-02T17:26:20.243Z] [2021-02-02T17:26:20.243Z] #67 exporting to image [2021-02-02T17:26:20.243Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-02T17:26:20.243Z] #67 exporting layers [2021-02-02T17:26:20.329Z] #12 12.49 The following NEW packages will be installed: [2021-02-02T17:26:20.329Z] #12 12.49 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-02T17:26:20.329Z] #12 12.49 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-02T17:26:20.329Z] #12 12.49 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-02T17:26:20.329Z] #12 12.49 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-02T17:26:20.329Z] #12 12.49 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-02T17:26:20.329Z] #12 12.49 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-02T17:26:20.329Z] #12 12.50 The following packages will be upgraded: [2021-02-02T17:26:20.329Z] #12 12.50 libsystemd0 libudev1 [2021-02-02T17:26:20.612Z] #49 ... [2021-02-02T17:26:20.612Z] [2021-02-02T17:26:20.612Z] #22 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-02T17:26:20.612Z] #22 12.87 + mkdir -p /build [2021-02-02T17:26:20.612Z] #22 12.94 + mv docker/docker /build/ [2021-02-02T17:26:20.612Z] #22 12.95 + rmdir docker [2021-02-02T17:26:20.612Z] #22 DONE 14.1s [2021-02-02T17:26:20.612Z] [2021-02-02T17:26:20.612Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-02-02T17:26:20.612Z] #38 13.95 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-02T17:26:20.902Z] #12 12.82 2 upgraded, 25 newly installed, 0 to remove and 16 not upgraded. [2021-02-02T17:26:20.902Z] #12 12.82 Need to get 78.2 MB of archives. [2021-02-02T17:26:20.902Z] #12 12.82 After this operation, 487 MB of additional disk space will be used. [2021-02-02T17:26:20.902Z] #12 12.82 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u5 [331 kB] [2021-02-02T17:26:20.902Z] #12 12.85 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u5 [151 kB] [2021-02-02T17:26:20.902Z] #12 12.85 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-i686 amd64 2.31.1-11+8.3 [2310 kB] [2021-02-02T17:26:20.902Z] #12 12.94 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64-x86-64 amd64 2.31.1-11+8.3 [2642 kB] [2021-02-02T17:26:20.902Z] #12 13.02 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-02T17:26:20.902Z] #12 13.03 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-02-02T17:26:20.902Z] #12 13.03 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-02-02T17:26:20.902Z] #12 13.04 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-02T17:26:21.164Z] #12 13.17 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-02T17:26:21.164Z] #12 13.30 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-base amd64 8.3.0-6+21.3~deb10u1 [175 kB] [2021-02-02T17:26:21.164Z] #12 13.31 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 gcc-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [35.8 MB] [2021-02-02T17:26:21.164Z] #12 ... [2021-02-02T17:26:21.164Z] [2021-02-02T17:26:21.164Z] #26 [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-02-02T17:26:21.164Z] #26 sha256:eb917928a0a67f2c29f76c642853b2f64b9d75e10034bf0a1d3486ff08bb9b88 [2021-02-02T17:26:21.164Z] #26 3.012 Get:1 http://deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:26:21.164Z] #26 3.035 Get:2 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:26:21.164Z] #26 3.124 Get:3 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:26:21.164Z] #26 3.418 Get:4 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-02T17:26:21.164Z] #26 4.418 Get:5 http://deb.debian.org/debian buster-updates/main amd64 Packages [7848 B] [2021-02-02T17:26:21.164Z] #26 4.465 Get:6 http://security.debian.org/debian-security buster/updates/main amd64 Packages [266 kB] [2021-02-02T17:26:21.164Z] #26 8.195 Fetched 8420 kB in 5s (1550 kB/s) [2021-02-02T17:26:21.164Z] #26 8.195 Reading package lists... [2021-02-02T17:26:21.164Z] #26 10.47 Reading package lists... [2021-02-02T17:26:21.164Z] #26 12.22 Building dependency tree... [2021-02-02T17:26:21.164Z] #26 12.72 The following additional packages will be installed: [2021-02-02T17:26:21.164Z] #26 12.72 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-02T17:26:21.164Z] #26 12.72 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-02T17:26:21.164Z] #26 12.72 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-02T17:26:21.164Z] #26 12.73 Suggested packages: [2021-02-02T17:26:21.164Z] #26 12.73 krb5-doc krb5-user [2021-02-02T17:26:21.164Z] #26 12.73 Recommended packages: [2021-02-02T17:26:21.164Z] #26 12.73 krb5-locales publicsuffix libsasl2-modules [2021-02-02T17:26:21.425Z] #26 ... [2021-02-02T17:26:21.425Z] [2021-02-02T17:26:21.425Z] #54 [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-02-02T17:26:21.425Z] #54 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-02-02T17:26:21.425Z] #54 10.55 Building dependency tree... [2021-02-02T17:26:21.425Z] #54 11.06 The following additional packages will be installed: [2021-02-02T17:26:21.425Z] #54 11.07 libbtrfs0 [2021-02-02T17:26:21.425Z] #54 11.11 The following NEW packages will be installed: [2021-02-02T17:26:21.425Z] #54 11.11 libbtrfs-dev libbtrfs0 [2021-02-02T17:26:21.425Z] #54 11.40 0 upgraded, 2 newly installed, 0 to remove and 18 not upgraded. [2021-02-02T17:26:21.425Z] #54 11.40 Need to get 119 kB of archives. [2021-02-02T17:26:21.425Z] #54 11.40 After this operation, 387 kB of additional disk space will be used. [2021-02-02T17:26:21.425Z] #54 11.40 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-02T17:26:21.425Z] #54 11.40 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-02T17:26:21.425Z] #54 12.00 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:26:21.425Z] #54 12.09 Fetched 119 kB in 0s (447 kB/s) [2021-02-02T17:26:21.425Z] #54 12.18 Selecting previously unselected package libbtrfs0. [2021-02-02T17:26:21.425Z] #54 12.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-02-02T17:26:21.425Z] #54 12.22 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-02T17:26:21.425Z] #54 12.43 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-02T17:26:21.425Z] #54 12.71 Selecting previously unselected package libbtrfs-dev. [2021-02-02T17:26:21.425Z] #54 12.71 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-02T17:26:21.425Z] #54 12.77 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-02T17:26:21.425Z] #54 12.96 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-02T17:26:21.425Z] #54 12.98 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-02T17:26:21.425Z] #54 13.00 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:26:21.425Z] #54 DONE 13.4s [2021-02-02T17:26:21.425Z] [2021-02-02T17:26:21.425Z] #26 [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-02-02T17:26:21.425Z] #26 sha256:eb917928a0a67f2c29f76c642853b2f64b9d75e10034bf0a1d3486ff08bb9b88 [2021-02-02T17:26:21.425Z] #26 13.10 The following NEW packages will be installed: [2021-02-02T17:26:21.425Z] #26 13.10 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-02T17:26:21.425Z] #26 13.10 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-02T17:26:21.425Z] #26 13.10 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-02T17:26:21.425Z] #26 13.10 libssh2-1 libssl1.1 openssl [2021-02-02T17:26:21.425Z] #26 ... [2021-02-02T17:26:21.425Z] [2021-02-02T17:26:21.425Z] #31 [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-02-02T17:26:21.425Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-02T17:26:21.425Z] #31 13.09 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-02T17:26:21.425Z] #31 13.15 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-02T17:26:21.629Z] #67 exporting layers 1.6s done [2021-02-02T17:26:21.870Z] db4e2d8d5901: Pull complete [2021-02-02T17:26:21.889Z] #67 writing image sha256:89832e924b580089d84b87d9d632bf9919ec8403cdd950cf0da73e2b4dc3a384 done [2021-02-02T17:26:21.889Z] #67 naming to docker.io/library/docker:917ff358791c55091e335f0e1fb9d9224b564d94 done [2021-02-02T17:26:21.889Z] #67 DONE 1.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-02T17:26:22.163Z] dfe2d012519c: Pull complete [2021-02-02T17:26:22.227Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41842/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:917ff358791c55091e335f0e1fb9d9224b564d94 hack/test/unit [2021-02-02T17:26:22.707Z] #38 15.77 + 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-02-02T17:26:22.801Z] 5d8f1d1f9197: Pull complete [2021-02-02T17:26:22.801Z] 3c370c2e2f82: Download complete [2021-02-02T17:26:23.970Z] #31 ... [2021-02-02T17:26:23.970Z] [2021-02-02T17:26:23.970Z] #46 [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-02-02T17:26:23.970Z] #46 sha256:8edce8a564ade6ce38967f404f6e2c42b202746b1c48f49ad75eb3088069c3fe [2021-02-02T17:26:23.970Z] #46 DONE 15.7s [2021-02-02T17:26:23.970Z] [2021-02-02T17:26:23.970Z] #41 [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-02-02T17:26:23.970Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-02T17:26:23.970Z] #41 9.909 Reading package lists... [2021-02-02T17:26:23.970Z] #41 11.84 Building dependency tree... [2021-02-02T17:26:23.970Z] #41 12.87 The following additional packages will be installed: [2021-02-02T17:26:23.970Z] #41 12.87 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-02T17:26:23.970Z] #41 12.87 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-02T17:26:23.970Z] #41 12.87 Suggested packages: [2021-02-02T17:26:23.970Z] #41 12.88 manpages-dev python-setuptools [2021-02-02T17:26:23.970Z] #41 13.25 The following NEW packages will be installed: [2021-02-02T17:26:23.970Z] #41 13.25 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-02T17:26:23.970Z] #41 13.25 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-02T17:26:23.970Z] #41 13.25 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-02T17:26:23.970Z] #41 13.25 python-six zlib1g-dev [2021-02-02T17:26:23.970Z] #41 13.53 0 upgraded, 17 newly installed, 0 to remove and 18 not upgraded. [2021-02-02T17:26:23.970Z] #41 13.53 Need to get 4095 kB of archives. [2021-02-02T17:26:23.970Z] #41 13.53 After this operation, 22.5 MB of additional disk space will be used. [2021-02-02T17:26:23.970Z] #41 13.53 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcap-dev amd64 1:2.25-2 [30.2 kB] [2021-02-02T17:26:23.970Z] #41 13.53 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-02T17:26:23.970Z] #41 13.55 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1-dev amd64 1.1.6+dfsg-3.1 [119 kB] [2021-02-02T17:26:23.970Z] #41 13.55 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-02T17:26:23.970Z] #41 13.55 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-dev amd64 3.4.0-1 [102 kB] [2021-02-02T17:26:23.970Z] #41 13.55 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-02T17:26:23.970Z] #41 13.55 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-02-02T17:26:23.970Z] #41 13.55 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-1 [214 kB] [2021-02-02T17:26:23.970Z] #41 13.57 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-02-02T17:26:23.970Z] #41 13.60 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-lite17 amd64 3.6.1.3-2 [167 kB] [2021-02-02T17:26:23.970Z] #41 13.62 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-dev amd64 3.6.1.3-2 [1130 kB] [2021-02-02T17:26:23.970Z] #41 13.67 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotoc17 amd64 3.6.1.3-2 [665 kB] [2021-02-02T17:26:23.970Z] #41 13.69 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-02-02T17:26:23.970Z] #41 13.69 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 protobuf-compiler amd64 3.6.1.3-2 [64.9 kB] [2021-02-02T17:26:23.970Z] #41 13.70 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-02T17:26:23.970Z] #41 13.71 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-six all 1.12.0-1 [15.7 kB] [2021-02-02T17:26:23.970Z] #41 13.71 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-protobuf amd64 3.6.1.3-2 [333 kB] [2021-02-02T17:26:23.970Z] #41 14.08 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:26:23.970Z] #41 14.14 Fetched 4095 kB in 0s (9196 kB/s) [2021-02-02T17:26:23.970Z] #41 14.19 Selecting previously unselected package libcap-dev:amd64. [2021-02-02T17:26:23.970Z] #41 14.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-02-02T17:26:23.970Z] #41 14.23 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_amd64.deb ... [2021-02-02T17:26:23.970Z] #41 14.25 Unpacking libcap-dev:amd64 (1:2.25-2) ... [2021-02-02T17:26:23.970Z] #41 14.38 Selecting previously unselected package libnet1:amd64. [2021-02-02T17:26:23.970Z] #41 14.38 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-02T17:26:23.970Z] #41 14.40 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-02T17:26:23.970Z] #41 14.51 Selecting previously unselected package libnet1-dev. [2021-02-02T17:26:23.970Z] #41 14.51 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-02T17:26:23.970Z] #41 14.52 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-02T17:26:23.970Z] #41 14.66 Selecting previously unselected package libnl-3-200:amd64. [2021-02-02T17:26:23.970Z] #41 14.66 Preparing to unpack .../03-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-02T17:26:23.970Z] #41 14.67 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-02T17:26:23.970Z] #41 14.80 Selecting previously unselected package libnl-3-dev:amd64. [2021-02-02T17:26:23.970Z] #41 14.80 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_amd64.deb ... [2021-02-02T17:26:23.970Z] #41 14.81 Unpacking libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-02T17:26:23.970Z] #41 15.08 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-02T17:26:23.970Z] #41 15.09 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-02T17:26:23.970Z] #41 15.16 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-02T17:26:23.970Z] #41 15.63 Selecting previously unselected package libprotobuf-c-dev:amd64. [2021-02-02T17:26:23.970Z] #41 15.64 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_amd64.deb ... [2021-02-02T17:26:23.970Z] #41 15.68 Unpacking libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-02T17:26:23.970Z] #41 15.82 Selecting previously unselected package zlib1g-dev:amd64. [2021-02-02T17:26:23.970Z] #41 15.82 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_amd64.deb ... [2021-02-02T17:26:23.970Z] #41 15.83 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-02T17:26:23.970Z] #41 16.16 Selecting previously unselected package libprotobuf17:amd64. [2021-02-02T17:26:23.970Z] #41 16.16 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-02-02T17:26:24.230Z] #41 16.21 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-02T17:26:24.802Z] #41 16.89 Selecting previously unselected package libprotobuf-lite17:amd64. [2021-02-02T17:26:24.802Z] #41 16.89 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_amd64.deb ... [2021-02-02T17:26:24.802Z] #41 16.90 Unpacking libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-02T17:26:25.063Z] #41 17.05 Selecting previously unselected package libprotobuf-dev:amd64. [2021-02-02T17:26:25.063Z] #41 17.05 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_amd64.deb ... [2021-02-02T17:26:25.063Z] #41 17.08 Unpacking libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-02T17:26:25.599Z] 1301750ffb48: Pull complete [2021-02-02T17:26:25.647Z] #41 17.66 Selecting previously unselected package libprotoc17:amd64. [2021-02-02T17:26:25.647Z] #41 17.66 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_amd64.deb ... [2021-02-02T17:26:25.647Z] #41 17.67 Unpacking libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-02T17:26:25.647Z] #41 ... [2021-02-02T17:26:25.647Z] [2021-02-02T17:26:25.647Z] #26 [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-02-02T17:26:25.647Z] #26 sha256:eb917928a0a67f2c29f76c642853b2f64b9d75e10034bf0a1d3486ff08bb9b88 [2021-02-02T17:26:25.647Z] #26 13.43 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-02T17:26:25.647Z] #26 13.43 Need to get 5055 kB of archives. [2021-02-02T17:26:25.647Z] #26 13.43 After this operation, 12.1 MB of additional disk space will be used. [2021-02-02T17:26:25.647Z] #26 13.43 Get:1 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u4 [1538 kB] [2021-02-02T17:26:25.647Z] #26 13.43 Get:2 http://deb.debian.org/debian buster-updates/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-02T17:26:25.647Z] #26 13.44 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-02-02T17:26:25.647Z] #26 13.44 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-02-02T17:26:25.647Z] #26 13.44 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-02-02T17:26:25.647Z] #26 13.46 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-02-02T17:26:25.647Z] #26 13.46 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-02-02T17:26:25.647Z] #26 13.46 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-02-02T17:26:25.647Z] #26 13.46 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-02-02T17:26:25.647Z] #26 13.46 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2021-02-02T17:26:25.647Z] #26 13.46 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u4 [224 kB] [2021-02-02T17:26:25.647Z] #26 13.48 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-02-02T17:26:25.647Z] #26 13.48 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-02-02T17:26:25.647Z] #26 13.48 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-02-02T17:26:25.647Z] #26 13.48 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-02-02T17:26:25.647Z] #26 13.49 Get:16 http://deb.debian.org/debian buster/main amd64 libcurl4 amd64 7.64.0-4+deb10u1 [331 kB] [2021-02-02T17:26:25.647Z] #26 13.49 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u4 [843 kB] [2021-02-02T17:26:25.647Z] #26 13.50 Get:18 http://deb.debian.org/debian buster/main amd64 curl amd64 7.64.0-4+deb10u1 [264 kB] [2021-02-02T17:26:25.647Z] #26 13.51 Get:19 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-02T17:26:25.647Z] #26 13.51 Get:20 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-02T17:26:25.647Z] #26 13.53 Get:21 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-02T17:26:25.647Z] #26 13.82 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:26:25.647Z] #26 13.88 Fetched 5055 kB in 0s (13.0 MB/s) [2021-02-02T17:26:25.647Z] #26 13.96 Selecting previously unselected package libssl1.1:amd64. [2021-02-02T17:26:25.647Z] #26 13.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 ... 6677 files and directories currently installed.) [2021-02-02T17:26:25.647Z] #26 13.97 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_amd64.deb ... [2021-02-02T17:26:25.647Z] #26 13.99 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u4) ... [2021-02-02T17:26:25.647Z] #26 14.48 Selecting previously unselected package openssl. [2021-02-02T17:26:25.647Z] #26 14.48 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_amd64.deb ... [2021-02-02T17:26:25.647Z] #26 14.50 Unpacking openssl (1.1.1d-0+deb10u4) ... [2021-02-02T17:26:25.647Z] #26 15.42 Selecting previously unselected package ca-certificates. [2021-02-02T17:26:25.647Z] #26 15.42 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-02T17:26:25.647Z] #26 15.43 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-02T17:26:25.647Z] #26 15.72 Selecting previously unselected package libkeyutils1:amd64. [2021-02-02T17:26:25.647Z] #26 15.72 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-02-02T17:26:25.647Z] #26 15.73 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-02-02T17:26:25.647Z] #26 15.84 Selecting previously unselected package libkrb5support0:amd64. [2021-02-02T17:26:25.647Z] #26 15.86 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-02-02T17:26:25.647Z] #26 15.87 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-02T17:26:25.647Z] #26 16.04 Selecting previously unselected package libk5crypto3:amd64. [2021-02-02T17:26:25.647Z] #26 16.04 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-02-02T17:26:25.647Z] #26 16.05 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-02T17:26:25.647Z] #26 16.59 Selecting previously unselected package libkrb5-3:amd64. [2021-02-02T17:26:25.647Z] #26 16.59 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-02-02T17:26:25.647Z] #26 16.60 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-02T17:26:25.647Z] #26 16.85 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-02T17:26:25.647Z] #26 16.85 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-02-02T17:26:25.647Z] #26 16.86 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-02T17:26:25.647Z] #26 16.99 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-02T17:26:25.647Z] #26 16.99 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-02T17:26:25.647Z] #26 17.00 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-02T17:26:25.647Z] #26 17.12 Selecting previously unselected package libsasl2-2:amd64. [2021-02-02T17:26:25.647Z] #26 17.12 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-02-02T17:26:25.647Z] #26 17.12 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-02T17:26:25.647Z] #26 17.20 Selecting previously unselected package libldap-common. [2021-02-02T17:26:25.647Z] #26 17.21 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2021-02-02T17:26:25.647Z] #26 17.22 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2021-02-02T17:26:25.647Z] #26 17.33 Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-02T17:26:25.647Z] #26 17.33 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_amd64.deb ... [2021-02-02T17:26:25.647Z] #26 17.34 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2021-02-02T17:26:25.647Z] #26 17.47 Selecting previously unselected package libnghttp2-14:amd64. [2021-02-02T17:26:25.647Z] #26 17.48 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-02-02T17:26:25.647Z] #26 17.49 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-02T17:26:25.647Z] #26 17.59 Selecting previously unselected package libpsl5:amd64. [2021-02-02T17:26:25.908Z] #26 17.59 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-02-02T17:26:25.908Z] #26 17.60 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-02-02T17:26:25.908Z] #26 17.69 Selecting previously unselected package librtmp1:amd64. [2021-02-02T17:26:25.908Z] #26 17.70 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-02-02T17:26:25.908Z] #26 17.70 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-02T17:26:25.908Z] #26 17.81 Selecting previously unselected package libssh2-1:amd64. [2021-02-02T17:26:25.908Z] #26 17.81 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-02-02T17:26:25.908Z] #26 17.84 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-02T17:26:26.168Z] #26 18.06 Selecting previously unselected package libcurl4:amd64. [2021-02-02T17:26:26.168Z] #26 18.06 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_amd64.deb ... [2021-02-02T17:26:26.168Z] #26 18.13 Unpacking libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-02T17:26:26.246Z] #38 ... [2021-02-02T17:26:26.246Z] [2021-02-02T17:26:26.246Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-02T17:26:26.246Z] #47 10.92 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-02T17:26:26.246Z] #47 10.96 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-02T17:26:26.246Z] #47 12.51 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-02T17:26:26.246Z] #47 12.51 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-02T17:26:26.246Z] #47 12.51 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-02T17:26:26.246Z] #47 12.52 go: downloading golang.org/x/text v0.3.2 [2021-02-02T17:26:26.246Z] #47 12.52 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-02T17:26:26.246Z] #47 12.53 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-02T17:26:26.246Z] #47 12.59 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-02T17:26:26.246Z] #47 12.61 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-02T17:26:26.246Z] #47 12.61 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-02T17:26:26.246Z] #47 12.62 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-02T17:26:26.246Z] #47 12.65 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-02T17:26:26.246Z] #47 12.66 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-02T17:26:26.246Z] #47 12.67 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-02T17:26:26.246Z] #47 12.80 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-02T17:26:26.246Z] #47 12.80 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-02T17:26:26.246Z] #47 12.82 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-02T17:26:26.246Z] #47 12.90 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-02T17:26:26.246Z] #47 12.95 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-02T17:26:26.246Z] #47 13.01 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T17:26:26.246Z] #47 13.03 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-02T17:26:26.246Z] #47 13.03 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-02T17:26:26.246Z] #47 13.12 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-02T17:26:26.246Z] #47 13.13 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-02T17:26:26.246Z] #47 13.20 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-02T17:26:26.246Z] #47 13.53 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-02T17:26:26.246Z] #47 13.56 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-02T17:26:26.246Z] #47 13.71 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-02T17:26:26.246Z] #47 13.88 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-02T17:26:26.246Z] #47 13.93 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T17:26:26.246Z] #47 14.02 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-02T17:26:26.246Z] #47 14.11 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-02T17:26:26.246Z] #47 14.15 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-02T17:26:26.246Z] #47 14.18 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-02T17:26:26.246Z] #47 14.19 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-02T17:26:26.246Z] #47 14.39 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-02T17:26:26.246Z] #47 14.51 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-02T17:26:26.246Z] #47 14.51 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-02T17:26:26.246Z] #47 14.51 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-02T17:26:26.246Z] #47 14.54 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-02T17:26:26.246Z] #47 14.54 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-02T17:26:26.246Z] #47 14.67 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-02T17:26:26.246Z] #47 14.71 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-02T17:26:26.246Z] #47 14.73 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-02T17:26:26.246Z] #47 14.75 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-02T17:26:26.246Z] #47 14.86 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-02T17:26:26.246Z] #47 14.91 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-02T17:26:26.246Z] #47 14.91 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-02T17:26:26.246Z] #47 14.92 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-02T17:26:26.246Z] #47 15.01 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-02T17:26:26.246Z] #47 15.09 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-02T17:26:26.246Z] #47 15.12 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-02T17:26:26.246Z] #47 15.22 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-02T17:26:26.246Z] #47 15.24 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-02T17:26:26.246Z] #47 15.24 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-02T17:26:26.246Z] #47 15.30 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-02T17:26:26.246Z] #47 15.38 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-02T17:26:26.246Z] #47 15.39 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-02T17:26:26.246Z] #47 15.56 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-02T17:26:26.246Z] #47 15.75 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-02T17:26:26.246Z] #47 16.03 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-02T17:26:26.246Z] #47 16.20 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-02T17:26:26.246Z] #47 16.24 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-02T17:26:26.246Z] #47 16.24 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-02T17:26:26.246Z] #47 16.50 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-02T17:26:26.246Z] #47 16.56 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-02T17:26:26.246Z] #47 16.69 go: downloading github.com/spf13/cast v1.3.0 [2021-02-02T17:26:26.246Z] #47 16.70 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-02T17:26:26.246Z] #47 16.70 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-02T17:26:26.246Z] #47 16.81 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-02T17:26:26.246Z] #47 16.94 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-02T17:26:26.246Z] #47 17.04 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-02T17:26:26.246Z] #47 17.04 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-02T17:26:26.246Z] #47 17.04 go: extracting github.com/spf13/cast v1.3.0 [2021-02-02T17:26:26.246Z] #47 17.04 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-02T17:26:26.246Z] #47 17.26 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-02T17:26:26.246Z] #47 17.38 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-02T17:26:26.246Z] #47 17.50 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-02T17:26:26.246Z] #47 17.54 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-02T17:26:26.246Z] #47 17.87 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-02T17:26:26.246Z] #47 17.94 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-02T17:26:26.246Z] #47 18.04 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-02T17:26:26.246Z] #47 18.10 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-02T17:26:26.246Z] #47 18.57 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-02T17:26:26.246Z] #47 18.57 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-02T17:26:26.246Z] #47 18.57 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-02T17:26:26.246Z] #47 18.60 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-02T17:26:26.246Z] #47 18.77 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-02T17:26:26.433Z] ? github.com/docker/docker/api [no test files] [2021-02-02T17:26:26.437Z] #26 18.28 Selecting previously unselected package curl. [2021-02-02T17:26:26.437Z] #26 18.29 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_amd64.deb ... [2021-02-02T17:26:26.437Z] #26 18.30 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-02T17:26:26.538Z] #47 19.98 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-02T17:26:26.706Z] #26 18.45 Selecting previously unselected package libonig5:amd64. [2021-02-02T17:26:26.706Z] #26 18.45 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-02-02T17:26:26.706Z] #26 18.52 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-02T17:26:26.831Z] #47 20.12 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-02T17:26:26.967Z] #26 18.76 Selecting previously unselected package libjq1:amd64. [2021-02-02T17:26:26.967Z] #26 18.76 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-02T17:26:26.967Z] #26 18.77 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-02T17:26:27.123Z] #47 20.73 go: extracting golang.org/x/text v0.3.2 [2021-02-02T17:26:27.227Z] #26 18.94 Selecting previously unselected package jq. [2021-02-02T17:26:27.227Z] #26 18.94 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-02T17:26:27.227Z] #26 18.95 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-02T17:26:27.227Z] #26 19.07 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-02-02T17:26:27.227Z] #26 19.09 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-02-02T17:26:27.751Z] dc5c6edc9cff: Pull complete [2021-02-02T17:26:27.806Z] #26 19.49 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u4) ... [2021-02-02T17:26:27.806Z] #26 ... [2021-02-02T17:26:27.806Z] [2021-02-02T17:26:27.806Z] #33 [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-02-02T17:26:27.806Z] #33 sha256:beca531b5b7fff3c80ec3f58fb450026374f079a5074cfddad5871770cc9ebc0 [2021-02-02T17:26:27.806Z] #33 10.92 reflect [2021-02-02T17:26:27.806Z] #33 10.94 bufio [2021-02-02T17:26:27.806Z] #33 11.30 path [2021-02-02T17:26:27.806Z] #33 12.56 internal/syscall/unix [2021-02-02T17:26:27.806Z] #33 12.56 internal/syscall/execenv [2021-02-02T17:26:27.806Z] #33 12.56 time [2021-02-02T17:26:27.806Z] #33 14.01 internal/poll [2021-02-02T17:26:27.806Z] #33 14.57 os [2021-02-02T17:26:27.806Z] #33 14.75 internal/fmtsort [2021-02-02T17:26:27.806Z] #33 15.29 path/filepath [2021-02-02T17:26:27.806Z] #33 15.30 fmt [2021-02-02T17:26:27.806Z] #33 15.58 io/ioutil [2021-02-02T17:26:27.806Z] #33 16.50 log [2021-02-02T17:26:27.806Z] #33 16.50 github.com/BurntSushi/toml [2021-02-02T17:26:27.806Z] #33 16.50 flag [2021-02-02T17:26:27.806Z] #33 17.47 github.com/BurntSushi/toml/cmd/tomlv [2021-02-02T17:26:27.806Z] #33 DONE 20.0s [2021-02-02T17:26:27.806Z] [2021-02-02T17:26:27.806Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:26:27.806Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-02T17:26:27.806Z] #12 14.38 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 g++-mingw-w64-x86-64 amd64 8.3.0-6+21.3~deb10u1 [25.4 MB] [2021-02-02T17:26:27.806Z] #12 15.38 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-02-02T17:26:27.806Z] #12 15.38 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-02-02T17:26:27.806Z] #12 15.38 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-02-02T17:26:27.806Z] #12 15.38 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-02-02T17:26:27.806Z] #12 15.38 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-event1.02.1 amd64 2:1.02.155-3 [22.6 kB] [2021-02-02T17:26:27.806Z] #12 15.39 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u5 [110 kB] [2021-02-02T17:26:27.806Z] #12 15.39 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-02-02T17:26:27.806Z] #12 15.40 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-02-02T17:26:27.806Z] #12 15.41 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-02-02T17:26:27.806Z] #12 15.41 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-02-02T17:26:27.806Z] #12 15.41 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-02-02T17:26:27.806Z] #12 15.44 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-02-02T17:26:27.806Z] #12 15.45 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-02-02T17:26:27.806Z] #12 15.45 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libseccomp-dev amd64 2.3.3-4 [62.4 kB] [2021-02-02T17:26:27.806Z] #12 15.46 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u5 [322 kB] [2021-02-02T17:26:27.806Z] #12 15.92 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:26:27.806Z] #12 15.97 Fetched 78.2 MB in 3s (26.3 MB/s) [2021-02-02T17:26:27.806Z] #12 16.05 (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-02-02T17:26:27.806Z] #12 16.10 Preparing to unpack .../libsystemd0_241-7~deb10u5_amd64.deb ... [2021-02-02T17:26:27.806Z] #12 16.12 Unpacking libsystemd0:amd64 (241-7~deb10u5) over (241-7~deb10u4) ... [2021-02-02T17:26:27.806Z] #12 16.33 Setting up libsystemd0:amd64 (241-7~deb10u5) ... [2021-02-02T17:26:27.806Z] #12 16.85 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-02T17:26:27.806Z] #12 16.86 Preparing to unpack .../libudev1_241-7~deb10u5_amd64.deb ... [2021-02-02T17:26:27.806Z] #12 16.89 Unpacking libudev1:amd64 (241-7~deb10u5) over (241-7~deb10u4) ... [2021-02-02T17:26:27.806Z] #12 16.99 Setting up libudev1:amd64 (241-7~deb10u5) ... [2021-02-02T17:26:27.806Z] #12 17.08 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-02T17:26:27.806Z] #12 17.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-02-02T17:26:27.806Z] #12 17.14 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-02-02T17:26:27.806Z] #12 17.14 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-02T17:26:27.806Z] #12 18.03 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-02T17:26:27.806Z] #12 18.04 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-02-02T17:26:27.806Z] #12 18.05 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-02T17:26:27.806Z] #12 19.02 Selecting previously unselected package binutils-mingw-w64. [2021-02-02T17:26:27.806Z] #12 19.03 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-02T17:26:27.806Z] #12 19.03 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-02T17:26:27.806Z] #12 19.18 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-02-02T17:26:27.806Z] #12 19.18 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-02T17:26:27.806Z] #12 19.20 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-02T17:26:27.806Z] #12 19.33 Selecting previously unselected package dmsetup. [2021-02-02T17:26:27.806Z] #12 19.33 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-02-02T17:26:27.806Z] #12 19.34 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-02T17:26:27.806Z] #12 19.86 Selecting previously unselected package mingw-w64-common. [2021-02-02T17:26:27.806Z] #12 19.87 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-02T17:26:27.806Z] #12 19.89 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-02T17:26:28.068Z] #12 ... [2021-02-02T17:26:28.068Z] [2021-02-02T17:26:28.068Z] #48 [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-02-02T17:26:28.068Z] #48 sha256:e70ef5ad7ca46392be579ebec125a0493cbc8b5de01dc257d7994164ad84da08 [2021-02-02T17:26:28.068Z] #48 10.15 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-02T17:26:28.068Z] #48 10.19 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-02T17:26:28.068Z] #48 10.20 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-02T17:26:28.068Z] #48 10.24 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-02T17:26:28.068Z] #48 10.31 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-02T17:26:28.068Z] #48 10.32 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-02T17:26:28.068Z] #48 10.33 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-02T17:26:28.068Z] #48 10.34 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-02T17:26:28.068Z] #48 10.35 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-02T17:26:28.068Z] #48 10.36 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-02T17:26:28.068Z] #48 10.37 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-02T17:26:28.068Z] #48 10.38 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-02T17:26:28.068Z] #48 10.42 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-02T17:26:28.068Z] #48 10.48 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-02T17:26:28.068Z] #48 10.50 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-02T17:26:28.068Z] #48 10.53 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-02T17:26:28.068Z] #48 10.53 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-02T17:26:28.068Z] #48 10.54 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-02T17:26:28.068Z] #48 10.55 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-02T17:26:28.068Z] #48 10.59 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-02T17:26:28.068Z] #48 10.60 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-02T17:26:28.068Z] #48 10.61 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-02T17:26:28.068Z] #48 10.62 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-02T17:26:28.068Z] #48 10.64 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-02T17:26:28.068Z] #48 10.65 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-02T17:26:28.068Z] #48 10.82 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-02T17:26:28.068Z] #48 10.94 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-02T17:26:28.068Z] #48 11.46 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-02T17:26:28.068Z] #48 12.10 go: extracting golang.org/x/text v0.3.2 [2021-02-02T17:26:28.068Z] #48 13.66 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-02T17:26:28.068Z] #48 13.68 go: finding github.com/fatih/color v1.7.0 [2021-02-02T17:26:28.068Z] #48 13.72 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-02T17:26:28.068Z] #48 13.73 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-02T17:26:28.068Z] #48 13.74 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-02T17:26:28.068Z] #48 13.78 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-02T17:26:28.068Z] #48 13.79 go: finding github.com/pkg/errors v0.8.1 [2021-02-02T17:26:28.068Z] #48 13.80 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-02T17:26:28.068Z] #48 13.80 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-02T17:26:28.068Z] #48 13.82 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-02T17:26:28.068Z] #48 13.82 go: finding github.com/spf13/viper v1.6.1 [2021-02-02T17:26:28.068Z] #48 13.84 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-02T17:26:28.068Z] #48 13.85 go: finding github.com/stretchr/testify v1.4.0 [2021-02-02T17:26:28.068Z] #48 13.87 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-02T17:26:28.068Z] #48 13.88 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-02T17:26:28.068Z] #48 13.88 go: finding github.com/spf13/cobra v0.0.5 [2021-02-02T17:26:28.068Z] #48 13.88 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-02T17:26:28.068Z] #48 13.88 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-02T17:26:28.068Z] #48 13.89 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-02T17:26:28.068Z] #48 13.89 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-02T17:26:28.068Z] #48 13.89 go: finding github.com/spf13/pflag v1.0.5 [2021-02-02T17:26:28.068Z] #48 13.92 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-02T17:26:28.068Z] #48 13.92 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-02T17:26:28.068Z] #48 13.92 go: finding github.com/gobwas/glob v0.2.3 [2021-02-02T17:26:28.068Z] #48 13.92 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-02T17:26:28.068Z] #48 13.92 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-02T17:26:28.068Z] #48 13.92 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-02T17:26:28.068Z] #48 13.92 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-02T17:26:28.068Z] #48 13.93 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-02T17:26:28.068Z] #48 13.93 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-02T17:26:28.068Z] #48 13.93 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-02T17:26:28.068Z] #48 13.93 go: finding github.com/magiconair/properties v1.8.1 [2021-02-02T17:26:28.068Z] #48 13.93 go: finding github.com/stretchr/objx v0.2.0 [2021-02-02T17:26:28.068Z] #48 13.93 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T17:26:28.068Z] #48 13.94 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-02T17:26:28.068Z] #48 13.94 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-02T17:26:28.068Z] #48 13.95 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-02T17:26:28.068Z] #48 13.96 go: finding github.com/spf13/afero v1.1.2 [2021-02-02T17:26:28.068Z] #48 13.96 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-02T17:26:28.068Z] #48 13.97 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-02T17:26:28.068Z] #48 13.98 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-02T17:26:28.068Z] #48 13.99 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-02T17:26:28.068Z] #48 13.99 go: finding github.com/spf13/cast v1.3.0 [2021-02-02T17:26:28.068Z] #48 14.00 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-02T17:26:28.068Z] #48 14.00 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-02T17:26:28.068Z] #48 14.03 go: finding golang.org/x/text v0.3.2 [2021-02-02T17:26:28.068Z] #48 14.08 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-02T17:26:28.068Z] #48 14.11 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-02T17:26:28.068Z] #48 14.16 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-02T17:26:28.068Z] #48 14.16 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-02T17:26:28.068Z] #48 14.16 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-02T17:26:28.068Z] #48 14.16 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-02T17:26:28.068Z] #48 14.16 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-02T17:26:28.068Z] #48 14.16 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-02T17:26:28.068Z] #48 14.17 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-02T17:26:28.068Z] #48 14.18 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-02T17:26:28.068Z] #48 14.18 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-02T17:26:28.068Z] #48 14.19 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-02T17:26:28.068Z] #48 14.20 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-02T17:26:28.068Z] #48 14.21 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-02T17:26:28.068Z] #48 14.21 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-02T17:26:28.068Z] #48 14.21 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-02T17:26:28.068Z] #48 14.23 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-02T17:26:28.068Z] #48 14.23 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-02T17:26:28.068Z] #48 14.24 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-02T17:26:28.068Z] #48 14.24 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-02T17:26:28.068Z] #48 14.24 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-02T17:26:28.068Z] #48 14.28 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-02T17:26:28.068Z] #48 14.29 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-02T17:26:28.068Z] #48 14.32 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-02T17:26:28.068Z] #48 14.32 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-02T17:26:28.068Z] #48 14.32 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-02T17:26:28.068Z] #48 14.38 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-02T17:26:28.068Z] #48 14.39 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-02T17:26:28.068Z] #48 ... [2021-02-02T17:26:28.068Z] [2021-02-02T17:26:28.068Z] #26 [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-02-02T17:26:28.068Z] #26 sha256:eb917928a0a67f2c29f76c642853b2f64b9d75e10034bf0a1d3486ff08bb9b88 [2021-02-02T17:26:28.068Z] #26 19.77 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-02-02T17:26:28.068Z] #26 19.82 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2021-02-02T17:26:28.068Z] #26 19.87 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-02-02T17:26:28.068Z] #26 19.90 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-02T17:26:28.068Z] #26 20.02 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-02-02T17:26:28.068Z] #26 20.06 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-02-02T17:26:28.348Z] #26 20.09 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-02-02T17:26:28.348Z] #26 20.12 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-02-02T17:26:28.348Z] #26 20.16 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-02-02T17:26:28.609Z] #26 20.33 Setting up openssl (1.1.1d-0+deb10u4) ... [2021-02-02T17:26:28.609Z] #26 20.54 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-02T17:26:28.609Z] #26 ... [2021-02-02T17:26:28.609Z] [2021-02-02T17:26:28.609Z] #35 [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-02-02T17:26:28.609Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-02T17:26:28.609Z] #35 9.426 Reading package lists... [2021-02-02T17:26:28.609Z] #35 10.80 Building dependency tree... [2021-02-02T17:26:28.609Z] #35 11.29 The following additional packages will be installed: [2021-02-02T17:26:28.609Z] #35 11.29 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-02T17:26:28.609Z] #35 11.29 Suggested packages: [2021-02-02T17:26:28.609Z] #35 11.29 cmake-doc ninja-build lrzip [2021-02-02T17:26:28.609Z] #35 11.29 Recommended packages: [2021-02-02T17:26:28.609Z] #35 11.29 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-02T17:26:28.609Z] #35 11.63 The following NEW packages will be installed: [2021-02-02T17:26:28.609Z] #35 11.63 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-02T17:26:28.609Z] #35 11.66 vim-common xxd [2021-02-02T17:26:28.609Z] #35 11.95 0 upgraded, 10 newly installed, 0 to remove and 18 not upgraded. [2021-02-02T17:26:28.609Z] #35 11.95 Need to get 14.9 MB of archives. [2021-02-02T17:26:28.609Z] #35 11.95 After this operation, 61.8 MB of additional disk space will be used. [2021-02-02T17:26:28.609Z] #35 11.95 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-02T17:26:28.609Z] #35 11.96 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-02T17:26:28.609Z] #35 11.96 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-02-02T17:26:28.609Z] #35 11.98 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-02T17:26:28.609Z] #35 12.42 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-02-02T17:26:28.609Z] #35 12.44 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-02-02T17:26:28.609Z] #35 12.45 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-02-02T17:26:28.609Z] #35 12.45 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-02-02T17:26:28.609Z] #35 12.46 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-02-02T17:26:28.609Z] #35 12.47 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-02-02T17:26:28.609Z] #35 13.13 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:26:28.609Z] #35 13.23 Fetched 14.9 MB in 1s (14.3 MB/s) [2021-02-02T17:26:28.609Z] #35 13.35 Selecting previously unselected package xxd. [2021-02-02T17:26:28.609Z] #35 13.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 ... 15410 files and directories currently installed.) [2021-02-02T17:26:28.609Z] #35 13.36 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-02T17:26:28.609Z] #35 13.37 Unpacking xxd (2:8.1.0875-5) ... [2021-02-02T17:26:28.609Z] #35 13.54 Selecting previously unselected package vim-common. [2021-02-02T17:26:28.609Z] #35 13.54 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-02T17:26:28.609Z] #35 13.55 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-02T17:26:28.609Z] #35 13.91 Selecting previously unselected package cmake-data. [2021-02-02T17:26:28.609Z] #35 13.91 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-02T17:26:28.609Z] #35 13.93 Unpacking cmake-data (3.13.4-1) ... [2021-02-02T17:26:28.609Z] #35 15.52 Selecting previously unselected package libicu63:amd64. [2021-02-02T17:26:28.609Z] #35 15.53 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-02T17:26:28.609Z] #35 15.64 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-02T17:26:28.609Z] #35 17.89 Selecting previously unselected package libxml2:amd64. [2021-02-02T17:26:28.609Z] #35 17.90 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-02-02T17:26:28.609Z] #35 17.90 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-02T17:26:28.609Z] #35 18.16 Selecting previously unselected package libarchive13:amd64. [2021-02-02T17:26:28.609Z] #35 18.17 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-02-02T17:26:28.609Z] #35 18.17 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-02T17:26:28.609Z] #35 18.45 Selecting previously unselected package libjsoncpp1:amd64. [2021-02-02T17:26:28.609Z] #35 18.46 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-02-02T17:26:28.609Z] #35 18.48 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-02T17:26:28.609Z] #35 18.60 Selecting previously unselected package librhash0:amd64. [2021-02-02T17:26:28.609Z] #35 18.60 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-02-02T17:26:28.609Z] #35 18.62 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-02-02T17:26:28.609Z] #35 18.78 Selecting previously unselected package libuv1:amd64. [2021-02-02T17:26:28.609Z] #35 18.78 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-02-02T17:26:28.609Z] #35 18.82 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-02-02T17:26:28.609Z] #35 19.00 Selecting previously unselected package cmake. [2021-02-02T17:26:28.609Z] #35 19.01 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-02-02T17:26:28.609Z] #35 19.01 Unpacking cmake (3.13.4-1) ... [2021-02-02T17:26:28.635Z] #47 ... [2021-02-02T17:26:28.635Z] [2021-02-02T17:26:28.635Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-02T17:26:28.635Z] #40 12.30 Fetched 8107 kB in 11s (764 kB/s) [2021-02-02T17:26:28.635Z] #40 12.30 Reading package lists... [2021-02-02T17:26:28.635Z] #40 17.31 Reading package lists... [2021-02-02T17:26:28.635Z] #40 21.04 Building dependency tree... [2021-02-02T17:26:28.635Z] #40 22.00 The following additional packages will be installed: [2021-02-02T17:26:28.635Z] #40 22.06 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-02T17:26:28.635Z] #40 22.06 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-02T17:26:28.635Z] #40 22.06 Suggested packages: [2021-02-02T17:26:28.635Z] #40 22.06 manpages-dev python-setuptools [2021-02-02T17:26:28.869Z] #35 ... [2021-02-02T17:26:28.869Z] [2021-02-02T17:26:28.869Z] #26 [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-02-02T17:26:28.869Z] #26 sha256:eb917928a0a67f2c29f76c642853b2f64b9d75e10034bf0a1d3486ff08bb9b88 [2021-02-02T17:26:28.869Z] #26 20.74 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-02T17:26:28.869Z] #26 20.82 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u4) ... [2021-02-02T17:26:28.928Z] #40 ... [2021-02-02T17:26:28.928Z] [2021-02-02T17:26:28.928Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-02T17:26:28.928Z] #62 14.82 Checking out files: 90% (1723/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-02-02T17:26:28.928Z] #62 15.05 + cd /tmp/tmp.rxgGfC7EcV/src/github.com/docker/libnetwork [2021-02-02T17:26:28.928Z] #62 15.05 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-02T17:26:28.928Z] #62 15.42 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-02T17:26:28.928Z] #62 ... [2021-02-02T17:26:28.928Z] [2021-02-02T17:26:28.928Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-02-02T17:26:28.928Z] #34 12.53 Fetched 8107 kB in 11s (748 kB/s) [2021-02-02T17:26:28.928Z] #34 12.53 Reading package lists... [2021-02-02T17:26:28.928Z] #34 17.34 Reading package lists... [2021-02-02T17:26:28.928Z] #34 20.96 Building dependency tree... [2021-02-02T17:26:28.928Z] #34 21.93 The following additional packages will be installed: [2021-02-02T17:26:28.928Z] #34 21.93 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-02T17:26:28.928Z] #34 21.93 Suggested packages: [2021-02-02T17:26:28.928Z] #34 21.93 cmake-doc ninja-build lrzip [2021-02-02T17:26:28.928Z] #34 21.93 Recommended packages: [2021-02-02T17:26:28.928Z] #34 21.93 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-02T17:26:28.928Z] #34 22.57 The following NEW packages will be installed: [2021-02-02T17:26:29.129Z] #26 20.88 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-02T17:26:29.220Z] #34 22.57 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-02T17:26:29.220Z] #34 22.57 vim-common xxd [2021-02-02T17:26:29.220Z] #34 22.70 0 upgraded, 10 newly installed, 0 to remove and 18 not upgraded. [2021-02-02T17:26:29.220Z] #34 22.70 Need to get 14.0 MB of archives. [2021-02-02T17:26:29.220Z] #34 22.70 After this operation, 62.1 MB of additional disk space will be used. [2021-02-02T17:26:29.220Z] #34 22.70 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2021-02-02T17:26:29.220Z] #34 22.73 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2021-02-02T17:26:29.220Z] #34 22.74 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake-data all 3.13.4-1 [1476 kB] [2021-02-02T17:26:29.220Z] #34 22.84 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2021-02-02T17:26:29.220Z] #34 ... [2021-02-02T17:26:29.220Z] [2021-02-02T17:26:29.220Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-02T17:26:29.220Z] #40 22.94 The following NEW packages will be installed: [2021-02-02T17:26:29.513Z] #40 22.94 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-02T17:26:29.513Z] #40 22.94 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-02T17:26:29.513Z] #40 22.94 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-02T17:26:29.513Z] #40 22.94 python-six zlib1g-dev [2021-02-02T17:26:29.513Z] #40 23.05 0 upgraded, 17 newly installed, 0 to remove and 18 not upgraded. [2021-02-02T17:26:29.513Z] #40 23.05 Need to get 3742 kB of archives. [2021-02-02T17:26:29.513Z] #40 23.05 After this operation, 22.0 MB of additional disk space will be used. [2021-02-02T17:26:29.513Z] #40 23.05 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libcap-dev s390x 1:2.25-2 [30.3 kB] [2021-02-02T17:26:29.513Z] #40 23.06 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2021-02-02T17:26:29.513Z] #40 23.07 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1-dev s390x 1.1.6+dfsg-3.1 [114 kB] [2021-02-02T17:26:29.513Z] #40 23.08 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2021-02-02T17:26:29.513Z] #40 23.08 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-dev s390x 3.4.0-1 [99.5 kB] [2021-02-02T17:26:29.513Z] #40 23.09 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2021-02-02T17:26:29.513Z] #40 23.09 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-02-02T17:26:29.513Z] #40 23.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x zlib1g-dev s390x 1:1.2.11.dfsg-1 [211 kB] [2021-02-02T17:26:29.513Z] #40 23.10 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf17 s390x 3.6.1.3-2 [716 kB] [2021-02-02T17:26:29.513Z] #40 23.14 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-lite17 s390x 3.6.1.3-2 [152 kB] [2021-02-02T17:26:29.513Z] #40 23.15 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-dev s390x 3.6.1.3-2 [1004 kB] [2021-02-02T17:26:29.513Z] #40 ... [2021-02-02T17:26:29.513Z] [2021-02-02T17:26:29.513Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-02T17:26:29.513Z] #43 13.02 unicode/utf16 [2021-02-02T17:26:29.513Z] #43 13.26 container/list [2021-02-02T17:26:29.513Z] #43 13.81 crypto/internal/subtle [2021-02-02T17:26:29.513Z] #43 13.97 crypto/subtle [2021-02-02T17:26:29.513Z] #43 14.06 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-02T17:26:29.513Z] #43 14.14 internal/nettrace [2021-02-02T17:26:29.513Z] #43 14.27 runtime/cgo [2021-02-02T17:26:29.513Z] #43 ... [2021-02-02T17:26:29.513Z] [2021-02-02T17:26:29.513Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-02T17:26:29.513Z] #40 23.20 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotoc17 s390x 3.6.1.3-2 [582 kB] [2021-02-02T17:26:29.513Z] #40 23.23 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-02-02T17:26:29.513Z] #40 23.24 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x protobuf-compiler s390x 3.6.1.3-2 [64.7 kB] [2021-02-02T17:26:29.513Z] #40 23.24 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-02T17:26:29.513Z] #40 23.25 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-six all 1.12.0-1 [15.7 kB] [2021-02-02T17:26:29.701Z] #26 ... [2021-02-02T17:26:29.701Z] [2021-02-02T17:26:29.701Z] #44 [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-02-02T17:26:29.701Z] #44 sha256:9128f56657aadd4bac4b9a934b8fee0b2773a3248c8946f518a0dc231eabc8e2 [2021-02-02T17:26:29.701Z] #44 11.75 bufio [2021-02-02T17:26:29.701Z] #44 11.77 vendor/golang.org/x/text/transform [2021-02-02T17:26:29.701Z] #44 11.84 reflect [2021-02-02T17:26:29.701Z] #44 11.91 crypto [2021-02-02T17:26:29.701Z] #44 11.94 crypto/rc4 [2021-02-02T17:26:29.701Z] #44 12.82 regexp/syntax [2021-02-02T17:26:29.701Z] #44 13.70 time [2021-02-02T17:26:29.701Z] #44 14.67 regexp [2021-02-02T17:26:29.701Z] #44 15.28 context [2021-02-02T17:26:29.701Z] #44 15.28 os [2021-02-02T17:26:29.701Z] #44 15.79 github.com/LK4D4/vndr/versioned [2021-02-02T17:26:29.701Z] #44 16.43 internal/lazyregexp [2021-02-02T17:26:29.701Z] #44 16.44 net [2021-02-02T17:26:29.701Z] #44 16.45 os/exec [2021-02-02T17:26:29.701Z] #44 16.86 flag [2021-02-02T17:26:29.701Z] #44 16.87 go/token [2021-02-02T17:26:29.701Z] #44 16.88 text/template/parse [2021-02-02T17:26:29.701Z] #44 16.88 encoding/base64 [2021-02-02T17:26:29.701Z] #44 16.88 net/url [2021-02-02T17:26:29.701Z] #44 16.88 encoding/xml [2021-02-02T17:26:29.701Z] #44 17.31 compress/flate [2021-02-02T17:26:29.701Z] #44 17.56 encoding/json [2021-02-02T17:26:29.701Z] #44 17.80 go/scanner [2021-02-02T17:26:29.701Z] #44 17.86 crypto/cipher [2021-02-02T17:26:29.701Z] #44 18.35 math/big [2021-02-02T17:26:29.701Z] #44 19.05 go/ast [2021-02-02T17:26:29.701Z] #44 19.18 crypto/aes [2021-02-02T17:26:29.701Z] #44 19.53 compress/gzip [2021-02-02T17:26:29.701Z] #44 19.89 text/template [2021-02-02T17:26:29.701Z] #44 20.13 encoding/pem [2021-02-02T17:26:29.701Z] #44 20.40 vendor/golang.org/x/crypto/internal/chacha20 [2021-02-02T17:26:29.701Z] #44 20.69 vendor/golang.org/x/text/unicode/norm [2021-02-02T17:26:29.701Z] #44 20.80 vendor/golang.org/x/crypto/chacha20poly1305 [2021-02-02T17:26:29.701Z] #44 21.14 mime [2021-02-02T17:26:29.701Z] #44 21.67 go/parser [2021-02-02T17:26:29.701Z] #44 ... [2021-02-02T17:26:29.701Z] [2021-02-02T17:26:29.701Z] #35 [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-02-02T17:26:29.701Z] #35 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-02-02T17:26:29.701Z] #35 21.17 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-02T17:26:29.701Z] #35 21.19 Setting up xxd (2:8.1.0875-5) ... [2021-02-02T17:26:29.701Z] #35 21.21 Setting up libuv1:amd64 (1.24.1-1) ... [2021-02-02T17:26:29.701Z] #35 21.22 Setting up vim-common (2:8.1.0875-5) ... [2021-02-02T17:26:29.701Z] #35 21.27 Setting up librhash0:amd64 (1.3.8-1) ... [2021-02-02T17:26:29.701Z] #35 21.28 Setting up cmake-data (3.13.4-1) ... [2021-02-02T17:26:29.701Z] #35 21.31 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-02-02T17:26:29.701Z] #35 21.32 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-02-02T17:26:29.701Z] #35 21.35 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-02-02T17:26:29.701Z] #35 21.43 Setting up cmake (3.13.4-1) ... [2021-02-02T17:26:29.701Z] #35 21.48 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:26:29.701Z] #35 21.54 Processing triggers for mime-support (3.62) ... [2021-02-02T17:26:29.806Z] #40 23.26 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-protobuf s390x 3.6.1.3-2 [328 kB] [2021-02-02T17:26:29.806Z] #40 ... [2021-02-02T17:26:29.806Z] [2021-02-02T17:26:29.806Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-02T17:26:29.806Z] #11 13.42 Fetched 8107 kB in 12s (696 kB/s) [2021-02-02T17:26:29.806Z] #11 13.42 Reading package lists... [2021-02-02T17:26:29.806Z] #11 17.85 Reading package lists... [2021-02-02T17:26:29.806Z] #11 21.39 Building dependency tree... [2021-02-02T17:26:29.806Z] #11 22.34 The following additional packages will be installed: [2021-02-02T17:26:29.806Z] #11 22.37 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-02T17:26:29.806Z] #11 22.37 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-02T17:26:29.806Z] #11 22.37 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-02T17:26:29.806Z] #11 22.37 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-02T17:26:29.806Z] #11 22.37 mingw-w64-x86-64-dev [2021-02-02T17:26:29.806Z] #11 22.37 Suggested packages: [2021-02-02T17:26:29.806Z] #11 22.37 gcc-8-locales seccomp wine64 [2021-02-02T17:26:29.962Z] #35 DONE 22.2s [2021-02-02T17:26:29.962Z] [2021-02-02T17:26:29.962Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:26:29.962Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-02T17:26:29.962Z] #12 22.21 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-02T17:26:29.962Z] #12 22.22 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-02T17:26:30.099Z] #11 23.56 The following NEW packages will be installed: [2021-02-02T17:26:30.099Z] #11 23.56 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-02T17:26:30.099Z] #11 23.56 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-02T17:26:30.099Z] #11 23.57 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-02T17:26:30.099Z] #11 23.57 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-02T17:26:30.099Z] #11 23.57 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-02T17:26:30.099Z] #11 23.57 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-02T17:26:30.099Z] #11 23.57 The following packages will be upgraded: [2021-02-02T17:26:30.099Z] #11 23.57 libsystemd0 libudev1 [2021-02-02T17:26:30.099Z] #11 23.70 2 upgraded, 25 newly installed, 0 to remove and 16 not upgraded. [2021-02-02T17:26:30.099Z] #11 23.70 Need to get 73.7 MB of archives. [2021-02-02T17:26:30.099Z] #11 23.70 After this operation, 494 MB of additional disk space will be used. [2021-02-02T17:26:30.099Z] #11 23.70 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd0 s390x 241-7~deb10u5 [307 kB] [2021-02-02T17:26:30.099Z] #11 ... [2021-02-02T17:26:30.099Z] [2021-02-02T17:26:30.099Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-02-02T17:26:30.099Z] #34 23.41 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libxml2 s390x 2.9.4+dfsg1-7+deb10u1 [607 kB] [2021-02-02T17:26:30.099Z] #34 23.42 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libarchive13 s390x 3.3.3-4+deb10u1 [290 kB] [2021-02-02T17:26:30.099Z] #34 23.43 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjsoncpp1 s390x 1.7.4-3 [73.6 kB] [2021-02-02T17:26:30.099Z] #34 23.43 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x librhash0 s390x 1.3.8-1 [121 kB] [2021-02-02T17:26:30.099Z] #34 23.44 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x libuv1 s390x 1.24.1-1 [104 kB] [2021-02-02T17:26:30.099Z] #34 23.45 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x cmake s390x 3.13.4-1 [2912 kB] [2021-02-02T17:26:30.250Z] #12 22.27 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-02T17:26:30.392Z] #34 ... [2021-02-02T17:26:30.392Z] [2021-02-02T17:26:30.392Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-02-02T17:26:30.392Z] #53 13.96 Fetched 8107 kB in 12s (670 kB/s) [2021-02-02T17:26:30.392Z] #53 13.96 Reading package lists... [2021-02-02T17:26:30.392Z] #53 18.05 Reading package lists... [2021-02-02T17:26:30.392Z] #53 21.57 Building dependency tree... [2021-02-02T17:26:30.392Z] #53 22.49 The following additional packages will be installed: [2021-02-02T17:26:30.392Z] #53 22.49 libbtrfs0 [2021-02-02T17:26:30.392Z] #53 22.58 The following NEW packages will be installed: [2021-02-02T17:26:30.392Z] #53 22.58 libbtrfs-dev libbtrfs0 [2021-02-02T17:26:30.392Z] #53 22.71 0 upgraded, 2 newly installed, 0 to remove and 18 not upgraded. [2021-02-02T17:26:30.392Z] #53 22.71 Need to get 118 kB of archives. [2021-02-02T17:26:30.392Z] #53 22.71 After this operation, 390 kB of additional disk space will be used. [2021-02-02T17:26:30.392Z] #53 22.71 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2021-02-02T17:26:30.392Z] #53 22.72 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2021-02-02T17:26:30.392Z] #53 23.50 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:26:30.392Z] #53 23.57 Fetched 118 kB in 0s (1491 kB/s) [2021-02-02T17:26:30.392Z] #53 23.72 Selecting previously unselected package libbtrfs0. [2021-02-02T17:26:30.392Z] #53 23.72 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-02-02T17:26:30.392Z] #53 23.98 Preparing to unpack .../libbtrfs0_4.20.1-2_s390x.deb ... [2021-02-02T17:26:30.392Z] #53 23.99 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-02T17:26:30.392Z] #53 24.05 Selecting previously unselected package libbtrfs-dev. [2021-02-02T17:26:30.392Z] #53 24.05 Preparing to unpack .../libbtrfs-dev_4.20.1-2_s390x.deb ... [2021-02-02T17:26:30.392Z] #53 24.05 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-02T17:26:30.392Z] #53 ... [2021-02-02T17:26:30.392Z] [2021-02-02T17:26:30.392Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-02T17:26:30.392Z] #11 23.74 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev1 s390x 241-7~deb10u5 [145 kB] [2021-02-02T17:26:30.392Z] #11 23.75 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-i686 s390x 2.31.1-11+8.3 [2161 kB] [2021-02-02T17:26:30.392Z] #11 23.89 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64-x86-64 s390x 2.31.1-11+8.3 [2517 kB] [2021-02-02T17:26:30.392Z] #11 24.06 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-02T17:26:30.392Z] #11 24.07 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper1.02.1 s390x 2:1.02.155-3 [135 kB] [2021-02-02T17:26:30.392Z] #11 24.08 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x dmsetup s390x 2:1.02.155-3 [89.2 kB] [2021-02-02T17:26:30.511Z] #12 ... [2021-02-02T17:26:30.511Z] [2021-02-02T17:26:30.511Z] #50 [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-02-02T17:26:30.511Z] #50 sha256:c31d99f2953b3681639b1dbff596cb2e9bfb44af965eb939ad50bd6a4edce7ac [2021-02-02T17:26:30.511Z] #50 12.72 reflect [2021-02-02T17:26:30.511Z] #50 12.73 time [2021-02-02T17:26:30.511Z] #50 12.73 regexp/syntax [2021-02-02T17:26:30.511Z] #50 14.67 regexp [2021-02-02T17:26:30.511Z] #50 14.89 os [2021-02-02T17:26:30.511Z] #50 14.91 context [2021-02-02T17:26:30.511Z] #50 16.30 mvdan.cc/sh/v3/fileutil [2021-02-02T17:26:30.511Z] #50 16.42 encoding/binary [2021-02-02T17:26:30.511Z] #50 16.42 fmt [2021-02-02T17:26:30.511Z] #50 16.76 golang.org/x/sys/unix [2021-02-02T17:26:30.511Z] #50 16.76 encoding/base64 [2021-02-02T17:26:30.511Z] #50 17.74 github.com/pkg/diff [2021-02-02T17:26:30.511Z] #50 17.74 go/token [2021-02-02T17:26:30.511Z] #50 17.74 encoding/json [2021-02-02T17:26:30.511Z] #50 17.75 mvdan.cc/editorconfig [2021-02-02T17:26:30.511Z] #50 17.75 mvdan.cc/sh/v3/syntax [2021-02-02T17:26:30.511Z] #50 18.49 go/scanner [2021-02-02T17:26:30.511Z] #50 19.04 go/ast [2021-02-02T17:26:30.511Z] #50 20.17 golang.org/x/crypto/ssh/terminal [2021-02-02T17:26:30.511Z] #50 22.13 mvdan.cc/sh/v3/cmd/shfmt [2021-02-02T17:26:30.684Z] #11 24.09 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-02T17:26:30.684Z] #11 24.42 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-02T17:26:30.772Z] #50 ... [2021-02-02T17:26:30.772Z] [2021-02-02T17:26:30.772Z] #41 [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-02-02T17:26:30.772Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-02T17:26:30.772Z] #41 17.97 Selecting previously unselected package protobuf-c-compiler. [2021-02-02T17:26:30.772Z] #41 17.98 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_amd64.deb ... [2021-02-02T17:26:30.773Z] #41 17.99 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-02T17:26:30.773Z] #41 18.12 Selecting previously unselected package protobuf-compiler. [2021-02-02T17:26:30.773Z] #41 18.12 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_amd64.deb ... [2021-02-02T17:26:30.773Z] #41 18.13 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-02T17:26:30.773Z] #41 18.23 Selecting previously unselected package python-pkg-resources. [2021-02-02T17:26:30.773Z] #41 18.25 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-02T17:26:30.773Z] #41 18.32 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-02T17:26:30.773Z] #41 18.51 Selecting previously unselected package python-six. [2021-02-02T17:26:30.773Z] #41 18.51 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-02T17:26:30.773Z] #41 18.52 Unpacking python-six (1.12.0-1) ... [2021-02-02T17:26:30.773Z] #41 18.64 Selecting previously unselected package python-protobuf. [2021-02-02T17:26:30.773Z] #41 18.64 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_amd64.deb ... [2021-02-02T17:26:30.773Z] #41 18.64 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-02T17:26:30.773Z] #41 19.02 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-02T17:26:30.773Z] #41 20.76 Setting up libprotobuf-lite17:amd64 (3.6.1.3-2) ... [2021-02-02T17:26:30.773Z] #41 20.90 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-02T17:26:30.773Z] #41 21.07 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-02T17:26:30.773Z] #41 21.10 Setting up libprotobuf-c-dev:amd64 (1.3.1-1+b1) ... [2021-02-02T17:26:30.773Z] #41 21.15 Setting up python-six (1.12.0-1) ... [2021-02-02T17:26:30.773Z] #41 22.21 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-1) ... [2021-02-02T17:26:30.773Z] #41 22.28 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-02T17:26:30.773Z] #41 22.33 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-02-02T17:26:30.773Z] #41 22.36 Setting up libcap-dev:amd64 (1:2.25-2) ... [2021-02-02T17:26:30.773Z] #41 22.39 Setting up libprotoc17:amd64 (3.6.1.3-2) ... [2021-02-02T17:26:30.773Z] #41 22.44 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-02T17:26:30.773Z] #41 22.54 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-02T17:26:30.773Z] #41 22.57 Setting up libprotobuf-dev:amd64 (3.6.1.3-2) ... [2021-02-02T17:26:30.773Z] #41 22.63 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-02T17:26:30.773Z] #41 22.70 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-02T17:26:30.977Z] #11 ... [2021-02-02T17:26:30.977Z] [2021-02-02T17:26:30.977Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-02T17:26:30.977Z] #49 14.38 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-02T17:26:30.977Z] #49 14.50 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-02T17:26:30.977Z] #49 14.63 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-02T17:26:30.977Z] #49 14.69 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-02T17:26:30.977Z] #49 15.35 runtime/cgo [2021-02-02T17:26:30.977Z] #49 15.38 runtime [2021-02-02T17:26:30.977Z] #49 ... [2021-02-02T17:26:30.977Z] [2021-02-02T17:26:30.977Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-02-02T17:26:30.977Z] #34 24.46 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:26:30.977Z] #34 24.54 Fetched 14.0 MB in 1s (14.0 MB/s) [2021-02-02T17:26:30.977Z] #34 24.60 Selecting previously unselected package xxd. [2021-02-02T17:26:31.269Z] #34 24.60 (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-02-02T17:26:31.270Z] #34 24.71 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_s390x.deb ... [2021-02-02T17:26:31.270Z] #34 24.71 Unpacking xxd (2:8.1.0875-5) ... [2021-02-02T17:26:31.270Z] #34 24.88 Selecting previously unselected package vim-common. [2021-02-02T17:26:31.270Z] #34 24.88 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-02T17:26:31.270Z] #34 24.90 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-02T17:26:31.323Z] 3c370c2e2f82: Pull complete [2021-02-02T17:26:31.323Z] 5ffb2f5886e2: Pull complete [2021-02-02T17:26:31.323Z] Digest: sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-02T17:26:31.323Z] Status: Downloaded newer image for golang:1.13.15-buster [2021-02-02T17:26:31.323Z] ---> 805dc2d65d1c [2021-02-02T17:26:31.323Z] Step 5/15 : ARG BUILDX_REPO [2021-02-02T17:26:31.323Z] ---> Running in c47b00b5769b [2021-02-02T17:26:31.323Z] Removing intermediate container c47b00b5769b [2021-02-02T17:26:31.323Z] ---> 4d54f1f0cac5 [2021-02-02T17:26:31.323Z] Step 6/15 : RUN git clone "${BUILDX_REPO}" /buildx [2021-02-02T17:26:31.349Z] #41 ... [2021-02-02T17:26:31.349Z] [2021-02-02T17:26:31.349Z] #55 [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-02-02T17:26:31.349Z] #55 sha256:78a0a91b965a274b5e5070ba09983453b8d5b3d455a72dddf006c875762c214c [2021-02-02T17:26:31.349Z] #55 0.964 + RM_GOPATH=0 [2021-02-02T17:26:31.349Z] #55 0.964 + TMP_GOPATH= [2021-02-02T17:26:31.349Z] #55 0.964 + : /build [2021-02-02T17:26:31.349Z] #55 0.964 + '[' -z '' ']' [2021-02-02T17:26:31.349Z] #55 0.965 ++ mktemp -d [2021-02-02T17:26:31.349Z] #55 0.969 + export GOPATH=/tmp/tmp.gbTYd6S4Fh [2021-02-02T17:26:31.349Z] #55 0.969 + GOPATH=/tmp/tmp.gbTYd6S4Fh [2021-02-02T17:26:31.349Z] #55 0.969 + RM_GOPATH=1 [2021-02-02T17:26:31.349Z] #55 0.969 + case "$(go env GOARCH)" in [2021-02-02T17:26:31.349Z] #55 0.969 ++ go env GOARCH [2021-02-02T17:26:31.349Z] #55 0.978 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:31.349Z] #55 0.978 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:31.349Z] #55 0.979 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:31.349Z] #55 0.981 + dir=/tmp/install [2021-02-02T17:26:31.349Z] #55 0.981 + bin=containerd [2021-02-02T17:26:31.349Z] #55 0.981 + shift [2021-02-02T17:26:31.349Z] #55 0.981 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-02T17:26:31.349Z] #55 0.981 + . /tmp/install/containerd.installer [2021-02-02T17:26:31.349Z] #55 0.981 ++ set -e [2021-02-02T17:26:31.349Z] #55 0.981 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:26:31.349Z] #55 0.981 + install_containerd [2021-02-02T17:26:31.349Z] #55 0.983 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-02T17:26:31.349Z] #55 0.983 + git clone https://github.com/containerd/containerd.git /tmp/tmp.gbTYd6S4Fh/src/github.com/containerd/containerd [2021-02-02T17:26:31.349Z] #55 0.990 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:26:31.349Z] #55 0.990 Cloning into '/tmp/tmp.gbTYd6S4Fh/src/github.com/containerd/containerd'... [2021-02-02T17:26:31.349Z] #55 ... [2021-02-02T17:26:31.349Z] [2021-02-02T17:26:31.349Z] #26 [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-02-02T17:26:31.349Z] #26 sha256:eb917928a0a67f2c29f76c642853b2f64b9d75e10034bf0a1d3486ff08bb9b88 [2021-02-02T17:26:31.565Z] #34 ... [2021-02-02T17:26:31.565Z] [2021-02-02T17:26:31.565Z] #53 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-container... [2021-02-02T17:26:31.565Z] #53 24.20 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-02T17:26:31.565Z] #53 24.23 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-02T17:26:31.565Z] #53 24.25 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:26:31.565Z] #53 DONE 25.3s [2021-02-02T17:26:31.611Z] #26 23.26 Updating certificates in /etc/ssl/certs... [2021-02-02T17:26:31.614Z] ---> Running in 72cbcf05f481 [2021-02-02T17:26:31.871Z] [2021-02-02T17:26:31.871Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-02-02T17:26:31.871Z] #34 25.38 Selecting previously unselected package cmake-data. [2021-02-02T17:26:31.871Z] #34 25.38 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-02T17:26:31.871Z] #34 25.40 Unpacking cmake-data (3.13.4-1) ... [2021-02-02T17:26:31.905Z] Cloning into '/buildx'... [2021-02-02T17:26:32.553Z] #26 ... [2021-02-02T17:26:32.553Z] [2021-02-02T17:26:32.553Z] #50 [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-02-02T17:26:32.553Z] #50 sha256:c31d99f2953b3681639b1dbff596cb2e9bfb44af965eb939ad50bd6a4edce7ac [2021-02-02T17:26:32.553Z] #50 DONE 24.6s [2021-02-02T17:26:32.814Z] [2021-02-02T17:26:32.814Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:26:32.814Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-02T17:26:32.814Z] #12 24.58 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-02T17:26:32.814Z] #12 24.59 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-02T17:26:32.814Z] #12 24.59 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:26:32.814Z] #12 24.75 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-02T17:26:32.814Z] #12 24.75 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-02T17:26:32.814Z] #12 24.76 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:26:32.814Z] #12 ... [2021-02-02T17:26:32.814Z] [2021-02-02T17:26:32.814Z] #41 [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-02-02T17:26:32.814Z] #41 sha256:7517505d90a1b59510c6bdc41edebf3cd2cdf114eb2fa2adfb06d12afcc5bb9c [2021-02-02T17:26:32.814Z] #41 24.45 Setting up libnl-3-dev:amd64 (3.4.0-1) ... [2021-02-02T17:26:32.814Z] #41 24.55 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:26:32.814Z] #41 DONE 24.9s [2021-02-02T17:26:33.078Z] [2021-02-02T17:26:33.078Z] #36 [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-02-02T17:26:33.078Z] #36 sha256:8b13932cc7c7eebb10db525a9004b67b8969293139525003ee76ef5171012467 [2021-02-02T17:26:33.078Z] #36 1.062 + RM_GOPATH=0 [2021-02-02T17:26:33.078Z] #36 1.063 + TMP_GOPATH= [2021-02-02T17:26:33.078Z] #36 1.063 + : /build [2021-02-02T17:26:33.078Z] #36 1.063 + '[' -z '' ']' [2021-02-02T17:26:33.078Z] #36 1.066 ++ mktemp -d [2021-02-02T17:26:33.078Z] #36 1.066 + export GOPATH=/tmp/tmp.9GeB6x6iAM [2021-02-02T17:26:33.078Z] #36 1.066 + GOPATH=/tmp/tmp.9GeB6x6iAM [2021-02-02T17:26:33.078Z] #36 1.066 + RM_GOPATH=1 [2021-02-02T17:26:33.078Z] #36 1.066 + case "$(go env GOARCH)" in [2021-02-02T17:26:33.078Z] #36 1.066 ++ go env GOARCH [2021-02-02T17:26:33.078Z] #36 1.076 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:33.078Z] #36 1.077 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:33.078Z] #36 1.077 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:33.078Z] #36 1.079 + dir=/tmp/install [2021-02-02T17:26:33.078Z] #36 1.079 + bin=tini [2021-02-02T17:26:33.078Z] #36 1.079 + shift [2021-02-02T17:26:33.078Z] #36 1.079 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-02T17:26:33.078Z] #36 1.080 + . /tmp/install/tini.installer [2021-02-02T17:26:33.078Z] #36 1.080 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-02T17:26:33.078Z] #36 1.080 + install_tini [2021-02-02T17:26:33.078Z] #36 1.080 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-02T17:26:33.078Z] #36 1.080 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-02T17:26:33.078Z] #36 1.080 + git clone https://github.com/krallin/tini.git /tmp/tmp.9GeB6x6iAM/tini [2021-02-02T17:26:33.078Z] #36 1.087 Cloning into '/tmp/tmp.9GeB6x6iAM/tini'... [2021-02-02T17:26:33.078Z] #36 1.507 + cd /tmp/tmp.9GeB6x6iAM/tini [2021-02-02T17:26:33.078Z] #36 1.510 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-02T17:26:33.078Z] #36 1.521 + cmake . [2021-02-02T17:26:33.078Z] #36 1.776 -- The C compiler identification is GNU 8.3.0 [2021-02-02T17:26:33.078Z] #36 1.786 -- Check for working C compiler: /usr/bin/cc [2021-02-02T17:26:33.078Z] #36 2.034 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-02T17:26:33.078Z] #36 2.036 -- Detecting C compiler ABI info [2021-02-02T17:26:33.078Z] #36 2.264 -- Detecting C compiler ABI info - done [2021-02-02T17:26:33.078Z] #36 2.274 -- Detecting C compile features [2021-02-02T17:26:33.339Z] #36 3.348 -- Detecting C compile features - done [2021-02-02T17:26:33.339Z] #36 3.361 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-02T17:26:33.339Z] #36 3.456 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-02T17:26:33.384Z] #34 ... [2021-02-02T17:26:33.384Z] [2021-02-02T17:26:33.384Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-02-02T17:26:33.384Z] #25 12.25 Fetched 8107 kB in 12s (702 kB/s) [2021-02-02T17:26:33.384Z] #25 12.25 Reading package lists... [2021-02-02T17:26:33.384Z] #25 15.68 Reading package lists... [2021-02-02T17:26:33.384Z] #25 19.20 Building dependency tree... [2021-02-02T17:26:33.384Z] #25 20.12 The following additional packages will be installed: [2021-02-02T17:26:33.384Z] #25 20.13 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-02T17:26:33.384Z] #25 20.13 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-02T17:26:33.384Z] #25 20.14 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-02T17:26:33.384Z] #25 20.14 Suggested packages: [2021-02-02T17:26:33.384Z] #25 20.14 krb5-doc krb5-user [2021-02-02T17:26:33.384Z] #25 20.14 Recommended packages: [2021-02-02T17:26:33.384Z] #25 20.14 krb5-locales publicsuffix libsasl2-modules [2021-02-02T17:26:33.384Z] #25 21.14 The following NEW packages will be installed: [2021-02-02T17:26:33.384Z] #25 21.14 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-02T17:26:33.384Z] #25 21.14 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-02T17:26:33.384Z] #25 21.14 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-02T17:26:33.384Z] #25 21.14 libssh2-1 libssl1.1 openssl [2021-02-02T17:26:33.384Z] #25 21.25 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-02T17:26:33.384Z] #25 21.25 Need to get 4600 kB of archives. [2021-02-02T17:26:33.384Z] #25 21.25 After this operation, 11.9 MB of additional disk space will be used. [2021-02-02T17:26:33.384Z] #25 21.25 Get:1 http://security.debian.org/debian-security buster/updates/main s390x libssl1.1 s390x 1.1.1d-0+deb10u4 [1199 kB] [2021-02-02T17:26:33.384Z] #25 21.37 Get:2 http://deb.debian.org/debian buster-updates/main s390x ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-02T17:26:33.384Z] #25 21.38 Get:3 http://security.debian.org/debian-security buster/updates/main s390x openssl s390x 1.1.1d-0+deb10u4 [827 kB] [2021-02-02T17:26:33.384Z] #25 21.39 Get:4 http://deb.debian.org/debian buster/main s390x libkeyutils1 s390x 1.6-6 [14.7 kB] [2021-02-02T17:26:33.384Z] #25 21.39 Get:5 http://deb.debian.org/debian buster/main s390x libkrb5support0 s390x 1.17-3+deb10u1 [64.7 kB] [2021-02-02T17:26:33.384Z] #25 21.39 Get:6 http://deb.debian.org/debian buster/main s390x libk5crypto3 s390x 1.17-3+deb10u1 [120 kB] [2021-02-02T17:26:33.384Z] #25 21.40 Get:7 http://deb.debian.org/debian buster/main s390x libkrb5-3 s390x 1.17-3+deb10u1 [346 kB] [2021-02-02T17:26:33.384Z] #25 21.42 Get:8 http://deb.debian.org/debian buster/main s390x libgssapi-krb5-2 s390x 1.17-3+deb10u1 [146 kB] [2021-02-02T17:26:33.384Z] #25 21.45 Get:9 http://deb.debian.org/debian buster/main s390x libsasl2-modules-db s390x 2.1.27+dfsg-1+deb10u1 [68.2 kB] [2021-02-02T17:26:33.384Z] #25 21.45 Get:10 http://deb.debian.org/debian buster/main s390x libsasl2-2 s390x 2.1.27+dfsg-1+deb10u1 [103 kB] [2021-02-02T17:26:33.384Z] #25 21.46 Get:11 http://deb.debian.org/debian buster/main s390x libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2021-02-02T17:26:33.384Z] #25 21.48 Get:12 http://deb.debian.org/debian buster/main s390x libldap-2.4-2 s390x 2.4.47+dfsg-3+deb10u4 [213 kB] [2021-02-02T17:26:33.384Z] #25 21.49 Get:13 http://deb.debian.org/debian buster/main s390x libnghttp2-14 s390x 1.36.0-2+deb10u1 [80.8 kB] [2021-02-02T17:26:33.384Z] #25 21.52 Get:14 http://deb.debian.org/debian buster/main s390x libpsl5 s390x 0.20.2-2 [53.5 kB] [2021-02-02T17:26:33.384Z] #25 21.55 Get:15 http://deb.debian.org/debian buster/main s390x librtmp1 s390x 2.4+20151223.gitfa8646d.1-2 [56.6 kB] [2021-02-02T17:26:33.384Z] #25 21.55 Get:16 http://deb.debian.org/debian buster/main s390x libssh2-1 s390x 1.8.0-2.1 [132 kB] [2021-02-02T17:26:33.384Z] #25 21.55 Get:17 http://deb.debian.org/debian buster/main s390x libcurl4 s390x 7.64.0-4+deb10u1 [309 kB] [2021-02-02T17:26:33.384Z] #25 21.59 Get:18 http://deb.debian.org/debian buster/main s390x curl s390x 7.64.0-4+deb10u1 [260 kB] [2021-02-02T17:26:33.384Z] #25 21.60 Get:19 http://deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2021-02-02T17:26:33.384Z] #25 21.61 Get:20 http://deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2021-02-02T17:26:33.384Z] #25 21.62 Get:21 http://deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2021-02-02T17:26:33.384Z] #25 22.36 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:26:33.599Z] #36 3.485 -- Configuring done [2021-02-02T17:26:33.599Z] #36 3.489 -- Generating done [2021-02-02T17:26:33.599Z] #36 3.491 -- Build files have been written to: /tmp/tmp.9GeB6x6iAM/tini [2021-02-02T17:26:33.599Z] #36 3.500 + make tini-static [2021-02-02T17:26:33.711Z] #25 22.46 Fetched 4600 kB in 0s (10.8 MB/s) [2021-02-02T17:26:33.711Z] #25 ... [2021-02-02T17:26:33.711Z] [2021-02-02T17:26:33.711Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-02T17:26:33.711Z] #47 25.04 go: finding github.com/fatih/color v1.7.0 [2021-02-02T17:26:33.711Z] #47 25.12 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-02T17:26:33.711Z] #47 25.13 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-02T17:26:33.711Z] #47 25.15 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-02T17:26:33.711Z] #47 25.16 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-02T17:26:33.711Z] #47 25.24 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-02T17:26:33.711Z] #47 25.27 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-02T17:26:33.711Z] #47 25.29 go: finding github.com/pkg/errors v0.8.1 [2021-02-02T17:26:33.711Z] #47 25.30 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-02T17:26:33.711Z] #47 25.33 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-02T17:26:33.711Z] #47 25.33 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-02T17:26:33.711Z] #47 25.34 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-02T17:26:33.711Z] #47 25.35 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-02T17:26:33.711Z] #47 25.36 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-02T17:26:33.711Z] #47 25.37 go: finding github.com/spf13/viper v1.6.1 [2021-02-02T17:26:33.711Z] #47 25.39 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-02T17:26:33.711Z] #47 25.39 go: finding github.com/stretchr/testify v1.4.0 [2021-02-02T17:26:33.711Z] #47 25.39 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-02T17:26:33.711Z] #47 25.43 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-02T17:26:33.711Z] #47 25.51 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-02T17:26:33.711Z] #47 25.57 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-02T17:26:33.711Z] #47 25.58 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-02T17:26:33.711Z] #47 25.58 go: finding github.com/stretchr/objx v0.2.0 [2021-02-02T17:26:33.711Z] #47 25.59 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-02T17:26:33.711Z] #47 25.60 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-02T17:26:33.711Z] #47 25.61 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-02T17:26:33.711Z] #47 25.61 go: finding github.com/gobwas/glob v0.2.3 [2021-02-02T17:26:33.711Z] #47 25.64 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-02T17:26:33.711Z] #47 25.69 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-02T17:26:33.711Z] #47 25.70 go: finding github.com/spf13/cobra v0.0.5 [2021-02-02T17:26:33.711Z] #47 25.79 go: finding github.com/spf13/pflag v1.0.5 [2021-02-02T17:26:33.711Z] #47 25.83 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-02T17:26:33.711Z] #47 25.89 go: finding github.com/magiconair/properties v1.8.1 [2021-02-02T17:26:33.711Z] #47 25.89 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-02T17:26:33.711Z] #47 25.99 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T17:26:33.711Z] #47 25.99 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-02T17:26:33.711Z] #47 26.11 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-02T17:26:33.711Z] #47 26.11 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-02T17:26:33.711Z] #47 26.13 go: finding github.com/spf13/afero v1.1.2 [2021-02-02T17:26:33.711Z] #47 26.13 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-02T17:26:33.711Z] #47 26.14 go: finding golang.org/x/text v0.3.2 [2021-02-02T17:26:33.711Z] #47 26.15 go: finding github.com/spf13/cast v1.3.0 [2021-02-02T17:26:33.711Z] #47 26.15 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-02T17:26:33.711Z] #47 26.16 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-02T17:26:33.711Z] #47 26.17 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-02T17:26:33.711Z] #47 26.18 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-02T17:26:33.711Z] #47 26.18 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-02T17:26:33.711Z] #47 26.21 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-02T17:26:33.711Z] #47 26.24 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-02T17:26:33.711Z] #47 26.26 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-02T17:26:33.711Z] #47 26.27 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-02T17:26:33.711Z] #47 26.30 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-02T17:26:33.711Z] #47 26.30 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-02T17:26:33.711Z] #47 26.32 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-02T17:26:33.711Z] #47 26.33 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-02T17:26:33.711Z] #47 26.34 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-02T17:26:33.711Z] #47 26.34 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-02T17:26:33.711Z] #47 26.34 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-02T17:26:33.711Z] #47 26.35 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-02T17:26:33.711Z] #47 26.36 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-02T17:26:33.711Z] #47 26.47 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-02T17:26:33.711Z] #47 26.47 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-02T17:26:33.711Z] #47 26.47 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-02T17:26:33.711Z] #47 26.48 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-02T17:26:33.711Z] #47 26.48 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-02T17:26:33.711Z] #47 26.51 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-02T17:26:33.711Z] #47 26.51 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-02T17:26:33.711Z] #47 26.53 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-02T17:26:33.711Z] #47 26.53 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-02T17:26:33.711Z] #47 26.62 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-02T17:26:33.711Z] #47 26.64 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-02T17:26:33.711Z] #47 26.65 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-02T17:26:33.711Z] #47 26.70 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-02T17:26:33.711Z] #47 26.70 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-02T17:26:33.860Z] #36 3.632 Scanning dependencies of target tini-static [2021-02-02T17:26:33.860Z] #36 3.680 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-02T17:26:34.121Z] #36 4.152 [100%] Linking C executable tini-static [2021-02-02T17:26:34.389Z] #36 4.380 [100%] Built target tini-static [2021-02-02T17:26:34.389Z] #36 4.448 + mkdir -p /build [2021-02-02T17:26:34.389Z] #36 4.456 + cp tini-static /build/docker-init [2021-02-02T17:26:34.755Z] #47 ... [2021-02-02T17:26:34.755Z] [2021-02-02T17:26:34.755Z] #62 [proxy 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-02T17:26:34.755Z] #62 DONE 28.0s [2021-02-02T17:26:34.755Z] [2021-02-02T17:26:34.755Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-02T17:26:34.755Z] #40 24.13 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:26:34.755Z] #40 24.20 Fetched 3742 kB in 0s (13.1 MB/s) [2021-02-02T17:26:34.755Z] #40 24.27 Selecting previously unselected package libcap-dev:s390x. [2021-02-02T17:26:34.755Z] #40 24.27 (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-02-02T17:26:34.755Z] #40 24.33 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_s390x.deb ... [2021-02-02T17:26:34.755Z] #40 24.34 Unpacking libcap-dev:s390x (1:2.25-2) ... [2021-02-02T17:26:34.755Z] #40 24.44 Selecting previously unselected package libnet1:s390x. [2021-02-02T17:26:34.755Z] #40 24.44 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2021-02-02T17:26:34.755Z] #40 24.45 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-02-02T17:26:34.755Z] #40 24.50 Selecting previously unselected package libnet1-dev. [2021-02-02T17:26:34.755Z] #40 24.50 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_s390x.deb ... [2021-02-02T17:26:34.755Z] #40 24.50 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-02T17:26:34.755Z] #40 24.62 Selecting previously unselected package libnl-3-200:s390x. [2021-02-02T17:26:34.755Z] #40 24.62 Preparing to unpack .../03-libnl-3-200_3.4.0-1_s390x.deb ... [2021-02-02T17:26:34.755Z] #40 24.63 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2021-02-02T17:26:34.755Z] #40 24.71 Selecting previously unselected package libnl-3-dev:s390x. [2021-02-02T17:26:34.755Z] #40 24.71 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_s390x.deb ... [2021-02-02T17:26:34.755Z] #40 24.71 Unpacking libnl-3-dev:s390x (3.4.0-1) ... [2021-02-02T17:26:34.755Z] #40 24.89 Selecting previously unselected package libprotobuf-c1:s390x. [2021-02-02T17:26:34.755Z] #40 24.89 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2021-02-02T17:26:34.755Z] #40 24.90 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-02-02T17:26:34.755Z] #40 25.02 Selecting previously unselected package libprotobuf-c-dev:s390x. [2021-02-02T17:26:34.755Z] #40 25.03 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_s390x.deb ... [2021-02-02T17:26:34.755Z] #40 25.07 Unpacking libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2021-02-02T17:26:34.755Z] #40 25.27 Selecting previously unselected package zlib1g-dev:s390x. [2021-02-02T17:26:34.755Z] #40 25.27 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_s390x.deb ... [2021-02-02T17:26:34.755Z] #40 25.28 Unpacking zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2021-02-02T17:26:34.755Z] #40 25.53 Selecting previously unselected package libprotobuf17:s390x. [2021-02-02T17:26:34.755Z] #40 25.53 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_s390x.deb ... [2021-02-02T17:26:34.755Z] #40 25.57 Unpacking libprotobuf17:s390x (3.6.1.3-2) ... [2021-02-02T17:26:34.755Z] #40 26.08 Selecting previously unselected package libprotobuf-lite17:s390x. [2021-02-02T17:26:34.755Z] #40 26.08 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_s390x.deb ... [2021-02-02T17:26:34.755Z] #40 26.08 Unpacking libprotobuf-lite17:s390x (3.6.1.3-2) ... [2021-02-02T17:26:34.755Z] #40 26.27 Selecting previously unselected package libprotobuf-dev:s390x. [2021-02-02T17:26:34.755Z] #40 26.28 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_s390x.deb ... [2021-02-02T17:26:34.755Z] #40 26.28 Unpacking libprotobuf-dev:s390x (3.6.1.3-2) ... [2021-02-02T17:26:34.755Z] #40 27.26 Selecting previously unselected package libprotoc17:s390x. [2021-02-02T17:26:34.755Z] #40 27.28 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_s390x.deb ... [2021-02-02T17:26:34.755Z] #40 27.29 Unpacking libprotoc17:s390x (3.6.1.3-2) ... [2021-02-02T17:26:34.755Z] #40 27.69 Selecting previously unselected package protobuf-c-compiler. [2021-02-02T17:26:34.755Z] #40 27.70 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_s390x.deb ... [2021-02-02T17:26:34.755Z] #40 27.71 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-02T17:26:34.755Z] #40 27.80 Selecting previously unselected package protobuf-compiler. [2021-02-02T17:26:34.755Z] #40 27.80 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_s390x.deb ... [2021-02-02T17:26:34.755Z] #40 27.81 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-02T17:26:34.755Z] #40 27.90 Selecting previously unselected package python-pkg-resources. [2021-02-02T17:26:34.755Z] #40 27.90 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-02T17:26:34.755Z] #40 27.91 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-02T17:26:34.755Z] #40 28.21 Selecting previously unselected package python-six. [2021-02-02T17:26:34.755Z] #40 28.21 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-02T17:26:34.755Z] #40 28.22 Unpacking python-six (1.12.0-1) ... [2021-02-02T17:26:34.755Z] #40 28.33 Selecting previously unselected package python-protobuf. [2021-02-02T17:26:34.755Z] #40 28.33 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_s390x.deb ... [2021-02-02T17:26:34.755Z] #40 28.35 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-02T17:26:35.334Z] #36 DONE 5.0s [2021-02-02T17:26:35.334Z] [2021-02-02T17:26:35.334Z] #26 [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-02-02T17:26:35.334Z] #26 sha256:eb917928a0a67f2c29f76c642853b2f64b9d75e10034bf0a1d3486ff08bb9b88 [2021-02-02T17:26:35.334Z] #26 26.27 137 added, 0 removed; done. [2021-02-02T17:26:35.334Z] #26 26.38 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-02-02T17:26:35.334Z] #26 26.40 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-02T17:26:35.334Z] #26 26.66 Setting up libcurl4:amd64 (7.64.0-4+deb10u1) ... [2021-02-02T17:26:35.334Z] #26 26.69 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-02T17:26:35.334Z] #26 26.72 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:26:35.334Z] #26 26.76 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-02T17:26:35.334Z] #26 26.79 Updating certificates in /etc/ssl/certs... [2021-02-02T17:26:35.403Z] #40 29.01 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-02T17:26:35.605Z] #26 ... [2021-02-02T17:26:35.605Z] [2021-02-02T17:26:35.605Z] #57 [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-02-02T17:26:35.605Z] #57 sha256:a5749f63d31f9720941249ea7d310fb1913c5ba2daa46928ced72a28c10864ef [2021-02-02T17:26:35.605Z] #57 24.96 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-02T17:26:35.605Z] #57 24.96 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-02T17:26:35.605Z] #57 DONE 27.8s [2021-02-02T17:26:35.865Z] [2021-02-02T17:26:35.865Z] #58 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-02T17:26:35.865Z] #58 sha256:b7f51d8bf9d81667e7f89eb601082c4ab1985ddd1a6e03b14730c87c3af534bd [2021-02-02T17:26:36.125Z] #58 DONE 0.4s [2021-02-02T17:26:36.125Z] [2021-02-02T17:26:36.125Z] #55 [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-02-02T17:26:36.125Z] #55 sha256:78a0a91b965a274b5e5070ba09983453b8d5b3d455a72dddf006c875762c214c [2021-02-02T17:26:36.125Z] #55 14.11 + cd /tmp/tmp.gbTYd6S4Fh/src/github.com/containerd/containerd [2021-02-02T17:26:36.125Z] #55 14.11 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:26:36.125Z] #55 14.70 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-02T17:26:36.125Z] #55 14.70 + BUILDTAGS='netgo osusergo static_build' [2021-02-02T17:26:36.125Z] #55 14.70 + export EXTRA_FLAGS=-buildmode=pie [2021-02-02T17:26:36.125Z] #55 14.70 + EXTRA_FLAGS=-buildmode=pie [2021-02-02T17:26:36.125Z] #55 14.70 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-02T17:26:36.125Z] #55 14.70 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-02T17:26:36.125Z] #55 14.70 + '[' '' = dynamic ']' [2021-02-02T17:26:36.125Z] #55 14.70 + make [2021-02-02T17:26:36.125Z] #55 ... [2021-02-02T17:26:36.125Z] [2021-02-02T17:26:36.125Z] #59 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-02T17:26:36.125Z] #59 sha256:e0339ab7bd709b2148a6fb2bc220cdec7e401b481c8cb7e4706ae2fdb53538c7 [2021-02-02T17:26:36.125Z] #59 DONE 0.1s [2021-02-02T17:26:36.384Z] Removing intermediate container 72cbcf05f481 [2021-02-02T17:26:36.384Z] ---> 0f128895d123 [2021-02-02T17:26:36.384Z] Step 7/15 : WORKDIR /buildx [2021-02-02T17:26:36.384Z] ---> Running in 8d09eb9400d3 [2021-02-02T17:26:36.384Z] Removing intermediate container 8d09eb9400d3 [2021-02-02T17:26:36.384Z] ---> a64d52429d66 [2021-02-02T17:26:36.384Z] Step 8/15 : ARG BUILDX_COMMIT [2021-02-02T17:26:36.384Z] ---> Running in f07ab5b5914d [2021-02-02T17:26:36.384Z] Removing intermediate container f07ab5b5914d [2021-02-02T17:26:36.384Z] ---> 7af3c21891c5 [2021-02-02T17:26:36.384Z] Step 9/15 : RUN git fetch origin "${BUILDX_COMMIT}":build && git checkout build [2021-02-02T17:26:36.384Z] ---> Running in 1b3b99e5a2f7 [2021-02-02T17:26:36.384Z] From https://github.com/docker/buildx [2021-02-02T17:26:36.384Z] * [new tag] v0.5.1 -> build [2021-02-02T17:26:36.390Z] [2021-02-02T17:26:36.390Z] #42 [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-02-02T17:26:36.390Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:26:36.390Z] #42 2.060 Note: Building without setproctitle() and strlcpy() support. [2021-02-02T17:26:36.390Z] #42 2.061 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-02T17:26:36.390Z] #42 2.078 Note: Building without GnuTLS support [2021-02-02T17:26:36.390Z] #42 2.088 Makefile.config:39: Warn: you have no libnftables installed [2021-02-02T17:26:36.390Z] #42 2.088 Makefile.config:40: Warn: Building without nftables support [2021-02-02T17:26:36.390Z] #42 3.006 fatal: not a git repository (or any of the parent directories): .git [2021-02-02T17:26:36.390Z] #42 3.060 GEN .gitid [2021-02-02T17:26:36.390Z] #42 3.112 GEN criu/include/version.h [2021-02-02T17:26:36.390Z] #42 3.161 GEN include/common/asm [2021-02-02T17:26:36.922Z] #40 ... [2021-02-02T17:26:36.922Z] [2021-02-02T17:26:36.922Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-02-02T17:26:36.922Z] #25 22.57 Selecting previously unselected package libssl1.1:s390x. [2021-02-02T17:26:36.922Z] #25 22.57 (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-02-02T17:26:36.922Z] #25 22.57 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_s390x.deb ... [2021-02-02T17:26:36.922Z] #25 22.59 Unpacking libssl1.1:s390x (1.1.1d-0+deb10u4) ... [2021-02-02T17:26:36.922Z] #25 23.28 Selecting previously unselected package openssl. [2021-02-02T17:26:36.922Z] #25 23.28 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_s390x.deb ... [2021-02-02T17:26:36.922Z] #25 23.28 Unpacking openssl (1.1.1d-0+deb10u4) ... [2021-02-02T17:26:36.922Z] #25 23.99 Selecting previously unselected package ca-certificates. [2021-02-02T17:26:36.922Z] #25 24.00 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-02T17:26:36.922Z] #25 24.02 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-02T17:26:36.922Z] #25 24.34 Selecting previously unselected package libkeyutils1:s390x. [2021-02-02T17:26:36.922Z] #25 24.34 Preparing to unpack .../03-libkeyutils1_1.6-6_s390x.deb ... [2021-02-02T17:26:36.922Z] #25 24.34 Unpacking libkeyutils1:s390x (1.6-6) ... [2021-02-02T17:26:36.922Z] #25 24.40 Selecting previously unselected package libkrb5support0:s390x. [2021-02-02T17:26:36.922Z] #25 24.40 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_s390x.deb ... [2021-02-02T17:26:36.922Z] #25 24.40 Unpacking libkrb5support0:s390x (1.17-3+deb10u1) ... [2021-02-02T17:26:36.922Z] #25 24.43 Selecting previously unselected package libk5crypto3:s390x. [2021-02-02T17:26:36.922Z] #25 24.44 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_s390x.deb ... [2021-02-02T17:26:36.922Z] #25 24.44 Unpacking libk5crypto3:s390x (1.17-3+deb10u1) ... [2021-02-02T17:26:36.922Z] #25 24.59 Selecting previously unselected package libkrb5-3:s390x. [2021-02-02T17:26:36.922Z] #25 24.59 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_s390x.deb ... [2021-02-02T17:26:36.922Z] #25 24.59 Unpacking libkrb5-3:s390x (1.17-3+deb10u1) ... [2021-02-02T17:26:36.922Z] #25 24.86 Selecting previously unselected package libgssapi-krb5-2:s390x. [2021-02-02T17:26:36.922Z] #25 24.87 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_s390x.deb ... [2021-02-02T17:26:36.922Z] #25 24.87 Unpacking libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2021-02-02T17:26:36.922Z] #25 25.00 Selecting previously unselected package libsasl2-modules-db:s390x. [2021-02-02T17:26:36.922Z] #25 25.00 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2021-02-02T17:26:36.922Z] #25 25.01 Unpacking libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-02-02T17:26:36.922Z] #25 25.09 Selecting previously unselected package libsasl2-2:s390x. [2021-02-02T17:26:36.922Z] #25 25.09 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_s390x.deb ... [2021-02-02T17:26:36.922Z] #25 25.09 Unpacking libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-02-02T17:26:36.922Z] #25 25.21 Selecting previously unselected package libldap-common. [2021-02-02T17:26:36.922Z] #25 25.21 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2021-02-02T17:26:36.922Z] #25 25.21 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2021-02-02T17:26:36.922Z] #25 25.28 Selecting previously unselected package libldap-2.4-2:s390x. [2021-02-02T17:26:36.922Z] #25 25.28 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_s390x.deb ... [2021-02-02T17:26:36.922Z] #25 25.29 Unpacking libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u4) ... [2021-02-02T17:26:36.922Z] #25 25.47 Selecting previously unselected package libnghttp2-14:s390x. [2021-02-02T17:26:36.922Z] #25 25.47 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_s390x.deb ... [2021-02-02T17:26:36.922Z] #25 25.47 Unpacking libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2021-02-02T17:26:36.922Z] #25 25.65 Selecting previously unselected package libpsl5:s390x. [2021-02-02T17:26:36.922Z] #25 25.65 Preparing to unpack .../13-libpsl5_0.20.2-2_s390x.deb ... [2021-02-02T17:26:36.922Z] #25 25.66 Unpacking libpsl5:s390x (0.20.2-2) ... [2021-02-02T17:26:36.922Z] #25 25.75 Selecting previously unselected package librtmp1:s390x. [2021-02-02T17:26:36.922Z] #25 25.75 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_s390x.deb ... [2021-02-02T17:26:36.922Z] #25 25.76 Unpacking librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2021-02-02T17:26:36.922Z] #25 25.90 Selecting previously unselected package libssh2-1:s390x. [2021-02-02T17:26:36.922Z] #25 25.90 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_s390x.deb ... [2021-02-02T17:26:36.922Z] #25 25.91 Unpacking libssh2-1:s390x (1.8.0-2.1) ... [2021-02-02T17:26:36.961Z] #42 4.115 PBCC images/timens.pb-c.c [2021-02-02T17:26:36.961Z] #42 4.140 DEP images/timens.pb-c.d [2021-02-02T17:26:36.961Z] #42 4.169 PBCC images/fown.pb-c.c [2021-02-02T17:26:36.961Z] #42 4.176 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-02T17:26:36.961Z] #42 4.196 PBCC images/opts.pb-c.c [2021-02-02T17:26:36.961Z] #42 4.227 PBCC images/memfd.pb-c.c [2021-02-02T17:26:36.961Z] #42 4.242 DEP images/fown.pb-c.d [2021-02-02T17:26:37.021Z] Switched to branch 'build' [2021-02-02T17:26:37.215Z] #25 26.03 Selecting previously unselected package libcurl4:s390x. [2021-02-02T17:26:37.215Z] #25 26.03 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_s390x.deb ... [2021-02-02T17:26:37.215Z] #25 26.04 Unpacking libcurl4:s390x (7.64.0-4+deb10u1) ... [2021-02-02T17:26:37.223Z] #42 4.262 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-02T17:26:37.223Z] #42 4.278 DEP images/opts.pb-c.d [2021-02-02T17:26:37.223Z] #42 4.309 DEP images/memfd.pb-c.d [2021-02-02T17:26:37.223Z] #42 4.329 PBCC images/sit.pb-c.c [2021-02-02T17:26:37.223Z] #42 4.356 DEP images/sit.pb-c.d [2021-02-02T17:26:37.223Z] #42 4.377 PBCC images/macvlan.pb-c.c [2021-02-02T17:26:37.223Z] #42 4.384 DEP images/macvlan.pb-c.d [2021-02-02T17:26:37.223Z] #42 4.404 PBCC images/autofs.pb-c.c [2021-02-02T17:26:37.223Z] #42 4.415 DEP images/autofs.pb-c.d [2021-02-02T17:26:37.223Z] #42 4.427 PBCC images/sysctl.pb-c.c [2021-02-02T17:26:37.223Z] #42 4.435 DEP images/sysctl.pb-c.d [2021-02-02T17:26:37.223Z] #42 4.448 PBCC images/time.pb-c.c [2021-02-02T17:26:37.223Z] #42 4.472 DEP images/time.pb-c.d [2021-02-02T17:26:37.223Z] #42 4.488 PBCC images/binfmt-misc.pb-c.c [2021-02-02T17:26:37.223Z] #42 4.505 DEP images/binfmt-misc.pb-c.d [2021-02-02T17:26:37.223Z] #42 4.525 PBCC images/seccomp.pb-c.c [2021-02-02T17:26:37.223Z] #42 4.536 DEP images/seccomp.pb-c.d [2021-02-02T17:26:37.223Z] #42 4.556 PBCC images/userns.pb-c.c [2021-02-02T17:26:37.223Z] #42 4.572 DEP images/userns.pb-c.d [2021-02-02T17:26:37.223Z] #42 4.583 PBCC images/cgroup.pb-c.c [2021-02-02T17:26:37.312Z] Removing intermediate container 1b3b99e5a2f7 [2021-02-02T17:26:37.312Z] ---> 39b74eb1c400 [2021-02-02T17:26:37.312Z] Step 10/15 : ARG GOOS [2021-02-02T17:26:37.312Z] ---> Running in 0f68278f55ec [2021-02-02T17:26:37.312Z] Removing intermediate container 0f68278f55ec [2021-02-02T17:26:37.312Z] ---> d8e3617c565f [2021-02-02T17:26:37.312Z] Step 11/15 : ARG GOARCH [2021-02-02T17:26:37.486Z] #42 4.596 DEP images/cgroup.pb-c.d [2021-02-02T17:26:37.486Z] #42 4.624 PBCC images/ext-file.pb-c.c [2021-02-02T17:26:37.486Z] #42 4.634 DEP images/ext-file.pb-c.d [2021-02-02T17:26:37.486Z] #42 4.651 PBCC images/rpc.pb-c.c [2021-02-02T17:26:37.486Z] #42 4.672 DEP images/rpc.pb-c.d [2021-02-02T17:26:37.486Z] #42 4.728 PBCC images/siginfo.pb-c.c [2021-02-02T17:26:37.486Z] #42 4.743 DEP images/siginfo.pb-c.d [2021-02-02T17:26:37.486Z] #42 4.768 PBCC images/pagemap.pb-c.c [2021-02-02T17:26:37.486Z] #42 4.779 DEP images/pagemap.pb-c.d [2021-02-02T17:26:37.486Z] #42 4.816 PBCC images/rlimit.pb-c.c [2021-02-02T17:26:37.486Z] #42 4.834 DEP images/rlimit.pb-c.d [2021-02-02T17:26:37.508Z] #25 26.30 Selecting previously unselected package curl. [2021-02-02T17:26:37.508Z] #25 26.30 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_s390x.deb ... [2021-02-02T17:26:37.508Z] #25 26.31 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-02T17:26:37.508Z] #25 26.46 Selecting previously unselected package libonig5:s390x. [2021-02-02T17:26:37.508Z] #25 26.46 Preparing to unpack .../18-libonig5_6.9.1-1_s390x.deb ... [2021-02-02T17:26:37.508Z] #25 26.47 Unpacking libonig5:s390x (6.9.1-1) ... [2021-02-02T17:26:37.604Z] ---> Running in 6abe62580637 [2021-02-02T17:26:37.604Z] Removing intermediate container 6abe62580637 [2021-02-02T17:26:37.604Z] ---> f809cecdcf4e [2021-02-02T17:26:37.604Z] 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-02-02T17:26:37.604Z] ---> Running in f8e9d5fb8c40 [2021-02-02T17:26:37.747Z] #42 ... [2021-02-02T17:26:37.747Z] [2021-02-02T17:26:37.747Z] #26 [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-02-02T17:26:37.747Z] #26 sha256:eb917928a0a67f2c29f76c642853b2f64b9d75e10034bf0a1d3486ff08bb9b88 [2021-02-02T17:26:37.747Z] #26 29.14 0 added, 0 removed; done. [2021-02-02T17:26:37.747Z] #26 29.14 Running hooks in /etc/ca-certificates/update.d... [2021-02-02T17:26:37.747Z] #26 29.15 done. [2021-02-02T17:26:37.747Z] #26 DONE 29.5s [2021-02-02T17:26:37.747Z] [2021-02-02T17:26:37.747Z] #42 [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-02-02T17:26:37.747Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:26:37.747Z] #42 4.860 PBCC images/file-lock.pb-c.c [2021-02-02T17:26:37.747Z] #42 4.872 DEP images/file-lock.pb-c.d [2021-02-02T17:26:37.747Z] #42 4.884 PBCC images/tty.pb-c.c [2021-02-02T17:26:37.747Z] #42 4.902 DEP images/tty.pb-c.d [2021-02-02T17:26:37.747Z] #42 4.915 PBCC images/tun.pb-c.c [2021-02-02T17:26:37.747Z] #42 4.934 PBCC images/netdev.pb-c.c [2021-02-02T17:26:37.747Z] #42 ... [2021-02-02T17:26:37.747Z] [2021-02-02T17:26:37.747Z] #27 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-02T17:26:37.747Z] #27 sha256:6af975cfa905b3002e6a52228523743c2871365423c5fd56f20ba9cb9362d4f3 [2021-02-02T17:26:37.747Z] #27 DONE 0.1s [2021-02-02T17:26:37.747Z] [2021-02-02T17:26:37.747Z] #42 [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-02-02T17:26:37.747Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:26:37.747Z] #42 4.952 DEP images/tun.pb-c.d [2021-02-02T17:26:37.747Z] #42 4.985 DEP images/netdev.pb-c.d [2021-02-02T17:26:37.747Z] #42 5.026 PBCC images/vma.pb-c.c [2021-02-02T17:26:37.747Z] #42 5.044 DEP images/vma.pb-c.d [2021-02-02T17:26:37.801Z] #25 26.64 Selecting previously unselected package libjq1:s390x. [2021-02-02T17:26:37.801Z] #25 26.64 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2021-02-02T17:26:37.801Z] #25 26.64 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2021-02-02T17:26:37.801Z] #25 26.81 Selecting previously unselected package jq. [2021-02-02T17:26:37.801Z] #25 26.81 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_s390x.deb ... [2021-02-02T17:26:37.801Z] #25 26.81 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-02T17:26:38.007Z] #42 5.057 PBCC images/creds.pb-c.c [2021-02-02T17:26:38.007Z] #42 5.064 DEP images/creds.pb-c.d [2021-02-02T17:26:38.007Z] #42 5.076 PBCC images/utsns.pb-c.c [2021-02-02T17:26:38.007Z] #42 5.083 DEP images/utsns.pb-c.d [2021-02-02T17:26:38.007Z] #42 5.116 PBCC images/ipc-desc.pb-c.c [2021-02-02T17:26:38.007Z] #42 5.128 PBCC images/ipc-sem.pb-c.c [2021-02-02T17:26:38.007Z] #42 5.134 DEP images/ipc-desc.pb-c.d [2021-02-02T17:26:38.007Z] #42 5.170 DEP images/ipc-sem.pb-c.d [2021-02-02T17:26:38.007Z] #42 5.191 PBCC images/ipc-msg.pb-c.c [2021-02-02T17:26:38.007Z] #42 5.205 DEP images/ipc-msg.pb-c.d [2021-02-02T17:26:38.007Z] #42 5.224 PBCC images/ipc-shm.pb-c.c [2021-02-02T17:26:38.007Z] #42 5.228 DEP images/ipc-shm.pb-c.d [2021-02-02T17:26:38.007Z] #42 5.248 PBCC images/ipc-var.pb-c.c [2021-02-02T17:26:38.007Z] #42 5.268 DEP images/ipc-var.pb-c.d [2021-02-02T17:26:38.007Z] #42 5.278 PBCC images/sk-opts.pb-c.c [2021-02-02T17:26:38.007Z] #42 5.292 PBCC images/packet-sock.pb-c.c [2021-02-02T17:26:38.007Z] #42 5.301 DEP images/sk-opts.pb-c.d [2021-02-02T17:26:38.007Z] #42 5.338 DEP images/packet-sock.pb-c.d [2021-02-02T17:26:38.007Z] #42 5.391 PBCC images/sk-netlink.pb-c.c [2021-02-02T17:26:38.093Z] #25 26.94 Setting up libkeyutils1:s390x (1.6-6) ... [2021-02-02T17:26:38.093Z] #25 26.95 Setting up libpsl5:s390x (0.20.2-2) ... [2021-02-02T17:26:38.093Z] #25 26.96 Setting up libssl1.1:s390x (1.1.1d-0+deb10u4) ... [2021-02-02T17:26:38.268Z] #42 5.428 DEP images/sk-netlink.pb-c.d [2021-02-02T17:26:38.268Z] #42 5.448 PBCC images/sk-inet.pb-c.c [2021-02-02T17:26:38.268Z] #42 5.464 DEP images/sk-inet.pb-c.d [2021-02-02T17:26:38.268Z] #42 5.484 PBCC images/sk-unix.pb-c.c [2021-02-02T17:26:38.268Z] #42 5.510 DEP images/sk-unix.pb-c.d [2021-02-02T17:26:38.268Z] #42 5.529 PBCC images/mm.pb-c.c [2021-02-02T17:26:38.268Z] #42 5.564 DEP images/mm.pb-c.d [2021-02-02T17:26:38.268Z] #42 5.582 PBCC images/timerfd.pb-c.c [2021-02-02T17:26:38.268Z] #42 5.604 DEP images/timerfd.pb-c.d [2021-02-02T17:26:38.268Z] #42 5.644 PBCC images/timer.pb-c.c [2021-02-02T17:26:38.528Z] #42 5.658 DEP images/timer.pb-c.d [2021-02-02T17:26:38.529Z] #42 5.672 PBCC images/sa.pb-c.c [2021-02-02T17:26:38.529Z] #42 5.704 DEP images/sa.pb-c.d [2021-02-02T17:26:38.529Z] #42 5.730 PBCC images/pipe-data.pb-c.c [2021-02-02T17:26:38.529Z] #42 5.744 DEP images/pipe-data.pb-c.d [2021-02-02T17:26:38.529Z] #42 5.789 PBCC images/mnt.pb-c.c [2021-02-02T17:26:38.529Z] #42 5.818 DEP images/mnt.pb-c.d [2021-02-02T17:26:38.529Z] #42 5.855 PBCC images/sk-packet.pb-c.c [2021-02-02T17:26:38.529Z] #42 5.868 DEP images/sk-packet.pb-c.d [2021-02-02T17:26:38.529Z] #42 5.884 PBCC images/tcp-stream.pb-c.c [2021-02-02T17:26:38.529Z] #42 5.918 DEP images/tcp-stream.pb-c.d [2021-02-02T17:26:38.691Z] ok github.com/docker/docker/api/server 0.019s coverage: 9.0% of statements [2021-02-02T17:26:38.729Z] #25 27.41 Setting up libnghttp2-14:s390x (1.36.0-2+deb10u1) ... [2021-02-02T17:26:38.729Z] #25 27.41 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2021-02-02T17:26:38.729Z] #25 27.42 Setting up libkrb5support0:s390x (1.17-3+deb10u1) ... [2021-02-02T17:26:38.729Z] #25 27.43 Setting up libsasl2-modules-db:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-02-02T17:26:38.729Z] #25 27.44 Setting up librtmp1:s390x (2.4+20151223.gitfa8646d.1-2) ... [2021-02-02T17:26:38.729Z] #25 27.45 Setting up libk5crypto3:s390x (1.17-3+deb10u1) ... [2021-02-02T17:26:38.729Z] #25 27.46 Setting up libsasl2-2:s390x (2.1.27+dfsg-1+deb10u1) ... [2021-02-02T17:26:38.729Z] #25 27.47 Setting up libssh2-1:s390x (1.8.0-2.1) ... [2021-02-02T17:26:38.729Z] #25 27.52 Setting up libkrb5-3:s390x (1.17-3+deb10u1) ... [2021-02-02T17:26:38.729Z] #25 27.53 Setting up openssl (1.1.1d-0+deb10u4) ... [2021-02-02T17:26:38.729Z] #25 27.54 Setting up libonig5:s390x (6.9.1-1) ... [2021-02-02T17:26:38.729Z] #25 27.55 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2021-02-02T17:26:38.729Z] #25 27.55 Setting up libldap-2.4-2:s390x (2.4.47+dfsg-3+deb10u4) ... [2021-02-02T17:26:38.729Z] #25 27.56 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-02T17:26:38.790Z] #42 5.940 PBCC images/pipe.pb-c.c [2021-02-02T17:26:38.790Z] #42 5.964 DEP images/pipe.pb-c.d [2021-02-02T17:26:38.790Z] #42 5.988 PBCC images/pstree.pb-c.c [2021-02-02T17:26:38.790Z] #42 5.994 DEP images/pstree.pb-c.d [2021-02-02T17:26:38.790Z] #42 6.012 PBCC images/fs.pb-c.c [2021-02-02T17:26:38.790Z] #42 6.032 DEP images/fs.pb-c.d [2021-02-02T17:26:38.790Z] #42 6.046 PBCC images/signalfd.pb-c.c [2021-02-02T17:26:38.790Z] #42 6.065 DEP images/signalfd.pb-c.d [2021-02-02T17:26:38.790Z] #42 6.091 PBCC images/fh.pb-c.c [2021-02-02T17:26:38.790Z] #42 6.116 PBCC images/fsnotify.pb-c.c [2021-02-02T17:26:38.790Z] #42 6.135 DEP images/fh.pb-c.d [2021-02-02T17:26:39.022Z] #25 ... [2021-02-02T17:26:39.022Z] [2021-02-02T17:26:39.022Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-02T17:26:39.022Z] #49 32.57 bytes [2021-02-02T17:26:39.050Z] #42 6.151 DEP images/fsnotify.pb-c.d [2021-02-02T17:26:39.050Z] #42 6.169 PBCC images/eventpoll.pb-c.c [2021-02-02T17:26:39.050Z] #42 6.199 DEP images/eventpoll.pb-c.d [2021-02-02T17:26:39.050Z] #42 6.222 PBCC images/eventfd.pb-c.c [2021-02-02T17:26:39.051Z] #42 6.243 DEP images/eventfd.pb-c.d [2021-02-02T17:26:39.051Z] #42 6.259 PBCC images/remap-file-path.pb-c.c [2021-02-02T17:26:39.051Z] #42 6.272 DEP images/remap-file-path.pb-c.d [2021-02-02T17:26:39.051Z] #42 6.299 PBCC images/fifo.pb-c.c [2021-02-02T17:26:39.051Z] #42 6.312 DEP images/fifo.pb-c.d [2021-02-02T17:26:39.051Z] #42 6.329 PBCC images/ghost-file.pb-c.c [2021-02-02T17:26:39.051Z] #42 6.340 DEP images/ghost-file.pb-c.d [2021-02-02T17:26:39.051Z] #42 6.364 PBCC images/regfile.pb-c.c [2021-02-02T17:26:39.311Z] #42 6.394 DEP images/regfile.pb-c.d [2021-02-02T17:26:39.311Z] #42 6.418 PBCC images/ns.pb-c.c [2021-02-02T17:26:39.311Z] #42 6.425 DEP images/ns.pb-c.d [2021-02-02T17:26:39.311Z] #42 6.458 PBCC images/fdinfo.pb-c.c [2021-02-02T17:26:39.311Z] #42 6.488 DEP images/fdinfo.pb-c.d [2021-02-02T17:26:39.311Z] #42 6.522 PBCC images/core-aarch64.pb-c.c [2021-02-02T17:26:39.311Z] #42 6.535 PBCC images/core-arm.pb-c.c [2021-02-02T17:26:39.311Z] #42 6.550 PBCC images/core-ppc64.pb-c.c [2021-02-02T17:26:39.311Z] #42 6.569 PBCC images/core-s390.pb-c.c [2021-02-02T17:26:39.311Z] #42 6.581 PBCC images/core-x86.pb-c.c [2021-02-02T17:26:39.311Z] #42 6.594 PBCC images/core.pb-c.c [2021-02-02T17:26:39.315Z] #49 32.57 syscall [2021-02-02T17:26:39.571Z] #42 6.615 PBCC images/inventory.pb-c.c [2021-02-02T17:26:39.571Z] #42 6.635 DEP images/core-aarch64.pb-c.d [2021-02-02T17:26:39.571Z] #42 6.648 DEP images/core-arm.pb-c.d [2021-02-02T17:26:39.571Z] #42 6.663 DEP images/core-ppc64.pb-c.d [2021-02-02T17:26:39.571Z] #42 6.680 DEP images/core-s390.pb-c.d [2021-02-02T17:26:39.571Z] #42 6.708 DEP images/core-x86.pb-c.d [2021-02-02T17:26:39.571Z] #42 6.731 DEP images/core.pb-c.d [2021-02-02T17:26:39.571Z] #42 6.752 DEP images/inventory.pb-c.d [2021-02-02T17:26:39.571Z] #42 6.792 PBCC images/cpuinfo.pb-c.c [2021-02-02T17:26:39.571Z] #42 6.811 DEP images/cpuinfo.pb-c.d [2021-02-02T17:26:39.571Z] #42 6.847 PBCC images/stats.pb-c.c [2021-02-02T17:26:39.571Z] #42 6.856 DEP images/stats.pb-c.d [2021-02-02T17:26:40.827Z] #49 34.31 reflect [2021-02-02T17:26:40.975Z] #42 7.937 make[1]: Nothing to be done for 'all'. [2021-02-02T17:26:41.119Z] #49 ... [2021-02-02T17:26:41.119Z] [2021-02-02T17:26:41.119Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-02T17:26:41.119Z] #11 24.60 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-base s390x 8.3.0-6+21.3~deb10u1 [175 kB] [2021-02-02T17:26:41.119Z] #11 24.60 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x gcc-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [33.3 MB] [2021-02-02T17:26:41.119Z] #11 26.75 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x g++-mingw-w64-x86-64 s390x 8.3.0-6+21.3~deb10u1 [24.0 MB] [2021-02-02T17:26:41.119Z] #11 28.28 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor1 s390x 2.13.2-10 [93.1 kB] [2021-02-02T17:26:41.119Z] #11 28.29 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libapparmor-dev s390x 2.13.2-10 [135 kB] [2021-02-02T17:26:41.119Z] #11 28.30 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs0 s390x 4.20.1-2 [41.6 kB] [2021-02-02T17:26:41.119Z] #11 28.32 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x libbtrfs-dev s390x 4.20.1-2 [76.9 kB] [2021-02-02T17:26:41.119Z] #11 28.33 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-event1.02.1 s390x 2:1.02.155-3 [22.3 kB] [2021-02-02T17:26:41.119Z] #11 28.33 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x libudev-dev s390x 241-7~deb10u5 [110 kB] [2021-02-02T17:26:41.119Z] #11 28.36 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsepol1-dev s390x 2.8-1 [313 kB] [2021-02-02T17:26:41.119Z] #11 28.40 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre16-3 s390x 2:8.39-12 [188 kB] [2021-02-02T17:26:41.119Z] #11 28.43 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre32-3 s390x 2:8.39-12 [183 kB] [2021-02-02T17:26:41.119Z] #11 28.47 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcrecpp0v5 s390x 2:8.39-12 [151 kB] [2021-02-02T17:26:41.119Z] #11 28.48 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpcre3-dev s390x 2:8.39-12 [481 kB] [2021-02-02T17:26:41.119Z] #11 28.48 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libselinux1-dev s390x 2.8-1+b1 [165 kB] [2021-02-02T17:26:41.119Z] #11 28.49 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libdevmapper-dev s390x 2:1.02.155-3 [51.4 kB] [2021-02-02T17:26:41.119Z] #11 28.49 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x libseccomp-dev s390x 2.3.3-4 [60.4 kB] [2021-02-02T17:26:41.119Z] #11 28.49 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libsystemd-dev s390x 241-7~deb10u5 [322 kB] [2021-02-02T17:26:41.119Z] #11 29.36 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:26:41.119Z] #11 29.42 Fetched 73.7 MB in 5s (15.1 MB/s) [2021-02-02T17:26:41.119Z] #11 29.49 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-02-02T17:26:41.119Z] #11 29.58 Preparing to unpack .../libsystemd0_241-7~deb10u5_s390x.deb ... [2021-02-02T17:26:41.119Z] #11 29.59 Unpacking libsystemd0:s390x (241-7~deb10u5) over (241-7~deb10u4) ... [2021-02-02T17:26:41.119Z] #11 29.92 Setting up libsystemd0:s390x (241-7~deb10u5) ... [2021-02-02T17:26:41.119Z] #11 30.08 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15177 files and directories currently installed.) [2021-02-02T17:26:41.119Z] #11 30.18 Preparing to unpack .../libudev1_241-7~deb10u5_s390x.deb ... [2021-02-02T17:26:41.119Z] #11 30.21 Unpacking libudev1:s390x (241-7~deb10u5) over (241-7~deb10u4) ... [2021-02-02T17:26:41.119Z] #11 30.35 Setting up libudev1:s390x (241-7~deb10u5) ... [2021-02-02T17:26:41.119Z] #11 30.46 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-02T17:26:41.119Z] #11 30.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 ... 15177 files and directories currently installed.) [2021-02-02T17:26:41.119Z] #11 30.50 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_s390x.deb ... [2021-02-02T17:26:41.119Z] #11 30.53 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-02T17:26:41.119Z] #11 32.21 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-02T17:26:41.119Z] #11 32.22 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_s390x.deb ... [2021-02-02T17:26:41.119Z] #11 32.22 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-02T17:26:41.119Z] #11 34.22 Selecting previously unselected package binutils-mingw-w64. [2021-02-02T17:26:41.119Z] #11 34.23 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-02T17:26:41.119Z] #11 34.24 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-02T17:26:41.119Z] #11 34.35 Selecting previously unselected package libdevmapper1.02.1:s390x. [2021-02-02T17:26:41.119Z] #11 34.36 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_s390x.deb ... [2021-02-02T17:26:41.119Z] #11 34.37 Unpacking libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2021-02-02T17:26:41.119Z] #11 34.52 Selecting previously unselected package dmsetup. [2021-02-02T17:26:41.119Z] #11 34.53 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_s390x.deb ... [2021-02-02T17:26:41.119Z] #11 34.53 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-02T17:26:41.119Z] #11 34.66 Selecting previously unselected package mingw-w64-common. [2021-02-02T17:26:41.119Z] #11 34.68 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-02T17:26:41.119Z] #11 34.68 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-02T17:26:41.236Z] #42 ... [2021-02-02T17:26:41.236Z] [2021-02-02T17:26:41.236Z] #44 [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-02-02T17:26:41.236Z] #44 sha256:9128f56657aadd4bac4b9a934b8fee0b2773a3248c8946f518a0dc231eabc8e2 [2021-02-02T17:26:41.236Z] #44 23.39 go/doc [2021-02-02T17:26:41.236Z] #44 23.75 vendor/golang.org/x/net/idna [2021-02-02T17:26:41.236Z] #44 24.59 crypto/elliptic [2021-02-02T17:26:41.236Z] #44 24.59 encoding/asn1 [2021-02-02T17:26:41.236Z] #44 24.60 crypto/dsa [2021-02-02T17:26:41.236Z] #44 24.60 crypto/rand [2021-02-02T17:26:41.236Z] #44 24.90 github.com/LK4D4/vndr/build [2021-02-02T17:26:41.236Z] #44 25.20 crypto/ed25519 [2021-02-02T17:26:41.236Z] #44 25.20 crypto/rsa [2021-02-02T17:26:41.236Z] #44 26.43 vendor/golang.org/x/crypto/cryptobyte [2021-02-02T17:26:41.236Z] #44 27.87 net/textproto [2021-02-02T17:26:41.236Z] #44 27.87 vendor/golang.org/x/net/http/httpproxy [2021-02-02T17:26:41.236Z] #44 27.87 crypto/x509 [2021-02-02T17:26:41.236Z] #44 28.15 vendor/golang.org/x/net/http/httpguts [2021-02-02T17:26:41.236Z] #44 28.15 mime/multipart [2021-02-02T17:26:41.236Z] #44 28.94 crypto/tls [2021-02-02T17:26:41.236Z] #44 30.70 net/http/httptrace [2021-02-02T17:26:41.236Z] #44 30.78 net/http [2021-02-02T17:26:41.497Z] #44 ... [2021-02-02T17:26:41.497Z] [2021-02-02T17:26:41.497Z] #28 [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-02-02T17:26:41.497Z] #28 sha256:4427a743666beef5c44defaad3e0085521bca67d742e8c14e319713ddb94b791 [2021-02-02T17:26:41.497Z] #28 1.487 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-02T17:26:41.497Z] #28 1.646 [2021-02-02T17:26:41.497Z] #28 1.791 ######### 13.0% ######################### 35.4% ####################################### 55.2% #################################################### 73.2% #################################################################### 95.3% ######################################################################## 100.0% [2021-02-02T17:26:41.497Z] #28 2.410 [2021-02-02T17:26:41.497Z] #28 2.563 # 1.8% ######################################################################## 100.0% [2021-02-02T17:26:41.497Z] #28 2.799 [2021-02-02T17:26:41.497Z] #28 2.947 ################# 24.5% ######################################################################## 100.0% [2021-02-02T17:26:41.497Z] #28 3.224 [2021-02-02T17:26:41.755Z] #11 ... [2021-02-02T17:26:41.756Z] [2021-02-02T17:26:41.756Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-02T17:26:41.756Z] #54 0.688 + RM_GOPATH=0 [2021-02-02T17:26:41.756Z] #54 0.688 + TMP_GOPATH= [2021-02-02T17:26:41.756Z] #54 0.688 + : /build [2021-02-02T17:26:41.756Z] #54 0.688 + '[' -z '' ']' [2021-02-02T17:26:41.756Z] #54 0.688 ++ mktemp -d [2021-02-02T17:26:41.756Z] #54 0.689 + export GOPATH=/tmp/tmp.m7xb7RWzVZ [2021-02-02T17:26:41.756Z] #54 0.690 + GOPATH=/tmp/tmp.m7xb7RWzVZ [2021-02-02T17:26:41.756Z] #54 0.690 + RM_GOPATH=1 [2021-02-02T17:26:41.756Z] #54 0.690 + case "$(go env GOARCH)" in [2021-02-02T17:26:41.756Z] #54 0.690 ++ go env GOARCH [2021-02-02T17:26:41.756Z] #54 0.694 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:41.756Z] #54 0.694 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:41.756Z] #54 0.696 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:41.756Z] #54 0.699 + dir=/tmp/install [2021-02-02T17:26:41.756Z] #54 0.699 + bin=containerd [2021-02-02T17:26:41.756Z] #54 0.699 + shift [2021-02-02T17:26:41.756Z] #54 0.699 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-02T17:26:41.756Z] #54 0.699 + . /tmp/install/containerd.installer [2021-02-02T17:26:41.756Z] #54 0.699 ++ set -e [2021-02-02T17:26:41.756Z] #54 0.699 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:26:41.756Z] #54 0.700 + install_containerd [2021-02-02T17:26:41.756Z] #54 0.702 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-02T17:26:41.756Z] #54 0.702 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:26:41.756Z] #54 0.702 + git clone https://github.com/containerd/containerd.git /tmp/tmp.m7xb7RWzVZ/src/github.com/containerd/containerd [2021-02-02T17:26:41.756Z] #54 0.705 Cloning into '/tmp/tmp.m7xb7RWzVZ/src/github.com/containerd/containerd'... [2021-02-02T17:26:41.756Z] #54 ... [2021-02-02T17:26:41.756Z] [2021-02-02T17:26:41.756Z] #40 [criu 1/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,tar... [2021-02-02T17:26:41.756Z] #40 30.72 Setting up libprotobuf-lite17:s390x (3.6.1.3-2) ... [2021-02-02T17:26:41.756Z] #40 30.75 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-02-02T17:26:41.756Z] #40 30.77 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-02-02T17:26:41.756Z] #40 30.82 Setting up libprotobuf-c-dev:s390x (1.3.1-1+b1) ... [2021-02-02T17:26:41.756Z] #40 30.84 Setting up python-six (1.12.0-1) ... [2021-02-02T17:26:41.756Z] #40 32.39 Setting up zlib1g-dev:s390x (1:1.2.11.dfsg-1) ... [2021-02-02T17:26:41.756Z] #40 32.40 Setting up libnl-3-200:s390x (3.4.0-1) ... [2021-02-02T17:26:41.756Z] #40 32.42 Setting up libprotobuf17:s390x (3.6.1.3-2) ... [2021-02-02T17:26:41.756Z] #40 32.42 Setting up libcap-dev:s390x (1:2.25-2) ... [2021-02-02T17:26:41.756Z] #40 32.43 Setting up libprotoc17:s390x (3.6.1.3-2) ... [2021-02-02T17:26:41.756Z] #40 32.44 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-02T17:26:41.756Z] #40 32.45 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-02T17:26:41.756Z] #40 32.45 Setting up libprotobuf-dev:s390x (3.6.1.3-2) ... [2021-02-02T17:26:41.756Z] #40 32.47 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-02T17:26:41.756Z] #40 32.48 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-02T17:26:41.758Z] #28 3.382 ###### 9.0% ###################### 31.4% #################################### 50.3% ############################################# 62.9% ######################################################### 79.3% ###################################################################### 98.5% ######################################################################## 100.0% [2021-02-02T17:26:42.019Z] #28 4.112 [2021-02-02T17:26:42.465Z] #40 35.85 Setting up libnl-3-dev:s390x (3.4.0-1) ... [2021-02-02T17:26:42.466Z] #40 35.86 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:26:42.808Z] #40 DONE 36.4s [2021-02-02T17:26:42.808Z] [2021-02-02T17:26:42.808Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:26:43.443Z] #41 ... [2021-02-02T17:26:43.443Z] [2021-02-02T17:26:43.443Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-02T17:26:43.443Z] #32 26.83 sync [2021-02-02T17:26:43.443Z] #32 26.83 internal/reflectlite [2021-02-02T17:26:43.443Z] #32 29.19 errors [2021-02-02T17:26:43.443Z] #32 29.20 sort [2021-02-02T17:26:43.443Z] #32 29.53 strconv [2021-02-02T17:26:43.443Z] #32 30.06 io [2021-02-02T17:26:43.443Z] #32 31.09 internal/oserror [2021-02-02T17:26:43.443Z] #32 31.17 syscall [2021-02-02T17:26:43.443Z] #32 32.32 reflect [2021-02-02T17:26:43.443Z] #32 ... [2021-02-02T17:26:43.443Z] [2021-02-02T17:26:43.443Z] #34 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,tar... [2021-02-02T17:26:43.443Z] #34 27.61 Selecting previously unselected package libicu63:s390x. [2021-02-02T17:26:43.443Z] #34 27.63 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_s390x.deb ... [2021-02-02T17:26:43.443Z] #34 27.65 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2021-02-02T17:26:43.443Z] #34 33.19 Selecting previously unselected package libxml2:s390x. [2021-02-02T17:26:43.443Z] #34 33.21 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_s390x.deb ... [2021-02-02T17:26:43.443Z] #34 33.22 Unpacking libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2021-02-02T17:26:43.443Z] #34 33.67 Selecting previously unselected package libarchive13:s390x. [2021-02-02T17:26:43.443Z] #34 33.68 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_s390x.deb ... [2021-02-02T17:26:43.443Z] #34 33.69 Unpacking libarchive13:s390x (3.3.3-4+deb10u1) ... [2021-02-02T17:26:43.443Z] #34 33.91 Selecting previously unselected package libjsoncpp1:s390x. [2021-02-02T17:26:43.443Z] #34 33.91 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_s390x.deb ... [2021-02-02T17:26:43.443Z] #34 33.92 Unpacking libjsoncpp1:s390x (1.7.4-3) ... [2021-02-02T17:26:43.443Z] #34 34.01 Selecting previously unselected package librhash0:s390x. [2021-02-02T17:26:43.443Z] #34 34.02 Preparing to unpack .../7-librhash0_1.3.8-1_s390x.deb ... [2021-02-02T17:26:43.443Z] #34 34.02 Unpacking librhash0:s390x (1.3.8-1) ... [2021-02-02T17:26:43.443Z] #34 34.15 Selecting previously unselected package libuv1:s390x. [2021-02-02T17:26:43.443Z] #34 34.15 Preparing to unpack .../8-libuv1_1.24.1-1_s390x.deb ... [2021-02-02T17:26:43.443Z] #34 34.16 Unpacking libuv1:s390x (1.24.1-1) ... [2021-02-02T17:26:43.443Z] #34 34.30 Selecting previously unselected package cmake. [2021-02-02T17:26:43.443Z] #34 34.32 Preparing to unpack .../9-cmake_3.13.4-1_s390x.deb ... [2021-02-02T17:26:43.443Z] #34 34.32 Unpacking cmake (3.13.4-1) ... [2021-02-02T17:26:43.443Z] #34 36.96 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2021-02-02T17:26:43.443Z] #34 36.99 Setting up xxd (2:8.1.0875-5) ... [2021-02-02T17:26:43.443Z] #34 37.00 Setting up libuv1:s390x (1.24.1-1) ... [2021-02-02T17:26:43.443Z] #34 37.01 Setting up vim-common (2:8.1.0875-5) ... [2021-02-02T17:26:43.443Z] #34 37.03 Setting up librhash0:s390x (1.3.8-1) ... [2021-02-02T17:26:43.443Z] #34 37.03 Setting up cmake-data (3.13.4-1) ... [2021-02-02T17:26:43.443Z] #34 37.05 Setting up libxml2:s390x (2.9.4+dfsg1-7+deb10u1) ... [2021-02-02T17:26:43.443Z] #34 37.06 Setting up libjsoncpp1:s390x (1.7.4-3) ... [2021-02-02T17:26:43.443Z] #34 37.06 Setting up libarchive13:s390x (3.3.3-4+deb10u1) ... [2021-02-02T17:26:43.443Z] #34 37.07 Setting up cmake (3.13.4-1) ... [2021-02-02T17:26:43.443Z] #34 37.08 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:26:43.443Z] #34 37.15 Processing triggers for mime-support (3.62) ... [2021-02-02T17:26:44.082Z] #34 DONE 37.6s [2021-02-02T17:26:44.082Z] [2021-02-02T17:26:44.082Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-02-02T17:26:44.082Z] #25 29.38 Updating certificates in /etc/ssl/certs... [2021-02-02T17:26:44.082Z] #25 31.68 137 added, 0 removed; done. [2021-02-02T17:26:44.082Z] #25 31.80 Setting up libgssapi-krb5-2:s390x (1.17-3+deb10u1) ... [2021-02-02T17:26:44.082Z] #25 31.81 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-02T17:26:44.082Z] #25 31.82 Setting up libcurl4:s390x (7.64.0-4+deb10u1) ... [2021-02-02T17:26:44.082Z] #25 31.87 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-02T17:26:44.082Z] #25 31.89 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:26:44.082Z] #25 31.93 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-02T17:26:44.082Z] #25 31.94 Updating certificates in /etc/ssl/certs... [2021-02-02T17:26:44.398Z] #28 4.271 ## 3.8% ###### 8.9% ###### 8.9% ########## 14.4% ############ 17.1% ############### 20.8% ################## 26.3% ####################### 32.8% ############################ 39.2% ################################# 46.9% ####################################### 55.4% ########################################## 58.8% ############################################# 63.3% ################################################## 69.6% ####################################################### 76.5% ########################################################## 80.7% ############################################################## 87.0% ################################################################### 93.5% ##################################################################### 96.5% ######################################################################## 100.0% [2021-02-02T17:26:44.398Z] #28 6.616 [2021-02-02T17:26:44.730Z] #25 ... [2021-02-02T17:26:44.730Z] [2021-02-02T17:26:44.730Z] #45 [gotestsum 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-02T17:26:44.730Z] #45 DONE 38.2s [2021-02-02T17:26:45.022Z] [2021-02-02T17:26:45.022Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-02T17:26:45.022Z] #35 0.653 + RM_GOPATH=0 [2021-02-02T17:26:45.022Z] #35 0.653 + TMP_GOPATH= [2021-02-02T17:26:45.022Z] #35 0.653 + : /build [2021-02-02T17:26:45.022Z] #35 0.653 + '[' -z '' ']' [2021-02-02T17:26:45.022Z] #35 0.654 ++ mktemp -d [2021-02-02T17:26:45.022Z] #35 0.654 + export GOPATH=/tmp/tmp.TZvoMo9Gul [2021-02-02T17:26:45.022Z] #35 0.654 + GOPATH=/tmp/tmp.TZvoMo9Gul [2021-02-02T17:26:45.022Z] #35 0.654 + RM_GOPATH=1 [2021-02-02T17:26:45.022Z] #35 0.654 + case "$(go env GOARCH)" in [2021-02-02T17:26:45.022Z] #35 0.654 ++ go env GOARCH [2021-02-02T17:26:45.022Z] #35 0.666 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:45.022Z] #35 0.666 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:45.022Z] #35 0.666 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:45.022Z] #35 0.687 + dir=/tmp/install [2021-02-02T17:26:45.022Z] #35 0.687 + bin=tini [2021-02-02T17:26:45.022Z] #35 0.687 + shift [2021-02-02T17:26:45.022Z] #35 0.687 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-02T17:26:45.022Z] #35 0.687 + . /tmp/install/tini.installer [2021-02-02T17:26:45.022Z] #35 0.687 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-02T17:26:45.022Z] #35 0.688 + install_tini [2021-02-02T17:26:45.022Z] #35 0.688 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-02T17:26:45.022Z] #35 0.688 + git clone https://github.com/krallin/tini.git /tmp/tmp.TZvoMo9Gul/tini [2021-02-02T17:26:45.022Z] #35 0.688 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-02T17:26:45.022Z] #35 0.688 Cloning into '/tmp/tmp.TZvoMo9Gul/tini'... [2021-02-02T17:26:45.025Z] #28 7.169 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-02T17:26:45.025Z] #28 7.315 [2021-02-02T17:26:45.288Z] #28 7.477 ######################################################################## 100.0% [2021-02-02T17:26:45.288Z] #28 7.509 [2021-02-02T17:26:45.314Z] #35 1.433 + cd /tmp/tmp.TZvoMo9Gul/tini [2021-02-02T17:26:45.314Z] #35 1.433 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-02T17:26:45.314Z] #35 ... [2021-02-02T17:26:45.314Z] [2021-02-02T17:26:45.314Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-02T17:26:45.314Z] #43 28.89 internal/reflectlite [2021-02-02T17:26:45.314Z] #43 28.89 github.com/LK4D4/vndr/godl/singleflight [2021-02-02T17:26:45.314Z] #43 29.15 math/rand [2021-02-02T17:26:45.314Z] #43 29.88 internal/singleflight [2021-02-02T17:26:45.314Z] #43 30.76 io [2021-02-02T17:26:45.314Z] #43 30.76 strconv [2021-02-02T17:26:45.314Z] #43 31.86 bytes [2021-02-02T17:26:45.314Z] #43 33.47 reflect [2021-02-02T17:26:45.314Z] #43 33.75 bufio [2021-02-02T17:26:45.314Z] #43 35.36 syscall [2021-02-02T17:26:45.616Z] #43 ... [2021-02-02T17:26:45.616Z] [2021-02-02T17:26:45.616Z] #25 [frozen-images 2/4] RUN --mount=type=cache,sharing=locked,id=moby-frozen... [2021-02-02T17:26:45.616Z] #25 34.44 0 added, 0 removed; done. [2021-02-02T17:26:45.616Z] #25 34.44 Running hooks in /etc/ca-certificates/update.d... [2021-02-02T17:26:45.616Z] #25 34.45 done. [2021-02-02T17:26:45.876Z] #28 7.946 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-02T17:26:45.876Z] #28 8.138 [2021-02-02T17:26:45.913Z] #25 DONE 34.7s [2021-02-02T17:26:45.913Z] [2021-02-02T17:26:45.913Z] #26 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-02T17:26:45.913Z] #26 DONE 0.1s [2021-02-02T17:26:45.913Z] [2021-02-02T17:26:45.913Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-02T17:26:46.137Z] #28 8.307 ########################################### 60.6% ######################################################################## 100.0% [2021-02-02T17:26:46.137Z] #28 8.390 [2021-02-02T17:26:46.398Z] #28 ... [2021-02-02T17:26:46.398Z] [2021-02-02T17:26:46.398Z] #55 [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-02-02T17:26:46.398Z] #55 sha256:78a0a91b965a274b5e5070ba09983453b8d5b3d455a72dddf006c875762c214c [2021-02-02T17:26:46.398Z] #55 15.22 + bin/ctr [2021-02-02T17:26:46.694Z] #55 ... [2021-02-02T17:26:46.694Z] [2021-02-02T17:26:46.694Z] #28 [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-02-02T17:26:46.694Z] #28 sha256:4427a743666beef5c44defaad3e0085521bca67d742e8c14e319713ddb94b791 [2021-02-02T17:26:46.694Z] #28 8.945 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-02T17:26:46.993Z] #28 9.125 [2021-02-02T17:26:47.427Z] #27 1.421 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-02T17:26:47.427Z] #27 1.675 [2021-02-02T17:26:47.775Z] #28 9.284 0.0% ########### 16.1% ######################### 34.8% ######################################### 57.5% ###################################################### 76.2% ################################################################### 94.3% ######################################################################## 100.0% [2021-02-02T17:26:47.775Z] #28 9.955 [2021-02-02T17:26:48.016Z] #27 1.802 0.2% ####### 10.3% ############# 19.2% ################## [2021-02-02T17:26:48.016Z] #27 ... [2021-02-02T17:26:48.016Z] [2021-02-02T17:26:48.016Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-02-02T17:26:48.016Z] #30 31.46 Checking out files: 92% (1403/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-02-02T17:26:48.016Z] #30 31.68 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-02T17:26:48.016Z] #30 32.53 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-02T17:26:48.016Z] #30 ... [2021-02-02T17:26:48.016Z] [2021-02-02T17:26:48.016Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-02T17:26:48.037Z] #28 10.34 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-02T17:26:48.297Z] #28 10.56 [2021-02-02T17:26:48.297Z] #28 10.66 ######################################################################## 100.0% [2021-02-02T17:26:48.297Z] #28 10.69 [2021-02-02T17:26:48.868Z] #28 11.01 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-02T17:26:48.868Z] #28 11.16 [2021-02-02T17:26:49.128Z] #28 11.24 ######################################################################## 100.0% [2021-02-02T17:26:49.128Z] #28 11.27 [2021-02-02T17:26:49.128Z] #28 11.31 Download of images into '/build' complete. [2021-02-02T17:26:49.128Z] #28 11.31 Use something like the following to load the result into a Docker daemon: [2021-02-02T17:26:49.128Z] #28 11.31 tar -cC '/build' . | docker load [2021-02-02T17:26:49.188Z] #27 1.802 0.2% ####### 10.3% ############# 19.2% ################## 26.0% ######################### 35.0% ############################## 41.7% #################################### 50.7% ########################################### 59.7% ################################################### 70.8% ####################################################### 77.6% ############################################################## 86.6% #################################################################### 95.5% ######################################################################## 100.0% [2021-02-02T17:26:49.481Z] #27 3.536 [2021-02-02T17:26:49.699Z] #28 ... [2021-02-02T17:26:49.699Z] [2021-02-02T17:26:49.699Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:26:49.699Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-02T17:26:49.699Z] #12 31.67 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-02T17:26:49.699Z] #12 31.68 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-02-02T17:26:49.699Z] #12 31.68 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:26:49.699Z] #12 36.12 Selecting previously unselected package libapparmor1:amd64. [2021-02-02T17:26:49.699Z] #12 36.12 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-02-02T17:26:49.699Z] #12 36.13 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-02-02T17:26:49.699Z] #12 36.23 Selecting previously unselected package libapparmor-dev:amd64. [2021-02-02T17:26:49.699Z] #12 36.24 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-02-02T17:26:49.699Z] #12 36.29 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-02T17:26:49.699Z] #12 36.81 Selecting previously unselected package libbtrfs0. [2021-02-02T17:26:49.699Z] #12 36.81 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-02-02T17:26:49.699Z] #12 36.83 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-02T17:26:49.699Z] #12 37.50 Selecting previously unselected package libbtrfs-dev. [2021-02-02T17:26:49.699Z] #12 37.50 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-02-02T17:26:49.699Z] #12 37.63 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-02T17:26:49.699Z] #12 38.50 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-02-02T17:26:49.699Z] #12 38.50 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-02-02T17:26:49.699Z] #12 38.53 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-02T17:26:49.699Z] #12 39.97 Selecting previously unselected package libudev-dev:amd64. [2021-02-02T17:26:49.699Z] #12 39.97 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_amd64.deb ... [2021-02-02T17:26:49.699Z] #12 40.16 Unpacking libudev-dev:amd64 (241-7~deb10u5) ... [2021-02-02T17:26:49.699Z] #12 41.11 Selecting previously unselected package libsepol1-dev:amd64. [2021-02-02T17:26:49.699Z] #12 41.11 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-02-02T17:26:49.699Z] #12 41.11 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-02-02T17:26:49.699Z] #12 41.49 Selecting previously unselected package libpcre16-3:amd64. [2021-02-02T17:26:49.699Z] #12 41.50 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-02-02T17:26:49.699Z] #12 41.51 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-02-02T17:26:49.699Z] #12 ... [2021-02-02T17:26:49.699Z] [2021-02-02T17:26:49.699Z] #42 [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-02-02T17:26:49.699Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:26:49.699Z] #42 9.088 CC images/stats.o [2021-02-02T17:26:49.699Z] #42 9.322 CC images/core.o [2021-02-02T17:26:49.700Z] #42 9.500 CC images/core-x86.o [2021-02-02T17:26:49.700Z] #42 9.695 CC images/core-arm.o [2021-02-02T17:26:49.700Z] #42 9.799 CC images/core-aarch64.o [2021-02-02T17:26:49.700Z] #42 9.959 CC images/core-ppc64.o [2021-02-02T17:26:49.700Z] #42 10.21 CC images/core-s390.o [2021-02-02T17:26:49.700Z] #42 10.38 CC images/cpuinfo.o [2021-02-02T17:26:49.700Z] #42 10.48 CC images/inventory.o [2021-02-02T17:26:49.700Z] #42 10.53 CC images/fdinfo.o [2021-02-02T17:26:49.700Z] #42 10.64 CC images/fown.o [2021-02-02T17:26:49.700Z] #42 10.71 CC images/ns.o [2021-02-02T17:26:49.700Z] #42 10.80 CC images/regfile.o [2021-02-02T17:26:49.700Z] #42 10.97 CC images/ghost-file.o [2021-02-02T17:26:49.700Z] #42 11.07 CC images/fifo.o [2021-02-02T17:26:49.700Z] #42 11.16 CC images/remap-file-path.o [2021-02-02T17:26:49.700Z] #42 11.24 CC images/eventfd.o [2021-02-02T17:26:49.700Z] #42 11.32 CC images/eventpoll.o [2021-02-02T17:26:49.700Z] #42 11.47 CC images/fh.o [2021-02-02T17:26:49.700Z] #42 11.70 CC images/fsnotify.o [2021-02-02T17:26:49.700Z] #42 11.90 CC images/signalfd.o [2021-02-02T17:26:49.700Z] #42 11.99 CC images/fs.o [2021-02-02T17:26:49.700Z] #42 12.06 CC images/pstree.o [2021-02-02T17:26:49.700Z] #42 12.15 CC images/pipe.o [2021-02-02T17:26:49.700Z] #42 12.23 CC images/tcp-stream.o [2021-02-02T17:26:49.700Z] #42 12.34 CC images/sk-packet.o [2021-02-02T17:26:49.700Z] #42 12.45 CC images/mnt.o [2021-02-02T17:26:49.700Z] #42 12.54 CC images/pipe-data.o [2021-02-02T17:26:49.700Z] #42 12.59 CC images/sa.o [2021-02-02T17:26:49.700Z] #42 12.72 CC images/timer.o [2021-02-02T17:26:49.700Z] #42 12.89 CC images/timerfd.o [2021-02-02T17:26:49.700Z] #42 12.98 CC images/mm.o [2021-02-02T17:26:49.700Z] #42 13.19 CC images/sk-opts.o [2021-02-02T17:26:49.700Z] #42 13.31 CC images/sk-unix.o [2021-02-02T17:26:49.700Z] #42 13.40 CC images/sk-inet.o [2021-02-02T17:26:49.700Z] #42 13.54 CC images/tun.o [2021-02-02T17:26:49.700Z] #42 13.62 CC images/sk-netlink.o [2021-02-02T17:26:49.700Z] #42 13.70 CC images/packet-sock.o [2021-02-02T17:26:49.700Z] #42 13.91 CC images/ipc-var.o [2021-02-02T17:26:49.700Z] #42 13.99 CC images/ipc-desc.o [2021-02-02T17:26:49.700Z] #42 14.10 CC images/ipc-shm.o [2021-02-02T17:26:49.700Z] #42 14.17 CC images/ipc-msg.o [2021-02-02T17:26:49.700Z] #42 14.27 CC images/ipc-sem.o [2021-02-02T17:26:49.700Z] #42 14.41 CC images/utsns.o [2021-02-02T17:26:49.700Z] #42 14.52 CC images/creds.o [2021-02-02T17:26:49.700Z] #42 14.59 CC images/vma.o [2021-02-02T17:26:49.700Z] #42 14.67 CC images/netdev.o [2021-02-02T17:26:49.700Z] #42 14.87 CC images/tty.o [2021-02-02T17:26:49.700Z] #42 15.01 CC images/file-lock.o [2021-02-02T17:26:49.700Z] #42 15.07 CC images/rlimit.o [2021-02-02T17:26:49.700Z] #42 15.12 CC images/pagemap.o [2021-02-02T17:26:49.700Z] #42 15.23 CC images/siginfo.o [2021-02-02T17:26:49.700Z] #42 15.31 CC images/rpc.o [2021-02-02T17:26:49.700Z] #42 15.75 CC images/ext-file.o [2021-02-02T17:26:49.700Z] #42 15.81 CC images/cgroup.o [2021-02-02T17:26:49.700Z] #42 15.97 CC images/userns.o [2021-02-02T17:26:49.700Z] #42 16.09 CC images/google/protobuf/descriptor.o [2021-02-02T17:26:49.700Z] #42 16.57 CC images/opts.o [2021-02-02T17:26:49.700Z] #42 16.63 CC images/seccomp.o [2021-02-02T17:26:49.700Z] #42 16.75 CC images/binfmt-misc.o [2021-02-02T17:26:49.700Z] #42 16.89 CC images/time.o [2021-02-02T17:26:49.700Z] #42 16.97 CC images/sysctl.o [2021-02-02T17:26:49.774Z] #27 3.667 ####### 10.6% ############################## 43.0% #################################################### 72.7% ######################################################################## 100.0% [2021-02-02T17:26:50.040Z] #42 17.11 CC images/autofs.o [2021-02-02T17:26:50.040Z] #42 17.20 CC images/macvlan.o [2021-02-02T17:26:50.040Z] #42 17.31 CC images/sit.o [2021-02-02T17:26:50.066Z] #27 4.299 #=#=# [2021-02-02T17:26:50.301Z] #42 17.45 CC images/memfd.o [2021-02-02T17:26:50.301Z] #42 17.53 CC images/timens.o [2021-02-02T17:26:50.301Z] #42 ... [2021-02-02T17:26:50.301Z] [2021-02-02T17:26:50.301Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:26:50.301Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-02T17:26:50.301Z] #12 42.45 Selecting previously unselected package libpcre32-3:amd64. [2021-02-02T17:26:50.301Z] #12 42.45 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-02-02T17:26:50.301Z] #12 42.46 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-02-02T17:26:50.562Z] #12 42.69 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-02-02T17:26:50.562Z] #12 ... [2021-02-02T17:26:50.562Z] [2021-02-02T17:26:50.562Z] #31 [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-02-02T17:26:50.562Z] #31 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-02-02T17:26:50.562Z] #31 DONE 42.4s [2021-02-02T17:26:50.562Z] [2021-02-02T17:26:50.562Z] #28 [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-02-02T17:26:50.562Z] #28 sha256:4427a743666beef5c44defaad3e0085521bca67d742e8c14e319713ddb94b791 [2021-02-02T17:26:50.562Z] #28 DONE 12.9s [2021-02-02T17:26:50.562Z] [2021-02-02T17:26:50.562Z] #44 [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-02-02T17:26:50.562Z] #44 sha256:9128f56657aadd4bac4b9a934b8fee0b2773a3248c8946f518a0dc231eabc8e2 [2021-02-02T17:26:50.562Z] #44 34.65 github.com/LK4D4/vndr/godl [2021-02-02T17:26:50.562Z] #44 34.96 github.com/LK4D4/vndr [2021-02-02T17:26:50.562Z] #44 DONE 42.7s [2021-02-02T17:26:50.562Z] [2021-02-02T17:26:50.562Z] #12 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:26:50.562Z] #12 sha256:5709a82c36e7b30bd259aedf1a21195d5fa2b2db85e40130345ca95451ebb27e [2021-02-02T17:26:50.562Z] #12 42.70 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-02-02T17:26:50.562Z] #12 42.71 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-02T17:26:50.694Z] #27 4.409 # 2.7% ###################################### 54.1% ######################################################################## 100.0% [2021-02-02T17:26:50.694Z] #27 4.920 [2021-02-02T17:26:50.822Z] #12 42.87 Selecting previously unselected package libpcre3-dev:amd64. [2021-02-02T17:26:50.822Z] #12 42.87 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-02-02T17:26:50.822Z] #12 42.88 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-02T17:26:51.083Z] #12 43.08 Selecting previously unselected package libselinux1-dev:amd64. [2021-02-02T17:26:51.083Z] #12 43.08 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-02-02T17:26:51.083Z] #12 43.09 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-02T17:26:51.083Z] #12 43.24 Selecting previously unselected package libdevmapper-dev:amd64. [2021-02-02T17:26:51.083Z] #12 43.25 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-02-02T17:26:51.083Z] #12 43.26 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-02T17:26:51.285Z] #27 5.038 #=#=# 0.3% ###### 9.7% [2021-02-02T17:26:51.285Z] #27 ... [2021-02-02T17:26:51.285Z] [2021-02-02T17:26:51.285Z] #35 [tini 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-02T17:26:51.285Z] #35 1.469 + cmake . [2021-02-02T17:26:51.285Z] #35 1.978 -- The C compiler identification is GNU 8.3.0 [2021-02-02T17:26:51.285Z] #35 2.083 -- Check for working C compiler: /usr/bin/cc [2021-02-02T17:26:51.285Z] #35 2.629 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-02T17:26:51.285Z] #35 2.630 -- Detecting C compiler ABI info [2021-02-02T17:26:51.285Z] #35 3.110 -- Detecting C compiler ABI info - done [2021-02-02T17:26:51.285Z] #35 3.131 -- Detecting C compile features [2021-02-02T17:26:51.285Z] #35 4.512 -- Detecting C compile features - done [2021-02-02T17:26:51.285Z] #35 4.561 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-02T17:26:51.285Z] #35 4.769 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-02T17:26:51.285Z] #35 4.831 -- Configuring done [2021-02-02T17:26:51.285Z] #35 4.843 -- Generating done [2021-02-02T17:26:51.285Z] #35 4.853 -- Build files have been written to: /tmp/tmp.TZvoMo9Gul/tini [2021-02-02T17:26:51.285Z] #35 4.880 + make tini-static [2021-02-02T17:26:51.285Z] #35 5.369 Scanning dependencies of target tini-static [2021-02-02T17:26:51.285Z] #35 5.412 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-02T17:26:51.285Z] #35 6.368 [100%] Linking C executable tini-static [2021-02-02T17:26:51.285Z] #35 6.717 [100%] Built target tini-static [2021-02-02T17:26:51.285Z] #35 6.839 + mkdir -p /build [2021-02-02T17:26:51.285Z] #35 6.846 + cp tini-static /build/docker-init [2021-02-02T17:26:51.285Z] #35 DONE 7.2s [2021-02-02T17:26:51.285Z] [2021-02-02T17:26:51.285Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-02T17:26:51.348Z] #12 43.34 Selecting previously unselected package libseccomp-dev:amd64. [2021-02-02T17:26:51.348Z] #12 43.34 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_amd64.deb ... [2021-02-02T17:26:51.348Z] #12 43.34 Unpacking libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-02T17:26:51.348Z] #12 43.45 Selecting previously unselected package libsystemd-dev:amd64. [2021-02-02T17:26:51.348Z] #12 43.46 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_amd64.deb ... [2021-02-02T17:26:51.348Z] #12 43.46 Unpacking libsystemd-dev:amd64 (241-7~deb10u5) ... [2021-02-02T17:26:51.608Z] #12 43.64 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-02-02T17:26:51.608Z] #12 43.66 Setting up libseccomp-dev:amd64 (2.3.3-4) ... [2021-02-02T17:26:51.608Z] #12 43.66 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-02-02T17:26:51.608Z] #12 43.84 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-02T17:26:52.179Z] #12 44.21 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-02-02T17:26:52.179Z] #12 44.24 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-02-02T17:26:52.179Z] #12 44.27 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:26:52.179Z] #12 44.28 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-02T17:26:52.179Z] #12 44.30 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-02-02T17:26:52.179Z] #12 44.31 Setting up libudev-dev:amd64 (241-7~deb10u5) ... [2021-02-02T17:26:52.179Z] #12 44.34 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-02T17:26:52.179Z] #12 44.35 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-02T17:26:52.179Z] #12 44.37 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-02-02T17:26:52.179Z] #12 44.38 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-02T17:26:52.179Z] #12 44.39 Setting up libsystemd-dev:amd64 (241-7~deb10u5) ... [2021-02-02T17:26:52.179Z] #12 44.41 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-02T17:26:52.179Z] #12 44.42 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-02-02T17:26:52.179Z] #12 44.44 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:26:52.439Z] #12 44.46 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-02-02T17:26:52.439Z] #12 44.46 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-02-02T17:26:52.439Z] #12 44.47 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:26:52.439Z] #12 44.48 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-02-02T17:26:52.439Z] #12 44.49 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-02-02T17:26:52.439Z] #12 44.50 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-02T17:26:52.439Z] #12 44.51 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-02-02T17:26:52.439Z] #12 44.53 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-02-02T17:26:52.439Z] #12 44.54 Setting up dmsetup (2:1.02.155-3) ... [2021-02-02T17:26:52.439Z] #12 44.56 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-02-02T17:26:52.439Z] #12 44.57 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-02-02T17:26:52.439Z] #12 44.58 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:26:52.700Z] #12 DONE 44.8s [2021-02-02T17:26:52.700Z] [2021-02-02T17:26:52.700Z] #42 [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-02-02T17:26:52.700Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:26:52.700Z] #42 17.59 LINK images/built-in.o [2021-02-02T17:26:52.700Z] #42 17.69 GEN compel/include/asm [2021-02-02T17:26:52.700Z] #42 17.72 GEN compel/include/version.h [2021-02-02T17:26:52.700Z] #42 17.74 touch .config [2021-02-02T17:26:52.700Z] #42 17.78 GEN include/common/config.h [2021-02-02T17:26:52.700Z] #42 17.92 GEN compel/plugins/include/uapi/std/syscall-codes-64.h [2021-02-02T17:26:52.700Z] #42 17.93 GEN compel/plugins/include/uapi/std/syscall-64.h [2021-02-02T17:26:52.700Z] #42 17.95 GEN compel/arch/x86/plugins/std/syscalls-64.S [2021-02-02T17:26:52.700Z] #42 18.00 DEP compel/arch/x86/plugins/std/syscalls-64.d [2021-02-02T17:26:52.700Z] #42 18.04 DEP compel/arch/x86/plugins/std/memcpy.d [2021-02-02T17:26:52.700Z] #42 18.08 DEP compel/arch/x86/plugins/std/parasite-head.d [2021-02-02T17:26:52.700Z] #42 18.10 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-02T17:26:52.700Z] #42 18.17 GEN compel/arch/x86/plugins/std/sys-exec-tbl-64.c [2021-02-02T17:26:52.700Z] #42 18.20 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-02T17:26:52.700Z] #42 18.22 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-02T17:26:52.700Z] #42 18.22 DEP compel/plugins/std/infect.d [2021-02-02T17:26:52.700Z] #42 18.26 DEP compel/plugins/std/string.d [2021-02-02T17:26:52.700Z] #42 18.30 DEP compel/plugins/std/log.d [2021-02-02T17:26:52.700Z] #42 18.33 DEP compel/plugins/std/fds.d [2021-02-02T17:26:52.700Z] #42 18.35 DEP compel/plugins/std/std.d [2021-02-02T17:26:52.700Z] #42 18.39 DEP compel/plugins/shmem/shmem.d [2021-02-02T17:26:52.700Z] #42 18.42 DEP compel/plugins/fds/fds.d [2021-02-02T17:26:52.700Z] #42 18.47 CC compel/plugins/std/std.o [2021-02-02T17:26:52.700Z] #42 18.55 CC compel/plugins/std/fds.o [2021-02-02T17:26:52.700Z] #42 18.67 CC compel/plugins/std/log.o [2021-02-02T17:26:52.700Z] #42 18.89 CC compel/plugins/std/string.o [2021-02-02T17:26:52.700Z] #42 19.12 CC compel/plugins/std/infect.o [2021-02-02T17:26:52.700Z] #42 19.23 CC compel/arch/x86/plugins/std/parasite-head.o [2021-02-02T17:26:52.700Z] #42 19.26 CC compel/arch/x86/plugins/std/memcpy.o [2021-02-02T17:26:52.700Z] #42 19.29 CC compel/arch/x86/plugins/std/syscalls-64.o [2021-02-02T17:26:52.700Z] #42 19.31 AR compel/plugins/std.lib.a [2021-02-02T17:26:52.700Z] #42 19.34 CC compel/plugins/fds/fds.o [2021-02-02T17:26:52.700Z] #42 19.39 AR compel/plugins/fds.lib.a [2021-02-02T17:26:52.700Z] #42 19.42 HOSTDEP compel/src/lib/log-host.d [2021-02-02T17:26:52.700Z] #42 19.45 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-02T17:26:52.700Z] #42 19.47 HOSTDEP compel/arch/x86/src/lib/handle-elf-host.d [2021-02-02T17:26:52.700Z] #42 19.50 HOSTDEP compel/src/main-host.d [2021-02-02T17:26:52.700Z] #42 19.53 DEP compel/src/lib/ptrace.d [2021-02-02T17:26:52.700Z] #42 19.55 DEP compel/src/lib/infect.d [2021-02-02T17:26:52.700Z] #42 19.60 DEP compel/src/lib/infect-util.d [2021-02-02T17:26:52.700Z] #42 19.63 DEP compel/src/lib/infect-rpc.d [2021-02-02T17:26:52.700Z] #42 19.65 DEP compel/arch/x86/src/lib/infect.d [2021-02-02T17:26:52.700Z] #42 19.69 DEP compel/arch/x86/src/lib/cpu.d [2021-02-02T17:26:52.700Z] #42 19.70 DEP compel/src/lib/log.d [2021-02-02T17:26:52.700Z] #42 19.72 DEP compel/src/main.d [2021-02-02T17:26:52.700Z] #42 19.75 DEP compel/src/lib/handle-elf.d [2021-02-02T17:26:52.700Z] #42 19.78 DEP compel/arch/x86/src/lib/handle-elf.d [2021-02-02T17:26:52.700Z] #42 19.81 CC compel/src/lib/log.o [2021-02-02T17:26:52.700Z] #42 19.87 CC compel/arch/x86/src/lib/cpu.o [2021-02-02T17:26:52.960Z] #42 20.09 CC compel/arch/x86/src/lib/infect.o [2021-02-02T17:26:53.063Z] #27 5.038 #=#=# 0.3% ###### 9.7% ############# 19.0% ################## 25.4% ######################## 34.0% ########################### 38.2% ################################ 44.7% ################################### 48.9% ####################################### 54.5% ######################################### 58.0% ############################################ 62.2% ################################################# 68.2% ################################################### 71.6% ###################################################### 75.7% ########################################################### 82.5% ################################################################# 91.1% ###################################################################### 98.3% ######################################################################## 100.0% [2021-02-02T17:26:53.221Z] #42 20.31 CC compel/src/lib/infect-rpc.o [2021-02-02T17:26:53.221Z] #42 20.42 CC compel/src/lib/infect-util.o [2021-02-02T17:26:53.221Z] #42 20.49 CC compel/src/lib/infect.o [2021-02-02T17:26:53.356Z] #27 7.383 [2021-02-02T17:26:53.797Z] #42 ... [2021-02-02T17:26:53.797Z] [2021-02-02T17:26:53.797Z] #13 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-02T17:26:53.797Z] #13 sha256:5d93c16b11b4fa823b774777222a562901bea96919d6b4f99bcfab4a0637fb25 [2021-02-02T17:26:53.797Z] #13 DONE 1.3s [2021-02-02T17:26:53.797Z] [2021-02-02T17:26:53.797Z] #42 [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-02-02T17:26:53.797Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:26:53.797Z] #42 21.05 CC compel/src/lib/ptrace.o [2021-02-02T17:26:53.797Z] #42 21.15 AR compel/libcompel.a [2021-02-02T17:26:54.058Z] #42 21.17 HOSTCC compel/src/main-host.o [2021-02-02T17:26:54.058Z] #42 21.24 HOSTCC compel/arch/x86/src/lib/handle-elf-host.o [2021-02-02T17:26:54.058Z] #42 21.30 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-02T17:26:54.318Z] #42 21.40 HOSTCC compel/src/lib/log-host.o [2021-02-02T17:26:54.318Z] #42 21.45 HOSTLINK compel/compel-host-bin [2021-02-02T17:26:54.318Z] #42 21.56 DEP soccr/soccr.d [2021-02-02T17:26:54.318Z] #42 21.61 CC soccr/soccr.o [2021-02-02T17:26:54.533Z] #27 7.527 0.0% # 1.8% ## 3.0% ### 5.5% ##### 7.4% ####### 9.8% ######### 13.6% ########### 16.0% ############# 18.7% ############## 20.7% ################ [2021-02-02T17:26:54.533Z] #27 ... [2021-02-02T17:26:54.533Z] [2021-02-02T17:26:54.533Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-02T17:26:54.533Z] #32 37.86 time [2021-02-02T17:26:54.533Z] #32 42.74 internal/poll [2021-02-02T17:26:54.533Z] #32 42.78 internal/fmtsort [2021-02-02T17:26:54.533Z] #32 43.33 internal/syscall/execenv [2021-02-02T17:26:54.533Z] #32 43.49 internal/syscall/unix [2021-02-02T17:26:54.533Z] #32 43.70 strings [2021-02-02T17:26:54.533Z] #32 44.38 os [2021-02-02T17:26:54.533Z] #32 45.86 path [2021-02-02T17:26:54.533Z] #32 46.29 text/tabwriter [2021-02-02T17:26:54.533Z] #32 47.18 path/filepath [2021-02-02T17:26:54.533Z] #32 47.19 fmt [2021-02-02T17:26:54.533Z] #32 ... [2021-02-02T17:26:54.533Z] [2021-02-02T17:26:54.534Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:26:54.534Z] #41 1.653 Note: Building without setproctitle() and strlcpy() support. [2021-02-02T17:26:54.534Z] #41 1.654 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-02T17:26:54.534Z] #41 1.720 Note: Building without GnuTLS support [2021-02-02T17:26:54.534Z] #41 1.722 Makefile.config:39: Warn: you have no libnftables installed [2021-02-02T17:26:54.534Z] #41 1.722 Makefile.config:40: Warn: Building without nftables support [2021-02-02T17:26:54.534Z] #41 3.102 fatal: not a git repository (or any of the parent directories): .git [2021-02-02T17:26:54.534Z] #41 3.142 GEN .gitid [2021-02-02T17:26:54.534Z] #41 3.162 GEN criu/include/version.h [2021-02-02T17:26:54.534Z] #41 3.209 GEN include/common/asm [2021-02-02T17:26:54.534Z] #41 4.227 PBCC images/timens.pb-c.c [2021-02-02T17:26:54.534Z] #41 4.257 DEP images/timens.pb-c.d [2021-02-02T17:26:54.534Z] #41 4.284 PBCC images/fown.pb-c.c [2021-02-02T17:26:54.534Z] #41 4.307 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-02T17:26:54.534Z] #41 4.388 PBCC images/opts.pb-c.c [2021-02-02T17:26:54.534Z] #41 4.448 PBCC images/memfd.pb-c.c [2021-02-02T17:26:54.534Z] #41 4.500 DEP images/fown.pb-c.d [2021-02-02T17:26:54.534Z] #41 4.535 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-02T17:26:54.534Z] #41 4.553 DEP images/opts.pb-c.d [2021-02-02T17:26:54.534Z] #41 4.614 DEP images/memfd.pb-c.d [2021-02-02T17:26:54.534Z] #41 4.681 PBCC images/sit.pb-c.c [2021-02-02T17:26:54.534Z] #41 4.696 DEP images/sit.pb-c.d [2021-02-02T17:26:54.534Z] #41 4.734 PBCC images/macvlan.pb-c.c [2021-02-02T17:26:54.534Z] #41 4.741 DEP images/macvlan.pb-c.d [2021-02-02T17:26:54.534Z] #41 4.778 PBCC images/autofs.pb-c.c [2021-02-02T17:26:54.534Z] #41 4.821 DEP images/autofs.pb-c.d [2021-02-02T17:26:54.534Z] #41 4.897 PBCC images/sysctl.pb-c.c [2021-02-02T17:26:54.534Z] #41 4.901 DEP images/sysctl.pb-c.d [2021-02-02T17:26:54.534Z] #41 4.965 PBCC images/time.pb-c.c [2021-02-02T17:26:54.534Z] #41 4.994 DEP images/time.pb-c.d [2021-02-02T17:26:54.534Z] #41 5.058 PBCC images/binfmt-misc.pb-c.c [2021-02-02T17:26:54.534Z] #41 5.061 DEP images/binfmt-misc.pb-c.d [2021-02-02T17:26:54.534Z] #41 5.090 PBCC images/seccomp.pb-c.c [2021-02-02T17:26:54.534Z] #41 5.119 DEP images/seccomp.pb-c.d [2021-02-02T17:26:54.534Z] #41 5.159 PBCC images/userns.pb-c.c [2021-02-02T17:26:54.534Z] #41 5.172 DEP images/userns.pb-c.d [2021-02-02T17:26:54.534Z] #41 5.247 PBCC images/cgroup.pb-c.c [2021-02-02T17:26:54.534Z] #41 5.255 DEP images/cgroup.pb-c.d [2021-02-02T17:26:54.534Z] #41 5.304 PBCC images/ext-file.pb-c.c [2021-02-02T17:26:54.534Z] #41 5.335 DEP images/ext-file.pb-c.d [2021-02-02T17:26:54.534Z] #41 5.399 PBCC images/rpc.pb-c.c [2021-02-02T17:26:54.534Z] #41 5.427 DEP images/rpc.pb-c.d [2021-02-02T17:26:54.534Z] #41 5.441 PBCC images/siginfo.pb-c.c [2021-02-02T17:26:54.534Z] #41 5.459 DEP images/siginfo.pb-c.d [2021-02-02T17:26:54.534Z] #41 5.518 PBCC images/pagemap.pb-c.c [2021-02-02T17:26:54.534Z] #41 5.538 DEP images/pagemap.pb-c.d [2021-02-02T17:26:54.534Z] #41 5.573 PBCC images/rlimit.pb-c.c [2021-02-02T17:26:54.534Z] #41 5.577 DEP images/rlimit.pb-c.d [2021-02-02T17:26:54.534Z] #41 5.625 PBCC images/file-lock.pb-c.c [2021-02-02T17:26:54.534Z] #41 5.629 DEP images/file-lock.pb-c.d [2021-02-02T17:26:54.534Z] #41 5.678 PBCC images/tty.pb-c.c [2021-02-02T17:26:54.534Z] #41 5.746 DEP images/tty.pb-c.d [2021-02-02T17:26:54.534Z] #41 5.796 PBCC images/tun.pb-c.c [2021-02-02T17:26:54.534Z] #41 5.810 PBCC images/netdev.pb-c.c [2021-02-02T17:26:54.534Z] #41 5.842 DEP images/tun.pb-c.d [2021-02-02T17:26:54.534Z] #41 5.880 DEP images/netdev.pb-c.d [2021-02-02T17:26:54.534Z] #41 5.938 PBCC images/vma.pb-c.c [2021-02-02T17:26:54.534Z] #41 5.966 DEP images/vma.pb-c.d [2021-02-02T17:26:54.534Z] #41 6.024 PBCC images/creds.pb-c.c [2021-02-02T17:26:54.534Z] #41 6.048 DEP images/creds.pb-c.d [2021-02-02T17:26:54.534Z] #41 6.104 PBCC images/utsns.pb-c.c [2021-02-02T17:26:54.534Z] #41 6.121 DEP images/utsns.pb-c.d [2021-02-02T17:26:54.534Z] #41 6.150 PBCC images/ipc-desc.pb-c.c [2021-02-02T17:26:54.534Z] #41 6.168 PBCC images/ipc-sem.pb-c.c [2021-02-02T17:26:54.534Z] #41 6.185 DEP images/ipc-desc.pb-c.d [2021-02-02T17:26:54.534Z] #41 6.222 DEP images/ipc-sem.pb-c.d [2021-02-02T17:26:54.534Z] #41 6.256 PBCC images/ipc-msg.pb-c.c [2021-02-02T17:26:54.534Z] #41 6.275 DEP images/ipc-msg.pb-c.d [2021-02-02T17:26:54.534Z] #41 6.310 PBCC images/ipc-shm.pb-c.c [2021-02-02T17:26:54.534Z] #41 6.327 DEP images/ipc-shm.pb-c.d [2021-02-02T17:26:54.534Z] #41 6.367 PBCC images/ipc-var.pb-c.c [2021-02-02T17:26:54.534Z] #41 6.377 DEP images/ipc-var.pb-c.d [2021-02-02T17:26:54.534Z] #41 6.403 PBCC images/sk-opts.pb-c.c [2021-02-02T17:26:54.534Z] #41 6.418 PBCC images/packet-sock.pb-c.c [2021-02-02T17:26:54.534Z] #41 6.439 DEP images/sk-opts.pb-c.d [2021-02-02T17:26:54.534Z] #41 6.459 DEP images/packet-sock.pb-c.d [2021-02-02T17:26:54.534Z] #41 6.481 PBCC images/sk-netlink.pb-c.c [2021-02-02T17:26:54.534Z] #41 6.515 DEP images/sk-netlink.pb-c.d [2021-02-02T17:26:54.534Z] #41 6.555 PBCC images/sk-inet.pb-c.c [2021-02-02T17:26:54.534Z] #41 6.561 DEP images/sk-inet.pb-c.d [2021-02-02T17:26:54.534Z] #41 6.620 PBCC images/sk-unix.pb-c.c [2021-02-02T17:26:54.534Z] #41 6.657 DEP images/sk-unix.pb-c.d [2021-02-02T17:26:54.534Z] #41 6.709 PBCC images/mm.pb-c.c [2021-02-02T17:26:54.534Z] #41 6.747 DEP images/mm.pb-c.d [2021-02-02T17:26:54.534Z] #41 6.792 PBCC images/timerfd.pb-c.c [2021-02-02T17:26:54.534Z] #41 6.835 DEP images/timerfd.pb-c.d [2021-02-02T17:26:54.534Z] #41 6.903 PBCC images/timer.pb-c.c [2021-02-02T17:26:54.534Z] #41 6.909 DEP images/timer.pb-c.d [2021-02-02T17:26:54.534Z] #41 6.972 PBCC images/sa.pb-c.c [2021-02-02T17:26:54.534Z] #41 6.982 DEP images/sa.pb-c.d [2021-02-02T17:26:54.534Z] #41 7.064 PBCC images/pipe-data.pb-c.c [2021-02-02T17:26:54.534Z] #41 7.087 DEP images/pipe-data.pb-c.d [2021-02-02T17:26:54.534Z] #41 7.132 PBCC images/mnt.pb-c.c [2021-02-02T17:26:54.534Z] #41 7.180 DEP images/mnt.pb-c.d [2021-02-02T17:26:54.534Z] #41 7.228 PBCC images/sk-packet.pb-c.c [2021-02-02T17:26:54.534Z] #41 7.231 DEP images/sk-packet.pb-c.d [2021-02-02T17:26:54.534Z] #41 7.274 PBCC images/tcp-stream.pb-c.c [2021-02-02T17:26:54.534Z] #41 7.350 DEP images/tcp-stream.pb-c.d [2021-02-02T17:26:54.534Z] #41 7.403 PBCC images/pipe.pb-c.c [2021-02-02T17:26:54.534Z] #41 7.427 DEP images/pipe.pb-c.d [2021-02-02T17:26:54.534Z] #41 7.451 PBCC images/pstree.pb-c.c [2021-02-02T17:26:54.534Z] #41 7.470 DEP images/pstree.pb-c.d [2021-02-02T17:26:54.534Z] #41 7.523 PBCC images/fs.pb-c.c [2021-02-02T17:26:54.534Z] #41 7.536 DEP images/fs.pb-c.d [2021-02-02T17:26:54.534Z] #41 7.547 PBCC images/signalfd.pb-c.c [2021-02-02T17:26:54.534Z] #41 7.592 DEP images/signalfd.pb-c.d [2021-02-02T17:26:54.534Z] #41 7.628 PBCC images/fh.pb-c.c [2021-02-02T17:26:54.534Z] #41 7.658 PBCC images/fsnotify.pb-c.c [2021-02-02T17:26:54.534Z] #41 7.692 DEP images/fh.pb-c.d [2021-02-02T17:26:54.534Z] #41 7.739 DEP images/fsnotify.pb-c.d [2021-02-02T17:26:54.534Z] #41 7.766 PBCC images/eventpoll.pb-c.c [2021-02-02T17:26:54.534Z] #41 7.789 DEP images/eventpoll.pb-c.d [2021-02-02T17:26:54.534Z] #41 7.840 PBCC images/eventfd.pb-c.c [2021-02-02T17:26:54.534Z] #41 7.862 DEP images/eventfd.pb-c.d [2021-02-02T17:26:54.534Z] #41 7.892 PBCC images/remap-file-path.pb-c.c [2021-02-02T17:26:54.534Z] #41 7.901 DEP images/remap-file-path.pb-c.d [2021-02-02T17:26:54.534Z] #41 7.934 PBCC images/fifo.pb-c.c [2021-02-02T17:26:54.534Z] #41 7.953 DEP images/fifo.pb-c.d [2021-02-02T17:26:54.534Z] #41 8.028 PBCC images/ghost-file.pb-c.c [2021-02-02T17:26:54.534Z] #41 8.072 DEP images/ghost-file.pb-c.d [2021-02-02T17:26:54.534Z] #41 8.081 PBCC images/regfile.pb-c.c [2021-02-02T17:26:54.534Z] #41 8.109 DEP images/regfile.pb-c.d [2021-02-02T17:26:54.534Z] #41 8.153 PBCC images/ns.pb-c.c [2021-02-02T17:26:54.534Z] #41 8.169 DEP images/ns.pb-c.d [2021-02-02T17:26:54.534Z] #41 8.195 PBCC images/fdinfo.pb-c.c [2021-02-02T17:26:54.534Z] #41 8.218 DEP images/fdinfo.pb-c.d [2021-02-02T17:26:54.534Z] #41 8.251 PBCC images/core-aarch64.pb-c.c [2021-02-02T17:26:54.534Z] #41 8.302 PBCC images/core-arm.pb-c.c [2021-02-02T17:26:54.534Z] #41 8.328 PBCC images/core-ppc64.pb-c.c [2021-02-02T17:26:54.534Z] #41 8.356 PBCC images/core-s390.pb-c.c [2021-02-02T17:26:54.534Z] #41 8.366 PBCC images/core-x86.pb-c.c [2021-02-02T17:26:54.534Z] #41 8.419 PBCC images/core.pb-c.c [2021-02-02T17:26:54.534Z] #41 8.546 PBCC images/inventory.pb-c.c [2021-02-02T17:26:54.534Z] #41 8.620 DEP images/core-aarch64.pb-c.d [2021-02-02T17:26:54.534Z] #41 8.658 DEP images/core-arm.pb-c.d [2021-02-02T17:26:54.534Z] #41 8.819 DEP images/core-ppc64.pb-c.d [2021-02-02T17:26:54.534Z] #41 8.885 DEP images/core-s390.pb-c.d [2021-02-02T17:26:54.534Z] #41 8.955 DEP images/core-x86.pb-c.d [2021-02-02T17:26:54.534Z] #41 9.046 DEP images/core.pb-c.d [2021-02-02T17:26:54.534Z] #41 9.136 DEP images/inventory.pb-c.d [2021-02-02T17:26:54.534Z] #41 9.255 PBCC images/cpuinfo.pb-c.c [2021-02-02T17:26:54.534Z] #41 9.297 DEP images/cpuinfo.pb-c.d [2021-02-02T17:26:54.534Z] #41 9.379 PBCC images/stats.pb-c.c [2021-02-02T17:26:54.534Z] #41 9.388 DEP images/stats.pb-c.d [2021-02-02T17:26:54.534Z] #41 10.31 make[1]: Nothing to be done for 'all'. [2021-02-02T17:26:54.534Z] #41 11.25 CC images/stats.o [2021-02-02T17:26:54.534Z] #41 11.58 CC images/core.o [2021-02-02T17:26:54.826Z] #41 ... [2021-02-02T17:26:54.826Z] [2021-02-02T17:26:54.826Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-02T17:26:54.899Z] #42 21.88 AR soccr/libsoccr.a [2021-02-02T17:26:54.899Z] #42 21.90 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-02T17:26:54.899Z] #42 22.04 DEP criu/arch/x86/sigframe.d [2021-02-02T17:26:54.899Z] #42 22.07 DEP criu/arch/x86/sigaction_compat.d [2021-02-02T17:26:54.899Z] #42 22.09 DEP criu/arch/x86/kerndat.d [2021-02-02T17:26:54.899Z] #42 22.12 DEP criu/arch/x86/crtools.d [2021-02-02T17:26:55.159Z] #42 22.15 DEP criu/arch/x86/cpu.d [2021-02-02T17:26:55.159Z] #42 22.17 CC criu/arch/x86/cpu.o [2021-02-02T17:26:55.159Z] #42 22.37 CC criu/arch/x86/crtools.o [2021-02-02T17:26:55.419Z] #42 ... [2021-02-02T17:26:55.419Z] [2021-02-02T17:26:55.419Z] #14 [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-02-02T17:26:55.419Z] #14 sha256:9870d309798d4684300692663586ff94ad80094a53fa8816f3d1b7fdbf3f8075 [2021-02-02T17:26:55.419Z] #14 DONE 1.4s [2021-02-02T17:26:55.419Z] [2021-02-02T17:26:55.419Z] #42 [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-02-02T17:26:55.419Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:26:55.419Z] #42 22.71 CC criu/arch/x86/kerndat.o [2021-02-02T17:26:55.706Z] #27 7.527 0.0% # 1.8% ## 3.0% ### 5.5% ##### 7.4% ####### 9.8% ######### 13.6% ########### 16.0% ############# 18.7% ############## 20.7% ################ 22.9% ################## 26.2% #################### 27.8% ##################### 30.3% ####################### 32.1% ######################## 34.0% ########################## 36.5% ########################### 38.4% ############################# 41.5% ############################### 43.9% ################################# 46.6% [2021-02-02T17:26:55.706Z] #27 ... [2021-02-02T17:26:55.706Z] [2021-02-02T17:26:55.706Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-02T17:26:55.706Z] #49 39.20 time [2021-02-02T17:26:55.706Z] #49 42.98 context [2021-02-02T17:26:55.706Z] #49 43.75 internal/poll [2021-02-02T17:26:55.706Z] #49 44.93 encoding/binary [2021-02-02T17:26:55.706Z] #49 46.05 os [2021-02-02T17:26:55.706Z] #49 47.03 encoding/base64 [2021-02-02T17:26:55.706Z] #49 47.65 golang.org/x/sys/unix [2021-02-02T17:26:55.706Z] #49 47.99 fmt [2021-02-02T17:26:55.706Z] #49 ... [2021-02-02T17:26:55.706Z] [2021-02-02T17:26:55.706Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-02T17:26:55.738Z] #42 22.88 CC criu/arch/x86/sigaction_compat.o [2021-02-02T17:26:55.738Z] #42 22.96 CC criu/arch/x86/sigframe.o [2021-02-02T17:26:55.738Z] #42 23.04 LINK criu/arch/x86/crtools.built-in.o [2021-02-02T17:26:56.000Z] #42 23.09 DEP criu/pie/util-vdso-elf32.d [2021-02-02T17:26:56.000Z] #42 23.14 DEP criu/pie/util-vdso.d [2021-02-02T17:26:56.000Z] #42 23.17 DEP criu/pie/util.d [2021-02-02T17:26:56.000Z] #42 23.22 CC criu/pie/util.o [2021-02-02T17:26:56.000Z] #42 23.32 CC criu/pie/util-vdso.o [2021-02-02T17:26:56.274Z] #42 23.56 CC criu/pie/util-vdso-elf32.o [2021-02-02T17:26:56.538Z] #42 ... [2021-02-02T17:26:56.538Z] [2021-02-02T17:26:56.538Z] #15 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-02T17:26:56.538Z] #15 sha256:f49da00d55432a53eccbeeb79d7a9dfdea5b595b3817b9c4dc4376949abc3cd7 [2021-02-02T17:26:56.538Z] #15 0.929 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-02T17:26:56.538Z] #15 DONE 1.1s [2021-02-02T17:26:56.538Z] [2021-02-02T17:26:56.538Z] #42 [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-02-02T17:26:56.538Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:26:56.538Z] #42 23.73 AR criu/pie/pie.lib.a [2021-02-02T17:26:56.538Z] #42 23.80 DEP criu/pie/restorer.d [2021-02-02T17:26:56.586Z] #27 7.527 0.0% # 1.8% ## 3.0% ### 5.5% ##### 7.4% ####### 9.8% ######### 13.6% ########### 16.0% ############# 18.7% ############## 20.7% ################ 22.9% ################## 26.2% #################### 27.8% ##################### 30.3% ####################### 32.1% ######################## 34.0% ########################## 36.5% ########################### 38.4% ############################# 41.5% ############################### 43.9% ################################# 46.6% ################################### 49.1% ##################################### 51.5% ###################################### 53.3% ######################################## 55.8% ######################################### 58.3% ############################################ 61.4% ############################################## 64.5% ################################################ 67.0% [2021-02-02T17:26:56.586Z] #27 ... [2021-02-02T17:26:56.586Z] [2021-02-02T17:26:56.586Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-02T17:26:56.586Z] #11 40.30 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-02T17:26:56.586Z] #11 40.32 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-02T17:26:56.586Z] #11 40.32 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-02T17:26:56.586Z] #11 44.53 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-02T17:26:56.586Z] #11 44.56 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-02-02T17:26:56.586Z] #11 44.57 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:26:56.586Z] #11 44.79 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-02T17:26:56.586Z] #11 44.80 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-02-02T17:26:56.586Z] #11 44.80 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:26:56.800Z] #42 23.89 DEP criu/arch/x86/sigaction_compat_pie.d [2021-02-02T17:26:56.800Z] #42 23.92 DEP criu/arch/x86/restorer_unmap.d [2021-02-02T17:26:56.800Z] #42 23.93 DEP criu/arch/x86/restorer.d [2021-02-02T17:26:56.800Z] #42 24.01 DEP criu/arch/x86/vdso-pie.d [2021-02-02T17:26:56.800Z] #42 24.05 DEP criu/pie/parasite-vdso.d [2021-02-02T17:26:56.800Z] #42 24.12 DEP criu/pie/parasite.d [2021-02-02T17:26:56.879Z] #11 ... [2021-02-02T17:26:56.879Z] [2021-02-02T17:26:56.879Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-02T17:26:57.065Z] #42 24.19 CC criu/pie/parasite.o [2021-02-02T17:26:57.328Z] #42 ... [2021-02-02T17:26:57.328Z] [2021-02-02T17:26:57.328Z] #48 [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-02-02T17:26:57.328Z] #48 sha256:e70ef5ad7ca46392be579ebec125a0493cbc8b5de01dc257d7994164ad84da08 [2021-02-02T17:26:57.328Z] #48 48.82 + /build/golangci-lint --version [2021-02-02T17:26:57.328Z] #48 49.06 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-02T17:26:57.328Z] #48 DONE 49.4s [2021-02-02T17:26:57.328Z] [2021-02-02T17:26:57.328Z] #42 [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-02-02T17:26:57.328Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:26:57.328Z] #42 24.53 LINK criu/pie/parasite.built-in.o [2021-02-02T17:26:57.328Z] #42 24.54 GEN criu/pie/parasite-blob.h [2021-02-02T17:26:57.328Z] #42 24.55 CC criu/pie/parasite-vdso.o [2021-02-02T17:26:57.591Z] #42 24.76 CC criu/arch/x86/vdso-pie.o [2021-02-02T17:26:57.857Z] #42 24.85 CC criu/arch/x86/restorer.o [2021-02-02T17:26:57.857Z] #42 25.03 CC criu/arch/x86/restorer_unmap.o [2021-02-02T17:26:57.857Z] #42 25.05 CC criu/arch/x86/sigaction_compat_pie.o [2021-02-02T17:26:57.857Z] #42 25.13 CC criu/pie/restorer.o [2021-02-02T17:26:58.081Z] #27 7.527 0.0% # 1.8% ## 3.0% ### 5.5% ##### 7.4% ####### 9.8% ######### 13.6% ########### 16.0% ############# 18.7% ############## 20.7% ################ 22.9% ################## 26.2% #################### 27.8% ##################### 30.3% ####################### 32.1% ######################## 34.0% ########################## 36.5% ########################### 38.4% ############################# 41.5% ############################### 43.9% ################################# 46.6% ################################### 49.1% ##################################### 51.5% ###################################### 53.3% ######################################## 55.8% ######################################### 58.3% ############################################ 61.4% ############################################## 64.5% ################################################ 67.0% ################################################## 70.1% #################################################### 72.6% ##################################################### 74.6% ###################################################### 75.4% ####################################################### 76.9% ######################################################### 79.6% ########################################################## 81.8% ############################################################ 84.3% ############################################################## 86.8% ################################################################ 89.3% ################################################################# 91.5% ################################################################## 92.0% ################################################################### 93.4% [2021-02-02T17:26:58.081Z] #27 ... [2021-02-02T17:26:58.081Z] [2021-02-02T17:26:58.081Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-02T17:26:58.081Z] #43 41.55 time [2021-02-02T17:26:58.081Z] #43 44.55 strings [2021-02-02T17:26:58.081Z] #43 45.95 os [2021-02-02T17:26:58.081Z] #43 47.69 regexp/syntax [2021-02-02T17:26:58.081Z] #43 48.40 fmt [2021-02-02T17:26:58.081Z] #43 50.83 regexp [2021-02-02T17:26:58.081Z] #43 ... [2021-02-02T17:26:58.081Z] [2021-02-02T17:26:58.081Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-02T17:26:58.121Z] #42 ... [2021-02-02T17:26:58.121Z] [2021-02-02T17:26:58.121Z] #16 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-02T17:26:58.121Z] #16 sha256:e0fd3f181c6a1aefb495e9780bd348beb6c7a92b0e700d78b21dddc21b6d3788 [2021-02-02T17:26:58.121Z] #16 DONE 1.5s [2021-02-02T17:26:58.121Z] [2021-02-02T17:26:58.121Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-02T17:26:58.121Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-02T17:26:58.373Z] #27 7.527 0.0% # 1.8% ## 3.0% ### 5.5% ##### 7.4% ####### 9.8% ######### 13.6% ########### 16.0% ############# 18.7% ############## 20.7% ################ 22.9% ################## 26.2% #################### 27.8% ##################### 30.3% ####################### 32.1% ######################## 34.0% ########################## 36.5% ########################### 38.4% ############################# 41.5% ############################### 43.9% ################################# 46.6% ################################### 49.1% ##################################### 51.5% ###################################### 53.3% ######################################## 55.8% ######################################### 58.3% ############################################ 61.4% ############################################## 64.5% ################################################ 67.0% ################################################## 70.1% #################################################### 72.6% ##################################################### 74.6% ###################################################### 75.4% ####################################################### 76.9% ######################################################### 79.6% ########################################################## 81.8% ############################################################ 84.3% ############################################################## 86.8% ################################################################ 89.3% ################################################################# 91.5% ################################################################## 92.0% ################################################################### 93.4% #################################################################### 95.7% ###################################################################### 98.2% ######################################################################## 100.0% [2021-02-02T17:26:58.373Z] #27 12.58 [2021-02-02T17:26:58.384Z] #17 ... [2021-02-02T17:26:58.384Z] [2021-02-02T17:26:58.384Z] #39 [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-02-02T17:26:58.384Z] #39 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-02-02T17:26:58.384Z] #39 44.06 + dpkg --print-architecture [2021-02-02T17:26:58.384Z] #39 44.06 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-02T17:26:58.384Z] #39 44.36 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-02T17:26:58.384Z] #39 44.36 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-02T17:26:58.384Z] #39 DONE 50.4s [2021-02-02T17:26:58.651Z] [2021-02-02T17:26:58.651Z] #52 [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-02-02T17:26:58.651Z] #52 sha256:4a4f9ee1d84e35747d9b9cd008f4537b8faf30448b4639b248f4db644db82656 [2021-02-02T17:26:58.651Z] #52 1.006 + RM_GOPATH=0 [2021-02-02T17:26:58.651Z] #52 1.008 + TMP_GOPATH= [2021-02-02T17:26:58.651Z] #52 1.008 + : /build [2021-02-02T17:26:58.651Z] #52 1.008 + '[' -z '' ']' [2021-02-02T17:26:58.651Z] #52 1.008 ++ mktemp -d [2021-02-02T17:26:58.651Z] #52 1.009 + export GOPATH=/tmp/tmp.OnacC2H448 [2021-02-02T17:26:58.651Z] #52 1.009 + GOPATH=/tmp/tmp.OnacC2H448 [2021-02-02T17:26:58.651Z] #52 1.009 + RM_GOPATH=1 [2021-02-02T17:26:58.651Z] #52 1.009 + case "$(go env GOARCH)" in [2021-02-02T17:26:58.651Z] #52 1.010 ++ go env GOARCH [2021-02-02T17:26:58.651Z] #52 1.029 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:58.651Z] #52 1.029 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:26:58.651Z] #52 1.029 ++ dirname /tmp/install/install.sh [2021-02-02T17:26:58.651Z] #52 1.033 + dir=/tmp/install [2021-02-02T17:26:58.651Z] #52 1.033 + bin=runc [2021-02-02T17:26:58.651Z] #52 1.033 + shift [2021-02-02T17:26:58.651Z] #52 1.033 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-02T17:26:58.651Z] #52 1.033 + . /tmp/install/runc.installer [2021-02-02T17:26:58.651Z] #52 1.033 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-02T17:26:58.651Z] #52 1.033 + install_runc [2021-02-02T17:26:58.651Z] #52 1.033 + uname -r [2021-02-02T17:26:58.651Z] #52 1.033 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-02T17:26:58.651Z] #52 1.040 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2021-02-02T17:26:58.651Z] #52 1.040 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2021-02-02T17:26:58.651Z] #52 1.040 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.OnacC2H448/src/github.com/opencontainers/runc [2021-02-02T17:26:58.651Z] #52 1.040 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2021-02-02T17:26:58.651Z] #52 1.042 Cloning into '/tmp/tmp.OnacC2H448/src/github.com/opencontainers/runc'... [2021-02-02T17:26:58.651Z] #52 2.769 + cd /tmp/tmp.OnacC2H448/src/github.com/opencontainers/runc [2021-02-02T17:26:58.651Z] #52 2.769 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-02T17:26:58.651Z] #52 2.956 + '[' -z '' ']' [2021-02-02T17:26:58.651Z] #52 2.956 + target=static [2021-02-02T17:26:58.651Z] #52 2.956 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2021-02-02T17:26:58.651Z] #52 3.228 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2021-02-02T17:26:58.651Z] #52 ... [2021-02-02T17:26:58.651Z] [2021-02-02T17:26:58.651Z] #42 [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-02-02T17:26:58.651Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:26:58.651Z] #42 25.94 LINK criu/pie/restorer.built-in.o [2021-02-02T17:26:58.651Z] #42 25.95 GEN criu/pie/restorer-blob.h [2021-02-02T17:26:58.921Z] #42 26.03 DEP criu/vdso.d [2021-02-02T17:26:58.921Z] #42 26.11 DEP criu/vdso-compat.d [2021-02-02T17:26:58.921Z] #42 26.15 DEP criu/uts_ns.d [2021-02-02T17:26:58.921Z] #42 26.21 DEP criu/util.d [2021-02-02T17:26:59.186Z] #42 26.29 DEP criu/uffd.d [2021-02-02T17:26:59.186Z] #42 26.35 DEP criu/tun.d [2021-02-02T17:26:59.186Z] #42 26.40 DEP criu/tty.d [2021-02-02T17:26:59.186Z] #42 26.46 DEP criu/timerfd.d [2021-02-02T17:26:59.186Z] #42 26.52 DEP criu/timens.d [2021-02-02T17:26:59.186Z] #42 26.57 DEP criu/sysfs_parse.d [2021-02-02T17:26:59.457Z] #42 ... [2021-02-02T17:26:59.457Z] [2021-02-02T17:26:59.457Z] #17 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-02T17:26:59.457Z] #17 sha256:f042adb567361aaa003e9e425fd06cc735c4a98b1120e5d4e13f4e35e2efd6f5 [2021-02-02T17:26:59.457Z] #17 DONE 1.5s [2021-02-02T17:26:59.457Z] [2021-02-02T17:26:59.457Z] #42 [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-02-02T17:26:59.457Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:26:59.457Z] #42 26.65 DEP criu/sysctl.d [2021-02-02T17:26:59.457Z] #42 26.72 DEP criu/string.d [2021-02-02T17:26:59.457Z] #42 26.73 DEP criu/stats.d [2021-02-02T17:26:59.457Z] #42 26.78 DEP criu/sockets.d [2021-02-02T17:26:59.457Z] #42 26.84 DEP criu/sk-unix.d [2021-02-02T17:26:59.722Z] #42 26.90 DEP criu/sk-tcp.d [2021-02-02T17:26:59.722Z] #42 26.94 DEP criu/sk-queue.d [2021-02-02T17:26:59.722Z] #42 26.98 DEP criu/sk-packet.d [2021-02-02T17:26:59.722Z] #42 27.03 DEP criu/sk-netlink.d [2021-02-02T17:26:59.722Z] #42 27.08 DEP criu/sk-inet.d [2021-02-02T17:26:59.986Z] #42 27.15 DEP criu/signalfd.d [2021-02-02T17:26:59.986Z] #42 27.20 DEP criu/sigframe.d [2021-02-02T17:26:59.986Z] #42 27.23 DEP criu/shmem.d [2021-02-02T17:26:59.986Z] #42 27.28 DEP criu/servicefd.d [2021-02-02T17:26:59.986Z] #42 27.33 DEP criu/seize.d [2021-02-02T17:27:00.246Z] #42 27.37 DEP criu/seccomp.d [2021-02-02T17:27:00.246Z] #42 27.41 DEP criu/rst-malloc.d [2021-02-02T17:27:00.246Z] #42 27.44 DEP criu/rbtree.d [2021-02-02T17:27:00.246Z] #42 27.46 DEP criu/pstree.d [2021-02-02T17:27:00.246Z] #42 27.52 DEP criu/protobuf.d [2021-02-02T17:27:00.246Z] #42 27.57 GEN criu/protobuf-desc-gen.h [2021-02-02T17:27:00.505Z] #42 ... [2021-02-02T17:27:00.505Z] [2021-02-02T17:27:00.505Z] #18 [dev-systemd-false 6/26] RUN ldconfig [2021-02-02T17:27:00.505Z] #18 sha256:86984b543c4e9d471b758b4d0d9dc83fe9fc7f9a2a4e2219c14f672e16b922b3 [2021-02-02T17:27:00.505Z] #18 DONE 1.1s [2021-02-02T17:27:00.505Z] [2021-02-02T17:27:00.505Z] #19 [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-02-02T17:27:00.505Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-02T17:27:01.890Z] #19 1.196 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:27:01.890Z] #19 1.207 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:27:01.890Z] #19 1.208 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:27:01.890Z] #19 1.362 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-02-02T17:27:02.150Z] #19 1.552 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [266 kB] [2021-02-02T17:27:02.410Z] #19 1.943 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [7848 B] [2021-02-02T17:27:02.847Z] #27 ... [2021-02-02T17:27:02.847Z] [2021-02-02T17:27:02.847Z] #32 [tomlv 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-02T17:27:02.847Z] #32 48.23 io/ioutil [2021-02-02T17:27:02.847Z] #32 49.66 flag [2021-02-02T17:27:02.847Z] #32 49.66 github.com/BurntSushi/toml [2021-02-02T17:27:02.847Z] #32 50.80 log [2021-02-02T17:27:02.847Z] #32 52.62 github.com/BurntSushi/toml/cmd/tomlv [2021-02-02T17:27:02.847Z] #32 DONE 55.9s [2021-02-02T17:27:02.847Z] [2021-02-02T17:27:02.847Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-02T17:27:02.848Z] #54 29.69 Checking out files: 76% (2898/3779) Checking out files: 77% (2910/3779) Checking out files: 78% (2948/3779) Checking out files: 79% (2986/3779) Checking out files: 80% (3024/3779) Checking out files: 81% (3061/3779) Checking out files: 82% (3099/3779) Checking out files: 83% (3137/3779) Checking out files: 84% (3175/3779) Checking out files: 85% (3213/3779) Checking out files: 86% (3250/3779) Checking out files: 87% (3288/3779) Checking out files: 88% (3326/3779) Checking out files: 89% (3364/3779) Checking out files: 90% (3402/3779) Checking out files: 91% (3439/3779) Checking out files: 92% (3477/3779) Checking out files: 93% (3515/3779) Checking out files: 94% (3553/3779) Checking out files: 95% (3591/3779) Checking out files: 96% (3628/3779) Checking out files: 97% (3666/3779) Checking out files: 98% (3704/3779) Checking out files: 99% (3742/3779) Checking out files: 100% (3779/3779) Checking out files: 100% (3779/3779), done. [2021-02-02T17:27:02.848Z] #54 30.25 + cd /tmp/tmp.m7xb7RWzVZ/src/github.com/containerd/containerd [2021-02-02T17:27:02.848Z] #54 30.26 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:27:03.486Z] #54 31.84 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-02T17:27:03.486Z] #54 31.84 + BUILDTAGS='netgo osusergo static_build' [2021-02-02T17:27:03.486Z] #54 31.84 + export EXTRA_FLAGS=-buildmode=pie [2021-02-02T17:27:03.486Z] #54 31.84 + EXTRA_FLAGS=-buildmode=pie [2021-02-02T17:27:03.486Z] #54 31.84 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-02T17:27:03.486Z] #54 31.84 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-02T17:27:03.486Z] #54 31.84 + '[' '' = dynamic ']' [2021-02-02T17:27:03.486Z] #54 31.84 + make [2021-02-02T17:27:03.794Z] #19 3.184 Fetched 8420 kB in 2s (3752 kB/s) [2021-02-02T17:27:04.523Z] #54 32.75 + bin/ctr [2021-02-02T17:27:04.735Z] #19 3.184 Reading package lists... [2021-02-02T17:27:04.816Z] #54 ... [2021-02-02T17:27:04.816Z] [2021-02-02T17:27:04.816Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:27:04.816Z] #41 12.04 CC images/core-x86.o [2021-02-02T17:27:04.816Z] #41 12.57 CC images/core-arm.o [2021-02-02T17:27:04.816Z] #41 12.82 CC images/core-aarch64.o [2021-02-02T17:27:04.816Z] #41 12.99 CC images/core-ppc64.o [2021-02-02T17:27:04.816Z] #41 13.48 CC images/core-s390.o [2021-02-02T17:27:04.816Z] #41 13.96 CC images/cpuinfo.o [2021-02-02T17:27:04.816Z] #41 14.32 CC images/inventory.o [2021-02-02T17:27:04.816Z] #41 14.55 CC images/fdinfo.o [2021-02-02T17:27:04.816Z] #41 14.76 CC images/fown.o [2021-02-02T17:27:04.816Z] #41 14.92 CC images/ns.o [2021-02-02T17:27:04.816Z] #41 15.12 CC images/regfile.o [2021-02-02T17:27:04.816Z] #41 15.35 CC images/ghost-file.o [2021-02-02T17:27:04.816Z] #41 15.64 CC images/fifo.o [2021-02-02T17:27:04.816Z] #41 15.73 CC images/remap-file-path.o [2021-02-02T17:27:04.816Z] #41 15.93 CC images/eventfd.o [2021-02-02T17:27:04.816Z] #41 16.16 CC images/eventpoll.o [2021-02-02T17:27:04.816Z] #41 16.32 CC images/fh.o [2021-02-02T17:27:04.816Z] #41 16.53 CC images/fsnotify.o [2021-02-02T17:27:04.816Z] #41 16.88 CC images/signalfd.o [2021-02-02T17:27:04.816Z] #41 17.04 CC images/fs.o [2021-02-02T17:27:04.816Z] #41 17.18 CC images/pstree.o [2021-02-02T17:27:04.816Z] #41 17.30 CC images/pipe.o [2021-02-02T17:27:04.816Z] #41 17.42 CC images/tcp-stream.o [2021-02-02T17:27:04.816Z] #41 17.58 CC images/sk-packet.o [2021-02-02T17:27:04.816Z] #41 17.81 CC images/mnt.o [2021-02-02T17:27:04.816Z] #41 18.02 CC images/pipe-data.o [2021-02-02T17:27:04.816Z] #41 18.17 CC images/sa.o [2021-02-02T17:27:04.816Z] #41 18.31 CC images/timer.o [2021-02-02T17:27:04.816Z] #41 18.68 CC images/timerfd.o [2021-02-02T17:27:04.816Z] #41 18.84 CC images/mm.o [2021-02-02T17:27:04.816Z] #41 19.03 CC images/sk-opts.o [2021-02-02T17:27:04.816Z] #41 19.18 CC images/sk-unix.o [2021-02-02T17:27:04.816Z] #41 19.33 CC images/sk-inet.o [2021-02-02T17:27:04.816Z] #41 19.57 CC images/tun.o [2021-02-02T17:27:04.816Z] #41 19.74 CC images/sk-netlink.o [2021-02-02T17:27:04.816Z] #41 19.85 CC images/packet-sock.o [2021-02-02T17:27:04.816Z] #41 20.12 CC images/ipc-var.o [2021-02-02T17:27:04.816Z] #41 20.22 CC images/ipc-desc.o [2021-02-02T17:27:04.816Z] #41 20.36 CC images/ipc-shm.o [2021-02-02T17:27:04.816Z] #41 20.51 CC images/ipc-msg.o [2021-02-02T17:27:04.816Z] #41 20.62 CC images/ipc-sem.o [2021-02-02T17:27:04.816Z] #41 20.69 CC images/utsns.o [2021-02-02T17:27:04.816Z] #41 20.84 CC images/creds.o [2021-02-02T17:27:04.816Z] #41 20.94 CC images/vma.o [2021-02-02T17:27:04.816Z] #41 21.06 CC images/netdev.o [2021-02-02T17:27:04.816Z] #41 21.29 CC images/tty.o [2021-02-02T17:27:04.816Z] #41 21.64 CC images/file-lock.o [2021-02-02T17:27:04.816Z] #41 21.79 CC images/rlimit.o [2021-02-02T17:27:04.816Z] #41 21.91 CC images/pagemap.o [2021-02-02T17:27:04.816Z] #41 22.16 CC images/siginfo.o [2021-02-02T17:27:04.816Z] #41 ... [2021-02-02T17:27:04.816Z] [2021-02-02T17:27:04.816Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-02T17:27:04.816Z] #27 18.43 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-02T17:27:04.816Z] #27 18.69 [2021-02-02T17:27:04.816Z] #27 18.87 ######################################################################## 100.0% [2021-02-02T17:27:04.816Z] #27 18.94 [2021-02-02T17:27:05.306Z] #19 4.088 Reading package lists... [2021-02-02T17:27:05.827Z] #19 4.996 Building dependency tree... [2021-02-02T17:27:05.827Z] #19 ... [2021-02-02T17:27:05.827Z] [2021-02-02T17:27:05.827Z] #52 [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-02-02T17:27:05.827Z] #52 sha256:4a4f9ee1d84e35747d9b9cd008f4537b8faf30448b4639b248f4db644db82656 [2021-02-02T17:27:05.827Z] #52 11.84 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-02-02T17:27:05.827Z] #52 12.54 + mkdir -p /build [2021-02-02T17:27:05.827Z] #52 12.54 + cp runc /build/runc [2021-02-02T17:27:05.827Z] #52 DONE 13.1s [2021-02-02T17:27:05.827Z] [2021-02-02T17:27:05.827Z] #42 [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-02-02T17:27:05.827Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:27:05.827Z] #42 28.67 DEP criu/protobuf-desc.d [2021-02-02T17:27:05.827Z] #42 28.69 DEP criu/proc_parse.d [2021-02-02T17:27:05.827Z] #42 28.72 DEP criu/plugin.d [2021-02-02T17:27:05.827Z] #42 28.74 DEP criu/pipes.d [2021-02-02T17:27:05.827Z] #42 28.77 DEP criu/pie-util.d [2021-02-02T17:27:05.827Z] #42 28.79 DEP criu/pie-util-vdso.d [2021-02-02T17:27:05.827Z] #42 28.81 DEP criu/pie-util-vdso-elf32.d [2021-02-02T17:27:05.827Z] #42 28.83 DEP criu/path.d [2021-02-02T17:27:05.827Z] #42 28.86 DEP criu/parasite-syscall.d [2021-02-02T17:27:05.827Z] #42 28.90 DEP criu/pagemap.d [2021-02-02T17:27:05.827Z] #42 28.93 DEP criu/pagemap-cache.d [2021-02-02T17:27:05.827Z] #42 28.96 DEP criu/page-xfer.d [2021-02-02T17:27:05.827Z] #42 29.01 DEP criu/page-pipe.d [2021-02-02T17:27:05.827Z] #42 29.04 DEP criu/netfilter.d [2021-02-02T17:27:05.827Z] #42 29.06 DEP criu/net.d [2021-02-02T17:27:05.827Z] #42 29.11 DEP criu/namespaces.d [2021-02-02T17:27:05.827Z] #42 29.15 DEP criu/mount.d [2021-02-02T17:27:05.827Z] #42 29.18 DEP criu/memfd.d [2021-02-02T17:27:05.827Z] #42 29.21 DEP criu/mem.d [2021-02-02T17:27:05.827Z] #42 29.26 DEP criu/lsm.d [2021-02-02T17:27:05.827Z] #42 29.29 DEP criu/log.d [2021-02-02T17:27:05.827Z] #42 29.33 DEP criu/libnetlink.d [2021-02-02T17:27:05.827Z] #42 29.36 DEP criu/kerndat.d [2021-02-02T17:27:05.827Z] #42 29.42 DEP criu/kcmp-ids.d [2021-02-02T17:27:05.827Z] #42 29.44 DEP criu/irmap.d [2021-02-02T17:27:05.827Z] #42 29.48 DEP criu/ipc_ns.d [2021-02-02T17:27:05.827Z] #42 29.52 DEP criu/image.d [2021-02-02T17:27:05.827Z] #42 29.56 DEP criu/image-desc.d [2021-02-02T17:27:05.827Z] #42 29.58 DEP criu/fsnotify.d [2021-02-02T17:27:05.827Z] #42 29.63 DEP criu/filesystems.d [2021-02-02T17:27:05.827Z] #42 29.67 DEP criu/files.d [2021-02-02T17:27:05.827Z] #42 29.71 DEP criu/files-reg.d [2021-02-02T17:27:05.827Z] #42 29.75 DEP criu/files-ext.d [2021-02-02T17:27:05.827Z] #42 29.79 DEP criu/file-lock.d [2021-02-02T17:27:05.827Z] #42 29.84 DEP criu/file-ids.d [2021-02-02T17:27:05.827Z] #42 29.87 DEP criu/fifo.d [2021-02-02T17:27:05.827Z] #42 29.92 DEP criu/fdstore.d [2021-02-02T17:27:05.827Z] #42 29.94 DEP criu/fault-injection.d [2021-02-02T17:27:05.827Z] #42 29.96 DEP criu/external.d [2021-02-02T17:27:05.827Z] #42 29.99 DEP criu/eventpoll.d [2021-02-02T17:27:05.827Z] #42 30.04 DEP criu/eventfd.d [2021-02-02T17:27:05.827Z] #42 30.08 DEP criu/crtools.d [2021-02-02T17:27:05.827Z] #42 30.14 DEP criu/cr-service.d [2021-02-02T17:27:05.827Z] #42 30.18 DEP criu/cr-restore.d [2021-02-02T17:27:05.827Z] #42 30.25 DEP criu/cr-errno.d [2021-02-02T17:27:05.827Z] #42 30.25 DEP criu/cr-dump.d [2021-02-02T17:27:05.827Z] #42 30.32 DEP criu/cr-dedup.d [2021-02-02T17:27:05.827Z] #42 30.37 DEP criu/cr-check.d [2021-02-02T17:27:05.827Z] #42 30.43 DEP criu/config.d [2021-02-02T17:27:05.827Z] #42 30.48 DEP criu/clone-noasan.d [2021-02-02T17:27:05.827Z] #42 30.51 DEP criu/cgroup.d [2021-02-02T17:27:05.827Z] #42 30.55 DEP criu/cgroup-props.d [2021-02-02T17:27:05.827Z] #42 30.58 DEP criu/bitmap.d [2021-02-02T17:27:05.827Z] #42 30.59 DEP criu/bfd.d [2021-02-02T17:27:05.827Z] #42 30.64 DEP criu/autofs.d [2021-02-02T17:27:05.827Z] #42 30.68 DEP criu/aio.d [2021-02-02T17:27:05.827Z] #42 30.72 DEP criu/action-scripts.d [2021-02-02T17:27:05.827Z] #42 30.85 CC criu/action-scripts.o [2021-02-02T17:27:05.827Z] #42 30.99 CC criu/aio.o [2021-02-02T17:27:05.827Z] #42 31.14 CC criu/autofs.o [2021-02-02T17:27:05.827Z] #42 31.60 CC criu/bfd.o [2021-02-02T17:27:05.827Z] #42 31.75 CC criu/bitmap.o [2021-02-02T17:27:05.827Z] #42 31.81 CC criu/cgroup-props.o [2021-02-02T17:27:05.827Z] #42 32.03 CC criu/cgroup.o [2021-02-02T17:27:05.827Z] #42 32.92 CC criu/clone-noasan.o [2021-02-02T17:27:05.827Z] #42 32.98 CC criu/config.o [2021-02-02T17:27:05.856Z] #27 19.65 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-02T17:27:05.856Z] #27 19.70 skipping existing aab193acf6ba [2021-02-02T17:27:05.856Z] #27 19.78 [2021-02-02T17:27:06.088Z] #42 33.41 CC criu/cr-check.o [2021-02-02T17:27:06.491Z] #27 20.59 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-02T17:27:06.662Z] #42 33.95 CC criu/cr-dedup.o [2021-02-02T17:27:06.789Z] #27 20.84 [2021-02-02T17:27:06.922Z] #42 34.09 CC criu/cr-dump.o [2021-02-02T17:27:07.493Z] #42 34.80 CC criu/cr-errno.o [2021-02-02T17:27:07.493Z] #42 34.84 CC criu/cr-restore.o [2021-02-02T17:27:07.964Z] #27 20.96 0.2% ####### 11.0% ############ 18.0% #################### 28.4% ############################ 40.3% ###################################### 53.2% ############################################# 63.5% #################################################### 73.6% ############################################################### 87.8% ######################################################################## 100.0% [2021-02-02T17:27:07.964Z] #27 22.04 [2021-02-02T17:27:07.964Z] #27 ... [2021-02-02T17:27:07.964Z] [2021-02-02T17:27:07.964Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-02T17:27:07.964Z] #49 51.39 encoding/json [2021-02-02T17:27:07.964Z] #49 53.93 github.com/pkg/diff [2021-02-02T17:27:07.964Z] #49 54.94 go/ast [2021-02-02T17:27:07.964Z] #49 55.18 golang.org/x/crypto/ssh/terminal [2021-02-02T17:27:07.964Z] #49 56.21 mvdan.cc/editorconfig [2021-02-02T17:27:07.964Z] #49 57.11 mvdan.cc/sh/v3/fileutil [2021-02-02T17:27:07.964Z] #49 57.20 mvdan.cc/sh/v3/syntax [2021-02-02T17:27:07.964Z] #49 ... [2021-02-02T17:27:07.964Z] [2021-02-02T17:27:07.964Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-02T17:27:07.964Z] #11 61.14 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-02T17:27:07.964Z] #11 61.14 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_s390x.deb ... [2021-02-02T17:27:07.964Z] #11 61.14 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:27:08.063Z] #42 ... [2021-02-02T17:27:08.063Z] [2021-02-02T17:27:08.063Z] #19 [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-02-02T17:27:08.063Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-02T17:27:08.063Z] #19 5.418 libcap2-bin is already the newest version (1:2.25-2). [2021-02-02T17:27:08.063Z] #19 5.418 The following additional packages will be installed: [2021-02-02T17:27:08.063Z] #19 5.418 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-02T17:27:08.063Z] #19 5.418 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-02T17:27:08.063Z] #19 5.418 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-02T17:27:08.063Z] #19 5.418 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-02T17:27:08.063Z] #19 5.418 python3.7 python3.7-minimal vim-runtime xxd [2021-02-02T17:27:08.063Z] #19 5.418 Suggested packages: [2021-02-02T17:27:08.063Z] #19 5.418 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-02T17:27:08.063Z] #19 5.418 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-02T17:27:08.063Z] #19 5.418 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-02T17:27:08.063Z] #19 5.418 Recommended packages: [2021-02-02T17:27:08.063Z] #19 5.418 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-02T17:27:08.063Z] #19 5.418 python3-keyrings.alt python3-xdg unzip [2021-02-02T17:27:08.063Z] #19 5.926 The following NEW packages will be installed: [2021-02-02T17:27:08.063Z] #19 5.927 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-02T17:27:08.063Z] #19 5.927 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-02T17:27:08.063Z] #19 5.930 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-02T17:27:08.063Z] #19 5.930 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-02T17:27:08.063Z] #19 5.930 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-02T17:27:08.063Z] #19 5.930 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-02T17:27:08.063Z] #19 5.930 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-02T17:27:08.063Z] #19 5.930 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-02T17:27:08.063Z] #19 5.930 xz-utils zip [2021-02-02T17:27:08.063Z] #19 6.204 0 upgraded, 48 newly installed, 0 to remove and 16 not upgraded. [2021-02-02T17:27:08.063Z] #19 6.204 Need to get 28.5 MB of archives. [2021-02-02T17:27:08.063Z] #19 6.204 After this operation, 116 MB of additional disk space will be used. [2021-02-02T17:27:08.063Z] #19 6.204 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-02-02T17:27:08.063Z] #19 6.208 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u2 [589 kB] [2021-02-02T17:27:08.063Z] #19 6.222 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u2 [1731 kB] [2021-02-02T17:27:08.063Z] #19 6.258 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-02-02T17:27:08.063Z] #19 6.258 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-02-02T17:27:08.063Z] #19 6.259 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u2 [1732 kB] [2021-02-02T17:27:08.063Z] #19 6.287 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u2 [330 kB] [2021-02-02T17:27:08.063Z] #19 6.292 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-02-02T17:27:08.063Z] #19 6.293 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-02-02T17:27:08.063Z] #19 6.294 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-02-02T17:27:08.063Z] #19 6.296 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-02-02T17:27:08.063Z] #19 6.297 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-02-02T17:27:08.063Z] #19 6.299 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-02-02T17:27:08.063Z] #19 6.299 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-02-02T17:27:08.063Z] #19 6.300 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-02-02T17:27:08.063Z] #19 6.301 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-02-02T17:27:08.063Z] #19 6.308 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-02-02T17:27:08.063Z] #19 6.311 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-02-02T17:27:08.063Z] #19 6.315 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-02-02T17:27:08.063Z] #19 6.318 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bzip2 amd64 1.0.6-9.2~deb10u1 [48.4 kB] [2021-02-02T17:27:08.063Z] #19 6.319 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-02-02T17:27:08.063Z] #19 6.323 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-02-02T17:27:08.063Z] #19 6.332 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-02-02T17:27:08.063Z] #19 6.334 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-02-02T17:27:08.063Z] #19 6.337 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-02-02T17:27:08.063Z] #19 6.340 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-02-02T17:27:08.063Z] #19 6.341 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-02-02T17:27:08.063Z] #19 6.342 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-02-02T17:27:08.063Z] #19 6.342 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-02-02T17:27:08.063Z] #19 6.542 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-02-02T17:27:08.063Z] #19 6.543 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-02-02T17:27:08.063Z] #19 6.544 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-02-02T17:27:08.063Z] #19 6.551 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-02-02T17:27:08.063Z] #19 6.553 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-02-02T17:27:08.063Z] #19 6.558 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-02-02T17:27:08.063Z] #19 6.585 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-02T17:27:08.064Z] #19 6.587 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-02-02T17:27:08.064Z] #19 6.590 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-02-02T17:27:08.064Z] #19 6.593 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-02T17:27:08.064Z] #19 6.595 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-02-02T17:27:08.064Z] #19 6.600 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-02T17:27:08.064Z] #19 6.638 Get:42 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-02-02T17:27:08.064Z] #19 6.731 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 thin-provisioning-tools amd64 0.7.6-2.1 [363 kB] [2021-02-02T17:27:08.064Z] #19 6.736 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-02-02T17:27:08.064Z] #19 6.740 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-02T17:27:08.064Z] #19 6.870 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-02-02T17:27:08.064Z] #19 6.889 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-02-02T17:27:08.064Z] #19 6.902 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-02-02T17:27:08.064Z] #19 7.116 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:27:08.064Z] #19 7.155 Fetched 28.5 MB in 1s (29.7 MB/s) [2021-02-02T17:27:08.064Z] #19 7.192 Selecting previously unselected package pigz. [2021-02-02T17:27:08.064Z] #19 7.192 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23432 files and directories currently installed.) [2021-02-02T17:27:08.064Z] #19 7.207 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-02-02T17:27:08.064Z] #19 7.211 Unpacking pigz (2.4-1) ... [2021-02-02T17:27:08.064Z] #19 7.282 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-02-02T17:27:08.064Z] #19 7.282 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-02T17:27:08.064Z] #19 7.286 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-02T17:27:08.064Z] #19 7.440 Selecting previously unselected package python3.7-minimal. [2021-02-02T17:27:08.064Z] #19 7.442 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_amd64.deb ... [2021-02-02T17:27:08.064Z] #19 7.455 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-02T17:27:08.064Z] #19 7.672 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u2) ... [2021-02-02T17:27:08.064Z] #19 7.694 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-02T17:27:08.256Z] #11 ... [2021-02-02T17:27:08.256Z] [2021-02-02T17:27:08.256Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-02T17:27:08.256Z] #43 51.81 go/token [2021-02-02T17:27:08.256Z] #43 52.43 go/scanner [2021-02-02T17:27:08.256Z] #43 53.37 internal/lazyregexp [2021-02-02T17:27:08.256Z] #43 53.43 go/ast [2021-02-02T17:27:08.256Z] #43 53.60 net/url [2021-02-02T17:27:08.256Z] #43 54.78 text/template/parse [2021-02-02T17:27:08.256Z] #43 56.39 go/parser [2021-02-02T17:27:08.256Z] #43 57.95 text/template [2021-02-02T17:27:08.256Z] #43 58.73 encoding/xml [2021-02-02T17:27:08.256Z] #43 60.83 go/doc [2021-02-02T17:27:08.575Z] #43 ... [2021-02-02T17:27:08.575Z] [2021-02-02T17:27:08.575Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:27:08.575Z] #41 22.38 CC images/rpc.o [2021-02-02T17:27:08.575Z] #41 23.10 CC images/ext-file.o [2021-02-02T17:27:08.575Z] #41 23.26 CC images/cgroup.o [2021-02-02T17:27:08.575Z] #41 23.67 CC images/userns.o [2021-02-02T17:27:08.575Z] #41 23.78 CC images/google/protobuf/descriptor.o [2021-02-02T17:27:08.575Z] #41 24.95 CC images/opts.o [2021-02-02T17:27:08.575Z] #41 25.11 CC images/seccomp.o [2021-02-02T17:27:08.575Z] #41 25.35 CC images/binfmt-misc.o [2021-02-02T17:27:08.575Z] #41 25.44 CC images/time.o [2021-02-02T17:27:08.575Z] #41 25.52 CC images/sysctl.o [2021-02-02T17:27:08.575Z] #41 25.61 CC images/autofs.o [2021-02-02T17:27:08.575Z] #41 25.73 CC images/macvlan.o [2021-02-02T17:27:08.575Z] #41 25.81 CC images/sit.o [2021-02-02T17:27:08.875Z] #41 25.91 CC images/memfd.o [2021-02-02T17:27:08.875Z] #41 26.13 CC images/timens.o [2021-02-02T17:27:09.003Z] #19 8.296 Selecting previously unselected package python3-minimal. [2021-02-02T17:27:09.003Z] #19 8.296 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23681 files and directories currently installed.) [2021-02-02T17:27:09.003Z] #19 8.307 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-02-02T17:27:09.003Z] #19 8.346 Unpacking python3-minimal (3.7.3-1) ... [2021-02-02T17:27:09.003Z] #19 8.384 Selecting previously unselected package libmpdec2:amd64. [2021-02-02T17:27:09.003Z] #19 8.387 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-02-02T17:27:09.003Z] #19 8.396 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-02-02T17:27:09.003Z] #19 8.436 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-02-02T17:27:09.003Z] #19 8.439 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_amd64.deb ... [2021-02-02T17:27:09.003Z] #19 8.443 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-02T17:27:09.167Z] #41 26.37 LINK images/built-in.o [2021-02-02T17:27:09.167Z] #41 26.48 GEN compel/include/asm [2021-02-02T17:27:09.167Z] #41 26.51 GEN compel/include/version.h [2021-02-02T17:27:09.167Z] #41 26.53 touch .config [2021-02-02T17:27:09.167Z] #41 26.54 GEN include/common/config.h [2021-02-02T17:27:09.262Z] #19 8.684 Selecting previously unselected package python3.7. [2021-02-02T17:27:09.262Z] #19 8.687 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_amd64.deb ... [2021-02-02T17:27:09.262Z] #19 8.691 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-02T17:27:09.262Z] #19 8.739 Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-02T17:27:09.262Z] #19 8.741 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-02-02T17:27:09.262Z] #19 8.747 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-02T17:27:09.459Z] #41 26.60 DEP compel/arch/s390/plugins/std/syscalls/syscalls-s390.d [2021-02-02T17:27:09.459Z] #41 26.69 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-02T17:27:09.459Z] #41 26.69 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-02T17:27:09.459Z] #41 26.70 GEN compel/arch/s390/plugins/std/syscalls/syscalls.S [2021-02-02T17:27:09.459Z] #41 26.72 DEP compel/arch/s390/plugins/std/syscalls/syscalls.d [2021-02-02T17:27:09.459Z] #41 26.72 DEP compel/arch/s390/plugins/std/parasite-head.d [2021-02-02T17:27:09.459Z] #41 26.74 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-02T17:27:09.459Z] #41 26.74 DEP compel/plugins/std/infect.d [2021-02-02T17:27:09.522Z] #19 8.818 Setting up python3-minimal (3.7.3-1) ... [2021-02-02T17:27:09.522Z] #19 9.034 Selecting previously unselected package python3. [2021-02-02T17:27:09.522Z] #19 9.034 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24093 files and directories currently installed.) [2021-02-02T17:27:09.522Z] #19 9.046 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-02-02T17:27:09.522Z] #19 9.052 Unpacking python3 (3.7.3-1) ... [2021-02-02T17:27:09.522Z] #19 9.091 Selecting previously unselected package libip4tc0:amd64. [2021-02-02T17:27:09.752Z] #41 26.88 DEP compel/plugins/std/string.d [2021-02-02T17:27:09.752Z] #41 26.99 DEP compel/plugins/std/log.d [2021-02-02T17:27:09.752Z] #41 27.09 DEP compel/plugins/std/fds.d [2021-02-02T17:27:09.781Z] #19 9.094 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-02-02T17:27:09.781Z] #19 9.097 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-02-02T17:27:09.781Z] #19 9.145 Selecting previously unselected package libip6tc0:amd64. [2021-02-02T17:27:09.781Z] #19 9.148 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-02-02T17:27:09.781Z] #19 9.154 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-02-02T17:27:09.781Z] #19 9.206 Selecting previously unselected package libiptc0:amd64. [2021-02-02T17:27:09.781Z] #19 9.209 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-02-02T17:27:09.781Z] #19 9.213 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-02-02T17:27:09.781Z] #19 9.251 Selecting previously unselected package libnfnetlink0:amd64. [2021-02-02T17:27:09.781Z] #19 9.253 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-02-02T17:27:09.781Z] #19 9.258 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-02T17:27:09.781Z] #19 9.296 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-02-02T17:27:09.781Z] #19 9.298 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-02-02T17:27:09.781Z] #19 9.302 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-02T17:27:09.781Z] #19 9.342 Selecting previously unselected package libnftnl11:amd64. [2021-02-02T17:27:09.781Z] #19 9.345 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-02-02T17:27:09.781Z] #19 9.350 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-02-02T17:27:09.781Z] #19 9.390 Selecting previously unselected package iptables. [2021-02-02T17:27:09.781Z] #19 9.393 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-02-02T17:27:09.781Z] #19 9.397 Unpacking iptables (1.8.2-4) ... [2021-02-02T17:27:10.041Z] #19 9.499 Selecting previously unselected package xxd. [2021-02-02T17:27:10.041Z] #19 9.502 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-02-02T17:27:10.041Z] #19 9.506 Unpacking xxd (2:8.1.0875-5) ... [2021-02-02T17:27:10.041Z] #19 9.571 Selecting previously unselected package vim-common. [2021-02-02T17:27:10.045Z] #41 27.15 DEP compel/plugins/std/std.d [2021-02-02T17:27:10.045Z] #41 27.24 DEP compel/plugins/shmem/shmem.d [2021-02-02T17:27:10.301Z] #19 9.574 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-02T17:27:10.301Z] #19 9.584 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-02T17:27:10.301Z] #19 9.648 Selecting previously unselected package bash-completion. [2021-02-02T17:27:10.301Z] #19 9.650 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-02T17:27:10.338Z] #41 27.34 DEP compel/plugins/fds/fds.d [2021-02-02T17:27:10.338Z] #41 27.44 CC compel/plugins/std/std.o [2021-02-02T17:27:10.338Z] #41 27.54 CC compel/plugins/std/fds.o [2021-02-02T17:27:10.630Z] #41 ... [2021-02-02T17:27:10.630Z] [2021-02-02T17:27:10.630Z] #27 [frozen-images 4/4] RUN /download-frozen-image-v2.sh /build buil... [2021-02-02T17:27:10.630Z] #27 22.90 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-02T17:27:10.630Z] #27 23.11 [2021-02-02T17:27:10.630Z] #27 23.21 ######################################################################## 100.0% [2021-02-02T17:27:10.630Z] #27 23.26 [2021-02-02T17:27:10.630Z] #27 23.82 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-02T17:27:10.630Z] #27 24.06 [2021-02-02T17:27:10.630Z] #27 24.14 ######################################################################## 100.0% [2021-02-02T17:27:10.630Z] #27 24.19 [2021-02-02T17:27:10.630Z] #27 24.23 Download of images into '/build' complete. [2021-02-02T17:27:10.630Z] #27 24.23 Use something like the following to load the result into a Docker daemon: [2021-02-02T17:27:10.630Z] #27 24.23 tar -cC '/build' . | docker load [2021-02-02T17:27:10.630Z] #27 DONE 24.7s [2021-02-02T17:27:10.631Z] [2021-02-02T17:27:10.631Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-02T17:27:10.631Z] #43 63.17 github.com/LK4D4/vndr/versioned [2021-02-02T17:27:10.631Z] #43 63.19 github.com/LK4D4/vndr/build [2021-02-02T17:27:10.631Z] #43 63.20 compress/flate [2021-02-02T17:27:11.239Z] #19 10.58 Unpacking bash-completion (1:2.8-6) ... [2021-02-02T17:27:11.239Z] #19 10.67 Selecting previously unselected package bzip2. [2021-02-02T17:27:11.239Z] #19 10.67 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-02-02T17:27:11.239Z] #19 10.68 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-02T17:27:11.239Z] #19 10.71 Selecting previously unselected package xz-utils. [2021-02-02T17:27:11.239Z] #19 10.72 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-02-02T17:27:11.239Z] #19 10.72 Unpacking xz-utils (5.2.4-1) ... [2021-02-02T17:27:11.239Z] #19 10.78 Selecting previously unselected package apparmor. [2021-02-02T17:27:11.239Z] #19 10.78 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-02-02T17:27:11.239Z] #19 10.81 Unpacking apparmor (2.13.2-10) ... [2021-02-02T17:27:11.498Z] #19 10.90 Selecting previously unselected package aufs-tools. [2021-02-02T17:27:11.498Z] #19 10.90 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-02-02T17:27:11.498Z] #19 10.90 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-02T17:27:11.498Z] #19 10.95 Selecting previously unselected package libonig5:amd64. [2021-02-02T17:27:11.498Z] #19 10.95 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-02-02T17:27:11.498Z] #19 10.95 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-02-02T17:27:11.498Z] #19 11.00 Selecting previously unselected package libjq1:amd64. [2021-02-02T17:27:11.498Z] #19 11.01 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-02-02T17:27:11.498Z] #19 11.01 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-02T17:27:11.498Z] #19 11.05 Selecting previously unselected package jq. [2021-02-02T17:27:11.498Z] #19 11.05 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-02-02T17:27:11.498Z] #19 11.06 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-02T17:27:11.498Z] #19 11.10 Selecting previously unselected package libaio1:amd64. [2021-02-02T17:27:11.669Z] #43 65.19 hash/crc32 [2021-02-02T17:27:11.757Z] #19 11.10 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-02-02T17:27:11.757Z] #19 11.11 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-02-02T17:27:11.757Z] #19 11.14 Selecting previously unselected package libgpm2:amd64. [2021-02-02T17:27:11.757Z] #19 11.15 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-02-02T17:27:11.757Z] #19 11.15 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-02-02T17:27:11.757Z] #19 11.19 Selecting previously unselected package libicu63:amd64. [2021-02-02T17:27:11.757Z] #19 11.19 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-02-02T17:27:11.757Z] #19 11.19 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-02T17:27:11.961Z] #43 65.46 net [2021-02-02T17:27:11.961Z] #43 65.52 compress/gzip [2021-02-02T17:27:12.016Z] #19 ... [2021-02-02T17:27:12.016Z] [2021-02-02T17:27:12.016Z] #55 [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-02-02T17:27:12.016Z] #55 sha256:78a0a91b965a274b5e5070ba09983453b8d5b3d455a72dddf006c875762c214c [2021-02-02T17:27:12.016Z] #55 40.74 + bin/containerd [2021-02-02T17:27:12.016Z] #55 ... [2021-02-02T17:27:12.016Z] [2021-02-02T17:27:12.016Z] #42 [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-02-02T17:27:12.016Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:27:12.016Z] #42 36.10 CC criu/cr-service.o [2021-02-02T17:27:12.016Z] #42 36.53 CC criu/crtools.o [2021-02-02T17:27:12.016Z] #42 36.67 CC criu/eventfd.o [2021-02-02T17:27:12.016Z] #42 36.76 CC criu/eventpoll.o [2021-02-02T17:27:12.016Z] #42 36.95 CC criu/external.o [2021-02-02T17:27:12.016Z] #42 37.03 CC criu/fault-injection.o [2021-02-02T17:27:12.016Z] #42 37.06 CC criu/fdstore.o [2021-02-02T17:27:12.016Z] #42 37.14 CC criu/fifo.o [2021-02-02T17:27:12.016Z] #42 37.24 CC criu/file-ids.o [2021-02-02T17:27:12.016Z] #42 37.31 CC criu/file-lock.o [2021-02-02T17:27:12.016Z] #42 37.54 CC criu/files-ext.o [2021-02-02T17:27:12.016Z] #42 37.65 CC criu/files-reg.o [2021-02-02T17:27:12.016Z] #42 38.22 CC criu/files.o [2021-02-02T17:27:12.016Z] #42 38.70 CC criu/filesystems.o [2021-02-02T17:27:12.016Z] #42 38.86 CC criu/fsnotify.o [2021-02-02T17:27:12.016Z] #42 39.14 CC criu/image-desc.o [2021-02-02T17:27:12.016Z] #42 39.18 CC criu/image.o [2021-02-02T17:27:12.016Z] #42 39.37 CC criu/ipc_ns.o [2021-02-02T17:27:12.258Z] #43 ... [2021-02-02T17:27:12.258Z] [2021-02-02T17:27:12.258Z] #49 [shfmt 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mo... [2021-02-02T17:27:12.258Z] #49 62.09 mvdan.cc/sh/v3/cmd/shfmt [2021-02-02T17:27:12.258Z] #49 DONE 65.7s [2021-02-02T17:27:12.258Z] [2021-02-02T17:27:12.258Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-02T17:27:12.258Z] #43 65.80 vendor/golang.org/x/crypto/poly1305 [2021-02-02T17:27:12.568Z] #43 66.07 vendor/golang.org/x/crypto/chacha20poly1305 [2021-02-02T17:27:12.585Z] #42 39.67 CC criu/irmap.o [2021-02-02T17:27:12.585Z] #42 39.82 CC criu/kcmp-ids.o [2021-02-02T17:27:12.585Z] #42 39.89 CC criu/kerndat.o [2021-02-02T17:27:12.844Z] #42 40.14 CC criu/libnetlink.o [2021-02-02T17:27:12.844Z] #42 40.22 CC criu/log.o [2021-02-02T17:27:12.861Z] #43 66.32 vendor/golang.org/x/crypto/curve25519 [2021-02-02T17:27:13.104Z] #42 40.35 CC criu/lsm.o [2021-02-02T17:27:13.155Z] #43 66.69 vendor/golang.org/x/crypto/hkdf [2021-02-02T17:27:13.155Z] #43 66.76 vendor/golang.org/x/text/transform [2021-02-02T17:27:13.363Z] #42 40.46 CC criu/mem.o [2021-02-02T17:27:13.622Z] #42 40.85 CC criu/memfd.o [2021-02-02T17:27:13.789Z] #43 67.19 vendor/golang.org/x/text/unicode/bidi [2021-02-02T17:27:13.882Z] #42 41.02 CC criu/mount.o [2021-02-02T17:27:14.820Z] #42 41.96 CC criu/namespaces.o [2021-02-02T17:27:14.820Z] #42 ... [2021-02-02T17:27:14.820Z] [2021-02-02T17:27:14.820Z] #19 [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-02-02T17:27:14.820Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-02T17:27:14.820Z] #19 12.01 Selecting previously unselected package libnet1:amd64. [2021-02-02T17:27:14.820Z] #19 12.01 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-02-02T17:27:14.820Z] #19 12.01 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-02T17:27:14.820Z] #19 12.07 Selecting previously unselected package libnl-3-200:amd64. [2021-02-02T17:27:14.820Z] #19 12.07 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-02-02T17:27:14.820Z] #19 12.08 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-02-02T17:27:14.820Z] #19 12.12 Selecting previously unselected package libprotobuf-c1:amd64. [2021-02-02T17:27:14.820Z] #19 12.12 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-02-02T17:27:14.820Z] #19 12.12 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-02T17:27:14.820Z] #19 12.16 Selecting previously unselected package libreadline5:amd64. [2021-02-02T17:27:14.820Z] #19 12.16 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-02-02T17:27:14.820Z] #19 12.17 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-02T17:27:14.820Z] #19 12.20 Selecting previously unselected package net-tools. [2021-02-02T17:27:14.820Z] #19 12.21 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-02-02T17:27:14.820Z] #19 12.21 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-02T17:27:14.820Z] #19 12.27 Selecting previously unselected package python-pip-whl. [2021-02-02T17:27:14.820Z] #19 12.27 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-02T17:27:14.820Z] #19 12.27 Unpacking python-pip-whl (18.1-5) ... [2021-02-02T17:27:14.820Z] #19 12.41 Selecting previously unselected package python3-lib2to3. [2021-02-02T17:27:14.820Z] #19 12.41 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-02T17:27:14.821Z] #19 12.42 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-02T17:27:14.821Z] #19 12.46 Selecting previously unselected package python3-distutils. [2021-02-02T17:27:14.821Z] #19 12.46 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-02T17:27:14.821Z] #19 12.47 Unpacking python3-distutils (3.7.3-1) ... [2021-02-02T17:27:14.821Z] #19 12.52 Selecting previously unselected package python3-pip. [2021-02-02T17:27:14.821Z] #19 12.52 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-02T17:27:14.821Z] #19 12.52 Unpacking python3-pip (18.1-5) ... [2021-02-02T17:27:14.821Z] #19 12.57 Selecting previously unselected package python3-pkg-resources. [2021-02-02T17:27:14.821Z] #19 12.58 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-02T17:27:14.821Z] #19 12.58 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-02T17:27:14.821Z] #19 12.66 Selecting previously unselected package python3-setuptools. [2021-02-02T17:27:14.821Z] #19 12.66 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-02T17:27:14.821Z] #19 12.67 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-02T17:27:14.821Z] #19 12.74 Selecting previously unselected package python3-wheel. [2021-02-02T17:27:14.821Z] #19 12.74 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-02T17:27:14.821Z] #19 12.74 Unpacking python3-wheel (0.32.3-2) ... [2021-02-02T17:27:14.821Z] #19 12.79 Selecting previously unselected package sudo. [2021-02-02T17:27:14.821Z] #19 12.79 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-02-02T17:27:14.821Z] #19 12.79 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-02T17:27:14.821Z] #19 12.90 Selecting previously unselected package thin-provisioning-tools. [2021-02-02T17:27:14.821Z] #19 12.90 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-02-02T17:27:14.821Z] #19 12.91 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-02T17:27:14.821Z] #19 12.97 Selecting previously unselected package uidmap. [2021-02-02T17:27:14.821Z] #19 12.97 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-02-02T17:27:14.821Z] #19 12.98 Unpacking uidmap (1:4.5-1.1) ... [2021-02-02T17:27:14.821Z] #19 13.02 Selecting previously unselected package vim-runtime. [2021-02-02T17:27:14.821Z] #19 13.02 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-02T17:27:14.821Z] #19 13.03 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-02T17:27:14.821Z] #19 13.04 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-02T17:27:14.821Z] #19 13.05 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-02T17:27:14.821Z] #19 13.62 Selecting previously unselected package vim. [2021-02-02T17:27:14.821Z] #19 13.62 Preparing to unpack .../37-vim_2%3a8.1.0875-5_amd64.deb ... [2021-02-02T17:27:14.821Z] #19 13.63 Unpacking vim (2:8.1.0875-5) ... [2021-02-02T17:27:14.821Z] #19 13.81 Selecting previously unselected package xfsprogs. [2021-02-02T17:27:14.821Z] #19 13.81 Preparing to unpack .../38-xfsprogs_4.20.0-1_amd64.deb ... [2021-02-02T17:27:14.821Z] #19 13.81 Unpacking xfsprogs (4.20.0-1) ... [2021-02-02T17:27:14.821Z] #19 13.93 Selecting previously unselected package zip. [2021-02-02T17:27:14.821Z] #19 13.93 Preparing to unpack .../39-zip_3.0-11+b1_amd64.deb ... [2021-02-02T17:27:14.821Z] #19 13.93 Unpacking zip (3.0-11+b1) ... [2021-02-02T17:27:14.821Z] #19 13.99 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-02T17:27:14.821Z] #19 14.00 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-02T17:27:14.821Z] #19 14.01 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-02-02T17:27:14.821Z] #19 14.03 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-02-02T17:27:14.821Z] #19 14.04 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-02-02T17:27:14.821Z] #19 14.05 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-02-02T17:27:14.821Z] #19 14.06 Setting up uidmap (1:4.5-1.1) ... [2021-02-02T17:27:14.821Z] #19 14.07 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-02-02T17:27:14.821Z] #19 14.08 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-02-02T17:27:14.821Z] #19 14.10 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-02T17:27:14.821Z] #19 14.11 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-02-02T17:27:14.821Z] #19 14.12 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-02-02T17:27:14.821Z] #19 14.14 Setting up xxd (2:8.1.0875-5) ... [2021-02-02T17:27:14.821Z] #19 14.15 Setting up zip (3.0-11+b1) ... [2021-02-02T17:27:14.821Z] #19 14.16 Setting up vim-common (2:8.1.0875-5) ... [2021-02-02T17:27:14.821Z] #19 14.18 Setting up bash-completion (1:2.8-6) ... [2021-02-02T17:27:14.826Z] #43 68.26 vendor/golang.org/x/text/secure/bidirule [2021-02-02T17:27:14.826Z] #43 68.44 vendor/golang.org/x/text/unicode/norm [2021-02-02T17:27:15.390Z] #19 14.99 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-02-02T17:27:15.649Z] #19 15.01 Setting up xz-utils (5.2.4-1) ... [2021-02-02T17:27:15.649Z] #19 15.02 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-02T17:27:15.649Z] #19 15.03 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-02T17:27:15.649Z] #19 15.07 invoke-rc.d: could not determine current runlevel [2021-02-02T17:27:15.649Z] #19 15.07 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-02T17:27:15.649Z] #19 15.07 Setting up pigz (2.4-1) ... [2021-02-02T17:27:15.649Z] #19 15.09 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-02-02T17:27:15.649Z] #19 15.11 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-02-02T17:27:15.649Z] #19 15.13 Setting up python-pip-whl (18.1-5) ... [2021-02-02T17:27:15.649Z] #19 15.14 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-02-02T17:27:15.649Z] #19 15.15 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-02T17:27:15.649Z] #19 15.26 Setting up libaio1:amd64 (0.3.112-3) ... [2021-02-02T17:27:15.909Z] #19 15.27 Setting up libonig5:amd64 (6.9.1-1) ... [2021-02-02T17:27:15.909Z] #19 15.28 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u2) ... [2021-02-02T17:27:15.909Z] #19 15.29 Setting up vim (2:8.1.0875-5) ... [2021-02-02T17:27:15.909Z] #19 15.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-02T17:27:15.909Z] #19 15.30 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-02T17:27:15.909Z] #19 15.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-02T17:27:15.909Z] #19 15.31 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-02T17:27:15.909Z] #19 15.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-02T17:27:15.909Z] #19 15.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-02T17:27:15.909Z] #19 15.32 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-02T17:27:15.909Z] #19 15.33 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-02T17:27:15.909Z] #19 15.34 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-02-02T17:27:15.909Z] #19 15.35 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-02T17:27:15.909Z] #19 15.37 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-02-02T17:27:15.909Z] #19 15.39 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-02T17:27:15.909Z] #19 15.40 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-02-02T17:27:15.909Z] #19 15.41 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-02T17:27:16.478Z] #19 16.05 Setting up iptables (1.8.2-4) ... [2021-02-02T17:27:16.737Z] #19 16.07 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-02T17:27:16.737Z] #19 16.07 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-02T17:27:16.737Z] #19 16.07 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-02T17:27:16.737Z] #19 16.08 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-02T17:27:16.737Z] #19 16.08 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-02T17:27:16.737Z] #19 16.08 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-02T17:27:16.737Z] #19 16.09 Setting up python3 (3.7.3-1) ... [2021-02-02T17:27:16.737Z] #19 16.20 Setting up python3-wheel (0.32.3-2) ... [2021-02-02T17:27:16.926Z] #43 70.47 vendor/golang.org/x/net/idna [2021-02-02T17:27:16.998Z] #19 16.34 Setting up apparmor (2.13.2-10) ... [2021-02-02T17:27:17.936Z] #19 17.15 Setting up xfsprogs (4.20.0-1) ... [2021-02-02T17:27:17.936Z] #19 17.17 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-02T17:27:17.936Z] #19 17.35 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-02T17:27:17.979Z] #43 ... [2021-02-02T17:27:17.979Z] [2021-02-02T17:27:17.979Z] #11 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=m... [2021-02-02T17:27:17.979Z] #11 71.62 Selecting previously unselected package libapparmor1:s390x. [2021-02-02T17:27:17.979Z] #11 71.62 Preparing to unpack .../10-libapparmor1_2.13.2-10_s390x.deb ... [2021-02-02T17:27:17.979Z] #11 71.64 Unpacking libapparmor1:s390x (2.13.2-10) ... [2021-02-02T17:27:17.979Z] #11 71.70 Selecting previously unselected package libapparmor-dev:s390x. [2021-02-02T17:27:17.979Z] #11 71.70 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_s390x.deb ... [2021-02-02T17:27:18.196Z] #19 17.63 Setting up python3-distutils (3.7.3-1) ... [2021-02-02T17:27:18.196Z] #19 17.77 Setting up python3-setuptools (40.8.0-1) ... [2021-02-02T17:27:18.272Z] #11 71.71 Unpacking libapparmor-dev:s390x (2.13.2-10) ... [2021-02-02T17:27:18.272Z] #11 71.78 Selecting previously unselected package libbtrfs0. [2021-02-02T17:27:18.272Z] #11 71.78 Preparing to unpack .../12-libbtrfs0_4.20.1-2_s390x.deb ... [2021-02-02T17:27:18.272Z] #11 71.79 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-02T17:27:18.272Z] #11 71.88 Selecting previously unselected package libbtrfs-dev. [2021-02-02T17:27:18.272Z] #11 71.88 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_s390x.deb ... [2021-02-02T17:27:18.272Z] #11 71.88 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-02T17:27:18.272Z] #11 71.95 Selecting previously unselected package libdevmapper-event1.02.1:s390x. [2021-02-02T17:27:18.272Z] #11 71.95 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_s390x.deb ... [2021-02-02T17:27:18.272Z] #11 71.95 Unpacking libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2021-02-02T17:27:18.455Z] #19 18.02 Setting up python3-pip (18.1-5) ... [2021-02-02T17:27:18.568Z] #11 72.01 Selecting previously unselected package libudev-dev:s390x. [2021-02-02T17:27:18.568Z] #11 72.01 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_s390x.deb ... [2021-02-02T17:27:18.568Z] #11 72.03 Unpacking libudev-dev:s390x (241-7~deb10u5) ... [2021-02-02T17:27:18.568Z] #11 72.11 Selecting previously unselected package libsepol1-dev:s390x. [2021-02-02T17:27:18.568Z] #11 72.11 Preparing to unpack .../16-libsepol1-dev_2.8-1_s390x.deb ... [2021-02-02T17:27:18.568Z] #11 72.12 Unpacking libsepol1-dev:s390x (2.8-1) ... [2021-02-02T17:27:18.714Z] #19 18.23 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:27:18.714Z] #19 18.26 Processing triggers for mime-support (3.62) ... [2021-02-02T17:27:18.860Z] #11 72.27 Selecting previously unselected package libpcre16-3:s390x. [2021-02-02T17:27:18.860Z] #11 72.27 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_s390x.deb ... [2021-02-02T17:27:18.860Z] #11 72.27 Unpacking libpcre16-3:s390x (2:8.39-12) ... [2021-02-02T17:27:18.860Z] #11 72.38 Selecting previously unselected package libpcre32-3:s390x. [2021-02-02T17:27:18.860Z] #11 72.38 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_s390x.deb ... [2021-02-02T17:27:18.860Z] #11 72.39 Unpacking libpcre32-3:s390x (2:8.39-12) ... [2021-02-02T17:27:18.860Z] #11 72.50 Selecting previously unselected package libpcrecpp0v5:s390x. [2021-02-02T17:27:18.860Z] #11 72.50 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_s390x.deb ... [2021-02-02T17:27:18.860Z] #11 72.50 Unpacking libpcrecpp0v5:s390x (2:8.39-12) ... [2021-02-02T17:27:18.860Z] #11 72.55 Selecting previously unselected package libpcre3-dev:s390x. [2021-02-02T17:27:18.860Z] #11 72.55 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_s390x.deb ... [2021-02-02T17:27:18.860Z] #11 72.56 Unpacking libpcre3-dev:s390x (2:8.39-12) ... [2021-02-02T17:27:19.153Z] #11 72.74 Selecting previously unselected package libselinux1-dev:s390x. [2021-02-02T17:27:19.153Z] #11 72.74 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_s390x.deb ... [2021-02-02T17:27:19.153Z] #11 72.75 Unpacking libselinux1-dev:s390x (2.8-1+b1) ... [2021-02-02T17:27:19.282Z] #19 ... [2021-02-02T17:27:19.282Z] [2021-02-02T17:27:19.282Z] #55 [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-02-02T17:27:19.282Z] #55 sha256:78a0a91b965a274b5e5070ba09983453b8d5b3d455a72dddf006c875762c214c [2021-02-02T17:27:19.282Z] #55 57.97 + bin/containerd-stress [2021-02-02T17:27:19.445Z] #11 72.97 Selecting previously unselected package libdevmapper-dev:s390x. [2021-02-02T17:27:19.445Z] #11 72.97 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_s390x.deb ... [2021-02-02T17:27:19.445Z] #11 72.97 Unpacking libdevmapper-dev:s390x (2:1.02.155-3) ... [2021-02-02T17:27:19.445Z] #11 73.02 Selecting previously unselected package libseccomp-dev:s390x. [2021-02-02T17:27:19.445Z] #11 73.02 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_s390x.deb ... [2021-02-02T17:27:19.445Z] #11 73.02 Unpacking libseccomp-dev:s390x (2.3.3-4) ... [2021-02-02T17:27:19.445Z] #11 73.11 Selecting previously unselected package libsystemd-dev:s390x. [2021-02-02T17:27:19.445Z] #11 73.11 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_s390x.deb ... [2021-02-02T17:27:19.445Z] #11 73.11 Unpacking libsystemd-dev:s390x (241-7~deb10u5) ... [2021-02-02T17:27:20.081Z] #11 73.48 Setting up libpcrecpp0v5:s390x (2:8.39-12) ... [2021-02-02T17:27:20.081Z] #11 73.49 Setting up libseccomp-dev:s390x (2.3.3-4) ... [2021-02-02T17:27:20.081Z] #11 73.50 Setting up libapparmor1:s390x (2.13.2-10) ... [2021-02-02T17:27:20.081Z] #11 73.50 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-02T17:27:20.081Z] #11 73.53 Setting up libpcre16-3:s390x (2:8.39-12) ... [2021-02-02T17:27:20.081Z] #11 73.54 Setting up libsepol1-dev:s390x (2.8-1) ... [2021-02-02T17:27:20.081Z] #11 73.55 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:27:20.081Z] #11 73.55 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-02T17:27:20.081Z] #11 73.56 Setting up libpcre32-3:s390x (2:8.39-12) ... [2021-02-02T17:27:20.081Z] #11 73.58 Setting up libudev-dev:s390x (241-7~deb10u5) ... [2021-02-02T17:27:20.081Z] #11 73.59 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-02T17:27:20.081Z] #11 73.60 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-02T17:27:20.081Z] #11 73.60 Setting up libapparmor-dev:s390x (2.13.2-10) ... [2021-02-02T17:27:20.081Z] #11 73.61 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-02T17:27:20.081Z] #11 73.62 Setting up libsystemd-dev:s390x (241-7~deb10u5) ... [2021-02-02T17:27:20.081Z] #11 73.62 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-02T17:27:20.081Z] #11 73.63 Setting up libpcre3-dev:s390x (2:8.39-12) ... [2021-02-02T17:27:20.081Z] #11 73.64 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:27:20.081Z] #11 73.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-02-02T17:27:20.081Z] #11 73.66 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-02-02T17:27:20.081Z] #11 73.67 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:27:20.081Z] #11 73.68 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-02-02T17:27:20.081Z] #11 73.68 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-02-02T17:27:20.081Z] #11 73.68 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-02T17:27:20.081Z] #11 73.69 Setting up libselinux1-dev:s390x (2.8-1+b1) ... [2021-02-02T17:27:20.081Z] #11 73.70 Setting up libdevmapper1.02.1:s390x (2:1.02.155-3) ... [2021-02-02T17:27:20.081Z] #11 73.70 Setting up dmsetup (2:1.02.155-3) ... [2021-02-02T17:27:20.081Z] #11 73.71 Setting up libdevmapper-event1.02.1:s390x (2:1.02.155-3) ... [2021-02-02T17:27:20.081Z] #11 73.72 Setting up libdevmapper-dev:s390x (2:1.02.155-3) ... [2021-02-02T17:27:20.081Z] #11 73.73 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:27:20.221Z] #55 ... [2021-02-02T17:27:20.221Z] [2021-02-02T17:27:20.221Z] #19 [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-02-02T17:27:20.221Z] #19 sha256:b37ce3c5a4b5758e73cd2642cc214c3be9f7f363885d4d15ca1159f4dffb685a [2021-02-02T17:27:20.221Z] #19 DONE 19.5s [2021-02-02T17:27:20.221Z] [2021-02-02T17:27:20.221Z] #42 [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-02-02T17:27:20.221Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:27:20.221Z] #42 42.42 CC criu/net.o [2021-02-02T17:27:20.221Z] #42 43.23 CC criu/netfilter.o [2021-02-02T17:27:20.221Z] #42 43.32 CC criu/page-pipe.o [2021-02-02T17:27:20.221Z] #42 43.49 CC criu/page-xfer.o [2021-02-02T17:27:20.221Z] #42 43.89 CC criu/pagemap-cache.o [2021-02-02T17:27:20.221Z] #42 43.98 CC criu/pagemap.o [2021-02-02T17:27:20.221Z] #42 44.24 CC criu/parasite-syscall.o [2021-02-02T17:27:20.221Z] #42 44.49 CC criu/path.o [2021-02-02T17:27:20.221Z] #42 44.59 CC criu/pie-util-vdso-elf32.o [2021-02-02T17:27:20.221Z] #42 44.70 CC criu/pie-util-vdso.o [2021-02-02T17:27:20.221Z] #42 44.81 CC criu/pie-util.o [2021-02-02T17:27:20.221Z] #42 44.87 CC criu/pipes.o [2021-02-02T17:27:20.221Z] #42 45.10 CC criu/plugin.o [2021-02-02T17:27:20.221Z] #42 45.24 CC criu/proc_parse.o [2021-02-02T17:27:20.221Z] #42 45.96 CC criu/protobuf-desc.o [2021-02-02T17:27:20.221Z] #42 46.19 CC criu/protobuf.o [2021-02-02T17:27:20.221Z] #42 46.31 CC criu/pstree.o [2021-02-02T17:27:20.221Z] #42 46.69 CC criu/rbtree.o [2021-02-02T17:27:20.221Z] #42 46.78 CC criu/rst-malloc.o [2021-02-02T17:27:20.221Z] #42 46.90 CC criu/seccomp.o [2021-02-02T17:27:20.221Z] #42 47.11 CC criu/seize.o [2021-02-02T17:27:20.221Z] #42 47.41 CC criu/servicefd.o [2021-02-02T17:27:20.378Z] #11 DONE 74.1s [2021-02-02T17:27:20.378Z] [2021-02-02T17:27:20.378Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-02T17:27:20.480Z] #42 47.56 CC criu/shmem.o [2021-02-02T17:27:20.480Z] #42 47.84 CC criu/sigframe.o [2021-02-02T17:27:20.681Z] #51 ... [2021-02-02T17:27:20.681Z] [2021-02-02T17:27:20.681Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:27:20.681Z] #41 27.90 CC compel/plugins/std/log.o [2021-02-02T17:27:20.681Z] #41 28.51 CC compel/plugins/std/string.o [2021-02-02T17:27:20.681Z] #41 28.88 CC compel/plugins/std/infect.o [2021-02-02T17:27:20.681Z] #41 29.28 CC compel/arch/s390/plugins/std/parasite-head.o [2021-02-02T17:27:20.681Z] #41 29.29 CC compel/arch/s390/plugins/std/syscalls/syscalls.o [2021-02-02T17:27:20.681Z] #41 29.33 CC compel/arch/s390/plugins/std/syscalls/syscalls-s390.o [2021-02-02T17:27:20.681Z] #41 29.42 AR compel/plugins/std.lib.a [2021-02-02T17:27:20.681Z] #41 29.45 CC compel/plugins/fds/fds.o [2021-02-02T17:27:20.681Z] #41 29.78 AR compel/plugins/fds.lib.a [2021-02-02T17:27:20.681Z] #41 29.86 HOSTDEP compel/src/lib/log-host.d [2021-02-02T17:27:20.681Z] #41 29.96 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-02T17:27:20.681Z] #41 30.13 HOSTDEP compel/arch/s390/src/lib/handle-elf-host.d [2021-02-02T17:27:20.681Z] #41 30.20 HOSTDEP compel/src/main-host.d [2021-02-02T17:27:20.681Z] #41 30.25 DEP compel/src/lib/ptrace.d [2021-02-02T17:27:20.681Z] #41 30.33 DEP compel/src/lib/infect.d [2021-02-02T17:27:20.681Z] #41 30.40 DEP compel/src/lib/infect-util.d [2021-02-02T17:27:20.681Z] #41 30.45 DEP compel/src/lib/infect-rpc.d [2021-02-02T17:27:20.681Z] #41 30.51 DEP compel/arch/s390/src/lib/infect.d [2021-02-02T17:27:20.681Z] #41 30.56 DEP compel/arch/s390/src/lib/cpu.d [2021-02-02T17:27:20.681Z] #41 30.58 DEP compel/src/lib/log.d [2021-02-02T17:27:20.681Z] #41 30.64 DEP compel/src/main.d [2021-02-02T17:27:20.681Z] #41 30.72 DEP compel/src/lib/handle-elf.d [2021-02-02T17:27:20.681Z] #41 30.79 DEP compel/arch/s390/src/lib/handle-elf.d [2021-02-02T17:27:20.681Z] #41 30.83 CC compel/src/lib/log.o [2021-02-02T17:27:20.681Z] #41 31.03 CC compel/arch/s390/src/lib/cpu.o [2021-02-02T17:27:20.681Z] #41 31.19 CC compel/arch/s390/src/lib/infect.o [2021-02-02T17:27:20.681Z] #41 31.73 CC compel/src/lib/infect-rpc.o [2021-02-02T17:27:20.681Z] #41 31.91 CC compel/src/lib/infect-util.o [2021-02-02T17:27:20.681Z] #41 32.03 CC compel/src/lib/infect.o [2021-02-02T17:27:20.681Z] #41 33.36 CC compel/src/lib/ptrace.o [2021-02-02T17:27:20.681Z] #41 33.60 AR compel/libcompel.a [2021-02-02T17:27:20.681Z] #41 33.63 HOSTCC compel/src/main-host.o [2021-02-02T17:27:20.681Z] #41 33.83 HOSTCC compel/arch/s390/src/lib/handle-elf-host.o [2021-02-02T17:27:20.681Z] #41 33.93 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-02T17:27:20.681Z] #41 34.19 HOSTCC compel/src/lib/log-host.o [2021-02-02T17:27:20.681Z] #41 34.28 HOSTLINK compel/compel-host-bin [2021-02-02T17:27:20.681Z] #41 34.48 DEP soccr/soccr.d [2021-02-02T17:27:20.681Z] #41 34.59 CC soccr/soccr.o [2021-02-02T17:27:20.681Z] #41 35.34 AR soccr/libsoccr.a [2021-02-02T17:27:20.681Z] #41 35.37 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-02T17:27:20.681Z] #41 35.61 DEP criu/arch/s390/sigframe.d [2021-02-02T17:27:20.681Z] #41 35.67 DEP criu/arch/s390/crtools.d [2021-02-02T17:27:20.681Z] #41 35.84 DEP criu/arch/s390/cpu.d [2021-02-02T17:27:20.681Z] #41 36.01 CC criu/arch/s390/cpu.o [2021-02-02T17:27:20.681Z] #41 36.25 CC criu/arch/s390/crtools.o [2021-02-02T17:27:20.681Z] #41 36.59 CC criu/arch/s390/sigframe.o [2021-02-02T17:27:20.681Z] #41 36.69 LINK criu/arch/s390/crtools.built-in.o [2021-02-02T17:27:20.681Z] #41 36.73 DEP criu/pie/util-vdso.d [2021-02-02T17:27:20.681Z] #41 36.87 DEP criu/pie/util.d [2021-02-02T17:27:20.681Z] #41 37.02 CC criu/pie/util.o [2021-02-02T17:27:20.681Z] #41 37.21 CC criu/pie/util-vdso.o [2021-02-02T17:27:20.681Z] #41 37.74 AR criu/pie/pie.lib.a [2021-02-02T17:27:20.681Z] #41 37.78 DEP criu/pie/restorer.d [2021-02-02T17:27:20.681Z] #41 38.03 DEP criu/arch/s390/restorer.d [2021-02-02T17:27:20.740Z] #42 ... [2021-02-02T17:27:20.740Z] [2021-02-02T17:27:20.740Z] #20 [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-02-02T17:27:20.740Z] #20 sha256:efeb4a8b6365c0f1dbecade85ab0692fbdf50b930e2e3cb0f3b1ec813d64b6b8 [2021-02-02T17:27:20.740Z] #20 0.477 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-02T17:27:20.740Z] #20 0.480 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-02T17:27:20.740Z] #20 0.484 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-02T17:27:20.740Z] #20 DONE 0.7s [2021-02-02T17:27:20.740Z] [2021-02-02T17:27:20.740Z] #42 [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-02-02T17:27:20.740Z] #42 sha256:7f3b5f08aa4a72f7b3fc35d0ca2f731c79b46a22fe8af85155dc0f9ba20e9b8b [2021-02-02T17:27:20.740Z] #42 47.90 CC criu/signalfd.o [2021-02-02T17:27:20.740Z] #42 47.98 CC criu/sk-inet.o [2021-02-02T17:27:20.974Z] #41 38.21 DEP criu/arch/s390/vdso-pie.d [2021-02-02T17:27:20.974Z] #41 38.33 DEP criu/pie/parasite-vdso.d [2021-02-02T17:27:21.001Z] #42 48.37 CC criu/sk-netlink.o [2021-02-02T17:27:21.267Z] #41 38.40 DEP criu/pie/parasite.d [2021-02-02T17:27:21.267Z] #41 38.59 CC criu/pie/parasite.o [2021-02-02T17:27:21.267Z] #41 ... [2021-02-02T17:27:21.267Z] [2021-02-02T17:27:21.267Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-02T17:27:21.267Z] #51 0.806 + RM_GOPATH=0 [2021-02-02T17:27:21.267Z] #51 0.806 + TMP_GOPATH= [2021-02-02T17:27:21.267Z] #51 0.806 + : /build [2021-02-02T17:27:21.267Z] #51 0.806 + '[' -z '' ']' [2021-02-02T17:27:21.267Z] #51 0.807 ++ mktemp -d [2021-02-02T17:27:21.267Z] #51 0.808 + export GOPATH=/tmp/tmp.gUf2MC5c8w [2021-02-02T17:27:21.267Z] #51 0.808 + GOPATH=/tmp/tmp.gUf2MC5c8w [2021-02-02T17:27:21.267Z] #51 0.808 + RM_GOPATH=1 [2021-02-02T17:27:21.267Z] #51 0.808 + case "$(go env GOARCH)" in [2021-02-02T17:27:21.267Z] #51 0.808 ++ go env GOARCH [2021-02-02T17:27:21.267Z] #51 0.811 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:27:21.267Z] #51 0.811 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:27:21.267Z] #51 0.812 ++ dirname /tmp/install/install.sh [2021-02-02T17:27:21.267Z] #51 0.814 + dir=/tmp/install [2021-02-02T17:27:21.267Z] #51 0.814 + bin=runc [2021-02-02T17:27:21.267Z] #51 0.814 + shift [2021-02-02T17:27:21.267Z] #51 0.815 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-02T17:27:21.267Z] #51 0.815 + . /tmp/install/runc.installer [2021-02-02T17:27:21.267Z] #51 0.815 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-02T17:27:21.267Z] #51 0.815 + install_runc [2021-02-02T17:27:21.267Z] #51 0.815 + uname -r [2021-02-02T17:27:21.267Z] #51 0.816 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-02T17:27:21.267Z] #51 0.818 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2021-02-02T17:27:21.267Z] #51 0.818 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2021-02-02T17:27:21.267Z] #51 0.818 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2021-02-02T17:27:21.267Z] #51 0.818 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.gUf2MC5c8w/src/github.com/opencontainers/runc [2021-02-02T17:27:21.267Z] #51 0.819 Cloning into '/tmp/tmp.gUf2MC5c8w/src/github.com/opencontainers/runc'... [2021-02-02T17:27:21.568Z] #51 ... [2021-02-02T17:27:21.568Z] [2021-02-02T17:27:21.568Z] #12 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-02T17:27:21.568Z] #12 DONE 1.0s [2021-02-02T17:27:21.568Z] [2021-02-02T17:27:21.568Z] #13 [dev-systemd-false 2/26] RUN useradd --create-home --gid docker unprivi... [2021-02-02T17:27:21.572Z] #42 48.54 CC criu/sk-packet.o [2021-02-02T17:27:21.832Z] #42 48.82 CC criu/sk-queue.o [2021-02-02T17:27:21.832Z] #42 49.06 CC criu/sk-tcp.o [2021-02-02T17:27:22.091Z] #42 49.29 CC criu/sk-unix.o [2021-02-02T17:27:22.204Z] #13 DONE 0.8s [2021-02-02T17:27:22.204Z] [2021-02-02T17:27:22.204Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:27:22.204Z] #41 39.48 LINK criu/pie/parasite.built-in.o [2021-02-02T17:27:22.497Z] #41 39.48 GEN criu/pie/parasite-blob.h [2021-02-02T17:27:22.497Z] #41 39.50 CC criu/pie/parasite-vdso.o [2021-02-02T17:27:22.659Z] #42 49.99 CC criu/sockets.o [2021-02-02T17:27:22.790Z] #41 39.99 CC criu/arch/s390/vdso-pie.o [2021-02-02T17:27:23.084Z] #41 40.20 CC criu/arch/s390/restorer.o [2021-02-02T17:27:23.229Z] #42 50.33 CC criu/stats.o [2021-02-02T17:27:23.229Z] #42 50.46 CC criu/string.o [2021-02-02T17:27:23.229Z] #42 50.50 CC criu/sysctl.o [2021-02-02T17:27:23.378Z] #41 ... [2021-02-02T17:27:23.378Z] [2021-02-02T17:27:23.378Z] #14 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.... [2021-02-02T17:27:23.378Z] #14 0.877 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-02T17:27:23.378Z] #14 DONE 1.0s [2021-02-02T17:27:23.378Z] [2021-02-02T17:27:23.378Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:27:23.378Z] #41 40.57 CC criu/pie/restorer.o [2021-02-02T17:27:23.488Z] #42 50.73 CC criu/sysfs_parse.o [2021-02-02T17:27:23.488Z] #42 50.85 CC criu/timens.o [2021-02-02T17:27:23.749Z] #42 50.96 CC criu/timerfd.o [2021-02-02T17:27:23.749Z] #42 51.07 CC criu/tty.o [2021-02-02T17:27:24.426Z] #41 ... [2021-02-02T17:27:24.426Z] [2021-02-02T17:27:24.426Z] #15 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/ba... [2021-02-02T17:27:24.426Z] #15 DONE 1.1s [2021-02-02T17:27:24.426Z] [2021-02-02T17:27:24.426Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2021-02-02T17:27:24.689Z] #42 51.82 CC criu/tun.o [2021-02-02T17:27:24.741Z] #16 ... [2021-02-02T17:27:24.741Z] [2021-02-02T17:27:24.741Z] #56 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-02T17:27:24.741Z] #56 73.48 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-02T17:27:24.741Z] #56 73.48 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-02T17:27:24.741Z] #56 DONE 78.2s [2021-02-02T17:27:24.741Z] [2021-02-02T17:27:24.741Z] #57 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-02T17:27:24.741Z] #57 DONE 0.1s [2021-02-02T17:27:24.741Z] [2021-02-02T17:27:24.741Z] #58 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-02T17:27:24.949Z] #42 52.02 CC criu/uffd.o [2021-02-02T17:27:25.049Z] #58 DONE 0.1s [2021-02-02T17:27:25.049Z] [2021-02-02T17:27:25.049Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-02T17:27:25.049Z] #43 71.87 vendor/golang.org/x/net/http2/hpack [2021-02-02T17:27:25.049Z] #43 72.54 mime [2021-02-02T17:27:25.049Z] #43 73.67 mime/quotedprintable [2021-02-02T17:27:25.049Z] #43 73.95 net/http/internal [2021-02-02T17:27:25.049Z] #43 77.04 crypto/tls [2021-02-02T17:27:25.209Z] #42 52.51 CC criu/util.o [2021-02-02T17:27:25.735Z] #43 ... [2021-02-02T17:27:25.736Z] [2021-02-02T17:27:25.736Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:27:25.736Z] #41 42.68 LINK criu/pie/restorer.built-in.o [2021-02-02T17:27:25.736Z] #41 42.68 GEN criu/pie/restorer-blob.h [2021-02-02T17:27:25.736Z] #41 42.80 DEP criu/vdso.d [2021-02-02T17:27:25.736Z] #41 ... [2021-02-02T17:27:25.736Z] [2021-02-02T17:27:25.736Z] #16 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /e... [2021-02-02T17:27:25.736Z] #16 DONE 1.2s [2021-02-02T17:27:25.736Z] [2021-02-02T17:27:25.736Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:27:25.736Z] #41 42.99 DEP criu/uts_ns.d [2021-02-02T17:27:25.778Z] #42 52.94 CC criu/uts_ns.o [2021-02-02T17:27:25.778Z] #42 53.02 CC criu/vdso-compat.o [2021-02-02T17:27:26.036Z] #42 53.09 CC criu/vdso.o [2021-02-02T17:27:26.036Z] #42 53.28 LINK criu/built-in.o [2021-02-02T17:27:26.036Z] #42 53.34 LINK criu/criu [2021-02-02T17:27:26.043Z] #41 43.22 DEP criu/util.d [2021-02-02T17:27:26.295Z] #42 53.49 DEP lib/c/criu.d [2021-02-02T17:27:26.296Z] #42 53.51 CC images/rpc.pb-c.o [2021-02-02T17:27:26.393Z] #41 43.41 DEP criu/uffd.d [2021-02-02T17:27:26.555Z] #42 53.69 CC lib/c/criu.o [2021-02-02T17:27:26.685Z] #41 43.70 DEP criu/tun.d [2021-02-02T17:27:26.685Z] #41 43.88 DEP criu/tty.d [2021-02-02T17:27:26.814Z] #42 54.03 LINK lib/c/built-in.o [2021-02-02T17:27:26.814Z] #42 54.03 LINK lib/c/libcriu.so [2021-02-02T17:27:26.814Z] #42 54.05 LINK lib/c/libcriu.a [2021-02-02T17:27:26.814Z] #42 54.10 GEN magic.py [2021-02-02T17:27:26.814Z] #42 54.14 Note: Building without setproctitle() and strlcpy() support. [2021-02-02T17:27:26.814Z] #42 54.14 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-02T17:27:26.814Z] #42 54.14 Note: Building without GnuTLS support [2021-02-02T17:27:26.814Z] #42 54.14 Makefile.config:39: Warn: you have no libnftables installed [2021-02-02T17:27:26.814Z] #42 54.14 Makefile.config:40: Warn: Building without nftables support [2021-02-02T17:27:26.984Z] #41 ... [2021-02-02T17:27:26.984Z] [2021-02-02T17:27:26.984Z] #17 [dev-systemd-false 6/26] RUN ldconfig [2021-02-02T17:27:26.984Z] #17 DONE 1.1s [2021-02-02T17:27:26.984Z] [2021-02-02T17:27:26.984Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:27:26.984Z] #41 44.00 DEP criu/timerfd.d [2021-02-02T17:27:27.279Z] #41 44.29 DEP criu/timens.d [2021-02-02T17:27:27.279Z] #41 44.48 DEP criu/sysfs_parse.d [2021-02-02T17:27:27.382Z] #42 54.42 fatal: not a git repository (or any of the parent directories): .git [2021-02-02T17:27:27.382Z] #42 54.55 make[1]: Nothing to be done for 'all'. [2021-02-02T17:27:27.382Z] #42 54.69 make[1]: 'images/built-in.o' is up to date. [2021-02-02T17:27:27.382Z] #42 54.70 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-02T17:27:27.382Z] #42 54.71 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-02T17:27:27.382Z] #42 54.72 make[1]: 'compel/libcompel.a' is up to date. [2021-02-02T17:27:27.382Z] #42 54.73 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-02T17:27:27.572Z] #41 44.62 DEP criu/sysctl.d [2021-02-02T17:27:27.572Z] #41 44.76 DEP criu/string.d [2021-02-02T17:27:27.572Z] #41 44.79 DEP criu/stats.d [2021-02-02T17:27:27.641Z] #42 54.73 make[1]: Nothing to be done for 'all'. [2021-02-02T17:27:27.641Z] #42 54.74 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-02T17:27:27.641Z] #42 54.81 make[2]: Nothing to be done for 'all'. [2021-02-02T17:27:27.641Z] #42 54.82 make[2]: Nothing to be done for 'all'. [2021-02-02T17:27:27.641Z] #42 54.83 make[2]: Nothing to be done for 'all'. [2021-02-02T17:27:27.641Z] #42 54.86 make[2]: Nothing to be done for 'all'. [2021-02-02T17:27:27.641Z] #42 54.88 make[2]: Nothing to be done for 'all'. [2021-02-02T17:27:27.641Z] #42 54.88 make[2]: Nothing to be done for 'all'. [2021-02-02T17:27:27.641Z] #42 54.90 make[2]: Nothing to be done for 'all'. [2021-02-02T17:27:27.641Z] #42 54.92 make[2]: Nothing to be done for 'all'. [2021-02-02T17:27:27.641Z] #42 54.93 INSTALL criu/criu [2021-02-02T17:27:27.865Z] #41 44.87 DEP criu/sockets.d [2021-02-02T17:27:27.865Z] #41 45.06 DEP criu/sk-unix.d [2021-02-02T17:27:27.865Z] #41 45.17 DEP criu/sk-tcp.d [2021-02-02T17:27:28.157Z] #41 45.33 DEP criu/sk-queue.d [2021-02-02T17:27:28.157Z] #41 45.40 DEP criu/sk-packet.d [2021-02-02T17:27:28.210Z] #42 DONE 55.3s [2021-02-02T17:27:28.210Z] [2021-02-02T17:27:28.210Z] #55 [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-02-02T17:27:28.210Z] #55 sha256:78a0a91b965a274b5e5070ba09983453b8d5b3d455a72dddf006c875762c214c [2021-02-02T17:27:28.210Z] #55 59.63 + bin/containerd-shim [2021-02-02T17:27:28.210Z] #55 62.73 + bin/containerd-shim-runc-v1 [2021-02-02T17:27:28.210Z] #55 64.81 + bin/containerd-shim-runc-v2 [2021-02-02T17:27:28.210Z] #55 65.68 + binaries [2021-02-02T17:27:28.210Z] #55 65.68 + install -D bin/containerd /build/containerd [2021-02-02T17:27:28.210Z] #55 65.71 + install -D bin/containerd-shim /build/containerd-shim [2021-02-02T17:27:28.210Z] #55 65.72 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-02T17:27:28.210Z] #55 65.73 + install -D bin/ctr /build/ctr [2021-02-02T17:27:28.210Z] #55 DONE 66.9s [2021-02-02T17:27:28.210Z] [2021-02-02T17:27:28.210Z] #21 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-02T17:27:28.210Z] #21 sha256:1645b4707972e6dafd2098e812171663052c49344abae69c5920de61be842abb [2021-02-02T17:27:28.210Z] #21 1.926 Collecting yamllint==1.16.0 [2021-02-02T17:27:28.210Z] #21 7.080 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-02T17:27:28.210Z] #21 7.099 Collecting pyyaml (from yamllint==1.16.0) [2021-02-02T17:27:28.210Z] #21 7.149 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-02-02T17:27:28.210Z] #21 7.231 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-02T17:27:28.210Z] #21 7.243 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-02T17:27:28.210Z] #21 7.259 Installing collected packages: pyyaml, pathspec, yamllint [2021-02-02T17:27:28.210Z] #21 7.340 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-02T17:27:28.210Z] #21 DONE 7.4s [2021-02-02T17:27:28.210Z] [2021-02-02T17:27:28.210Z] #24 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-02T17:27:28.210Z] #24 sha256:bcc20fb90209b48322d33e276cc9c2e5d72cd7802f53cba4ccaa465cbbad33f9 [2021-02-02T17:27:28.450Z] #41 45.57 DEP criu/sk-netlink.d [2021-02-02T17:27:28.450Z] #41 45.76 DEP criu/sk-inet.d [2021-02-02T17:27:28.469Z] #24 DONE 0.3s [2021-02-02T17:27:28.469Z] [2021-02-02T17:27:28.469Z] #29 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-02T17:27:28.469Z] #29 sha256:1011848f51e4340acf4e10f6eba7d92e977459e36b31dc05f917c7f8e7bfdcfb [2021-02-02T17:27:28.743Z] #41 45.96 DEP criu/signalfd.d [2021-02-02T17:27:28.743Z] #41 46.06 DEP criu/sigframe.d [2021-02-02T17:27:29.035Z] #41 46.17 DEP criu/shmem.d [2021-02-02T17:27:29.035Z] #41 46.28 DEP criu/servicefd.d [2021-02-02T17:27:29.035Z] #41 46.40 DEP criu/seize.d [2021-02-02T17:27:29.327Z] #41 46.55 DEP criu/seccomp.d [2021-02-02T17:27:29.327Z] #41 46.69 DEP criu/rst-malloc.d [2021-02-02T17:27:29.620Z] #41 46.75 DEP criu/rbtree.d [2021-02-02T17:27:29.620Z] #41 46.79 DEP criu/pstree.d [2021-02-02T17:27:29.912Z] #41 46.96 DEP criu/protobuf.d [2021-02-02T17:27:29.912Z] #41 47.04 GEN criu/protobuf-desc-gen.h [2021-02-02T17:27:30.615Z] #41 47.90 DEP criu/protobuf-desc.d [2021-02-02T17:27:30.907Z] #41 47.98 DEP criu/proc_parse.d [2021-02-02T17:27:30.907Z] #41 48.15 DEP criu/plugin.d [2021-02-02T17:27:31.200Z] #41 48.21 DEP criu/pipes.d [2021-02-02T17:27:31.200Z] #41 48.40 DEP criu/pie-util.d [2021-02-02T17:27:31.200Z] #41 48.50 DEP criu/pie-util-vdso.d [2021-02-02T17:27:31.200Z] #41 48.59 DEP criu/path.d [2021-02-02T17:27:31.492Z] #41 48.70 DEP criu/parasite-syscall.d [2021-02-02T17:27:31.492Z] #41 48.83 DEP criu/pagemap.d [2021-02-02T17:27:31.757Z] #29 DONE 3.2s [2021-02-02T17:27:31.757Z] [2021-02-02T17:27:31.757Z] #32 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-02T17:27:31.757Z] #32 sha256:2d30a2ba109ba628cb37abcd4282ebd4d24f9eba4fc97cca7bfefdcdca7075da [2021-02-02T17:27:31.757Z] #32 DONE 0.3s [2021-02-02T17:27:31.785Z] #41 48.98 DEP criu/pagemap-cache.d [2021-02-02T17:27:31.785Z] #41 49.06 DEP criu/page-xfer.d [2021-02-02T17:27:32.016Z] [2021-02-02T17:27:32.016Z] #34 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-02T17:27:32.016Z] #34 sha256:1fbf4af72132003ede4218d7c8572b816299db025247b89d0b2e31e6f06c1524 [2021-02-02T17:27:32.016Z] #34 DONE 0.0s [2021-02-02T17:27:32.016Z] [2021-02-02T17:27:32.016Z] #37 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-02T17:27:32.016Z] #37 sha256:56bfd826e06230e6f2818499ac35c6070c22f120ac38e262a4661ecc43bf2d29 [2021-02-02T17:27:32.016Z] #37 DONE 0.1s [2021-02-02T17:27:32.016Z] [2021-02-02T17:27:32.016Z] #40 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-02T17:27:32.016Z] #40 sha256:17abb6dea1626a47a9a9d6dce50df3cea3e4aa1a7fe70f4dc5ac841ee7e6dfdb [2021-02-02T17:27:32.077Z] #41 49.16 DEP criu/page-pipe.d [2021-02-02T17:27:32.077Z] #41 49.29 DEP criu/netfilter.d [2021-02-02T17:27:32.077Z] #41 49.42 DEP criu/net.d [2021-02-02T17:27:32.425Z] #41 49.63 DEP criu/namespaces.d [2021-02-02T17:27:32.583Z] #40 DONE 0.5s [2021-02-02T17:27:32.583Z] [2021-02-02T17:27:32.583Z] #43 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-02T17:27:32.583Z] #43 sha256:3f4815d9e8865f1fb83766e0660e174ea7f11a5f4cea8346fee4f8430f8248cb [2021-02-02T17:27:32.583Z] #43 DONE 0.1s [2021-02-02T17:27:32.583Z] [2021-02-02T17:27:32.583Z] #45 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-02T17:27:32.583Z] #45 sha256:494d12eac6ca64e9e878a612df759011fe404c589e0bdfba9fa9a9b1d14ed9f6 [2021-02-02T17:27:32.717Z] #41 49.81 DEP criu/mount.d [2021-02-02T17:27:32.717Z] #41 49.92 DEP criu/memfd.d [2021-02-02T17:27:32.842Z] #45 DONE 0.2s [2021-02-02T17:27:32.842Z] [2021-02-02T17:27:32.842Z] #47 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-02T17:27:32.842Z] #47 sha256:a3881b769f22065300cdcd7f210e13f3abd2448b2ee06a91a917a94705a8724b [2021-02-02T17:27:32.842Z] #47 DONE 0.1s [2021-02-02T17:27:32.842Z] [2021-02-02T17:27:32.842Z] #49 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-02T17:27:32.842Z] #49 sha256:341cccaf8d4c5abafa9b73122435944f2c0c509d345dccb1bd75738e7796a565 [2021-02-02T17:27:33.009Z] #41 50.05 DEP criu/mem.d [2021-02-02T17:27:33.009Z] #41 50.22 DEP criu/lsm.d [2021-02-02T17:27:33.009Z] #41 50.31 DEP criu/log.d [2021-02-02T17:27:33.311Z] #41 50.39 DEP criu/libnetlink.d [2021-02-02T17:27:33.311Z] #41 50.55 DEP criu/kerndat.d [2021-02-02T17:27:33.410Z] #49 DONE 0.5s [2021-02-02T17:27:33.410Z] [2021-02-02T17:27:33.410Z] #51 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-02T17:27:33.410Z] #51 sha256:4003967bb48e08b53a7be90fa8ba581bcdb5d693c0042a1ff5178c0dc5e7c07d [2021-02-02T17:27:33.410Z] #51 DONE 0.0s [2021-02-02T17:27:33.410Z] [2021-02-02T17:27:33.410Z] #53 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-02T17:27:33.410Z] #53 sha256:d17a40d22aa93e8beb0c7e19c126835c8632400df1a43b85921c84e0f52c949a [2021-02-02T17:27:33.410Z] #53 DONE 0.2s [2021-02-02T17:27:33.627Z] #41 50.79 DEP criu/kcmp-ids.d [2021-02-02T17:27:33.627Z] #41 50.84 DEP criu/irmap.d [2021-02-02T17:27:33.669Z] [2021-02-02T17:27:33.669Z] #56 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-02T17:27:33.669Z] #56 sha256:d55bf45ffb93ed9771ef7eeada5d3427d11246af44c41e84bbb3e041fe38b195 [2021-02-02T17:27:33.919Z] #41 50.98 DEP criu/ipc_ns.d [2021-02-02T17:27:33.919Z] #41 51.13 DEP criu/image.d [2021-02-02T17:27:34.211Z] #41 51.29 DEP criu/image-desc.d [2021-02-02T17:27:34.211Z] #41 51.41 DEP criu/fsnotify.d [2021-02-02T17:27:34.504Z] #41 51.60 DEP criu/filesystems.d [2021-02-02T17:27:34.504Z] #41 51.74 DEP criu/files.d [2021-02-02T17:27:34.605Z] #56 DONE 0.9s [2021-02-02T17:27:34.605Z] [2021-02-02T17:27:34.605Z] #60 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-02T17:27:34.605Z] #60 sha256:a4c27d4bbc63111b84c4959d0043b334bc467a7639c72e3af80b52ef5c24777c [2021-02-02T17:27:34.605Z] #60 DONE 0.2s [2021-02-02T17:27:34.605Z] [2021-02-02T17:27:34.605Z] #62 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-02T17:27:34.605Z] #62 sha256:a138231e06ab3a4e7770e5ca31426286f2cc5b99b926d062d0dc51f626e2f788 [2021-02-02T17:27:34.796Z] #41 51.85 DEP criu/files-reg.d [2021-02-02T17:27:34.796Z] #41 51.95 DEP criu/files-ext.d [2021-02-02T17:27:35.027Z] ok github.com/docker/docker/api/server/httputils 0.047s coverage: 14.7% of statements [2021-02-02T17:27:35.027Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-02T17:27:35.155Z] #41 52.11 DEP criu/file-lock.d [2021-02-02T17:27:35.155Z] #41 52.30 DEP criu/file-ids.d [2021-02-02T17:27:35.155Z] #41 52.46 DEP criu/fifo.d [2021-02-02T17:27:35.155Z] #41 52.53 DEP criu/fdstore.d [2021-02-02T17:27:35.173Z] #62 DONE 0.4s [2021-02-02T17:27:35.173Z] [2021-02-02T17:27:35.173Z] #64 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-02T17:27:35.173Z] #64 sha256:9367023db02a68b821ead083c7a51cef9547fdaaef9dc33d5f35f1c9c624b05a [2021-02-02T17:27:35.173Z] #64 DONE 0.0s [2021-02-02T17:27:35.173Z] [2021-02-02T17:27:35.173Z] #65 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-02T17:27:35.173Z] #65 sha256:f6d35d3df503ef7b82f4750ba923feb6a4c7f472409ac8440162fe923be562ca [2021-02-02T17:27:35.173Z] #65 DONE 0.0s [2021-02-02T17:27:35.173Z] [2021-02-02T17:27:35.173Z] #66 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-02T17:27:35.173Z] #66 sha256:465c580b7b6b8a20c9264879076ea6953ae8cc391d0b2bf4e5614f661dc62409 [2021-02-02T17:27:35.448Z] #41 52.66 DEP criu/fault-injection.d [2021-02-02T17:27:35.448Z] #41 52.70 DEP criu/external.d [2021-02-02T17:27:35.448Z] #41 52.80 DEP criu/eventpoll.d [2021-02-02T17:27:35.740Z] #41 52.99 DEP criu/eventfd.d [2021-02-02T17:27:35.741Z] #66 DONE 0.7s [2021-02-02T17:27:35.971Z] ok github.com/docker/docker/api/server/middleware 0.026s coverage: 37.7% of statements [2021-02-02T17:27:35.971Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-02T17:27:35.971Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-02T17:27:35.971Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-02T17:27:35.971Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-02T17:27:35.971Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-02T17:27:35.971Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-02T17:27:35.971Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-02T17:27:35.971Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-02T17:27:36.001Z] [2021-02-02T17:27:36.001Z] #67 exporting to image [2021-02-02T17:27:36.001Z] #67 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-02-02T17:27:36.001Z] #67 exporting layers [2021-02-02T17:27:36.033Z] #41 53.15 DEP criu/crtools.d [2021-02-02T17:27:36.033Z] #41 53.30 DEP criu/cr-service.d [2021-02-02T17:27:36.232Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-02T17:27:36.326Z] #41 53.49 DEP criu/cr-restore.d [2021-02-02T17:27:36.619Z] #41 53.73 DEP criu/cr-errno.d [2021-02-02T17:27:36.619Z] #41 53.79 DEP criu/cr-dump.d [2021-02-02T17:27:36.619Z] #41 53.89 DEP criu/cr-dedup.d [2021-02-02T17:27:36.911Z] #41 53.97 DEP criu/cr-check.d [2021-02-02T17:27:36.911Z] #41 ... [2021-02-02T17:27:36.911Z] [2021-02-02T17:27:36.911Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-02T17:27:36.911Z] #18 0.857 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:27:36.911Z] #18 0.889 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:27:36.911Z] #18 0.904 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:27:36.911Z] #18 1.258 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x Packages [7623 kB] [2021-02-02T17:27:36.911Z] #18 1.961 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x Packages [237 kB] [2021-02-02T17:27:36.911Z] #18 3.316 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main s390x Packages [7856 B] [2021-02-02T17:27:36.911Z] #18 6.259 Fetched 8107 kB in 5s (1480 kB/s) [2021-02-02T17:27:36.911Z] #18 6.259 Reading package lists... [2021-02-02T17:27:36.911Z] #18 8.141 Reading package lists... [2021-02-02T17:27:36.911Z] #18 9.810 Building dependency tree... [2021-02-02T17:27:36.911Z] #18 ... [2021-02-02T17:27:36.911Z] [2021-02-02T17:27:36.911Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:27:36.911Z] #41 54.12 DEP criu/config.d [2021-02-02T17:27:37.204Z] #41 54.30 DEP criu/clone-noasan.d [2021-02-02T17:27:37.204Z] #41 54.35 DEP criu/cgroup.d [2021-02-02T17:27:37.204Z] #41 ... [2021-02-02T17:27:37.204Z] [2021-02-02T17:27:37.204Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-02T17:27:37.204Z] #51 6.645 + cd /tmp/tmp.gUf2MC5c8w/src/github.com/opencontainers/runc [2021-02-02T17:27:37.204Z] #51 6.645 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-02T17:27:37.204Z] #51 7.138 + '[' -z '' ']' [2021-02-02T17:27:37.204Z] #51 7.138 + target=static [2021-02-02T17:27:37.204Z] #51 7.138 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2021-02-02T17:27:37.204Z] #51 7.453 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2021-02-02T17:27:37.204Z] #51 ... [2021-02-02T17:27:37.204Z] [2021-02-02T17:27:37.204Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:27:37.204Z] #41 54.52 DEP criu/cgroup-props.d [2021-02-02T17:27:37.497Z] #41 54.63 DEP criu/bitmap.d [2021-02-02T17:27:37.497Z] #41 54.65 DEP criu/bfd.d [2021-02-02T17:27:37.497Z] #41 54.71 DEP criu/autofs.d [2021-02-02T17:27:37.497Z] #41 54.88 DEP criu/aio.d [2021-02-02T17:27:37.624Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-02T17:27:37.624Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-02T17:27:37.624Z] ok github.com/docker/docker/api/types/filters 0.032s coverage: 92.2% of statements [2021-02-02T17:27:37.624Z] ok github.com/docker/docker/api/types/strslice 0.034s coverage: 90.0% of statements [2021-02-02T17:27:37.790Z] #41 55.08 DEP criu/action-scripts.d [2021-02-02T17:27:37.885Z] ok github.com/docker/docker/api/server/router/swarm 0.021s coverage: 5.7% of statements [2021-02-02T17:27:37.885Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-02T17:27:37.886Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-02T17:27:37.886Z] ? github.com/docker/docker/api/types [no test files] [2021-02-02T17:27:37.886Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-02T17:27:37.886Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-02T17:27:37.886Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-02T17:27:37.886Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-02T17:27:37.886Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-02T17:27:37.886Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-02T17:27:37.886Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-02T17:27:37.886Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-02T17:27:37.886Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-02T17:27:37.886Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-02T17:27:37.886Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-02T17:27:37.886Z] ok github.com/docker/docker/api/types/time 0.035s coverage: 100.0% of statements [2021-02-02T17:27:38.147Z] ok github.com/docker/docker/api/types/versions 0.019s coverage: 75.0% of statements [2021-02-02T17:27:38.147Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-02T17:27:38.147Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-02T17:27:38.147Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-02T17:27:38.147Z] ? github.com/docker/docker/builder [no test files] [2021-02-02T17:27:38.147Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-02T17:27:38.147Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-02T17:27:38.147Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-02T17:27:38.147Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-02T17:27:38.147Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-02T17:27:38.147Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-02T17:27:38.147Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-02T17:27:38.498Z] #41 55.36 CC criu/action-scripts.o [2021-02-02T17:27:38.499Z] #41 ... [2021-02-02T17:27:38.499Z] [2021-02-02T17:27:38.499Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-02T17:27:38.499Z] #43 81.98 net/http/httptrace [2021-02-02T17:27:38.499Z] #43 82.14 net/http [2021-02-02T17:27:38.499Z] #43 89.71 github.com/LK4D4/vndr/godl [2021-02-02T17:27:38.499Z] #43 90.26 github.com/LK4D4/vndr [2021-02-02T17:27:38.499Z] #43 ... [2021-02-02T17:27:38.499Z] [2021-02-02T17:27:38.499Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-02T17:27:38.499Z] #18 10.35 libcap2-bin is already the newest version (1:2.25-2). [2021-02-02T17:27:38.499Z] #18 10.35 The following additional packages will be installed: [2021-02-02T17:27:38.499Z] #18 10.35 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-02T17:27:38.499Z] #18 10.35 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-02T17:27:38.499Z] #18 10.35 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-02T17:27:38.499Z] #18 10.35 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-02T17:27:38.499Z] #18 10.35 python3.7 python3.7-minimal vim-runtime xxd [2021-02-02T17:27:38.499Z] #18 10.35 Suggested packages: [2021-02-02T17:27:38.499Z] #18 10.35 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-02T17:27:38.499Z] #18 10.35 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-02T17:27:38.499Z] #18 10.35 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-02T17:27:38.499Z] #18 10.35 Recommended packages: [2021-02-02T17:27:38.499Z] #18 10.35 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-02T17:27:38.499Z] #18 10.35 python3-keyrings.alt python3-xdg unzip [2021-02-02T17:27:38.499Z] #18 11.61 The following NEW packages will be installed: [2021-02-02T17:27:38.499Z] #18 11.61 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-02T17:27:38.499Z] #18 11.61 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-02T17:27:38.499Z] #18 11.61 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-02T17:27:38.499Z] #18 11.61 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-02T17:27:38.499Z] #18 11.61 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-02T17:27:38.499Z] #18 11.61 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-02T17:27:38.499Z] #18 11.61 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-02T17:27:38.499Z] #18 11.61 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-02T17:27:38.499Z] #18 11.61 xz-utils zip [2021-02-02T17:27:38.499Z] #18 11.72 0 upgraded, 48 newly installed, 0 to remove and 16 not upgraded. [2021-02-02T17:27:38.499Z] #18 11.72 Need to get 27.7 MB of archives. [2021-02-02T17:27:38.499Z] #18 11.72 After this operation, 117 MB of additional disk space will be used. [2021-02-02T17:27:38.499Z] #18 11.72 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main s390x pigz s390x 2.4-1 [52.8 kB] [2021-02-02T17:27:38.499Z] #18 11.74 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-minimal s390x 3.7.3-2+deb10u2 [586 kB] [2021-02-02T17:27:38.499Z] #18 11.77 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7-minimal s390x 3.7.3-2+deb10u2 [1590 kB] [2021-02-02T17:27:38.499Z] #18 11.82 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-minimal s390x 3.7.3-1 [36.6 kB] [2021-02-02T17:27:38.791Z] #18 11.82 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main s390x libmpdec2 s390x 2.4.2-2 [83.3 kB] [2021-02-02T17:27:38.791Z] #18 11.88 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3.7-stdlib s390x 3.7.3-2+deb10u2 [1684 kB] [2021-02-02T17:27:39.084Z] #18 12.18 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3.7 s390x 3.7.3-2+deb10u2 [330 kB] [2021-02-02T17:27:39.084Z] #18 12.19 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main s390x libpython3-stdlib s390x 3.7.3-1 [20.0 kB] [2021-02-02T17:27:39.084Z] #18 12.19 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3 s390x 3.7.3-1 [61.5 kB] [2021-02-02T17:27:39.084Z] #18 12.19 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip4tc0 s390x 1.8.2-4 [69.5 kB] [2021-02-02T17:27:39.084Z] #18 12.20 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main s390x libip6tc0 s390x 1.8.2-4 [69.8 kB] [2021-02-02T17:27:39.084Z] #18 12.20 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main s390x libiptc0 s390x 1.8.2-4 [59.6 kB] [2021-02-02T17:27:39.084Z] #18 12.21 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnfnetlink0 s390x 1.0.1-3+b1 [13.7 kB] [2021-02-02T17:27:39.084Z] #18 12.24 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnetfilter-conntrack3 s390x 1.0.7-1 [39.0 kB] [2021-02-02T17:27:39.084Z] #18 12.34 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnftnl11 s390x 1.1.2-2 [50.6 kB] [2021-02-02T17:27:39.084Z] #18 12.34 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main s390x iptables s390x 1.8.2-4 [379 kB] [2021-02-02T17:27:39.084Z] #18 12.35 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main s390x xxd s390x 2:8.1.0875-5 [139 kB] [2021-02-02T17:27:39.294Z] #67 exporting layers 3.4s done [2021-02-02T17:27:39.294Z] #67 writing image sha256:360935ac555568737e1c224df8f35168c158fd351d2e7ca9107616b17a8d82d7 done [2021-02-02T17:27:39.294Z] #67 naming to docker.io/library/docker:917ff358791c55091e335f0e1fb9d9224b564d94 done [2021-02-02T17:27:39.294Z] #67 DONE 3.4s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-02-02T17:27:39.377Z] #18 12.36 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-common all 2:8.1.0875-5 [195 kB] [2021-02-02T17:27:39.377Z] #18 12.36 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main s390x bash-completion all 1:2.8-6 [208 kB] [2021-02-02T17:27:39.377Z] #18 12.36 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main s390x bzip2 s390x 1.0.6-9.2~deb10u1 [47.8 kB] [2021-02-02T17:27:39.377Z] #18 12.37 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main s390x xz-utils s390x 5.2.4-1 [181 kB] [2021-02-02T17:27:39.377Z] #18 12.38 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main s390x apparmor s390x 2.13.2-10 [529 kB] [2021-02-02T17:27:39.377Z] #18 12.42 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main s390x aufs-tools s390x 1:4.14+20190211-1 [104 kB] [2021-02-02T17:27:39.377Z] #18 12.42 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main s390x libonig5 s390x 6.9.1-1 [165 kB] [2021-02-02T17:27:39.377Z] #18 12.42 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main s390x libjq1 s390x 1.5+dfsg-2+b1 [125 kB] [2021-02-02T17:27:39.377Z] #18 12.43 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main s390x jq s390x 1.5+dfsg-2+b1 [59.5 kB] [2021-02-02T17:27:39.377Z] #18 12.54 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main s390x libaio1 s390x 0.3.112-3 [11.1 kB] [2021-02-02T17:27:39.622Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41842/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41842/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:917ff358791c55091e335f0e1fb9d9224b564d94 hack/validate/default [2021-02-02T17:27:39.669Z] #18 12.69 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main s390x libgpm2 s390x 1.20.7-5 [35.2 kB] [2021-02-02T17:27:39.669Z] #18 12.70 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main s390x libicu63 s390x 63.1-6+deb10u1 [8035 kB] [2021-02-02T17:27:39.669Z] #18 12.92 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnet1 s390x 1.1.6+dfsg-3.1 [55.8 kB] [2021-02-02T17:27:39.669Z] #18 12.93 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main s390x libnl-3-200 s390x 3.4.0-1 [59.8 kB] [2021-02-02T17:27:39.669Z] #18 12.93 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main s390x libprotobuf-c1 s390x 1.3.1-1+b1 [26.4 kB] [2021-02-02T17:27:39.669Z] #18 12.93 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main s390x libreadline5 s390x 5.2+dfsg-3+b13 [114 kB] [2021-02-02T17:27:39.669Z] #18 12.94 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main s390x net-tools s390x 1.60+git20180626.aebd88e-1 [242 kB] [2021-02-02T17:27:39.669Z] #18 13.06 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main s390x python-pip-whl all 18.1-5 [1591 kB] [2021-02-02T17:27:39.963Z] #18 13.11 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-02T17:27:39.963Z] #18 13.11 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-distutils all 3.7.3-1 [142 kB] [2021-02-02T17:27:39.963Z] #18 13.11 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pip all 18.1-5 [171 kB] [2021-02-02T17:27:39.963Z] #18 13.12 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-02T17:27:39.963Z] #18 13.13 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-setuptools all 40.8.0-1 [306 kB] [2021-02-02T17:27:39.963Z] #18 13.15 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main s390x python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-02T17:27:39.963Z] #18 13.15 Get:42 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main s390x sudo s390x 1.8.27-1+deb10u3 [1199 kB] [2021-02-02T17:27:39.963Z] #18 13.19 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main s390x thin-provisioning-tools s390x 0.7.6-2.1 [314 kB] [2021-02-02T17:27:39.963Z] #18 13.21 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main s390x uidmap s390x 1:4.5-1.1 [257 kB] [2021-02-02T17:27:39.963Z] #18 13.22 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-02T17:27:40.191Z] Congratulations! All commits are properly signed with the DCO! [2021-02-02T17:27:40.191Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-02-02T17:27:40.255Z] #18 13.45 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main s390x vim s390x 2:8.1.0875-5 [1188 kB] [2021-02-02T17:27:40.255Z] #18 13.50 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main s390x xfsprogs s390x 4.20.0-1 [865 kB] [2021-02-02T17:27:40.255Z] #18 13.53 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main s390x zip s390x 3.0-11+b1 [232 kB] [2021-02-02T17:27:40.450Z] No api/types/ or api/swagger.yaml changes in diff. [2021-02-02T17:27:40.450Z] Congratulations! All TOML source files changed here have valid syntax. [2021-02-02T17:27:40.450Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-02-02T17:27:40.450Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-02-02T17:27:40.450Z] Congratulations! No new tests were added to integration-cli. [2021-02-02T17:27:40.450Z] [2021-02-02T17:27:40.450Z] INFO Start validation with golang-ci-lint [2021-02-02T17:27:40.450Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-02-02T17:27:40.450Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-02-02T17:27:40.450Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-02-02T17:27:40.700Z] ok github.com/docker/docker/cli/debug 0.012s coverage: 100.0% of statements [2021-02-02T17:27:40.890Z] #18 14.00 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:27:40.890Z] #18 14.03 Fetched 27.7 MB in 2s (14.8 MB/s) [2021-02-02T17:27:40.890Z] #18 14.09 Selecting previously unselected package pigz. [2021-02-02T17:27:40.890Z] #18 14.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 ... 23199 files and directories currently installed.) [2021-02-02T17:27:40.890Z] #18 14.13 Preparing to unpack .../archives/pigz_2.4-1_s390x.deb ... [2021-02-02T17:27:40.890Z] #18 14.14 Unpacking pigz (2.4-1) ... [2021-02-02T17:27:40.890Z] #18 14.22 Selecting previously unselected package libpython3.7-minimal:s390x. [2021-02-02T17:27:40.890Z] #18 14.22 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2021-02-02T17:27:41.242Z] #18 14.22 Unpacking libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2021-02-02T17:27:41.242Z] #18 14.63 Selecting previously unselected package python3.7-minimal. [2021-02-02T17:27:41.565Z] #18 14.63 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_s390x.deb ... [2021-02-02T17:27:41.565Z] #18 14.66 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-02T17:27:42.091Z] ok github.com/docker/docker/builder/remotecontext 0.365s coverage: 13.7% of statements [2021-02-02T17:27:42.199Z] #18 15.27 Setting up libpython3.7-minimal:s390x (3.7.3-2+deb10u2) ... [2021-02-02T17:27:42.199Z] #18 15.30 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-02T17:27:42.663Z] ok github.com/docker/docker/builder/dockerfile 0.828s coverage: 48.3% of statements [2021-02-02T17:27:42.663Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-02T17:27:43.236Z] ok github.com/docker/docker/builder/remotecontext/git 3.527s coverage: 86.3% of statements [2021-02-02T17:27:43.236Z] ? github.com/docker/docker/cli [no test files] [2021-02-02T17:27:43.236Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-02T17:27:43.716Z] #18 ... [2021-02-02T17:27:43.716Z] [2021-02-02T17:27:43.716Z] #43 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-02T17:27:43.716Z] #43 DONE 97.0s [2021-02-02T17:27:43.716Z] [2021-02-02T17:27:43.716Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:27:43.716Z] #41 55.72 CC criu/aio.o [2021-02-02T17:27:43.716Z] #41 56.14 CC criu/autofs.o [2021-02-02T17:27:43.716Z] #41 57.13 CC criu/bfd.o [2021-02-02T17:27:43.716Z] #41 57.67 CC criu/bitmap.o [2021-02-02T17:27:43.716Z] #41 57.75 CC criu/cgroup-props.o [2021-02-02T17:27:43.716Z] #41 58.19 CC criu/cgroup.o [2021-02-02T17:27:43.716Z] #41 60.19 CC criu/clone-noasan.o [2021-02-02T17:27:43.716Z] #41 60.32 CC criu/config.o [2021-02-02T17:27:43.716Z] #41 ... [2021-02-02T17:27:43.716Z] [2021-02-02T17:27:43.716Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-02T17:27:43.716Z] #18 16.83 Selecting previously unselected package python3-minimal. [2021-02-02T17:27:43.716Z] #18 16.83 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23448 files and directories currently installed.) [2021-02-02T17:27:43.716Z] #18 16.90 Preparing to unpack .../python3-minimal_3.7.3-1_s390x.deb ... [2021-02-02T17:27:43.716Z] #18 16.91 Unpacking python3-minimal (3.7.3-1) ... [2021-02-02T17:27:43.716Z] #18 17.09 Selecting previously unselected package libmpdec2:s390x. [2021-02-02T17:27:43.716Z] #18 17.09 Preparing to unpack .../libmpdec2_2.4.2-2_s390x.deb ... [2021-02-02T17:27:43.716Z] #18 17.11 Unpacking libmpdec2:s390x (2.4.2-2) ... [2021-02-02T17:27:44.008Z] #18 17.31 Selecting previously unselected package libpython3.7-stdlib:s390x. [2021-02-02T17:27:44.008Z] #18 17.31 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_s390x.deb ... [2021-02-02T17:27:44.008Z] #18 17.31 Unpacking libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2021-02-02T17:27:44.646Z] #18 17.84 Selecting previously unselected package python3.7. [2021-02-02T17:27:44.646Z] #18 17.84 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_s390x.deb ... [2021-02-02T17:27:44.646Z] #18 17.85 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-02T17:27:44.646Z] #18 17.93 Selecting previously unselected package libpython3-stdlib:s390x. [2021-02-02T17:27:44.646Z] #18 17.93 Preparing to unpack .../libpython3-stdlib_3.7.3-1_s390x.deb ... [2021-02-02T17:27:44.646Z] #18 17.93 Unpacking libpython3-stdlib:s390x (3.7.3-1) ... [2021-02-02T17:27:44.646Z] #18 17.98 Setting up python3-minimal (3.7.3-1) ... [2021-02-02T17:27:45.347Z] #18 18.53 Selecting previously unselected package python3. [2021-02-02T17:27:45.347Z] #18 18.53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23860 files and directories currently installed.) [2021-02-02T17:27:45.347Z] #18 18.57 Preparing to unpack .../00-python3_3.7.3-1_s390x.deb ... [2021-02-02T17:27:45.347Z] #18 18.59 Unpacking python3 (3.7.3-1) ... [2021-02-02T17:27:45.347Z] #18 18.65 Selecting previously unselected package libip4tc0:s390x. [2021-02-02T17:27:45.644Z] #18 18.66 Preparing to unpack .../01-libip4tc0_1.8.2-4_s390x.deb ... [2021-02-02T17:27:45.644Z] #18 18.66 Unpacking libip4tc0:s390x (1.8.2-4) ... [2021-02-02T17:27:45.644Z] #18 18.70 Selecting previously unselected package libip6tc0:s390x. [2021-02-02T17:27:45.644Z] #18 18.70 Preparing to unpack .../02-libip6tc0_1.8.2-4_s390x.deb ... [2021-02-02T17:27:45.644Z] #18 18.71 Unpacking libip6tc0:s390x (1.8.2-4) ... [2021-02-02T17:27:45.644Z] #18 18.78 Selecting previously unselected package libiptc0:s390x. [2021-02-02T17:27:45.644Z] #18 18.78 Preparing to unpack .../03-libiptc0_1.8.2-4_s390x.deb ... [2021-02-02T17:27:45.644Z] #18 18.78 Unpacking libiptc0:s390x (1.8.2-4) ... [2021-02-02T17:27:45.644Z] #18 18.82 Selecting previously unselected package libnfnetlink0:s390x. [2021-02-02T17:27:45.644Z] #18 18.82 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_s390x.deb ... [2021-02-02T17:27:45.644Z] #18 18.82 Unpacking libnfnetlink0:s390x (1.0.1-3+b1) ... [2021-02-02T17:27:45.644Z] #18 18.86 Selecting previously unselected package libnetfilter-conntrack3:s390x. [2021-02-02T17:27:45.644Z] #18 18.86 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_s390x.deb ... [2021-02-02T17:27:45.644Z] #18 18.86 Unpacking libnetfilter-conntrack3:s390x (1.0.7-1) ... [2021-02-02T17:27:45.644Z] #18 18.89 Selecting previously unselected package libnftnl11:s390x. [2021-02-02T17:27:45.644Z] #18 18.89 Preparing to unpack .../06-libnftnl11_1.1.2-2_s390x.deb ... [2021-02-02T17:27:45.644Z] #18 18.90 Unpacking libnftnl11:s390x (1.1.2-2) ... [2021-02-02T17:27:45.644Z] #18 18.94 Selecting previously unselected package iptables. [2021-02-02T17:27:45.644Z] #18 18.94 Preparing to unpack .../07-iptables_1.8.2-4_s390x.deb ... [2021-02-02T17:27:45.644Z] #18 18.94 Unpacking iptables (1.8.2-4) ... [2021-02-02T17:27:45.937Z] #18 19.14 Selecting previously unselected package xxd. [2021-02-02T17:27:45.937Z] #18 19.14 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_s390x.deb ... [2021-02-02T17:27:45.937Z] #18 19.15 Unpacking xxd (2:8.1.0875-5) ... [2021-02-02T17:27:45.937Z] #18 19.25 Selecting previously unselected package vim-common. [2021-02-02T17:27:46.230Z] #18 19.25 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-02T17:27:46.230Z] #18 19.27 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-02T17:27:46.230Z] #18 19.40 Selecting previously unselected package bash-completion. [2021-02-02T17:27:46.230Z] #18 19.41 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-02T17:27:47.283Z] #18 ... [2021-02-02T17:27:47.283Z] [2021-02-02T17:27:47.283Z] #30 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --... [2021-02-02T17:27:47.283Z] #30 DONE 100.7s [2021-02-02T17:27:47.283Z] [2021-02-02T17:27:47.283Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:27:47.283Z] #41 61.59 CC criu/cr-check.o [2021-02-02T17:27:47.283Z] #41 62.52 CC criu/cr-dedup.o [2021-02-02T17:27:47.283Z] #41 62.81 CC criu/cr-dump.o [2021-02-02T17:27:47.283Z] #41 64.17 CC criu/cr-errno.o [2021-02-02T17:27:47.283Z] #41 64.21 CC criu/cr-restore.o [2021-02-02T17:27:48.537Z] ok github.com/docker/docker/client 0.236s coverage: 75.4% of statements [2021-02-02T17:27:49.468Z] #41 66.86 CC criu/cr-service.o [2021-02-02T17:27:50.103Z] #41 ... [2021-02-02T17:27:50.103Z] [2021-02-02T17:27:50.103Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-02T17:27:50.103Z] #18 21.24 Unpacking bash-completion (1:2.8-6) ... [2021-02-02T17:27:50.103Z] #18 21.51 Selecting previously unselected package bzip2. [2021-02-02T17:27:50.103Z] #18 21.51 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_s390x.deb ... [2021-02-02T17:27:50.103Z] #18 21.52 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-02T17:27:50.103Z] #18 21.57 Selecting previously unselected package xz-utils. [2021-02-02T17:27:50.103Z] #18 21.57 Preparing to unpack .../12-xz-utils_5.2.4-1_s390x.deb ... [2021-02-02T17:27:50.103Z] #18 21.58 Unpacking xz-utils (5.2.4-1) ... [2021-02-02T17:27:50.103Z] #18 21.66 Selecting previously unselected package apparmor. [2021-02-02T17:27:50.103Z] #18 21.66 Preparing to unpack .../13-apparmor_2.13.2-10_s390x.deb ... [2021-02-02T17:27:50.103Z] #18 21.71 Unpacking apparmor (2.13.2-10) ... [2021-02-02T17:27:50.103Z] #18 21.96 Selecting previously unselected package aufs-tools. [2021-02-02T17:27:50.103Z] #18 21.96 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_s390x.deb ... [2021-02-02T17:27:50.103Z] #18 21.96 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-02T17:27:50.103Z] #18 22.05 Selecting previously unselected package libonig5:s390x. [2021-02-02T17:27:50.103Z] #18 22.05 Preparing to unpack .../15-libonig5_6.9.1-1_s390x.deb ... [2021-02-02T17:27:50.103Z] #18 22.06 Unpacking libonig5:s390x (6.9.1-1) ... [2021-02-02T17:27:50.103Z] #18 22.15 Selecting previously unselected package libjq1:s390x. [2021-02-02T17:27:50.103Z] #18 22.15 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_s390x.deb ... [2021-02-02T17:27:50.103Z] #18 22.16 Unpacking libjq1:s390x (1.5+dfsg-2+b1) ... [2021-02-02T17:27:50.103Z] #18 22.23 Selecting previously unselected package jq. [2021-02-02T17:27:50.103Z] #18 22.23 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_s390x.deb ... [2021-02-02T17:27:50.103Z] #18 22.23 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-02T17:27:50.103Z] #18 22.28 Selecting previously unselected package libaio1:s390x. [2021-02-02T17:27:50.103Z] #18 22.28 Preparing to unpack .../18-libaio1_0.3.112-3_s390x.deb ... [2021-02-02T17:27:50.103Z] #18 22.28 Unpacking libaio1:s390x (0.3.112-3) ... [2021-02-02T17:27:50.103Z] #18 22.30 Selecting previously unselected package libgpm2:s390x. [2021-02-02T17:27:50.103Z] #18 22.30 Preparing to unpack .../19-libgpm2_1.20.7-5_s390x.deb ... [2021-02-02T17:27:50.103Z] #18 22.31 Unpacking libgpm2:s390x (1.20.7-5) ... [2021-02-02T17:27:50.103Z] #18 22.33 Selecting previously unselected package libicu63:s390x. [2021-02-02T17:27:50.103Z] #18 22.33 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_s390x.deb ... [2021-02-02T17:27:50.103Z] #18 22.34 Unpacking libicu63:s390x (63.1-6+deb10u1) ... [2021-02-02T17:27:50.192Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-02T17:27:50.192Z] [2021-02-02T17:27:50.192Z] + TEST_INTEGRATION_DEST=2 [2021-02-02T17:27:50.192Z] + CONTAINER_NAME=docker-pr3-2 [2021-02-02T17:27:50.192Z] + TEST_SKIP_INTEGRATION=1 [2021-02-02T17:27:50.192Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-02-02T17:27:50.192Z] + run_tests [2021-02-02T17:27:50.192Z] + c=0 [2021-02-02T17:27:50.192Z] + '[' -n 0 ']' [2021-02-02T17:27:50.192Z] + rm= [2021-02-02T17:27:50.192Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41842/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41842/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41842/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:917ff358791c55091e335f0e1fb9d9224b564d94 hack/make.sh '' test-integration [2021-02-02T17:27:50.192Z] ++ jobs -p [2021-02-02T17:27:50.192Z] + TEST_INTEGRATION_DEST=3 [2021-02-02T17:27:50.192Z] + CONTAINER_NAME=docker-pr3-3 [2021-02-02T17:27:50.192Z] + TEST_SKIP_INTEGRATION=1 [2021-02-02T17:27:50.192Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-02-02T17:27:50.192Z] + run_tests [2021-02-02T17:27:50.192Z] + for job in $(jobs -p) [2021-02-02T17:27:50.192Z] + wait 8402 [2021-02-02T17:27:50.192Z] + '[' -n 0 ']' [2021-02-02T17:27:50.192Z] + rm= [2021-02-02T17:27:50.192Z] + TEST_INTEGRATION_DEST=1 [2021-02-02T17:27:50.192Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41842/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41842/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41842/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:917ff358791c55091e335f0e1fb9d9224b564d94 hack/make.sh '' test-integration [2021-02-02T17:27:50.192Z] + CONTAINER_NAME=docker-pr3-1 [2021-02-02T17:27:50.192Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-02-02T17:27:50.192Z] + run_tests test-integration-flaky [2021-02-02T17:27:50.192Z] + '[' -n 0 ']' [2021-02-02T17:27:50.192Z] + rm= [2021-02-02T17:27:50.192Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41842/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41842/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41842/.git:/go/src/github.com/docker/docker/.git --name docker-pr3-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:917ff358791c55091e335f0e1fb9d9224b564d94 hack/make.sh test-integration-flaky test-integration [2021-02-02T17:27:50.192Z] [2021-02-02T17:27:50.192Z] [2021-02-02T17:27:50.192Z] [2021-02-02T17:27:50.192Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-02T17:27:50.192Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-02T17:27:50.192Z] HOSTNAME=ad27a54bbede [2021-02-02T17:27:50.192Z] TEST_SKIP_INTEGRATION=1 [2021-02-02T17:27:50.192Z] TESTDEBUG=0 [2021-02-02T17:27:50.192Z] DEST=bundles/test-integration [2021-02-02T17:27:50.192Z] PWD=/go/src/github.com/docker/docker [2021-02-02T17:27:50.192Z] KEEPBUNDLE=1 [2021-02-02T17:27:50.192Z] DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 [2021-02-02T17:27:50.192Z] container=docker [2021-02-02T17:27:50.192Z] HOME=/root [2021-02-02T17:27:50.192Z] GOLANG_VERSION=1.13.15 [2021-02-02T17:27:50.192Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-02T17:27:50.192Z] VALIDATE_BRANCH=master [2021-02-02T17:27:50.192Z] TERM=xterm [2021-02-02T17:27:50.192Z] DOCKER_PKG=github.com/docker/docker [2021-02-02T17:27:50.192Z] SHLVL=1 [2021-02-02T17:27:50.192Z] TIMEOUT=120m [2021-02-02T17:27:50.192Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-02T17:27:50.192Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-02T17:27:50.192Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-02-02T17:27:50.192Z] GO111MODULE=off [2021-02-02T17:27:50.192Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-02T17:27:50.192Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-02T17:27:50.192Z] GOPATH=/go [2021-02-02T17:27:50.192Z] PKG_CONFIG=pkg-config [2021-02-02T17:27:50.192Z] _=/usr/bin/env [2021-02-02T17:27:50.192Z] Building test suite binary ./integration-cli/test.main [2021-02-02T17:27:50.192Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-02T17:27:50.192Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-02T17:27:50.192Z] HOSTNAME=b4ee1155c281 [2021-02-02T17:27:50.192Z] TEST_SKIP_INTEGRATION=1 [2021-02-02T17:27:50.192Z] TESTDEBUG=0 [2021-02-02T17:27:50.192Z] DEST=bundles/test-integration [2021-02-02T17:27:50.192Z] PWD=/go/src/github.com/docker/docker [2021-02-02T17:27:50.192Z] KEEPBUNDLE=1 [2021-02-02T17:27:50.192Z] DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 [2021-02-02T17:27:50.192Z] container=docker [2021-02-02T17:27:50.192Z] HOME=/root [2021-02-02T17:27:50.192Z] GOLANG_VERSION=1.13.15 [2021-02-02T17:27:50.192Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-02T17:27:50.192Z] VALIDATE_BRANCH=master [2021-02-02T17:27:50.192Z] TERM=xterm [2021-02-02T17:27:50.192Z] DOCKER_PKG=github.com/docker/docker [2021-02-02T17:27:50.192Z] SHLVL=1 [2021-02-02T17:27:50.192Z] TIMEOUT=120m [2021-02-02T17:27:50.192Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-02T17:27:50.192Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-02T17:27:50.192Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-02-02T17:27:50.192Z] GO111MODULE=off [2021-02-02T17:27:50.192Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-02T17:27:50.192Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-02T17:27:50.192Z] GOPATH=/go [2021-02-02T17:27:50.192Z] PKG_CONFIG=pkg-config [2021-02-02T17:27:50.192Z] _=/usr/bin/env [2021-02-02T17:27:50.192Z] Building test suite binary ./integration-cli/test.main [2021-02-02T17:27:50.192Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-02-02T17:27:50.192Z] No new tests added to integration. [2021-02-02T17:27:50.192Z] [2021-02-02T17:27:50.192Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-02T17:27:50.192Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-02T17:27:50.192Z] HOSTNAME=1014cff5dfcc [2021-02-02T17:27:50.192Z] TESTDEBUG=0 [2021-02-02T17:27:50.192Z] DEST=bundles/test-integration [2021-02-02T17:27:50.192Z] PWD=/go/src/github.com/docker/docker [2021-02-02T17:27:50.192Z] KEEPBUNDLE=1 [2021-02-02T17:27:50.192Z] DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 [2021-02-02T17:27:50.192Z] container=docker [2021-02-02T17:27:50.192Z] HOME=/root [2021-02-02T17:27:50.192Z] GOLANG_VERSION=1.13.15 [2021-02-02T17:27:50.192Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-02T17:27:50.192Z] VALIDATE_BRANCH=master [2021-02-02T17:27:50.192Z] TERM=xterm [2021-02-02T17:27:50.192Z] DOCKER_PKG=github.com/docker/docker [2021-02-02T17:27:50.192Z] SHLVL=1 [2021-02-02T17:27:50.192Z] TIMEOUT=120m [2021-02-02T17:27:50.192Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-02T17:27:50.192Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-02T17:27:50.192Z] GO111MODULE=off [2021-02-02T17:27:50.192Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-02T17:27:50.192Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-02T17:27:50.192Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-02T17:27:50.192Z] GOPATH=/go [2021-02-02T17:27:50.192Z] PKG_CONFIG=pkg-config [2021-02-02T17:27:50.192Z] _=/usr/bin/env [2021-02-02T17:27:50.192Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-02T17:27:51.223Z] #18 24.62 Selecting previously unselected package libnet1:s390x. [2021-02-02T17:27:51.515Z] #18 24.63 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_s390x.deb ... [2021-02-02T17:27:51.515Z] #18 24.63 Unpacking libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-02-02T17:27:51.515Z] #18 24.71 Selecting previously unselected package libnl-3-200:s390x. [2021-02-02T17:27:51.515Z] #18 24.71 Preparing to unpack .../22-libnl-3-200_3.4.0-1_s390x.deb ... [2021-02-02T17:27:51.515Z] #18 24.71 Unpacking libnl-3-200:s390x (3.4.0-1) ... [2021-02-02T17:27:51.515Z] #18 24.77 Selecting previously unselected package libprotobuf-c1:s390x. [2021-02-02T17:27:51.515Z] #18 24.77 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_s390x.deb ... [2021-02-02T17:27:51.515Z] #18 24.78 Unpacking libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-02-02T17:27:51.515Z] #18 24.84 Selecting previously unselected package libreadline5:s390x. [2021-02-02T17:27:51.515Z] #18 24.84 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_s390x.deb ... [2021-02-02T17:27:51.515Z] #18 24.85 Unpacking libreadline5:s390x (5.2+dfsg-3+b13) ... [2021-02-02T17:27:51.808Z] #18 24.93 Selecting previously unselected package net-tools. [2021-02-02T17:27:51.808Z] #18 24.93 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_s390x.deb ... [2021-02-02T17:27:51.808Z] #18 24.94 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-02T17:27:51.808Z] #18 25.04 Selecting previously unselected package python-pip-whl. [2021-02-02T17:27:51.808Z] #18 25.04 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-02T17:27:51.808Z] #18 25.04 Unpacking python-pip-whl (18.1-5) ... [2021-02-02T17:27:52.100Z] #18 25.39 Selecting previously unselected package python3-lib2to3. [2021-02-02T17:27:52.100Z] #18 25.39 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-02T17:27:52.100Z] #18 25.40 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-02T17:27:52.458Z] #18 25.47 Selecting previously unselected package python3-distutils. [2021-02-02T17:27:52.458Z] #18 25.48 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-02T17:27:52.458Z] #18 25.48 Unpacking python3-distutils (3.7.3-1) ... [2021-02-02T17:27:52.458Z] #18 25.55 Selecting previously unselected package python3-pip. [2021-02-02T17:27:52.458Z] #18 25.55 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-02T17:27:52.458Z] #18 25.55 Unpacking python3-pip (18.1-5) ... [2021-02-02T17:27:52.458Z] #18 25.66 Selecting previously unselected package python3-pkg-resources. [2021-02-02T17:27:52.458Z] #18 25.66 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-02T17:27:52.458Z] #18 25.66 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-02T17:27:52.751Z] #18 25.76 Selecting previously unselected package python3-setuptools. [2021-02-02T17:27:52.751Z] #18 25.76 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-02T17:27:52.751Z] #18 25.77 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-02T17:27:52.751Z] #18 25.91 Selecting previously unselected package python3-wheel. [2021-02-02T17:27:52.751Z] #18 25.91 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-02T17:27:52.751Z] #18 25.91 Unpacking python3-wheel (0.32.3-2) ... [2021-02-02T17:27:52.751Z] #18 25.95 Selecting previously unselected package sudo. [2021-02-02T17:27:52.751Z] #18 25.96 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_s390x.deb ... [2021-02-02T17:27:52.751Z] #18 25.96 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-02T17:27:53.043Z] #18 26.25 Selecting previously unselected package thin-provisioning-tools. [2021-02-02T17:27:53.043Z] #18 26.25 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_s390x.deb ... [2021-02-02T17:27:53.043Z] #18 26.25 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-02T17:27:53.336Z] #18 26.41 Selecting previously unselected package uidmap. [2021-02-02T17:27:53.336Z] #18 26.41 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_s390x.deb ... [2021-02-02T17:27:53.336Z] #18 26.42 Unpacking uidmap (1:4.5-1.1) ... [2021-02-02T17:27:53.336Z] #18 26.50 Selecting previously unselected package vim-runtime. [2021-02-02T17:27:53.336Z] #18 26.50 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-02T17:27:53.336Z] #18 26.52 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-02T17:27:53.336Z] #18 26.54 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-02T17:27:53.336Z] #18 26.55 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-02T17:27:55.487Z] #18 28.56 Selecting previously unselected package vim. [2021-02-02T17:27:55.488Z] #18 28.57 Preparing to unpack .../37-vim_2%3a8.1.0875-5_s390x.deb ... [2021-02-02T17:27:55.488Z] #18 28.57 Unpacking vim (2:8.1.0875-5) ... [2021-02-02T17:27:55.780Z] #18 28.91 Selecting previously unselected package xfsprogs. [2021-02-02T17:27:55.780Z] #18 28.91 Preparing to unpack .../38-xfsprogs_4.20.0-1_s390x.deb ... [2021-02-02T17:27:55.780Z] #18 28.92 Unpacking xfsprogs (4.20.0-1) ... [2021-02-02T17:27:55.966Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-02T17:27:55.966Z] [2021-02-02T17:27:55.966Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-02T17:27:55.966Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-02T17:27:55.966Z] HOSTNAME=952b0ed68851 [2021-02-02T17:27:55.966Z] DEST=bundles/test-integration [2021-02-02T17:27:55.966Z] PWD=/go/src/github.com/docker/docker [2021-02-02T17:27:55.966Z] DOCKER_ROOTLESS=1 [2021-02-02T17:27:55.966Z] DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 [2021-02-02T17:27:55.966Z] container=docker [2021-02-02T17:27:55.966Z] HOME=/root [2021-02-02T17:27:55.966Z] GOLANG_VERSION=1.13.15 [2021-02-02T17:27:55.966Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-02T17:27:55.966Z] VALIDATE_BRANCH=master [2021-02-02T17:27:55.966Z] TERM=xterm [2021-02-02T17:27:55.966Z] DOCKER_PKG=github.com/docker/docker [2021-02-02T17:27:55.966Z] SHLVL=1 [2021-02-02T17:27:55.966Z] TIMEOUT=120m [2021-02-02T17:27:55.966Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-02T17:27:55.966Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-02T17:27:55.966Z] GO111MODULE=off [2021-02-02T17:27:55.966Z] DOCKER_EXPERIMENTAL=1 [2021-02-02T17:27:55.966Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-02T17:27:55.966Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-02T17:27:55.966Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-02T17:27:55.966Z] GOPATH=/go [2021-02-02T17:27:55.966Z] PKG_CONFIG=pkg-config [2021-02-02T17:27:55.966Z] _=/usr/bin/env [2021-02-02T17:27:55.966Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-02T17:27:56.072Z] #18 29.19 Selecting previously unselected package zip. [2021-02-02T17:27:56.072Z] #18 29.19 Preparing to unpack .../39-zip_3.0-11+b1_s390x.deb ... [2021-02-02T17:27:56.072Z] #18 29.19 Unpacking zip (3.0-11+b1) ... [2021-02-02T17:27:56.072Z] #18 29.31 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-02T17:27:56.072Z] #18 29.32 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-02T17:27:56.072Z] #18 29.32 Setting up libip6tc0:s390x (1.8.2-4) ... [2021-02-02T17:27:56.072Z] #18 29.33 Setting up libreadline5:s390x (5.2+dfsg-3+b13) ... [2021-02-02T17:27:56.072Z] #18 29.34 Setting up libgpm2:s390x (1.20.7-5) ... [2021-02-02T17:27:56.072Z] #18 29.34 Setting up libip4tc0:s390x (1.8.2-4) ... [2021-02-02T17:27:56.072Z] #18 29.35 Setting up uidmap (1:4.5-1.1) ... [2021-02-02T17:27:56.072Z] #18 29.36 Setting up libnftnl11:s390x (1.1.2-2) ... [2021-02-02T17:27:56.072Z] #18 29.36 Setting up libnet1:s390x (1.1.6+dfsg-3.1) ... [2021-02-02T17:27:56.072Z] #18 29.37 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-02T17:27:56.072Z] #18 29.38 Setting up libprotobuf-c1:s390x (1.3.1-1+b1) ... [2021-02-02T17:27:56.072Z] #18 29.38 Setting up libicu63:s390x (63.1-6+deb10u1) ... [2021-02-02T17:27:56.072Z] #18 29.39 Setting up xxd (2:8.1.0875-5) ... [2021-02-02T17:27:56.072Z] #18 29.40 Setting up zip (3.0-11+b1) ... [2021-02-02T17:27:56.072Z] #18 29.40 Setting up vim-common (2:8.1.0875-5) ... [2021-02-02T17:27:56.072Z] #18 29.41 Setting up bash-completion (1:2.8-6) ... [2021-02-02T17:27:57.675Z] #18 30.80 Setting up libiptc0:s390x (1.8.2-4) ... [2021-02-02T17:27:57.675Z] #18 30.80 Setting up xz-utils (5.2.4-1) ... [2021-02-02T17:27:57.675Z] #18 30.81 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-02T17:27:57.675Z] #18 30.82 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-02T17:27:57.675Z] #18 30.85 invoke-rc.d: could not determine current runlevel [2021-02-02T17:27:57.675Z] #18 30.86 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-02T17:27:57.675Z] #18 30.86 Setting up pigz (2.4-1) ... [2021-02-02T17:27:57.675Z] #18 30.87 Setting up libnfnetlink0:s390x (1.0.1-3+b1) ... [2021-02-02T17:27:57.675Z] #18 30.87 Setting up libnl-3-200:s390x (3.4.0-1) ... [2021-02-02T17:27:57.675Z] #18 30.89 Setting up python-pip-whl (18.1-5) ... [2021-02-02T17:27:57.675Z] #18 30.90 Setting up libmpdec2:s390x (2.4.2-2) ... [2021-02-02T17:27:57.675Z] #18 30.91 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-02T17:27:58.026Z] #18 31.13 Setting up libaio1:s390x (0.3.112-3) ... [2021-02-02T17:27:58.026Z] #18 31.13 Setting up libonig5:s390x (6.9.1-1) ... [2021-02-02T17:27:58.026Z] #18 31.14 Setting up libpython3.7-stdlib:s390x (3.7.3-2+deb10u2) ... [2021-02-02T17:27:58.027Z] #18 31.15 Setting up vim (2:8.1.0875-5) ... [2021-02-02T17:27:58.027Z] #18 31.15 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-02T17:27:58.027Z] #18 31.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-02T17:27:58.027Z] #18 31.16 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-02T17:27:58.027Z] #18 31.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-02T17:27:58.027Z] #18 31.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-02T17:27:58.027Z] #18 31.17 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-02T17:27:58.027Z] #18 31.18 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-02T17:27:58.027Z] #18 31.19 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-02T17:27:58.027Z] #18 31.20 Setting up libjq1:s390x (1.5+dfsg-2+b1) ... [2021-02-02T17:27:58.027Z] #18 31.22 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-02T17:27:58.027Z] #18 31.22 Setting up libnetfilter-conntrack3:s390x (1.0.7-1) ... [2021-02-02T17:27:58.027Z] #18 31.23 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-02T17:27:58.027Z] #18 31.25 Setting up libpython3-stdlib:s390x (3.7.3-1) ... [2021-02-02T17:27:58.027Z] #18 31.25 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-02T17:27:59.898Z] Removing intermediate container f8e9d5fb8c40 [2021-02-02T17:27:59.898Z] ---> a30d697a4df9 [2021-02-02T17:27:59.898Z] Step 13/15 : FROM golang:${GO_VERSION}-buster [2021-02-02T17:27:59.898Z] ---> 805dc2d65d1c [2021-02-02T17:27:59.898Z] Step 14/15 : COPY --from=build /usr/bin/buildx /usr/bin/buildx [2021-02-02T17:27:59.898Z] ---> b2fcc2334b22 [2021-02-02T17:27:59.898Z] Step 15/15 : ENTRYPOINT ["/usr/bin/buildx"] [2021-02-02T17:27:59.898Z] ---> Running in 53c8c5c21b4c [2021-02-02T17:27:59.898Z] Removing intermediate container 53c8c5c21b4c [2021-02-02T17:27:59.898Z] ---> 96a3a6e9b172 [2021-02-02T17:27:59.898Z] Successfully built 96a3a6e9b172 [2021-02-02T17:27:59.898Z] Successfully tagged moby-buildx:latest [2021-02-02T17:27:59.898Z] id=$(docker create moby-buildx:${BUILDX_COMMIT:-latest}); \ [2021-02-02T17:27:59.898Z] if [ -n "${id}" ]; then \ [2021-02-02T17:27:59.898Z] docker cp ${id}:/usr/bin/buildx bundles/buildx \ [2021-02-02T17:27:59.898Z] && touch bundles/buildx; \ [2021-02-02T17:27:59.898Z] docker rm -f ${id}; \ [2021-02-02T17:27:59.898Z] fi [2021-02-02T17:27:59.898Z] 7079c76d5d1b2caa75466eda9e984f018b7c335b48182081494ff1abb013bb86 [2021-02-02T17:27:59.898Z] bundles/buildx version [2021-02-02T17:27:59.898Z] buildx v0.5.1 11057da [2021-02-02T17:27:59.898Z] + bundles/buildx build --load --force-rm --build-arg APT_MIRROR -t docker:917ff358791c55091e335f0e1fb9d9224b564d94 . [2021-02-02T17:27:59.898Z] #1 [internal] booting buildkit [2021-02-02T17:27:59.898Z] #1 sha256:680ea090ec64fc509950c8385451f6394b19a7ee5444e32050b07d1174ef1751 [2021-02-02T17:27:59.898Z] #1 pulling image moby/buildkit:buildx-stable-1 [2021-02-02T17:27:59.898Z] #1 pulling image moby/buildkit:buildx-stable-1 2.5s done [2021-02-02T17:27:59.898Z] #1 creating container buildx_buildkit_default [2021-02-02T17:27:59.898Z] #1 creating container buildx_buildkit_default 0.4s done [2021-02-02T17:27:59.898Z] #1 DONE 2.8s [2021-02-02T17:27:59.898Z] [2021-02-02T17:27:59.898Z] #2 [internal] load build definition from Dockerfile [2021-02-02T17:27:59.898Z] #2 sha256:9590d3448a767becc83505352093818b9f53b46f2a3473517d3258ecea89f8d4 [2021-02-02T17:27:59.898Z] #2 transferring dockerfile: 16.55kB done [2021-02-02T17:27:59.898Z] #2 DONE 0.0s [2021-02-02T17:27:59.898Z] [2021-02-02T17:27:59.898Z] #3 [internal] load .dockerignore [2021-02-02T17:27:59.898Z] #3 sha256:a87b14d2c30ba4c0bfbdf53c04c8830f2b38e4d18eb5bd7994d7961af57afdde [2021-02-02T17:27:59.898Z] #3 transferring context: 87B done [2021-02-02T17:27:59.898Z] #3 DONE 0.0s [2021-02-02T17:27:59.898Z] [2021-02-02T17:27:59.898Z] #4 resolve image config for docker.io/docker/dockerfile:1.1.7-experimental [2021-02-02T17:27:59.898Z] #4 sha256:13bad8e8c60055f738c2e926edccdf574b41d1b142dc292ae63598355511ae2b [2021-02-02T17:28:00.099Z] #18 32.92 Setting up iptables (1.8.2-4) ... [2021-02-02T17:28:00.099Z] #18 32.93 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-02T17:28:00.099Z] #18 32.93 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-02T17:28:00.099Z] #18 32.94 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-02T17:28:00.099Z] #18 32.95 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-02T17:28:00.099Z] #18 32.95 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-02T17:28:00.099Z] #18 32.95 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-02T17:28:00.099Z] #18 32.96 Setting up python3 (3.7.3-1) ... [2021-02-02T17:28:00.099Z] #18 33.18 Setting up python3-wheel (0.32.3-2) ... [2021-02-02T17:28:00.195Z] #4 DONE 0.5s [2021-02-02T17:28:00.195Z] [2021-02-02T17:28:00.195Z] #5 docker-image://docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 [2021-02-02T17:28:00.195Z] #5 sha256:ee73c76f12f55c52289804938396745ecf0a7d1f993c00a3ebae3cc37bdeb8e1 [2021-02-02T17:28:00.195Z] #5 resolve docker.io/docker/dockerfile:1.1.7-experimental@sha256:de85b2f3a3e8a2f7fe48e8e84a65f6fdd5cd5183afa6412fff9caa6871649c44 done [2021-02-02T17:28:00.195Z] #5 sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 8.20MB / 8.20MB 0.2s done [2021-02-02T17:28:00.456Z] #18 33.62 Setting up apparmor (2.13.2-10) ... [2021-02-02T17:28:00.456Z] #18 ... [2021-02-02T17:28:00.456Z] [2021-02-02T17:28:00.456Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:28:00.456Z] #41 67.70 CC criu/crtools.o [2021-02-02T17:28:00.456Z] #41 68.11 CC criu/eventfd.o [2021-02-02T17:28:00.456Z] #41 68.41 CC criu/eventpoll.o [2021-02-02T17:28:00.456Z] #41 69.01 CC criu/external.o [2021-02-02T17:28:00.456Z] #41 69.29 CC criu/fault-injection.o [2021-02-02T17:28:00.456Z] #41 69.37 CC criu/fdstore.o [2021-02-02T17:28:00.456Z] #41 69.57 CC criu/fifo.o [2021-02-02T17:28:00.456Z] #41 69.76 CC criu/file-ids.o [2021-02-02T17:28:00.456Z] #41 69.93 CC criu/file-lock.o [2021-02-02T17:28:00.456Z] #41 70.53 CC criu/files-ext.o [2021-02-02T17:28:00.456Z] #41 70.86 CC criu/files-reg.o [2021-02-02T17:28:00.456Z] #41 72.14 CC criu/files.o [2021-02-02T17:28:00.456Z] #41 73.33 CC criu/filesystems.o [2021-02-02T17:28:00.456Z] #41 73.71 CC criu/fsnotify.o [2021-02-02T17:28:00.456Z] #41 74.44 CC criu/image-desc.o [2021-02-02T17:28:00.456Z] #41 74.56 CC criu/image.o [2021-02-02T17:28:00.456Z] #41 75.16 CC criu/ipc_ns.o [2021-02-02T17:28:00.456Z] #41 75.88 CC criu/irmap.o [2021-02-02T17:28:00.456Z] #41 76.31 CC criu/kcmp-ids.o [2021-02-02T17:28:00.456Z] #41 76.49 CC criu/kerndat.o [2021-02-02T17:28:00.456Z] #41 77.07 CC criu/libnetlink.o [2021-02-02T17:28:00.456Z] #41 77.27 CC criu/log.o [2021-02-02T17:28:00.456Z] #41 77.51 CC criu/lsm.o [2021-02-02T17:28:00.488Z] #5 extracting sha256:775fc3f8096b00494716e40252610ceb5f99bff3ccf333bf7ab54ec546fc2e93 0.1s done [2021-02-02T17:28:00.488Z] #5 DONE 0.3s [2021-02-02T17:28:00.749Z] #41 77.82 CC criu/mem.o [2021-02-02T17:28:00.779Z] [2021-02-02T17:28:00.779Z] #6 [internal] load build definition from Dockerfile [2021-02-02T17:28:00.779Z] #6 sha256:107a89567f1b4528bc16a2f6981ace89d094ddc5e99e1f829b7c3d29d13f7928 [2021-02-02T17:28:00.779Z] #6 transferring dockerfile: 16.55kB done [2021-02-02T17:28:00.779Z] #6 DONE 0.0s [2021-02-02T17:28:00.779Z] [2021-02-02T17:28:00.779Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.4.0 [2021-02-02T17:28:00.779Z] #9 sha256:fc87f41d59fd17bca5bdacfa76e5840fa11512aef3c722725b3c768af0cd79a5 [2021-02-02T17:28:01.072Z] #9 DONE 0.3s [2021-02-02T17:28:01.072Z] [2021-02-02T17:28:01.072Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-02-02T17:28:01.072Z] #7 sha256:40c9f69513e725b643844c4f54ff586edd2c989eaf3d76fa2bc341d2ddd2df16 [2021-02-02T17:28:01.072Z] #7 DONE 0.3s [2021-02-02T17:28:01.072Z] [2021-02-02T17:28:01.072Z] #8 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-02-02T17:28:01.072Z] #8 sha256:372687b2b903cd79cdd8659c1562f9f4227eb74c5d3643ad399921b7565c1743 [2021-02-02T17:28:01.072Z] #8 DONE 0.4s [2021-02-02T17:28:01.072Z] [2021-02-02T17:28:01.072Z] #62 [vpnkit 1/1] FROM docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 [2021-02-02T17:28:01.072Z] #62 sha256:ba75f6da22b483e8edfdd12628a6dd8a49ff4ceb5be365479580b00cb55664a8 [2021-02-02T17:28:01.072Z] #62 resolve docker.io/djs55/vpnkit:0.4.0@sha256:e0e226d66cf3a7f2b4c3707aba207d4803be8a4f3a4e070a380de6d737a44669 0.0s done [2021-02-02T17:28:01.368Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 3.15MB / 9.86MB 0.2s [2021-02-02T17:28:01.417Z] #41 ... [2021-02-02T17:28:01.417Z] [2021-02-02T17:28:01.417Z] #18 [dev-systemd-false 7/26] RUN --mount=type=cache,sharing=locked,id=moby-... [2021-02-02T17:28:01.417Z] #18 34.53 Setting up xfsprogs (4.20.0-1) ... [2021-02-02T17:28:01.417Z] #18 34.54 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-02T17:28:01.417Z] #18 34.80 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-02T17:28:01.707Z] #62 sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 9.86MB / 9.86MB 0.4s done [2021-02-02T17:28:01.707Z] #62 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 [2021-02-02T17:28:02.052Z] #18 35.33 Setting up python3-distutils (3.7.3-1) ... [2021-02-02T17:28:02.345Z] #18 35.61 Setting up python3-setuptools (40.8.0-1) ... [2021-02-02T17:28:02.896Z] #62 extracting sha256:3fa4dcca96b9935907158935ca60ad26fd6f2508956c3f3059a13257dca2b022 1.3s done [2021-02-02T17:28:02.896Z] #62 DONE 1.7s [2021-02-02T17:28:02.896Z] [2021-02-02T17:28:02.896Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-02T17:28:02.896Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-02-02T17:28:02.896Z] #10 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.0s done [2021-02-02T17:28:02.896Z] #10 sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 157B / 157B 0.1s done [2021-02-02T17:28:02.896Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 20.97MB / 57.46MB 1.4s [2021-02-02T17:28:02.896Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 22.02MB / 96.52MB 1.4s [2021-02-02T17:28:02.896Z] #10 sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 10.73MB / 10.73MB 0.9s done [2021-02-02T17:28:02.896Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 20.97MB / 73.58MB 1.4s [2021-02-02T17:28:02.896Z] #10 sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 8.25MB / 8.25MB 1.0s done [2021-02-02T17:28:02.896Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 2.10MB / 54.14MB 1.4s [2021-02-02T17:28:02.979Z] #18 36.26 Setting up python3-pip (18.1-5) ... [2021-02-02T17:28:03.233Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 24.12MB / 57.46MB 1.5s [2021-02-02T17:28:03.233Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 27.26MB / 57.46MB 1.7s [2021-02-02T17:28:03.233Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 25.17MB / 73.58MB 1.7s [2021-02-02T17:28:03.233Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 5.24MB / 54.14MB 1.7s [2021-02-02T17:28:03.614Z] #18 36.92 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:28:03.614Z] #18 36.93 Processing triggers for mime-support (3.62) ... [2021-02-02T17:28:04.010Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 29.36MB / 96.52MB 1.8s [2021-02-02T17:28:04.010Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 30.41MB / 57.46MB 2.0s [2021-02-02T17:28:04.010Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 30.41MB / 73.58MB 2.0s [2021-02-02T17:28:04.010Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 34.60MB / 96.52MB 2.1s [2021-02-02T17:28:04.010Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 10.49MB / 54.14MB 2.1s [2021-02-02T17:28:04.010Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 33.55MB / 57.46MB 2.3s [2021-02-02T17:28:04.010Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 35.65MB / 73.58MB 2.3s [2021-02-02T17:28:04.010Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 14.68MB / 54.14MB 2.4s [2021-02-02T17:28:04.250Z] #18 DONE 37.4s [2021-02-02T17:28:04.250Z] [2021-02-02T17:28:04.250Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:28:04.250Z] #41 78.81 CC criu/memfd.o [2021-02-02T17:28:04.250Z] #41 79.12 CC criu/mount.o [2021-02-02T17:28:04.324Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 37.75MB / 57.46MB 2.6s [2021-02-02T17:28:04.324Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 39.85MB / 96.52MB 2.7s [2021-02-02T17:28:04.324Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 17.83MB / 54.14MB 2.6s [2021-02-02T17:28:04.324Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 39.85MB / 73.58MB 2.7s [2021-02-02T17:28:04.543Z] #41 81.59 CC criu/namespaces.o [2021-02-02T17:28:04.655Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 40.89MB / 57.46MB 2.9s [2021-02-02T17:28:04.655Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 22.02MB / 54.14MB 2.9s [2021-02-02T17:28:05.041Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 45.09MB / 57.46MB 3.2s [2021-02-02T17:28:05.041Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 45.09MB / 96.52MB 3.2s [2021-02-02T17:28:05.041Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 45.09MB / 73.58MB 3.2s [2021-02-02T17:28:05.041Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 25.17MB / 54.14MB 3.2s [2021-02-02T17:28:05.041Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 51.38MB / 96.52MB 3.5s [2021-02-02T17:28:05.041Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 29.36MB / 54.14MB 3.5s [2021-02-02T17:28:05.179Z] #41 ... [2021-02-02T17:28:05.179Z] [2021-02-02T17:28:05.179Z] #19 [dev-systemd-false 8/26] RUN update-alternatives --set iptables /usr/s... [2021-02-02T17:28:05.179Z] #19 0.853 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-02T17:28:05.179Z] #19 0.856 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-02T17:28:05.179Z] #19 0.858 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-02T17:28:05.179Z] #19 DONE 1.0s [2021-02-02T17:28:05.409Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 49.28MB / 57.46MB 3.6s [2021-02-02T17:28:05.409Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 49.28MB / 73.58MB 3.6s [2021-02-02T17:28:05.409Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 32.51MB / 54.14MB 3.8s [2021-02-02T17:28:05.409Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 57.67MB / 96.52MB 3.9s [2021-02-02T17:28:05.475Z] [2021-02-02T17:28:05.475Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-02T17:28:05.722Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 52.43MB / 57.46MB 4.1s [2021-02-02T17:28:05.722Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 53.48MB / 73.58MB 4.1s [2021-02-02T17:28:05.722Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 35.65MB / 54.14MB 4.1s [2021-02-02T17:28:06.038Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 55.57MB / 57.46MB 4.4s [2021-02-02T17:28:06.038Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 65.01MB / 96.52MB 4.4s [2021-02-02T17:28:06.038Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 39.85MB / 54.14MB 4.4s [2021-02-02T17:28:06.038Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 57.67MB / 73.58MB 4.5s [2021-02-02T17:28:06.428Z] #10 sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 57.46MB / 57.46MB 4.6s done [2021-02-02T17:28:06.428Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 71.30MB / 96.52MB 4.7s [2021-02-02T17:28:06.428Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 42.99MB / 54.14MB 4.7s [2021-02-02T17:28:06.428Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 47.19MB / 54.14MB 4.8s [2021-02-02T17:28:06.428Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 77.27MB / 96.52MB 5.0s [2021-02-02T17:28:06.428Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 61.87MB / 73.58MB 5.0s [2021-02-02T17:28:06.756Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 84.93MB / 96.52MB 5.3s [2021-02-02T17:28:06.756Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 51.58MB / 54.14MB 5.1s [2021-02-02T17:28:06.756Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 66.06MB / 73.58MB 5.3s [2021-02-02T17:28:06.756Z] #10 sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 54.14MB / 54.14MB 5.2s done [2021-02-02T17:28:06.757Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 [2021-02-02T17:28:07.063Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 93.32MB / 96.52MB 5.6s [2021-02-02T17:28:07.063Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 70.25MB / 73.58MB 5.6s [2021-02-02T17:28:07.369Z] #10 sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 96.52MB / 96.52MB 5.7s done [2021-02-02T17:28:07.369Z] #10 sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 73.58MB / 73.58MB 5.8s done [2021-02-02T17:28:08.444Z] #10 ... [2021-02-02T17:28:08.444Z] [2021-02-02T17:28:08.444Z] #23 [internal] load build context [2021-02-02T17:28:08.444Z] #23 sha256:75c2d8b415cc41024ccf99e39ca0779aea8e5903cc5a23c8fb5d3ec6333bd7b1 [2021-02-02T17:28:08.444Z] #23 transferring context: 53.39MB 6.9s done [2021-02-02T17:28:08.444Z] #23 DONE 7.0s [2021-02-02T17:28:08.444Z] [2021-02-02T17:28:08.444Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299 [2021-02-02T17:28:08.444Z] #26 sha256:1ef08aff26c4354b3ffde6ebb2534220fe50a99f0c30ab72ad6fb08894790acc [2021-02-02T17:28:08.444Z] #26 resolve docker.io/library/debian:buster@sha256:b16f66714660c4b3ea14d273ad8c35079b81b35d65d1e206072d226c7ff78299 0.0s done [2021-02-02T17:28:08.444Z] #26 sha256:f55666525fdfb3052e2a27209639b4e83b4d5c8ca7cfcff8525f50f63345cc0d 54.14MB / 54.14MB 4.8s done [2021-02-02T17:28:08.444Z] #26 extracting sha256:f55666525fdfb3052e2a27209639b4e83b4d5c8ca7cfcff8525f50f63345cc0d [2021-02-02T17:28:09.000Z] #20 3.201 Collecting yamllint==1.16.0 [2021-02-02T17:28:09.000Z] #20 3.496 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-02T17:28:09.000Z] #20 3.533 Collecting pyyaml (from yamllint==1.16.0) [2021-02-02T17:28:09.000Z] #20 3.694 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-02-02T17:28:09.292Z] #20 3.997 Installing build dependencies: started [2021-02-02T17:28:10.574Z] #26 extracting sha256:f55666525fdfb3052e2a27209639b4e83b4d5c8ca7cfcff8525f50f63345cc0d 4.2s done [2021-02-02T17:28:10.574Z] #26 DONE 9.0s [2021-02-02T17:28:10.574Z] [2021-02-02T17:28:10.574Z] #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-02-02T17:28:10.574Z] #27 sha256:b0c500e846892363e8be013f054b0969c29ceff2a684e177d6f3710680125a3c [2021-02-02T17:28:10.574Z] #27 0.241 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:28:10.574Z] #27 0.260 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:28:10.574Z] #27 0.284 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:28:10.811Z] #20 ... [2021-02-02T17:28:10.811Z] [2021-02-02T17:28:10.811Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-02-02T17:28:10.811Z] #38 123.2 + dpkg --print-architecture [2021-02-02T17:28:10.811Z] #38 123.2 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-02T17:28:10.811Z] #38 123.3 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-02T17:28:10.811Z] #38 123.3 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-02T17:28:10.867Z] #27 0.497 Get:4 http://security.debian.org/debian-security buster/updates/main ppc64el Packages [256 kB] [2021-02-02T17:28:10.867Z] #27 ... [2021-02-02T17:28:10.867Z] [2021-02-02T17:28:10.867Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-02T17:28:10.867Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-02-02T17:28:10.867Z] #10 extracting sha256:db4e2d8d5901311f959f0a2271be587f91ea2826238f2a17347ffab142413f53 3.7s done [2021-02-02T17:28:10.867Z] #10 extracting sha256:dfe2d012519ce68bcd2414835909fb4784fd4eb5bea2c88916fdea0c661c872e 0.4s done [2021-02-02T17:28:10.867Z] #10 DONE 9.4s [2021-02-02T17:28:11.161Z] [2021-02-02T17:28:11.162Z] #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-02-02T17:28:11.162Z] #27 sha256:b0c500e846892363e8be013f054b0969c29ceff2a684e177d6f3710680125a3c [2021-02-02T17:28:11.162Z] #27 0.751 Get:5 http://deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-02T17:28:11.811Z] #27 1.247 Get:6 http://deb.debian.org/debian buster-updates/main ppc64el Packages [7852 B] [2021-02-02T17:28:13.909Z] #27 3.238 Fetched 8196 kB in 3s (2721 kB/s) [2021-02-02T17:28:14.950Z] #27 3.238 Reading package lists... [2021-02-02T17:28:16.420Z] #38 ... [2021-02-02T17:28:16.420Z] [2021-02-02T17:28:16.420Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:28:16.420Z] #41 82.69 CC criu/net.o [2021-02-02T17:28:16.420Z] #41 84.69 CC criu/netfilter.o [2021-02-02T17:28:16.420Z] #41 84.92 CC criu/page-pipe.o [2021-02-02T17:28:16.420Z] #41 85.25 CC criu/page-xfer.o [2021-02-02T17:28:16.420Z] #41 86.41 CC criu/pagemap-cache.o [2021-02-02T17:28:16.420Z] #41 86.57 CC criu/pagemap.o [2021-02-02T17:28:16.420Z] #41 87.19 CC criu/parasite-syscall.o [2021-02-02T17:28:16.420Z] #41 87.78 CC criu/path.o [2021-02-02T17:28:16.420Z] #41 87.95 CC criu/pie-util-vdso.o [2021-02-02T17:28:16.420Z] #41 88.15 CC criu/pie-util.o [2021-02-02T17:28:16.420Z] #41 88.29 CC criu/pipes.o [2021-02-02T17:28:16.420Z] #41 88.87 CC criu/plugin.o [2021-02-02T17:28:16.420Z] #41 89.10 CC criu/proc_parse.o [2021-02-02T17:28:16.420Z] #41 90.68 CC criu/protobuf-desc.o [2021-02-02T17:28:16.420Z] #41 91.30 CC criu/protobuf.o [2021-02-02T17:28:16.420Z] #41 91.63 CC criu/pstree.o [2021-02-02T17:28:16.420Z] #41 92.46 CC criu/rbtree.o [2021-02-02T17:28:16.420Z] #41 92.77 CC criu/rst-malloc.o [2021-02-02T17:28:16.420Z] #41 92.99 CC criu/seccomp.o [2021-02-02T17:28:16.420Z] #41 ... [2021-02-02T17:28:16.420Z] [2021-02-02T17:28:16.420Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-02T17:28:16.420Z] #20 10.85 Installing build dependencies: finished with status 'done' [2021-02-02T17:28:16.468Z] #27 4.765 Reading package lists... [2021-02-02T17:28:17.104Z] #27 6.233 Building dependency tree... [2021-02-02T17:28:17.104Z] #27 6.743 The following additional packages will be installed: [2021-02-02T17:28:17.104Z] #27 6.745 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-02-02T17:28:17.104Z] #27 6.745 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-02-02T17:28:17.104Z] #27 6.745 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-02-02T17:28:17.104Z] #27 6.751 Suggested packages: [2021-02-02T17:28:17.104Z] #27 6.751 krb5-doc krb5-user [2021-02-02T17:28:17.104Z] #27 6.751 Recommended packages: [2021-02-02T17:28:17.104Z] #27 6.751 krb5-locales publicsuffix libsasl2-modules [2021-02-02T17:28:17.416Z] #27 7.114 The following NEW packages will be installed: [2021-02-02T17:28:17.416Z] #27 7.115 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-02-02T17:28:17.416Z] #27 7.115 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-02-02T17:28:17.416Z] #27 7.115 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-02-02T17:28:17.416Z] #27 7.116 libssh2-1 libssl1.1 openssl [2021-02-02T17:28:17.416Z] #27 7.173 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-02-02T17:28:17.416Z] #27 7.173 Need to get 5174 kB of archives. [2021-02-02T17:28:17.416Z] #27 7.173 After this operation, 14.6 MB of additional disk space will be used. [2021-02-02T17:28:17.416Z] #27 7.173 Get:1 http://security.debian.org/debian-security buster/updates/main ppc64el libssl1.1 ppc64el 1.1.1d-0+deb10u4 [1526 kB] [2021-02-02T17:28:17.416Z] #27 7.183 Get:2 http://deb.debian.org/debian buster-updates/main ppc64el ca-certificates all 20200601~deb10u2 [166 kB] [2021-02-02T17:28:17.416Z] #27 7.222 Get:3 http://deb.debian.org/debian buster/main ppc64el libkeyutils1 ppc64el 1.6-6 [16.2 kB] [2021-02-02T17:28:17.715Z] #27 7.228 Get:4 http://deb.debian.org/debian buster/main ppc64el libkrb5support0 ppc64el 1.17-3+deb10u1 [69.3 kB] [2021-02-02T17:28:17.715Z] #27 7.233 Get:5 http://deb.debian.org/debian buster/main ppc64el libk5crypto3 ppc64el 1.17-3+deb10u1 [134 kB] [2021-02-02T17:28:17.715Z] #27 7.249 Get:6 http://deb.debian.org/debian buster/main ppc64el libkrb5-3 ppc64el 1.17-3+deb10u1 [400 kB] [2021-02-02T17:28:17.715Z] #27 7.279 Get:7 http://deb.debian.org/debian buster/main ppc64el libgssapi-krb5-2 ppc64el 1.17-3+deb10u1 [172 kB] [2021-02-02T17:28:17.715Z] #27 7.282 Get:8 http://deb.debian.org/debian buster/main ppc64el libsasl2-modules-db ppc64el 2.1.27+dfsg-1+deb10u1 [71.2 kB] [2021-02-02T17:28:17.715Z] #27 7.286 Get:9 http://deb.debian.org/debian buster/main ppc64el libsasl2-2 ppc64el 2.1.27+dfsg-1+deb10u1 [115 kB] [2021-02-02T17:28:17.715Z] #27 7.304 Get:10 http://deb.debian.org/debian buster/main ppc64el libldap-common all 2.4.47+dfsg-3+deb10u4 [89.8 kB] [2021-02-02T17:28:17.715Z] #27 7.304 Get:11 http://security.debian.org/debian-security buster/updates/main ppc64el openssl ppc64el 1.1.1d-0+deb10u4 [843 kB] [2021-02-02T17:28:17.715Z] #27 7.314 Get:12 http://deb.debian.org/debian buster/main ppc64el libldap-2.4-2 ppc64el 2.4.47+dfsg-3+deb10u4 [243 kB] [2021-02-02T17:28:17.715Z] #27 7.336 Get:13 http://deb.debian.org/debian buster/main ppc64el libnghttp2-14 ppc64el 1.36.0-2+deb10u1 [92.1 kB] [2021-02-02T17:28:17.715Z] #27 7.339 Get:14 http://deb.debian.org/debian buster/main ppc64el libpsl5 ppc64el 0.20.2-2 [55.6 kB] [2021-02-02T17:28:17.715Z] #27 7.344 Get:15 http://deb.debian.org/debian buster/main ppc64el librtmp1 ppc64el 2.4+20151223.gitfa8646d.1-2 [60.2 kB] [2021-02-02T17:28:17.715Z] #27 7.358 Get:16 http://deb.debian.org/debian buster/main ppc64el libssh2-1 ppc64el 1.8.0-2.1 [147 kB] [2021-02-02T17:28:17.715Z] #27 7.358 Get:17 http://deb.debian.org/debian buster/main ppc64el libcurl4 ppc64el 7.64.0-4+deb10u1 [348 kB] [2021-02-02T17:28:17.715Z] #27 7.371 Get:18 http://deb.debian.org/debian buster/main ppc64el curl ppc64el 7.64.0-4+deb10u1 [268 kB] [2021-02-02T17:28:17.715Z] #27 7.373 Get:19 http://deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-02-02T17:28:17.715Z] #27 7.378 Get:20 http://deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-02-02T17:28:17.715Z] #27 7.381 Get:21 http://deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-02-02T17:28:18.013Z] #27 7.611 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:28:18.013Z] #27 7.639 Fetched 5174 kB in 0s (23.2 MB/s) [2021-02-02T17:28:18.013Z] #27 7.664 Selecting previously unselected package libssl1.1:ppc64el. [2021-02-02T17:28:18.013Z] #27 7.665 (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-02-02T17:28:18.013Z] #27 7.675 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u4_ppc64el.deb ... [2021-02-02T17:28:18.013Z] #27 7.680 Unpacking libssl1.1:ppc64el (1.1.1d-0+deb10u4) ... [2021-02-02T17:28:18.306Z] #27 7.912 Selecting previously unselected package openssl. [2021-02-02T17:28:18.306Z] #27 7.914 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u4_ppc64el.deb ... [2021-02-02T17:28:18.306Z] #27 7.915 Unpacking openssl (1.1.1d-0+deb10u4) ... [2021-02-02T17:28:18.306Z] #27 8.057 Selecting previously unselected package ca-certificates. [2021-02-02T17:28:18.600Z] #27 8.058 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-02-02T17:28:18.600Z] #27 8.059 Unpacking ca-certificates (20200601~deb10u2) ... [2021-02-02T17:28:18.600Z] #27 8.116 Selecting previously unselected package libkeyutils1:ppc64el. [2021-02-02T17:28:18.600Z] #27 8.118 Preparing to unpack .../03-libkeyutils1_1.6-6_ppc64el.deb ... [2021-02-02T17:28:18.600Z] #27 8.120 Unpacking libkeyutils1:ppc64el (1.6-6) ... [2021-02-02T17:28:18.600Z] #27 8.151 Selecting previously unselected package libkrb5support0:ppc64el. [2021-02-02T17:28:18.600Z] #27 8.153 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_ppc64el.deb ... [2021-02-02T17:28:18.600Z] #27 8.154 Unpacking libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2021-02-02T17:28:18.600Z] #27 8.184 Selecting previously unselected package libk5crypto3:ppc64el. [2021-02-02T17:28:18.600Z] #27 8.186 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_ppc64el.deb ... [2021-02-02T17:28:18.600Z] #27 8.188 Unpacking libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2021-02-02T17:28:18.600Z] #27 8.298 Selecting previously unselected package libkrb5-3:ppc64el. [2021-02-02T17:28:18.600Z] #27 8.300 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_ppc64el.deb ... [2021-02-02T17:28:18.600Z] #27 8.302 Unpacking libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2021-02-02T17:28:18.600Z] #27 8.393 Selecting previously unselected package libgssapi-krb5-2:ppc64el. [2021-02-02T17:28:18.600Z] #27 8.396 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_ppc64el.deb ... [2021-02-02T17:28:18.600Z] #27 8.397 Unpacking libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2021-02-02T17:28:18.600Z] #27 8.442 Selecting previously unselected package libsasl2-modules-db:ppc64el. [2021-02-02T17:28:18.900Z] #27 8.445 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2021-02-02T17:28:18.900Z] #27 8.446 Unpacking libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-02-02T17:28:18.900Z] #27 8.477 Selecting previously unselected package libsasl2-2:ppc64el. [2021-02-02T17:28:18.900Z] #27 8.480 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_ppc64el.deb ... [2021-02-02T17:28:18.900Z] #27 8.481 Unpacking libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-02-02T17:28:18.900Z] #27 8.517 Selecting previously unselected package libldap-common. [2021-02-02T17:28:18.900Z] #27 8.520 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u4_all.deb ... [2021-02-02T17:28:18.900Z] #27 8.521 Unpacking libldap-common (2.4.47+dfsg-3+deb10u4) ... [2021-02-02T17:28:18.900Z] #27 8.552 Selecting previously unselected package libldap-2.4-2:ppc64el. [2021-02-02T17:28:18.900Z] #27 8.554 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u4_ppc64el.deb ... [2021-02-02T17:28:18.900Z] #27 8.555 Unpacking libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u4) ... [2021-02-02T17:28:18.900Z] #27 8.620 Selecting previously unselected package libnghttp2-14:ppc64el. [2021-02-02T17:28:18.900Z] #27 8.622 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_ppc64el.deb ... [2021-02-02T17:28:18.900Z] #27 8.624 Unpacking libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2021-02-02T17:28:18.900Z] #27 8.659 Selecting previously unselected package libpsl5:ppc64el. [2021-02-02T17:28:19.193Z] INFO [loader] Go packages loading at mode 575 (types_sizes|exports_file|files|imports|compiled_files|deps|name) took 35.343970949s [2021-02-02T17:28:19.193Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 177.23087ms [2021-02-02T17:28:19.197Z] #27 8.661 Preparing to unpack .../13-libpsl5_0.20.2-2_ppc64el.deb ... [2021-02-02T17:28:19.197Z] #27 8.663 Unpacking libpsl5:ppc64el (0.20.2-2) ... [2021-02-02T17:28:19.197Z] #27 8.691 Selecting previously unselected package librtmp1:ppc64el. [2021-02-02T17:28:19.197Z] #27 8.693 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_ppc64el.deb ... [2021-02-02T17:28:19.197Z] #27 8.695 Unpacking librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2021-02-02T17:28:19.197Z] #27 8.780 Selecting previously unselected package libssh2-1:ppc64el. [2021-02-02T17:28:19.197Z] #27 8.790 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_ppc64el.deb ... [2021-02-02T17:28:19.197Z] #27 8.880 Unpacking libssh2-1:ppc64el (1.8.0-2.1) ... [2021-02-02T17:28:19.197Z] #27 8.927 Selecting previously unselected package libcurl4:ppc64el. [2021-02-02T17:28:19.197Z] #27 8.928 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u1_ppc64el.deb ... [2021-02-02T17:28:19.197Z] #27 8.935 Unpacking libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2021-02-02T17:28:19.197Z] #27 8.999 Selecting previously unselected package curl. [2021-02-02T17:28:19.197Z] #27 9.001 Preparing to unpack .../17-curl_7.64.0-4+deb10u1_ppc64el.deb ... [2021-02-02T17:28:19.197Z] #27 9.003 Unpacking curl (7.64.0-4+deb10u1) ... [2021-02-02T17:28:19.197Z] #27 9.048 Selecting previously unselected package libonig5:ppc64el. [2021-02-02T17:28:19.491Z] #27 9.050 Preparing to unpack .../18-libonig5_6.9.1-1_ppc64el.deb ... [2021-02-02T17:28:19.491Z] #27 9.052 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-02-02T17:28:19.491Z] #27 9.146 Selecting previously unselected package libjq1:ppc64el. [2021-02-02T17:28:19.491Z] #27 9.146 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-02-02T17:28:19.491Z] #27 9.148 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-02-02T17:28:19.491Z] #27 9.197 Selecting previously unselected package jq. [2021-02-02T17:28:19.491Z] #27 9.200 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-02-02T17:28:19.491Z] #27 9.201 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-02T17:28:19.491Z] #27 9.233 Setting up libkeyutils1:ppc64el (1.6-6) ... [2021-02-02T17:28:19.491Z] #27 9.237 Setting up libpsl5:ppc64el (0.20.2-2) ... [2021-02-02T17:28:19.491Z] #27 9.240 Setting up libssl1.1:ppc64el (1.1.1d-0+deb10u4) ... [2021-02-02T17:28:19.785Z] #27 9.400 Setting up libnghttp2-14:ppc64el (1.36.0-2+deb10u1) ... [2021-02-02T17:28:19.785Z] #27 9.403 Setting up libldap-common (2.4.47+dfsg-3+deb10u4) ... [2021-02-02T17:28:19.785Z] #27 9.406 Setting up libkrb5support0:ppc64el (1.17-3+deb10u1) ... [2021-02-02T17:28:19.785Z] #27 9.409 Setting up libsasl2-modules-db:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-02-02T17:28:19.785Z] #27 9.412 Setting up librtmp1:ppc64el (2.4+20151223.gitfa8646d.1-2) ... [2021-02-02T17:28:19.785Z] #27 9.415 Setting up libk5crypto3:ppc64el (1.17-3+deb10u1) ... [2021-02-02T17:28:19.785Z] #27 9.418 Setting up libsasl2-2:ppc64el (2.1.27+dfsg-1+deb10u1) ... [2021-02-02T17:28:19.785Z] #27 9.422 Setting up libssh2-1:ppc64el (1.8.0-2.1) ... [2021-02-02T17:28:19.785Z] #27 9.425 Setting up libkrb5-3:ppc64el (1.17-3+deb10u1) ... [2021-02-02T17:28:19.785Z] #27 9.428 Setting up openssl (1.1.1d-0+deb10u4) ... [2021-02-02T17:28:19.785Z] #27 9.434 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-02-02T17:28:19.785Z] #27 9.437 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-02-02T17:28:19.785Z] #27 9.440 Setting up libldap-2.4-2:ppc64el (2.4.47+dfsg-3+deb10u4) ... [2021-02-02T17:28:19.785Z] #27 9.444 Setting up ca-certificates (20200601~deb10u2) ... [2021-02-02T17:28:19.945Z] #20 ... [2021-02-02T17:28:19.945Z] [2021-02-02T17:28:19.945Z] #51 [runc 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mou... [2021-02-02T17:28:19.945Z] #51 57.22 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-02-02T17:28:19.945Z] #51 58.66 + mkdir -p /build [2021-02-02T17:28:19.945Z] #51 58.66 + cp runc /build/runc [2021-02-02T17:28:19.945Z] #51 DONE 59.2s [2021-02-02T17:28:19.945Z] [2021-02-02T17:28:19.945Z] #20 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-02T17:28:19.945Z] #20 14.50 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-02T17:28:19.945Z] #20 14.55 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-02T17:28:19.945Z] #20 14.57 Building wheels for collected packages: pyyaml [2021-02-02T17:28:19.945Z] #20 14.58 Running setup.py bdist_wheel for pyyaml: started [2021-02-02T17:28:20.423Z] #27 10.21 Updating certificates in /etc/ssl/certs... [2021-02-02T17:28:20.672Z] ok github.com/docker/docker/cmd/dockerd 0.184s coverage: 29.1% of statements [2021-02-02T17:28:20.672Z] ok github.com/docker/docker/container 0.202s coverage: 34.7% of statements [2021-02-02T17:28:20.672Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-02T17:28:20.672Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-02T17:28:20.672Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-02T17:28:20.672Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-02T17:28:20.672Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.050s coverage: 65.3% of statements [2021-02-02T17:28:20.933Z] ok github.com/docker/docker/daemon/cluster/convert 0.030s coverage: 35.9% of statements [2021-02-02T17:28:21.040Z] #20 15.96 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-02-02T17:28:21.040Z] #20 15.96 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-02-02T17:28:21.061Z] #27 ... [2021-02-02T17:28:21.061Z] [2021-02-02T17:28:21.061Z] #10 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-02-02T17:28:21.061Z] #10 sha256:becc3df6e60b59ba5e11d4c03b277f4d33e092be477226d464c16a22fc23dee1 [2021-02-02T17:28:21.061Z] #10 extracting sha256:5d8f1d1f9197bf1817cda35a89da9bd2544ceb7bf0c7b92fba5977ab2b2ab9e6 0.3s done [2021-02-02T17:28:21.061Z] #10 extracting sha256:1301750ffb48db80c63d6d21adae9f88f4f4aaf4f561ab3512287683a04c04c0 2.7s done [2021-02-02T17:28:21.061Z] #10 extracting sha256:dc5c6edc9cffc52d437053d5b7d8f834d50534c930afa90b1b3aff08912cddad 2.4s done [2021-02-02T17:28:21.061Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 [2021-02-02T17:28:21.333Z] #20 16.07 Successfully built pyyaml [2021-02-02T17:28:21.333Z] #20 16.08 Installing collected packages: pyyaml, pathspec, yamllint [2021-02-02T17:28:21.355Z] #10 extracting sha256:3c370c2e2f82f7cb2daa81bba821dae9225733ba2b303fb10c53328524420fa0 4.9s done [2021-02-02T17:28:21.355Z] #10 extracting sha256:5ffb2f5886e201aff4c1e8e27bad24fcc671df1b0bab8209bb17aa98a310a335 0.0s done [2021-02-02T17:28:21.355Z] #10 DONE 19.7s [2021-02-02T17:28:21.355Z] [2021-02-02T17:28:21.355Z] #11 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-02-02T17:28:21.355Z] #11 sha256:de2b7e1945dbe926869611b3b2029194bc28030208e03614c2a9fe1f572df858 [2021-02-02T17:28:21.626Z] #20 16.25 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-02T17:28:21.626Z] #20 DONE 16.5s [2021-02-02T17:28:21.626Z] [2021-02-02T17:28:21.626Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:28:21.626Z] #41 93.51 CC criu/seize.o [2021-02-02T17:28:21.626Z] #41 94.21 CC criu/servicefd.o [2021-02-02T17:28:21.626Z] #41 94.64 CC criu/shmem.o [2021-02-02T17:28:21.626Z] #41 95.36 CC criu/sigframe.o [2021-02-02T17:28:21.626Z] #41 95.56 CC criu/signalfd.o [2021-02-02T17:28:21.626Z] #41 95.85 CC criu/sk-inet.o [2021-02-02T17:28:21.626Z] #41 96.52 CC criu/sk-netlink.o [2021-02-02T17:28:21.626Z] #41 96.75 CC criu/sk-packet.o [2021-02-02T17:28:21.626Z] #41 97.12 CC criu/sk-queue.o [2021-02-02T17:28:21.626Z] #41 97.40 CC criu/sk-tcp.o [2021-02-02T17:28:21.626Z] #41 97.96 CC criu/sk-unix.o [2021-02-02T17:28:21.652Z] #11 DONE 0.2s [2021-02-02T17:28:21.652Z] [2021-02-02T17:28:21.652Z] #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-02-02T17:28:21.652Z] #27 sha256:b0c500e846892363e8be013f054b0969c29ceff2a684e177d6f3710680125a3c [2021-02-02T17:28:21.652Z] #27 11.09 137 added, 0 removed; done. [2021-02-02T17:28:21.652Z] #27 11.11 Setting up libgssapi-krb5-2:ppc64el (1.17-3+deb10u1) ... [2021-02-02T17:28:21.652Z] #27 11.11 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-02T17:28:21.652Z] #27 11.12 Setting up libcurl4:ppc64el (7.64.0-4+deb10u1) ... [2021-02-02T17:28:21.652Z] #27 11.12 Setting up curl (7.64.0-4+deb10u1) ... [2021-02-02T17:28:21.652Z] #27 11.12 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:28:21.652Z] #27 11.14 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-02-02T17:28:21.652Z] #27 11.14 Updating certificates in /etc/ssl/certs... [2021-02-02T17:28:21.652Z] #27 ... [2021-02-02T17:28:21.652Z] [2021-02-02T17:28:21.652Z] #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-02-02T17:28:21.652Z] #12 sha256:ff794b9c1ccc7e487b8893ee6ce30fad412303a0fbaab6fd892b0bc7b203e159 [2021-02-02T17:28:21.652Z] #12 DONE 0.2s [2021-02-02T17:28:21.919Z] #41 ... [2021-02-02T17:28:21.919Z] [2021-02-02T17:28:21.919Z] #23 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/c... [2021-02-02T17:28:21.919Z] #23 DONE 0.2s [2021-02-02T17:28:21.919Z] [2021-02-02T17:28:21.919Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:28:21.919Z] #41 99.15 CC criu/sockets.o [2021-02-02T17:28:21.919Z] #41 ... [2021-02-02T17:28:21.919Z] [2021-02-02T17:28:21.919Z] #28 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-froz... [2021-02-02T17:28:21.967Z] [2021-02-02T17:28:21.967Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-02-02T17:28:21.967Z] #31 sha256:34d72fd651778c0cdb3dc938aacb06f57ff1869c20cbd1458f724e704eb32e92 [2021-02-02T17:28:21.967Z] #31 DONE 0.1s [2021-02-02T17:28:21.967Z] [2021-02-02T17:28:21.967Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-02-02T17:28:21.967Z] #39 sha256:b948760ec906f0112e36d43a368d2764d9e6051a21547341b1990eac2341e2c0 [2021-02-02T17:28:21.967Z] #39 DONE 0.1s [2021-02-02T17:28:21.967Z] [2021-02-02T17:28:21.967Z] #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-02-02T17:28:21.967Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-02T17:28:22.507Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-02T17:28:22.616Z] #40 0.730 + git clone https://github.com/docker/distribution.git . [2021-02-02T17:28:22.616Z] #40 0.738 Cloning into '.'... [2021-02-02T17:28:23.268Z] #40 ... [2021-02-02T17:28:23.268Z] [2021-02-02T17:28:23.268Z] #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-02-02T17:28:23.268Z] #27 sha256:b0c500e846892363e8be013f054b0969c29ceff2a684e177d6f3710680125a3c [2021-02-02T17:28:23.268Z] #27 12.79 0 added, 0 removed; done. [2021-02-02T17:28:23.268Z] #27 12.79 Running hooks in /etc/ca-certificates/update.d... [2021-02-02T17:28:23.268Z] #27 12.82 done. [2021-02-02T17:28:23.268Z] #27 DONE 13.0s [2021-02-02T17:28:23.268Z] [2021-02-02T17:28:23.268Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-02-02T17:28:23.268Z] #28 sha256:b1d1f28379731c67c7499b4a55f8228444fd1dba381ea7209d0425153cdaf6c1 [2021-02-02T17:28:23.268Z] #28 DONE 0.1s [2021-02-02T17:28:23.390Z] INFO [runner/unused/goanalysis] analyzers took 28.414244544s with top 10 stages: buildssa: 23.192629787s, U1000: 5.221614757s [2021-02-02T17:28:23.432Z] #28 DONE 1.3s [2021-02-02T17:28:23.432Z] [2021-02-02T17:28:23.432Z] #31 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/b... [2021-02-02T17:28:23.442Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-02T17:28:23.571Z] [2021-02-02T17:28:23.571Z] #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-02-02T17:28:23.571Z] #24 sha256:33be999a105d50544671d6ade6d4cc7c2b111bb28e5fe2daf5ac2d9931260579 [2021-02-02T17:28:23.571Z] #24 0.844 + RM_GOPATH=0 [2021-02-02T17:28:23.571Z] #24 0.845 + TMP_GOPATH= [2021-02-02T17:28:23.571Z] #24 0.846 + : /build [2021-02-02T17:28:23.571Z] #24 0.846 + '[' -z '' ']' [2021-02-02T17:28:23.571Z] #24 0.847 ++ mktemp -d [2021-02-02T17:28:23.571Z] #24 0.884 + export GOPATH=/tmp/tmp.254ULBEeJx [2021-02-02T17:28:23.571Z] #24 0.885 + GOPATH=/tmp/tmp.254ULBEeJx [2021-02-02T17:28:23.571Z] #24 0.885 + RM_GOPATH=1 [2021-02-02T17:28:23.571Z] #24 0.885 + case "$(go env GOARCH)" in [2021-02-02T17:28:23.571Z] #24 0.888 ++ go env GOARCH [2021-02-02T17:28:23.571Z] #24 0.905 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:28:23.571Z] #24 0.907 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:28:23.571Z] #24 0.908 ++ dirname /tmp/install/install.sh [2021-02-02T17:28:23.571Z] #24 0.910 + dir=/tmp/install [2021-02-02T17:28:23.571Z] #24 0.910 + bin=dockercli [2021-02-02T17:28:23.571Z] #24 0.911 + shift [2021-02-02T17:28:23.571Z] #24 0.911 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-02-02T17:28:23.571Z] #24 0.912 + . /tmp/install/dockercli.installer [2021-02-02T17:28:23.571Z] #24 0.912 ++ : stable [2021-02-02T17:28:23.571Z] #24 0.912 ++ : 17.06.2-ce [2021-02-02T17:28:23.571Z] #24 0.913 + install_dockercli [2021-02-02T17:28:23.571Z] #24 0.914 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-02-02T17:28:23.571Z] #24 0.914 Install docker/cli version 17.06.2-ce from stable [2021-02-02T17:28:23.571Z] #24 0.915 ++ uname -m [2021-02-02T17:28:23.571Z] #24 0.917 + arch=ppc64le [2021-02-02T17:28:23.571Z] #24 0.918 + '[' ppc64le '!=' x86_64 ']' [2021-02-02T17:28:23.571Z] #24 0.919 + '[' ppc64le '!=' s390x ']' [2021-02-02T17:28:23.571Z] #24 0.919 + '[' ppc64le '!=' armhf ']' [2021-02-02T17:28:23.571Z] #24 0.921 + build_dockercli [2021-02-02T17:28:23.571Z] #24 0.922 + git clone https://github.com/docker/docker-ce /tmp/tmp.254ULBEeJx/tmp/docker-ce [2021-02-02T17:28:23.571Z] #24 0.956 Cloning into '/tmp/tmp.254ULBEeJx/tmp/docker-ce'... [2021-02-02T17:28:23.726Z] #31 DONE 0.4s [2021-02-02T17:28:23.726Z] [2021-02-02T17:28:23.726Z] #33 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/b... [2021-02-02T17:28:24.019Z] #33 DONE 0.3s [2021-02-02T17:28:24.019Z] [2021-02-02T17:28:24.019Z] #36 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/b... [2021-02-02T17:28:24.019Z] #36 DONE 0.2s [2021-02-02T17:28:24.019Z] [2021-02-02T17:28:24.019Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:28:24.019Z] #41 99.81 CC criu/stats.o [2021-02-02T17:28:24.019Z] #41 100.0 CC criu/string.o [2021-02-02T17:28:24.019Z] #41 100.2 CC criu/sysctl.o [2021-02-02T17:28:24.019Z] #41 100.5 CC criu/sysfs_parse.o [2021-02-02T17:28:24.019Z] #41 100.7 CC criu/timens.o [2021-02-02T17:28:24.019Z] #41 101.0 CC criu/timerfd.o [2021-02-02T17:28:24.019Z] #41 101.2 CC criu/tty.o [2021-02-02T17:28:24.243Z] ok github.com/docker/docker/daemon/cluster 0.150s coverage: 0.5% of statements [2021-02-02T17:28:25.100Z] #41 102.1 CC criu/tun.o [2021-02-02T17:28:25.100Z] #41 102.5 CC criu/uffd.o [2021-02-02T17:28:26.138Z] #41 103.1 CC criu/util.o [2021-02-02T17:28:26.206Z] ok github.com/docker/docker/daemon/discovery 0.046s coverage: 30.0% of statements [2021-02-02T17:28:26.430Z] #41 103.7 CC criu/uts_ns.o [2021-02-02T17:28:26.430Z] #41 103.8 CC criu/vdso.o [2021-02-02T17:28:26.732Z] #41 ... [2021-02-02T17:28:26.732Z] [2021-02-02T17:28:26.732Z] #38 [registry 2/2] RUN --mount=type=cache,target=/root/.cache/go-build -... [2021-02-02T17:28:26.732Z] #38 DONE 140.3s [2021-02-02T17:28:26.732Z] [2021-02-02T17:28:26.732Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:28:26.732Z] #41 104.0 LINK criu/built-in.o [2021-02-02T17:28:27.033Z] #41 104.1 LINK criu/criu [2021-02-02T17:28:27.033Z] #41 104.4 DEP lib/c/criu.d [2021-02-02T17:28:27.033Z] #41 104.4 CC images/rpc.pb-c.o [2021-02-02T17:28:27.154Z] #24 ... [2021-02-02T17:28:27.154Z] [2021-02-02T17:28:27.154Z] #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-02-02T17:28:27.154Z] #29 sha256:41012e433fb0f2f2baf6d5a56edda76759dce659319659ff3d0fab91311ce169 [2021-02-02T17:28:27.154Z] #29 1.792 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-02-02T17:28:27.154Z] #29 2.382 [2021-02-02T17:28:27.154Z] ok github.com/docker/docker/daemon/config 0.113s coverage: 81.8% of statements [2021-02-02T17:28:27.327Z] #41 104.7 CC lib/c/criu.o [2021-02-02T17:28:27.729Z] ok github.com/docker/docker/daemon/events 0.094s coverage: 50.0% of statements [2021-02-02T17:28:27.962Z] #41 ... [2021-02-02T17:28:27.962Z] [2021-02-02T17:28:27.962Z] #47 [golangci_lint 1/1] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-02T17:28:27.962Z] #47 140.6 + /build/golangci-lint --version [2021-02-02T17:28:27.962Z] #47 141.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-02T17:28:27.962Z] #47 DONE 141.3s [2021-02-02T17:28:27.962Z] [2021-02-02T17:28:27.962Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:28:27.962Z] #41 105.1 LINK lib/c/built-in.o [2021-02-02T17:28:27.962Z] #41 ... [2021-02-02T17:28:27.962Z] [2021-02-02T17:28:27.962Z] #39 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/b... [2021-02-02T17:28:27.962Z] #39 DONE 0.3s [2021-02-02T17:28:27.962Z] [2021-02-02T17:28:27.962Z] #41 [criu 2/2] RUN mkdir -p /usr/src/criu && curl -sSL https://github.co... [2021-02-02T17:28:27.962Z] #41 105.1 LINK lib/c/libcriu.so [2021-02-02T17:28:27.962Z] #41 105.1 LINK lib/c/libcriu.a [2021-02-02T17:28:27.962Z] #41 105.2 GEN magic.py [2021-02-02T17:28:28.255Z] #41 105.3 Note: Building without setproctitle() and strlcpy() support. [2021-02-02T17:28:28.255Z] #41 105.3 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-02T17:28:28.255Z] #41 105.3 Note: Building without GnuTLS support [2021-02-02T17:28:28.255Z] #41 105.3 Makefile.config:39: Warn: you have no libnftables installed [2021-02-02T17:28:28.255Z] #41 105.3 Makefile.config:40: Warn: Building without nftables support [2021-02-02T17:28:28.255Z] #41 105.6 fatal: not a git repository (or any of the parent directories): .git [2021-02-02T17:28:28.924Z] #41 106.1 make[1]: Nothing to be done for 'all'. [2021-02-02T17:28:28.950Z] #29 2.689 0.1% 0.9% ## 3.6% #### 5.6% ###### 9.7% ############ 17.8% ################# 23.8% ##################### 29.9% ######################## 33.9% ########################### 38.5% ############################ 40.2% ############################### 44.3% ################################### 49.2% ######################################### 57.0% ############################################## 65.0% ################################################### 71.1% ####################################################### 77.1% ############################################################ 84.4% ############################################################# 85.9% ############################################################### 87.7% ################################################################# 90.5% ################################################################### 93.8% #################################################################### 95.4% ######################################################################## 100.0% [2021-02-02T17:28:28.950Z] #29 5.651 [2021-02-02T17:28:29.120Z] ok github.com/docker/docker/daemon/graphdriver 0.017s coverage: 2.2% of statements [2021-02-02T17:28:29.216Z] #41 106.3 make[1]: 'images/built-in.o' is up to date. [2021-02-02T17:28:29.216Z] #41 106.3 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-02T17:28:29.216Z] #41 106.3 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-02T17:28:29.216Z] #41 106.3 make[1]: 'compel/libcompel.a' is up to date. [2021-02-02T17:28:29.216Z] #41 106.4 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-02T17:28:29.216Z] #41 106.4 make[1]: Nothing to be done for 'all'. [2021-02-02T17:28:29.216Z] #41 106.4 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-02T17:28:29.216Z] #41 106.4 make[2]: Nothing to be done for 'all'. [2021-02-02T17:28:29.216Z] #41 106.4 make[2]: Nothing to be done for 'all'. [2021-02-02T17:28:29.216Z] #41 106.4 make[2]: Nothing to be done for 'all'. [2021-02-02T17:28:29.216Z] #41 106.5 make[2]: Nothing to be done for 'all'. [2021-02-02T17:28:29.509Z] #41 106.5 make[2]: Nothing to be done for 'all'. [2021-02-02T17:28:29.509Z] #41 106.5 make[2]: Nothing to be done for 'all'. [2021-02-02T17:28:29.509Z] #41 106.5 make[2]: Nothing to be done for 'all'. [2021-02-02T17:28:29.509Z] #41 106.6 make[2]: Nothing to be done for 'all'. [2021-02-02T17:28:29.509Z] #41 106.6 INSTALL criu/criu [2021-02-02T17:28:29.509Z] #41 DONE 106.8s [2021-02-02T17:28:29.509Z] [2021-02-02T17:28:29.509Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-02T17:28:29.849Z] #29 5.862 0.4% ###### 9.3% ####################### 33.0% ############################################ 62.0% ######################################################################## 100.0% [2021-02-02T17:28:30.522Z] #29 6.894 [2021-02-02T17:28:30.547Z] #54 ... [2021-02-02T17:28:30.547Z] [2021-02-02T17:28:30.547Z] #42 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-02T17:28:30.839Z] #42 DONE 0.2s [2021-02-02T17:28:30.839Z] [2021-02-02T17:28:30.839Z] #44 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/b... [2021-02-02T17:28:31.115Z] #29 7.093 1.3% ################ 23.6% ############################### 44.2% ####################################### 54.5% ############################################################# 85.4% ######################################################################## 100.0% [2021-02-02T17:28:31.132Z] #44 DONE 0.1s [2021-02-02T17:28:31.132Z] [2021-02-02T17:28:31.132Z] #46 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/b... [2021-02-02T17:28:31.132Z] #46 DONE 0.1s [2021-02-02T17:28:31.132Z] [2021-02-02T17:28:31.132Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-02T17:28:31.132Z] #54 ... [2021-02-02T17:28:31.132Z] [2021-02-02T17:28:31.132Z] #48 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/b... [2021-02-02T17:28:31.413Z] #29 8.053 [2021-02-02T17:28:31.428Z] #48 DONE 0.2s [2021-02-02T17:28:31.428Z] [2021-02-02T17:28:31.428Z] #50 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/b... [2021-02-02T17:28:31.428Z] #50 DONE 0.1s [2021-02-02T17:28:31.428Z] [2021-02-02T17:28:31.428Z] #52 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/b... [2021-02-02T17:28:31.713Z] #29 8.276 [2021-02-02T17:28:31.713Z] #29 ... [2021-02-02T17:28:31.713Z] [2021-02-02T17:28:31.713Z] #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-02-02T17:28:31.713Z] #51 sha256:4bfcefbb2f1204f2b5a0b0632a1726b0952175ef49383da57aa956c91d7f737c [2021-02-02T17:28:31.713Z] #51 0.840 + RM_GOPATH=0 [2021-02-02T17:28:31.713Z] #51 0.840 + TMP_GOPATH= [2021-02-02T17:28:31.713Z] #51 0.841 + : /build [2021-02-02T17:28:31.713Z] #51 0.841 + '[' -z '' ']' [2021-02-02T17:28:31.713Z] #51 0.842 ++ mktemp -d [2021-02-02T17:28:31.713Z] #51 0.850 + export GOPATH=/tmp/tmp.G7BZnuCliN [2021-02-02T17:28:31.713Z] #51 0.850 + GOPATH=/tmp/tmp.G7BZnuCliN [2021-02-02T17:28:31.713Z] #51 0.850 + RM_GOPATH=1 [2021-02-02T17:28:31.713Z] #51 0.850 + case "$(go env GOARCH)" in [2021-02-02T17:28:31.713Z] #51 0.856 ++ go env GOARCH [2021-02-02T17:28:31.713Z] #51 0.920 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:28:31.713Z] #51 0.920 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:28:31.713Z] #51 0.923 ++ dirname /tmp/install/install.sh [2021-02-02T17:28:31.713Z] #51 0.930 + dir=/tmp/install [2021-02-02T17:28:31.713Z] #51 0.930 + bin=shfmt [2021-02-02T17:28:31.713Z] #51 0.931 + shift [2021-02-02T17:28:31.713Z] #51 0.931 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-02-02T17:28:31.713Z] #51 0.932 + . /tmp/install/shfmt.installer [2021-02-02T17:28:31.713Z] #51 0.933 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-02T17:28:31.713Z] #51 0.940 + install_shfmt [2021-02-02T17:28:31.713Z] #51 0.940 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-02-02T17:28:31.713Z] #51 0.940 + git clone https://github.com/mvdan/sh.git /tmp/tmp.G7BZnuCliN/src/github.com/mvdan/sh [2021-02-02T17:28:31.713Z] #51 0.940 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-02T17:28:31.713Z] #51 0.945 Cloning into '/tmp/tmp.G7BZnuCliN/src/github.com/mvdan/sh'... [2021-02-02T17:28:31.713Z] #51 ... [2021-02-02T17:28:31.713Z] [2021-02-02T17:28:31.713Z] #64 [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-02-02T17:28:31.713Z] #64 sha256:d5a5c19fc5bb9cfd8a8cf44c925a53a4fd3e1dcbd8b3fa2d3a84247d804990b0 [2021-02-02T17:28:31.713Z] #64 0.852 + RM_GOPATH=0 [2021-02-02T17:28:31.713Z] #64 0.853 + TMP_GOPATH= [2021-02-02T17:28:31.713Z] #64 0.853 + : /build [2021-02-02T17:28:31.713Z] #64 0.853 + '[' -z '' ']' [2021-02-02T17:28:31.713Z] #64 0.856 ++ mktemp -d [2021-02-02T17:28:31.713Z] #64 0.895 + export GOPATH=/tmp/tmp.KSkcQhsiiA [2021-02-02T17:28:31.713Z] #64 0.895 + GOPATH=/tmp/tmp.KSkcQhsiiA [2021-02-02T17:28:31.713Z] #64 0.896 + RM_GOPATH=1 [2021-02-02T17:28:31.713Z] #64 0.903 + case "$(go env GOARCH)" in [2021-02-02T17:28:31.713Z] #64 0.904 ++ go env GOARCH [2021-02-02T17:28:31.713Z] #64 0.939 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:28:31.713Z] #64 0.939 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:28:31.713Z] #64 0.942 ++ dirname /tmp/install/install.sh [2021-02-02T17:28:31.713Z] #64 0.949 + dir=/tmp/install [2021-02-02T17:28:31.713Z] #64 0.950 + bin=proxy [2021-02-02T17:28:31.713Z] #64 0.950 + shift [2021-02-02T17:28:31.713Z] #64 0.950 + '[' '!' -f /tmp/install/proxy.installer ']' [2021-02-02T17:28:31.713Z] #64 0.951 + . /tmp/install/proxy.installer [2021-02-02T17:28:31.713Z] #64 0.952 ++ : fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-02T17:28:31.713Z] #64 0.960 + install_proxy [2021-02-02T17:28:31.713Z] #64 0.961 + case "$1" in [2021-02-02T17:28:31.713Z] #64 0.972 + export CGO_ENABLED=0 [2021-02-02T17:28:31.713Z] #64 0.973 + CGO_ENABLED=0 [2021-02-02T17:28:31.713Z] #64 0.973 + _install_proxy [2021-02-02T17:28:31.713Z] #64 0.975 + echo 'Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7' [2021-02-02T17:28:31.713Z] #64 0.977 Install docker-proxy version fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-02T17:28:31.713Z] #64 0.978 + git clone https://github.com/docker/libnetwork.git /tmp/tmp.KSkcQhsiiA/src/github.com/docker/libnetwork [2021-02-02T17:28:31.713Z] #64 0.998 Cloning into '/tmp/tmp.KSkcQhsiiA/src/github.com/docker/libnetwork'... [2021-02-02T17:28:31.720Z] #52 DONE 0.2s [2021-02-02T17:28:31.720Z] [2021-02-02T17:28:31.720Z] #54 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build ... [2021-02-02T17:28:32.047Z] #64 ... [2021-02-02T17:28:32.047Z] [2021-02-02T17:28:32.047Z] #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-02-02T17:28:32.047Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-02T17:28:32.047Z] #42 1.040 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:28:32.047Z] #42 1.135 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:28:32.047Z] #42 1.142 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:28:32.047Z] #42 2.495 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-02T17:28:32.047Z] #42 5.031 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [256 kB] [2021-02-02T17:28:32.047Z] #42 7.335 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7852 B] [2021-02-02T17:28:32.047Z] #42 ... [2021-02-02T17:28:32.047Z] [2021-02-02T17:28:32.047Z] #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-02-02T17:28:32.047Z] #49 sha256:6cb27559197dfc4188fa719d989d97830c1a069f29336bd85cbee4c71e7197f1 [2021-02-02T17:28:32.047Z] #49 0.553 + RM_GOPATH=0 [2021-02-02T17:28:32.047Z] #49 0.553 + TMP_GOPATH= [2021-02-02T17:28:32.047Z] #49 0.553 + : /build [2021-02-02T17:28:32.047Z] #49 0.553 + '[' -z '' ']' [2021-02-02T17:28:32.047Z] #49 0.553 ++ mktemp -d [2021-02-02T17:28:32.047Z] #49 0.553 + export GOPATH=/tmp/tmp.W8GGVKnP8V [2021-02-02T17:28:32.047Z] #49 0.553 + GOPATH=/tmp/tmp.W8GGVKnP8V [2021-02-02T17:28:32.047Z] #49 0.553 + RM_GOPATH=1 [2021-02-02T17:28:32.047Z] #49 0.553 + case "$(go env GOARCH)" in [2021-02-02T17:28:32.047Z] #49 0.553 ++ go env GOARCH [2021-02-02T17:28:32.047Z] #49 0.557 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:28:32.047Z] #49 0.557 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:28:32.047Z] #49 0.558 ++ dirname /tmp/install/install.sh [2021-02-02T17:28:32.047Z] #49 0.559 + dir=/tmp/install [2021-02-02T17:28:32.047Z] #49 0.559 + bin=golangci_lint [2021-02-02T17:28:32.047Z] #49 0.559 + shift [2021-02-02T17:28:32.047Z] #49 0.560 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-02-02T17:28:32.047Z] #49 0.560 + . /tmp/install/golangci_lint.installer [2021-02-02T17:28:32.047Z] #49 0.560 ++ : v1.23.8 [2021-02-02T17:28:32.047Z] #49 0.560 + install_golangci_lint [2021-02-02T17:28:32.047Z] #49 0.560 + set -e [2021-02-02T17:28:32.047Z] #49 0.560 + export GO111MODULE=on [2021-02-02T17:28:32.047Z] #49 0.560 + GO111MODULE=on [2021-02-02T17:28:32.047Z] #49 0.560 + GOBIN=/build [2021-02-02T17:28:32.047Z] #49 0.561 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-02-02T17:28:32.047Z] #49 0.580 go: finding github.com v1.23.8 [2021-02-02T17:28:32.047Z] #49 0.580 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-02-02T17:28:32.048Z] #49 0.580 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-02-02T17:28:32.048Z] #49 0.580 go: finding github.com/golangci v1.23.8 [2021-02-02T17:28:32.048Z] #49 0.580 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-02-02T17:28:32.048Z] #49 1.666 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-02-02T17:28:32.048Z] #49 3.047 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-02-02T17:28:32.048Z] #49 ... [2021-02-02T17:28:32.048Z] [2021-02-02T17:28:32.048Z] #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-02-02T17:28:32.048Z] #47 sha256:32e9a996c0cd3e6a22f70e299e9ad124824e1ddd79ccefcb4e7b289e8661cc2b [2021-02-02T17:28:32.048Z] #47 0.642 + RM_GOPATH=0 [2021-02-02T17:28:32.048Z] #47 0.643 + TMP_GOPATH= [2021-02-02T17:28:32.048Z] #47 0.644 + : /build [2021-02-02T17:28:32.048Z] #47 0.644 + '[' -z '' ']' [2021-02-02T17:28:32.048Z] #47 0.644 ++ mktemp -d [2021-02-02T17:28:32.048Z] #47 0.647 + export GOPATH=/tmp/tmp.1eB8w1sc5J [2021-02-02T17:28:32.048Z] #47 0.647 + GOPATH=/tmp/tmp.1eB8w1sc5J [2021-02-02T17:28:32.048Z] #47 0.647 + RM_GOPATH=1 [2021-02-02T17:28:32.048Z] #47 0.647 + case "$(go env GOARCH)" in [2021-02-02T17:28:32.048Z] #47 0.649 ++ go env GOARCH [2021-02-02T17:28:32.048Z] #47 0.658 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:28:32.048Z] #47 0.659 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:28:32.048Z] #47 0.660 ++ dirname /tmp/install/install.sh [2021-02-02T17:28:32.048Z] #47 0.663 + dir=/tmp/install [2021-02-02T17:28:32.048Z] #47 0.663 + bin=gotestsum [2021-02-02T17:28:32.048Z] #47 0.664 + shift [2021-02-02T17:28:32.048Z] #47 0.665 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-02-02T17:28:32.048Z] #47 0.665 + . /tmp/install/gotestsum.installer [2021-02-02T17:28:32.048Z] #47 0.665 ++ : v0.5.3 [2021-02-02T17:28:32.048Z] #47 0.665 + install_gotestsum [2021-02-02T17:28:32.048Z] #47 0.666 + set -e [2021-02-02T17:28:32.048Z] #47 0.666 + export GO111MODULE=on [2021-02-02T17:28:32.048Z] #47 0.666 + GO111MODULE=on [2021-02-02T17:28:32.048Z] #47 0.666 + GOBIN=/build [2021-02-02T17:28:32.048Z] #47 0.666 + go get gotest.tools/gotestsum@v0.5.3 [2021-02-02T17:28:32.048Z] #47 0.673 go: finding gotest.tools v0.5.3 [2021-02-02T17:28:32.048Z] #47 0.675 go: finding gotest.tools/gotestsum v0.5.3 [2021-02-02T17:28:32.048Z] #47 1.535 go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-02T17:28:32.048Z] #47 2.706 go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-02T17:28:32.048Z] #47 4.571 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-02T17:28:32.048Z] #47 4.574 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T17:28:32.048Z] #47 4.618 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-02T17:28:32.048Z] #47 4.785 go: downloading github.com/spf13/pflag v1.0.3 [2021-02-02T17:28:32.048Z] #47 5.044 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-02T17:28:32.048Z] #47 5.069 go: downloading github.com/fatih/color v1.9.0 [2021-02-02T17:28:32.048Z] #47 5.193 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-02T17:28:32.048Z] #47 5.227 go: downloading github.com/pkg/errors v0.9.1 [2021-02-02T17:28:32.048Z] #47 5.273 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-02T17:28:32.048Z] #47 5.507 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-02T17:28:32.048Z] #47 5.844 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-02T17:28:32.048Z] #47 5.969 go: extracting github.com/fatih/color v1.9.0 [2021-02-02T17:28:32.048Z] #47 6.019 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-02T17:28:32.048Z] #47 6.121 go: extracting github.com/pkg/errors v0.9.1 [2021-02-02T17:28:32.048Z] #47 6.149 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-02T17:28:32.048Z] #47 6.150 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-02T17:28:32.048Z] #47 6.283 go: extracting github.com/spf13/pflag v1.0.3 [2021-02-02T17:28:32.048Z] #47 6.815 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-02T17:28:32.048Z] #47 7.177 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-02T17:28:32.048Z] #47 9.175 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T17:28:32.048Z] #47 10.30 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-02T17:28:32.372Z] #47 ... [2021-02-02T17:28:32.372Z] [2021-02-02T17:28:32.372Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:28:32.372Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-02T17:28:32.372Z] #13 0.839 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:28:32.372Z] #13 1.038 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:28:32.372Z] #13 1.060 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:28:32.372Z] #13 2.390 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-02T17:28:32.372Z] #13 4.838 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [256 kB] [2021-02-02T17:28:32.372Z] #13 7.177 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7852 B] [2021-02-02T17:28:32.372Z] #13 ... [2021-02-02T17:28:32.372Z] [2021-02-02T17:28:32.372Z] #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-02-02T17:28:32.372Z] #58 sha256:5d33552829a822a008b9483508b8500f994eb8343a2a0b192c9b011d92da5ef8 [2021-02-02T17:28:32.372Z] #58 0.851 + RM_GOPATH=0 [2021-02-02T17:28:32.372Z] #58 0.851 + TMP_GOPATH= [2021-02-02T17:28:32.372Z] #58 0.851 + : /build [2021-02-02T17:28:32.372Z] #58 0.851 + '[' -z '' ']' [2021-02-02T17:28:32.372Z] #58 0.851 ++ mktemp -d [2021-02-02T17:28:32.372Z] #58 0.854 + export GOPATH=/tmp/tmp.lfc2KEedwB [2021-02-02T17:28:32.372Z] #58 0.854 + GOPATH=/tmp/tmp.lfc2KEedwB [2021-02-02T17:28:32.372Z] #58 0.854 + RM_GOPATH=1 [2021-02-02T17:28:32.372Z] #58 0.855 + case "$(go env GOARCH)" in [2021-02-02T17:28:32.372Z] #58 0.856 ++ go env GOARCH [2021-02-02T17:28:32.372Z] #58 0.947 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:28:32.372Z] #58 0.957 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:28:32.372Z] #58 0.963 ++ dirname /tmp/install/install.sh [2021-02-02T17:28:32.372Z] #58 0.973 + dir=/tmp/install [2021-02-02T17:28:32.372Z] #58 0.975 + bin=rootlesskit [2021-02-02T17:28:32.372Z] #58 0.976 + shift [2021-02-02T17:28:32.372Z] #58 0.979 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-02-02T17:28:32.372Z] #58 0.979 + . /tmp/install/rootlesskit.installer [2021-02-02T17:28:32.372Z] #58 0.981 ++ : 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-02T17:28:32.372Z] #58 0.983 + install_rootlesskit [2021-02-02T17:28:32.372Z] #58 0.983 + case "$1" in [2021-02-02T17:28:32.372Z] #58 0.983 + export CGO_ENABLED=0 [2021-02-02T17:28:32.372Z] #58 0.983 + CGO_ENABLED=0 [2021-02-02T17:28:32.372Z] #58 0.983 + _install_rootlesskit [2021-02-02T17:28:32.372Z] #58 0.983 + echo 'Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d' [2021-02-02T17:28:32.372Z] #58 0.986 Install rootlesskit version 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-02T17:28:32.372Z] #58 0.986 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.lfc2KEedwB/src/github.com/rootless-containers/rootlesskit [2021-02-02T17:28:32.372Z] #58 0.990 Cloning into '/tmp/tmp.lfc2KEedwB/src/github.com/rootless-containers/rootlesskit'... [2021-02-02T17:28:32.372Z] #58 5.845 + cd /tmp/tmp.lfc2KEedwB/src/github.com/rootless-containers/rootlesskit [2021-02-02T17:28:32.372Z] #58 5.845 + git checkout -q 2886253e467c5444a4d2ac7084e53aa3cc50055d [2021-02-02T17:28:32.372Z] #58 6.864 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-02T17:28:32.372Z] #58 6.869 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-02-02T17:28:32.372Z] #58 ... [2021-02-02T17:28:32.372Z] [2021-02-02T17:28:32.372Z] #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-02-02T17:28:32.372Z] #45 sha256:e5c0583ac28657eccef246b80c5774050700e02cc78bf5d56e33f090885ab731 [2021-02-02T17:28:32.372Z] #45 0.846 + RM_GOPATH=0 [2021-02-02T17:28:32.372Z] #45 0.846 + TMP_GOPATH= [2021-02-02T17:28:32.372Z] #45 0.846 + : /build [2021-02-02T17:28:32.372Z] #45 0.847 + '[' -z '' ']' [2021-02-02T17:28:32.372Z] #45 0.849 ++ mktemp -d [2021-02-02T17:28:32.372Z] #45 0.874 + export GOPATH=/tmp/tmp.35yyxq1gFF [2021-02-02T17:28:32.372Z] #45 0.875 + GOPATH=/tmp/tmp.35yyxq1gFF [2021-02-02T17:28:32.372Z] #45 0.876 + RM_GOPATH=1 [2021-02-02T17:28:32.372Z] #45 0.876 + case "$(go env GOARCH)" in [2021-02-02T17:28:32.372Z] #45 0.883 ++ go env GOARCH [2021-02-02T17:28:32.372Z] #45 0.894 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:28:32.372Z] #45 0.894 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:28:32.372Z] #45 0.905 ++ dirname /tmp/install/install.sh [2021-02-02T17:28:32.372Z] #45 0.927 + dir=/tmp/install [2021-02-02T17:28:32.372Z] #45 0.927 + bin=vndr [2021-02-02T17:28:32.372Z] #45 0.927 + shift [2021-02-02T17:28:32.372Z] #45 0.928 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-02-02T17:28:32.372Z] #45 0.928 + . /tmp/install/vndr.installer [2021-02-02T17:28:32.372Z] #45 0.928 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-02T17:28:32.372Z] #45 0.930 + install_vndr [2021-02-02T17:28:32.372Z] #45 0.931 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-02-02T17:28:32.372Z] #45 0.932 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-02T17:28:32.372Z] #45 0.932 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.35yyxq1gFF/src/github.com/LK4D4/vndr [2021-02-02T17:28:32.372Z] #45 0.942 Cloning into '/tmp/tmp.35yyxq1gFF/src/github.com/LK4D4/vndr'... [2021-02-02T17:28:32.372Z] #45 1.909 + cd /tmp/tmp.35yyxq1gFF/src/github.com/LK4D4/vndr [2021-02-02T17:28:32.372Z] #45 1.911 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-02-02T17:28:32.372Z] #45 1.922 + go build -buildmode=pie -v -o /build/vndr . [2021-02-02T17:28:32.372Z] #45 3.365 internal/race [2021-02-02T17:28:32.372Z] #45 3.431 runtime/internal/math [2021-02-02T17:28:32.372Z] #45 3.555 runtime/internal/atomic [2021-02-02T17:28:32.372Z] #45 3.614 sync/atomic [2021-02-02T17:28:32.372Z] #45 3.636 internal/cpu [2021-02-02T17:28:32.372Z] #45 3.707 unicode [2021-02-02T17:28:32.372Z] #45 4.786 unicode/utf8 [2021-02-02T17:28:32.372Z] #45 4.897 internal/bytealg [2021-02-02T17:28:32.372Z] #45 5.402 math [2021-02-02T17:28:32.372Z] #45 7.009 runtime [2021-02-02T17:28:32.372Z] #45 7.158 encoding [2021-02-02T17:28:32.372Z] #45 7.819 unicode/utf16 [2021-02-02T17:28:32.372Z] #45 8.787 container/list [2021-02-02T17:28:32.424Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.500s coverage: 14.1% of statements [2021-02-02T17:28:32.685Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.026s coverage: 2.9% of statements [2021-02-02T17:28:32.746Z] #45 ... [2021-02-02T17:28:32.746Z] [2021-02-02T17:28:32.746Z] #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-02-02T17:28:32.746Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-02-02T17:28:32.746Z] #32 0.736 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-02-02T17:28:32.746Z] #32 0.758 Cloning into '.'... [2021-02-02T17:28:32.746Z] #32 ... [2021-02-02T17:28:32.746Z] [2021-02-02T17:28:32.746Z] #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-02-02T17:28:32.746Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-02-02T17:28:32.746Z] #55 1.128 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:28:32.746Z] #55 1.240 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:28:32.746Z] #55 1.241 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:28:32.746Z] #55 2.709 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-02T17:28:32.746Z] #55 5.158 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [256 kB] [2021-02-02T17:28:32.746Z] #55 7.427 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7852 B] [2021-02-02T17:28:32.746Z] #55 ... [2021-02-02T17:28:32.746Z] [2021-02-02T17:28:32.746Z] #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-02-02T17:28:32.746Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-02T17:28:32.746Z] #36 0.842 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:28:32.746Z] #36 0.977 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:28:32.746Z] #36 1.063 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:28:32.746Z] #36 2.614 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-02T17:28:32.746Z] #36 4.900 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [256 kB] [2021-02-02T17:28:32.746Z] #36 7.310 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7852 B] [2021-02-02T17:28:33.147Z] #36 ... [2021-02-02T17:28:33.147Z] [2021-02-02T17:28:33.147Z] #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-02-02T17:28:33.147Z] #34 sha256:ddac30d3cb720c2a897d9ee214f09d4f35e5d3176d1ea1da2fcd74130c8f8e84 [2021-02-02T17:28:33.147Z] #34 0.649 + RM_GOPATH=0 [2021-02-02T17:28:33.147Z] #34 0.649 + TMP_GOPATH= [2021-02-02T17:28:33.147Z] #34 0.649 + : /build [2021-02-02T17:28:33.147Z] #34 0.649 + '[' -z '' ']' [2021-02-02T17:28:33.147Z] #34 0.650 ++ mktemp -d [2021-02-02T17:28:33.147Z] #34 0.652 + export GOPATH=/tmp/tmp.xF9BVkeVDV [2021-02-02T17:28:33.147Z] #34 0.652 + GOPATH=/tmp/tmp.xF9BVkeVDV [2021-02-02T17:28:33.147Z] #34 0.653 + RM_GOPATH=1 [2021-02-02T17:28:33.147Z] #34 0.653 + case "$(go env GOARCH)" in [2021-02-02T17:28:33.147Z] #34 0.654 ++ go env GOARCH [2021-02-02T17:28:33.147Z] #34 0.668 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:28:33.147Z] #34 0.668 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:28:33.147Z] #34 0.669 ++ dirname /tmp/install/install.sh [2021-02-02T17:28:33.147Z] #34 0.680 + dir=/tmp/install [2021-02-02T17:28:33.147Z] #34 0.681 + bin=tomlv [2021-02-02T17:28:33.147Z] #34 0.681 + shift [2021-02-02T17:28:33.147Z] #34 0.681 + '[' '!' -f /tmp/install/tomlv.installer ']' [2021-02-02T17:28:33.147Z] #34 0.682 + . /tmp/install/tomlv.installer [2021-02-02T17:28:33.147Z] #34 0.682 ++ : 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-02T17:28:33.147Z] #34 0.683 + install_tomlv [2021-02-02T17:28:33.147Z] #34 0.683 Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-02T17:28:33.147Z] #34 0.683 + echo 'Install tomlv version 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005' [2021-02-02T17:28:33.147Z] #34 0.683 + git clone https://github.com/BurntSushi/toml.git /tmp/tmp.xF9BVkeVDV/src/github.com/BurntSushi/toml [2021-02-02T17:28:33.147Z] #34 0.687 Cloning into '/tmp/tmp.xF9BVkeVDV/src/github.com/BurntSushi/toml'... [2021-02-02T17:28:33.147Z] #34 1.672 + cd /tmp/tmp.xF9BVkeVDV/src/github.com/BurntSushi/toml [2021-02-02T17:28:33.147Z] #34 1.673 + git checkout -q 3012a1dbe2e4bd1391d42b32f0577cb7bbc7f005 [2021-02-02T17:28:33.147Z] #34 1.683 + go build -v -buildmode=pie -o /build/tomlv github.com/BurntSushi/toml/cmd/tomlv [2021-02-02T17:28:33.147Z] #34 2.779 runtime/internal/sys [2021-02-02T17:28:33.147Z] #34 2.928 runtime/internal/atomic [2021-02-02T17:28:33.147Z] #34 2.954 internal/cpu [2021-02-02T17:28:33.147Z] #34 2.958 math/bits [2021-02-02T17:28:33.147Z] #34 3.402 runtime/internal/math [2021-02-02T17:28:33.147Z] #34 3.612 unicode/utf8 [2021-02-02T17:28:33.147Z] #34 3.799 sync/atomic [2021-02-02T17:28:33.147Z] #34 4.186 internal/bytealg [2021-02-02T17:28:33.147Z] #34 4.745 math [2021-02-02T17:28:33.147Z] #34 4.822 unicode [2021-02-02T17:28:33.147Z] #34 5.952 internal/testlog [2021-02-02T17:28:33.147Z] #34 6.924 runtime [2021-02-02T17:28:33.147Z] #34 6.972 encoding [2021-02-02T17:28:33.147Z] #34 7.484 runtime/cgo [2021-02-02T17:28:33.147Z] #34 ... [2021-02-02T17:28:33.147Z] [2021-02-02T17:28:33.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-02-02T17:28:33.148Z] #29 sha256:41012e433fb0f2f2baf6d5a56edda76759dce659319659ff3d0fab91311ce169 [2021-02-02T17:28:34.059Z] #29 8.276 0.1% ## 3.3% ###### 9.1% ######### 13.7% ############# 19.4% ################## 25.1% ###################### 30.9% ########################## 36.6% ########################### 38.5% #################################### 50.0% ########################################## 59.6% ################################################# 69.1% #################################################### 72.9% ######################################################## 78.6% ######################################################### 80.5% ############################################################## 86.3% ################################################################# 90.6% ##################################################################### 96.6% ####################################################################### 98.7% ######################################################################## 100.0% [2021-02-02T17:28:34.222Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.554s coverage: 56.2% of statements [2021-02-02T17:28:34.355Z] #29 11.06 [2021-02-02T17:28:34.639Z] #54 122.8 + bin/containerd [2021-02-02T17:28:36.773Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.027s coverage: 1.9% of statements [2021-02-02T17:28:37.719Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.471s coverage: 45.9% of statements [2021-02-02T17:28:40.176Z] #29 11.29 0.0% # 1.5% # 2.5% ### 4.7% ##### 7.3% ###### 9.0% ####### 10.7% ######## 12.3% ########## 14.4% ############ 17.2% ############## 19.9% ################ 22.6% ################## 25.3% ################### 26.9% ################### 27.7% ##################### 29.7% ##################### 30.5% ###################### 31.7% ######################## 33.3% ######################### 35.5% ########################### 37.7% ############################ 39.8% ############################# 41.5% ############################## 42.8% ############################### 44.2% ################################ 45.8% ################################## 47.9% ################################### 49.4% #################################### 51.1% ##################################### 52.7% ####################################### 54.9% ######################################### 57.1% ########################################## 58.7% ########################################### 61.0% ############################################ 61.7% ############################################# 62.5% ############################################# 63.6% ############################################## 64.7% ################################################ 66.9% ################################################ 68.0% ################################################## 69.6% ################################################## 70.7% #################################################### 72.3% ##################################################### 74.0% ###################################################### 76.2% [2021-02-02T17:28:40.176Z] #29 ... [2021-02-02T17:28:40.176Z] [2021-02-02T17:28:40.176Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:28:40.176Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-02T17:28:40.176Z] #13 18.61 Fetched 8196 kB in 18s (460 kB/s) [2021-02-02T17:28:40.269Z] ok github.com/docker/docker/daemon/graphdriver/aufs 10.156s coverage: 73.3% of statements [2021-02-02T17:28:40.269Z] ok github.com/docker/docker/daemon/graphdriver/overlay 1.837s coverage: 49.4% of statements [2021-02-02T17:28:41.661Z] ok github.com/docker/docker/daemon 12.393s coverage: 17.1% of statements [2021-02-02T17:28:41.661Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-02T17:28:41.661Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-02T17:28:41.661Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-02T17:28:41.661Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-02T17:28:41.661Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-02T17:28:41.923Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.022s coverage: 57.5% of statements [2021-02-02T17:28:42.185Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.020s coverage: 3.0% of statements [2021-02-02T17:28:42.447Z] ok github.com/docker/docker/daemon/links 0.010s coverage: 93.0% of statements [2021-02-02T17:28:43.779Z] #13 18.61 Reading package lists... [2021-02-02T17:28:43.779Z] #13 ... [2021-02-02T17:28:43.779Z] [2021-02-02T17:28:43.779Z] #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-02-02T17:28:43.779Z] #45 sha256:e5c0583ac28657eccef246b80c5774050700e02cc78bf5d56e33f090885ab731 [2021-02-02T17:28:43.779Z] #45 11.74 crypto/internal/subtle [2021-02-02T17:28:43.779Z] #45 11.92 crypto/subtle [2021-02-02T17:28:43.779Z] #45 12.21 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-02-02T17:28:43.779Z] #45 12.61 internal/nettrace [2021-02-02T17:28:43.779Z] #45 12.99 runtime/cgo [2021-02-02T17:28:43.779Z] #45 16.30 vendor/golang.org/x/crypto/internal/subtle [2021-02-02T17:28:43.779Z] #45 ... [2021-02-02T17:28:43.779Z] [2021-02-02T17:28:43.779Z] #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-02-02T17:28:43.779Z] #47 sha256:32e9a996c0cd3e6a22f70e299e9ad124824e1ddd79ccefcb4e7b289e8661cc2b [2021-02-02T17:28:43.779Z] #47 11.87 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-02T17:28:43.779Z] #47 16.93 go: finding github.com/fatih/color v1.9.0 [2021-02-02T17:28:43.779Z] #47 16.97 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-02T17:28:43.779Z] #47 17.01 go: finding github.com/pkg/errors v0.9.1 [2021-02-02T17:28:43.779Z] #47 17.16 go: finding github.com/spf13/pflag v1.0.3 [2021-02-02T17:28:43.779Z] #47 17.17 go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-02T17:28:43.779Z] #47 17.43 go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-02T17:28:43.779Z] #47 17.84 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-02T17:28:43.779Z] #47 17.96 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-02T17:28:43.779Z] #47 18.10 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-02T17:28:43.779Z] #47 18.14 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T17:28:43.779Z] #47 18.14 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-02T17:28:43.779Z] #47 ... [2021-02-02T17:28:43.779Z] [2021-02-02T17:28:43.779Z] #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-02-02T17:28:43.779Z] #29 sha256:41012e433fb0f2f2baf6d5a56edda76759dce659319659ff3d0fab91311ce169 [2021-02-02T17:28:43.779Z] #29 11.29 0.0% # 1.5% # 2.5% ### 4.7% ##### 7.3% ###### 9.0% ####### 10.7% ######## 12.3% ########## 14.4% ############ 17.2% ############## 19.9% ################ 22.6% ################## 25.3% ################### 26.9% ################### 27.7% ##################### 29.7% ##################### 30.5% ###################### 31.7% ######################## 33.3% ######################### 35.5% ########################### 37.7% ############################ 39.8% ############################# 41.5% ############################## 42.8% ############################### 44.2% ################################ 45.8% ################################## 47.9% ################################### 49.4% #################################### 51.1% ##################################### 52.7% ####################################### 54.9% ######################################### 57.1% ########################################## 58.7% ########################################### 61.0% ############################################ 61.7% ############################################# 62.5% ############################################# 63.6% ############################################## 64.7% ################################################ 66.9% ################################################ 68.0% ################################################## 69.6% ################################################## 70.7% #################################################### 72.3% ##################################################### 74.0% ###################################################### 76.2% ######################################################## 77.9% ######################################################### 79.5% ########################################################## 80.6% ########################################################## 81.5% ########################################################### 82.3% ########################################################### 83.2% ############################################################ 84.1% ############################################################# 85.4% ############################################################### 87.6% ################################################################ 89.5% ################################################################# 91.1% ################################################################### 93.2% #################################################################### 94.9% ##################################################################### 96.5% ####################################################################### 98.6% ######################################################################## 100.0% [2021-02-02T17:28:43.779Z] #29 18.80 [2021-02-02T17:28:43.779Z] #29 20.42 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-02-02T17:28:44.074Z] #29 ... [2021-02-02T17:28:44.074Z] [2021-02-02T17:28:44.074Z] #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-02-02T17:28:44.074Z] #49 sha256:6cb27559197dfc4188fa719d989d97830c1a069f29336bd85cbee4c71e7197f1 [2021-02-02T17:28:44.074Z] #49 12.47 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-02T17:28:44.074Z] #49 12.48 go: downloading github.com/spf13/pflag v1.0.5 [2021-02-02T17:28:44.074Z] #49 12.53 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-02-02T17:28:44.074Z] #49 12.60 go: downloading github.com/spf13/cobra v0.0.5 [2021-02-02T17:28:44.074Z] #49 12.66 go: downloading github.com/spf13/viper v1.6.1 [2021-02-02T17:28:44.074Z] #49 12.69 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-02-02T17:28:44.074Z] #49 12.71 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-02T17:28:44.074Z] #49 12.72 go: downloading github.com/fatih/color v1.7.0 [2021-02-02T17:28:44.074Z] #49 12.88 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-02-02T17:28:44.074Z] #49 13.44 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-02-02T17:28:44.074Z] #49 13.44 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-02T17:28:44.074Z] #49 13.50 go: extracting github.com/spf13/viper v1.6.1 [2021-02-02T17:28:44.074Z] #49 13.56 go: extracting github.com/fatih/color v1.7.0 [2021-02-02T17:28:44.074Z] #49 13.56 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-02-02T17:28:44.074Z] #49 13.70 go: extracting github.com/spf13/pflag v1.0.5 [2021-02-02T17:28:44.074Z] #49 13.77 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-02T17:28:44.074Z] #49 13.95 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-02-02T17:28:44.074Z] #49 14.01 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-02T17:28:44.074Z] #49 14.05 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-02-02T17:28:44.074Z] #49 14.19 go: extracting github.com/spf13/cobra v0.0.5 [2021-02-02T17:28:44.074Z] #49 14.42 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-02-02T17:28:44.074Z] #49 14.82 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-02T17:28:44.074Z] #49 15.44 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-02T17:28:44.074Z] #49 15.93 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-02T17:28:44.074Z] #49 16.06 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-02T17:28:44.074Z] #49 18.27 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-02T17:28:44.074Z] #49 21.20 go: downloading github.com/spf13/afero v1.1.2 [2021-02-02T17:28:44.075Z] #49 21.21 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-02T17:28:44.075Z] #49 21.21 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-02T17:28:44.075Z] #49 21.22 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-02T17:28:44.075Z] #49 21.22 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-02T17:28:44.075Z] #49 21.22 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-02T17:28:44.075Z] #49 21.22 go: downloading github.com/spf13/cast v1.3.0 [2021-02-02T17:28:44.075Z] #49 21.22 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-02T17:28:44.075Z] #49 21.23 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-02T17:28:44.075Z] #49 21.37 go: extracting github.com/spf13/cast v1.3.0 [2021-02-02T17:28:44.075Z] #49 21.38 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-02-02T17:28:44.075Z] #49 21.40 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-02T17:28:44.075Z] #49 21.45 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-02T17:28:44.075Z] #49 21.53 go: downloading github.com/ultraware/funlen v0.0.2 [2021-02-02T17:28:44.075Z] #49 21.54 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-02T17:28:44.075Z] #49 21.60 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-02T17:28:44.075Z] #49 21.60 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-02T17:28:44.075Z] #49 21.67 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-02T17:28:44.075Z] #49 21.71 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-02T17:28:44.075Z] #49 21.72 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-02T17:28:44.075Z] #49 21.74 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-02-02T17:28:44.075Z] #49 21.75 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-02T17:28:44.075Z] #49 21.75 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-02-02T17:28:44.075Z] #49 21.77 go: extracting github.com/ultraware/funlen v0.0.2 [2021-02-02T17:28:44.075Z] #49 21.80 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-02T17:28:44.075Z] #49 21.82 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-02-02T17:28:44.075Z] #49 21.85 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-02T17:28:44.075Z] #49 21.86 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-02T17:28:44.075Z] #49 21.94 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-02T17:28:44.075Z] #49 21.97 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-02T17:28:44.075Z] #49 21.98 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-02T17:28:44.075Z] #49 22.06 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-02T17:28:44.075Z] #49 22.06 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-02T17:28:44.075Z] #49 22.07 go: extracting github.com/spf13/afero v1.1.2 [2021-02-02T17:28:44.075Z] #49 22.16 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-02-02T17:28:44.075Z] #49 22.21 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-02-02T17:28:44.075Z] #49 22.22 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-02T17:28:44.075Z] #49 22.26 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-02T17:28:44.075Z] #49 22.29 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-02-02T17:28:44.075Z] #49 22.35 go: downloading github.com/subosito/gotenv v1.2.0 [2021-02-02T17:28:44.075Z] #49 22.50 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-02-02T17:28:44.385Z] #49 22.62 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-02T17:28:44.385Z] #49 ... [2021-02-02T17:28:44.385Z] [2021-02-02T17:28:44.385Z] #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-02-02T17:28:44.385Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-02T17:28:44.385Z] #40 19.55 Checking out files: 90% (1502/1667) Checking out files: 91% (1517/1667) Checking out files: 92% (1534/1667) Checking out files: 93% (1551/1667) Checking out files: 94% (1567/1667) Checking out files: 95% (1584/1667) Checking out files: 96% (1601/1667) Checking out files: 97% (1617/1667) Checking out files: 98% (1634/1667) Checking out files: 99% (1651/1667) Checking out files: 100% (1667/1667) Checking out files: 100% (1667/1667), done. [2021-02-02T17:28:44.385Z] #40 19.75 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-02-02T17:28:44.385Z] #40 21.75 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-02-02T17:28:44.682Z] #40 ... [2021-02-02T17:28:44.682Z] [2021-02-02T17:28:44.682Z] #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-02-02T17:28:44.682Z] #51 sha256:4bfcefbb2f1204f2b5a0b0632a1726b0952175ef49383da57aa956c91d7f737c [2021-02-02T17:28:44.682Z] #51 12.97 + cd /tmp/tmp.G7BZnuCliN/src/github.com/mvdan/sh [2021-02-02T17:28:44.682Z] #51 12.98 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-02-02T17:28:44.682Z] #51 13.08 + GO111MODULE=on [2021-02-02T17:28:44.682Z] #51 13.12 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-02-02T17:28:44.682Z] #51 15.47 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-02T17:28:44.682Z] #51 15.50 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-02T17:28:44.682Z] #51 15.67 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-02T17:28:44.682Z] #51 15.84 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-02T17:28:44.682Z] #51 16.26 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-02T17:28:44.682Z] #51 17.50 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-02T17:28:44.682Z] #51 18.71 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-02T17:28:44.682Z] #51 20.63 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-02T17:28:44.682Z] #51 22.19 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-02-02T17:28:44.682Z] #51 22.24 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-02-02T17:28:44.682Z] #51 22.52 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-02-02T17:28:44.682Z] #51 22.80 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-02-02T17:28:44.682Z] #51 ... [2021-02-02T17:28:44.682Z] [2021-02-02T17:28:44.682Z] #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-02-02T17:28:44.682Z] #29 sha256:41012e433fb0f2f2baf6d5a56edda76759dce659319659ff3d0fab91311ce169 [2021-02-02T17:28:44.682Z] #29 21.04 [2021-02-02T17:28:44.978Z] #29 21.23 1.3% ############################################# 63.1% ######################################################################## 100.0% [2021-02-02T17:28:44.978Z] #29 21.57 [2021-02-02T17:28:45.005Z] ok github.com/docker/docker/daemon/logger 0.242s coverage: 43.0% of statements [2021-02-02T17:28:45.369Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-02T17:28:45.952Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 5.961s coverage: 57.7% of statements [2021-02-02T17:28:45.952Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-02T17:28:45.952Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-02T17:28:45.952Z] ok github.com/docker/docker/daemon/images 0.061s coverage: 6.4% of statements [2021-02-02T17:28:45.952Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-02T17:28:45.952Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-02T17:28:45.952Z] ok github.com/docker/docker/daemon/logger/awslogs 0.258s coverage: 77.8% of statements [2021-02-02T17:28:45.952Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-02T17:28:45.952Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-02T17:28:46.510Z] #29 23.09 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-02-02T17:28:46.510Z] #29 23.18 skipping existing 5cb8031fd95d [2021-02-02T17:28:46.528Z] ok github.com/docker/docker/daemon/logger/gelf 0.037s coverage: 67.0% of statements [2021-02-02T17:28:46.809Z] #29 23.40 [2021-02-02T17:28:47.105Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.017s coverage: 87.2% of statements [2021-02-02T17:28:47.368Z] ok github.com/docker/docker/daemon/logger/journald 0.039s coverage: 23.9% of statements [2021-02-02T17:28:47.630Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.063s coverage: 61.6% of statements [2021-02-02T17:28:48.337Z] #29 24.86 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-02-02T17:28:48.987Z] #29 25.35 [2021-02-02T17:28:49.021Z] ok github.com/docker/docker/daemon/logger/local 0.031s coverage: 75.2% of statements [2021-02-02T17:28:49.021Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-02T17:28:49.596Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.119s coverage: 58.6% of statements [2021-02-02T17:28:49.596Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.032s coverage: 31.5% of statements [2021-02-02T17:28:49.971Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m25.344383459s with top 10 stages: buildssa: 1m31.931927523s, goimports: 14.798451193s, unconvert: 9.876674978s, gosec: 8.192969621s, golint: 5.547155665s, inspect: 4.491493663s, misspell: 4.300781174s, ineffassign: 4.296644475s, ctrlflow: 3.057149636s, fact_deprecated: 2.993947241s [2021-02-02T17:28:49.971Z] INFO [runner] Issues before processing: 2264, after processing: 0 [2021-02-02T17:28:49.971Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 64/1579, nolint: 0/64, filename_unadjuster: 1684/1684, skip_dirs: 1684/1684, identifier_marker: 1579/1579, autogenerated_exclude: 1579/1684, exclude: 1579/1579, cgo: 1684/2264, path_prettifier: 1684/1684, skip_files: 1684/1684 [2021-02-02T17:28:49.971Z] INFO [runner] processing took 59.312856ms with stages: nolint: 25.704311ms, identifier_marker: 16.328751ms, path_prettifier: 7.967721ms, autogenerated_exclude: 4.176243ms, exclude-rules: 3.230538ms, skip_dirs: 1.649393ms, cgo: 168.438µs, filename_unadjuster: 83.303µs, max_same_issues: 1.071µs, uniq_by_line: 723ns, max_from_linter: 596ns, diff: 345ns, source_code: 325ns, skip_files: 298ns, exclude: 294ns, max_per_file_from_linter: 255ns, path_shortener: 251ns [2021-02-02T17:28:49.971Z] INFO [runner] linters took 31.919747414s with stages: goanalysis_metalinter: 24.671092128s, unused: 7.189218575s [2021-02-02T17:28:49.971Z] INFO File cache stats: 1449 entries of total size 6.8MiB [2021-02-02T17:28:49.971Z] INFO Memory: 584 samples, avg is 1348.3MB, max is 3769.3MB [2021-02-02T17:28:49.971Z] INFO Execution took 1m7.448040896s [2021-02-02T17:28:49.971Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-02-02T17:28:50.171Z] ok github.com/docker/docker/daemon/logger/templates 0.015s coverage: 8.3% of statements [2021-02-02T17:28:50.200Z] #29 25.60 #=#=# #### 5.8% ##### 7.6% ######### 13.1% ########## 14.1% ########### 15.4% ############ 17.2% ############# 18.9% ############### 20.9% [2021-02-02T17:28:50.200Z] #29 ... [2021-02-02T17:28:50.200Z] [2021-02-02T17:28:50.200Z] #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-02-02T17:28:50.200Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-02T17:28:50.200Z] #36 18.47 Fetched 8196 kB in 18s (462 kB/s) [2021-02-02T17:28:50.200Z] #36 18.47 Reading package lists... [2021-02-02T17:28:50.200Z] #36 26.32 Reading package lists... [2021-02-02T17:28:50.200Z] #36 ... [2021-02-02T17:28:50.200Z] [2021-02-02T17:28:50.200Z] #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-02-02T17:28:50.200Z] #29 sha256:41012e433fb0f2f2baf6d5a56edda76759dce659319659ff3d0fab91311ce169 [2021-02-02T17:28:50.301Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41842/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:917ff358791c55091e335f0e1fb9d9224b564d94 hack/make.sh dynbinary-daemon test-docker-py [2021-02-02T17:28:50.560Z] [2021-02-02T17:28:50.747Z] ok github.com/docker/docker/daemon/logger/syslog 0.046s coverage: 46.8% of statements [2021-02-02T17:28:50.819Z] Removing bundles/ [2021-02-02T17:28:50.819Z] [2021-02-02T17:28:50.819Z] ---> Making bundle: dynbinary-daemon (in bundles/dynbinary-daemon) [2021-02-02T17:28:50.819Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-02T17:28:50.819Z] GOOS="" GOARCH="" GOARM="" [2021-02-02T17:28:50.835Z] #29 25.60 #=#=# #### 5.8% ##### 7.6% ######### 13.1% ########## 14.1% ########### 15.4% ############ 17.2% ############# 18.9% ############### 20.9% ################ 23.4% #################### 28.2% ###################### 31.9% ########################## 37.4% ############################## 42.9% ################################# 46.6% #################################### 50.3% [2021-02-02T17:28:50.835Z] #29 ... [2021-02-02T17:28:50.835Z] [2021-02-02T17:28:50.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-02-02T17:28:50.835Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-02-02T17:28:50.835Z] #55 19.24 Fetched 8196 kB in 18s (452 kB/s) [2021-02-02T17:28:50.835Z] #55 19.24 Reading package lists... [2021-02-02T17:28:51.134Z] #55 27.20 Reading package lists... [2021-02-02T17:28:51.134Z] #55 ... [2021-02-02T17:28:51.134Z] [2021-02-02T17:28:51.134Z] #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-02-02T17:28:51.134Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-02T17:28:51.134Z] #42 19.35 Fetched 8196 kB in 18s (447 kB/s) [2021-02-02T17:28:51.134Z] #42 19.35 Reading package lists... [2021-02-02T17:28:51.134Z] #42 27.42 Reading package lists... [2021-02-02T17:28:51.134Z] #42 ... [2021-02-02T17:28:51.134Z] [2021-02-02T17:28:51.134Z] #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-02-02T17:28:51.134Z] #29 sha256:41012e433fb0f2f2baf6d5a56edda76759dce659319659ff3d0fab91311ce169 [2021-02-02T17:28:51.320Z] ok github.com/docker/docker/daemon/network 0.043s coverage: 63.8% of statements [2021-02-02T17:28:51.894Z] ok github.com/docker/docker/daemon/logger/splunk 1.955s coverage: 82.5% of statements [2021-02-02T17:28:51.894Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-02T17:28:51.894Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-02T17:28:52.360Z] #29 25.60 #=#=# #### 5.8% ##### 7.6% ######### 13.1% ########## 14.1% ########### 15.4% ############ 17.2% ############# 18.9% ############### 20.9% ################ 23.4% #################### 28.2% ###################### 31.9% ########################## 37.4% ############################## 42.9% ################################# 46.6% #################################### 50.3% ###################################### 53.9% ######################################### 57.6% ############################################# 63.1% ################################################ 66.8% ################################################## 70.5% ###################################################### 76.0% ########################################################## 81.6% ################################################################ 88.9% #################################################################### 95.2% ####################################################################### 98.9% ######################################################################## 100.0% [2021-02-02T17:28:52.360Z] #29 28.99 [2021-02-02T17:28:52.873Z] ok github.com/docker/docker/distribution/metadata 0.144s coverage: 48.2% of statements [2021-02-02T17:28:54.264Z] ok github.com/docker/docker/distribution 0.272s coverage: 25.0% of statements [2021-02-02T17:28:54.264Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-02T17:28:54.456Z] #29 30.80 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-02-02T17:28:54.456Z] #29 ... [2021-02-02T17:28:54.456Z] [2021-02-02T17:28:54.456Z] #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-02-02T17:28:54.456Z] #49 sha256:6cb27559197dfc4188fa719d989d97830c1a069f29336bd85cbee4c71e7197f1 [2021-02-02T17:28:54.456Z] #49 22.79 go: extracting github.com/subosito/gotenv v1.2.0 [2021-02-02T17:28:54.456Z] #49 22.82 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-02-02T17:28:54.456Z] #49 22.85 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-02-02T17:28:54.456Z] #49 22.96 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-02T17:28:54.456Z] #49 23.13 go: downloading github.com/magiconair/properties v1.8.1 [2021-02-02T17:28:54.456Z] #49 23.22 go: downloading github.com/kisielk/gotool v1.0.0 [2021-02-02T17:28:54.456Z] #49 23.27 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-02-02T17:28:54.456Z] #49 23.30 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-02T17:28:54.456Z] #49 23.42 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-02-02T17:28:54.456Z] #49 23.45 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T17:28:54.456Z] #49 23.53 go: downloading github.com/pkg/errors v0.8.1 [2021-02-02T17:28:54.456Z] #49 23.53 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-02T17:28:54.456Z] #49 23.53 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-02T17:28:54.456Z] #49 23.58 go: extracting github.com/magiconair/properties v1.8.1 [2021-02-02T17:28:54.456Z] #49 23.64 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-02-02T17:28:54.456Z] #49 23.80 go: extracting github.com/kisielk/gotool v1.0.0 [2021-02-02T17:28:54.456Z] #49 23.91 go: extracting github.com/pkg/errors v0.8.1 [2021-02-02T17:28:54.456Z] #49 23.94 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-02T17:28:54.456Z] #49 23.96 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-02T17:28:54.456Z] #49 23.98 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T17:28:54.456Z] #49 24.06 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-02T17:28:54.456Z] #49 24.09 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-02-02T17:28:54.456Z] #49 24.21 go: downloading golang.org/x/text v0.3.2 [2021-02-02T17:28:54.456Z] #49 24.23 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-02-02T17:28:54.456Z] #49 24.32 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-02T17:28:54.456Z] #49 24.40 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-02T17:28:54.456Z] #49 24.70 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-02T17:28:54.456Z] #49 24.70 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-02-02T17:28:54.456Z] #49 24.75 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-02T17:28:54.456Z] #49 24.92 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-02-02T17:28:54.456Z] #49 25.43 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-02-02T17:28:54.456Z] #49 25.62 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-02-02T17:28:54.456Z] #49 25.67 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-02T17:28:54.456Z] #49 25.72 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-02-02T17:28:54.456Z] #49 25.77 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-02-02T17:28:54.456Z] #49 25.78 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-02T17:28:54.456Z] #49 25.98 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-02-02T17:28:54.456Z] #49 26.03 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-02T17:28:54.456Z] #49 26.06 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-02T17:28:54.456Z] #49 26.08 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-02-02T17:28:54.456Z] #49 26.20 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-02-02T17:28:54.456Z] #49 26.20 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-02-02T17:28:54.456Z] #49 26.25 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-02T17:28:54.456Z] #49 26.28 go: downloading github.com/stretchr/testify v1.4.0 [2021-02-02T17:28:54.456Z] #49 26.32 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-02T17:28:54.456Z] #49 26.32 go: downloading github.com/gogo/protobuf v1.2.1 [2021-02-02T17:28:54.456Z] #49 26.33 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-02T17:28:54.456Z] #49 26.52 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-02T17:28:54.456Z] #49 26.84 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-02-02T17:28:54.456Z] #49 26.93 go: extracting github.com/stretchr/testify v1.4.0 [2021-02-02T17:28:54.456Z] #49 27.11 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-02T17:28:54.456Z] #49 27.35 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-02-02T17:28:54.456Z] #49 28.66 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-02T17:28:54.456Z] #49 28.78 go: downloading github.com/gobwas/glob v0.2.3 [2021-02-02T17:28:54.456Z] #49 28.84 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-02-02T17:28:54.456Z] #49 29.12 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-02T17:28:54.456Z] #49 29.20 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-02-02T17:28:54.456Z] #49 29.56 go: extracting github.com/gobwas/glob v0.2.3 [2021-02-02T17:28:54.456Z] #49 29.67 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-02-02T17:28:54.456Z] #49 29.68 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-02T17:28:54.456Z] #49 29.94 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-02-02T17:28:54.456Z] #49 30.25 go: downloading github.com/stretchr/objx v0.2.0 [2021-02-02T17:28:54.456Z] #49 30.27 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-02T17:28:54.456Z] #49 30.52 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-02-02T17:28:54.456Z] #49 30.61 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-02-02T17:28:54.456Z] #49 30.73 go: extracting github.com/stretchr/objx v0.2.0 [2021-02-02T17:28:54.456Z] #49 30.98 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-02-02T17:28:54.456Z] #49 31.05 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-02-02T17:28:54.456Z] #49 31.22 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-02T17:28:54.456Z] #49 31.31 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-02T17:28:54.456Z] #49 31.70 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-02T17:28:54.456Z] #49 31.71 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-02T17:28:54.456Z] #49 31.90 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-02-02T17:28:54.456Z] #49 32.23 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-02-02T17:28:54.456Z] #49 32.38 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-02-02T17:28:54.456Z] #49 32.40 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-02T17:28:54.456Z] #49 32.94 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-02-02T17:28:54.527Z] ok github.com/docker/docker/errdefs 0.015s coverage: 53.1% of statements [2021-02-02T17:28:54.752Z] #49 33.13 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-02T17:28:54.752Z] #49 33.16 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-02T17:28:54.752Z] #49 ... [2021-02-02T17:28:54.752Z] [2021-02-02T17:28:54.752Z] #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-02-02T17:28:54.752Z] #29 sha256:41012e433fb0f2f2baf6d5a56edda76759dce659319659ff3d0fab91311ce169 [2021-02-02T17:28:54.752Z] #29 31.31 #=#=# [2021-02-02T17:28:55.047Z] #29 31.53 ######################################################################## 100.0% [2021-02-02T17:28:55.047Z] #29 31.65 [2021-02-02T17:28:55.102Z] ok github.com/docker/docker/image 0.084s coverage: 86.8% of statements [2021-02-02T17:28:55.344Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-02T17:28:55.344Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-02T17:28:55.678Z] ok github.com/docker/docker/distribution/xfer 1.692s coverage: 85.6% of statements [2021-02-02T17:28:55.678Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-02T17:28:55.940Z] ok github.com/docker/docker/image/cache 0.053s coverage: 19.2% of statements [2021-02-02T17:28:56.099Z] #29 ... [2021-02-02T17:28:56.099Z] [2021-02-02T17:28:56.099Z] #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-02-02T17:28:56.099Z] #51 sha256:4bfcefbb2f1204f2b5a0b0632a1726b0952175ef49383da57aa956c91d7f737c [2021-02-02T17:28:56.099Z] #51 24.14 runtime/cgo [2021-02-02T17:28:56.099Z] #51 24.26 runtime [2021-02-02T17:28:56.100Z] #51 ... [2021-02-02T17:28:56.100Z] [2021-02-02T17:28:56.100Z] #64 [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-02-02T17:28:56.100Z] #64 sha256:d5a5c19fc5bb9cfd8a8cf44c925a53a4fd3e1dcbd8b3fa2d3a84247d804990b0 [2021-02-02T17:28:56.100Z] #64 24.26 Checking out files: 71% (1367/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-02-02T17:28:56.100Z] #64 24.63 + cd /tmp/tmp.KSkcQhsiiA/src/github.com/docker/libnetwork [2021-02-02T17:28:56.100Z] #64 24.63 + git checkout -q fa125a3512ee0f6187721c88582bf8c4378bd4d7 [2021-02-02T17:28:56.100Z] #64 24.80 + go build -ldflags= -o /build/docker-proxy github.com/docker/libnetwork/cmd/proxy [2021-02-02T17:28:56.100Z] #64 ... [2021-02-02T17:28:56.100Z] [2021-02-02T17:28:56.100Z] #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-02-02T17:28:56.100Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-02T17:28:56.100Z] #36 26.32 Reading package lists... [2021-02-02T17:28:56.279Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-02T17:28:56.515Z] ok github.com/docker/docker/image/tarexport 0.031s coverage: 0.6% of statements [2021-02-02T17:28:56.515Z] ok github.com/docker/docker/image/v1 0.048s coverage: 25.0% of statements [2021-02-02T17:28:56.515Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-02T17:28:56.515Z] ok github.com/docker/docker/libcontainerd/queue 0.042s coverage: 100.0% of statements [2021-02-02T17:28:57.116Z] #54 141.8 + bin/containerd-stress [2021-02-02T17:28:57.116Z] #54 143.2 + bin/containerd-shim [2021-02-02T17:28:57.215Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-02T17:28:57.446Z] #36 34.59 Building dependency tree...#36 ... [2021-02-02T17:28:57.446Z] [2021-02-02T17:28:57.446Z] #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-02-02T17:28:57.446Z] #29 sha256:41012e433fb0f2f2baf6d5a56edda76759dce659319659ff3d0fab91311ce169 [2021-02-02T17:28:57.446Z] #29 32.73 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-02-02T17:28:57.446Z] #29 33.31 [2021-02-02T17:28:57.446Z] #29 33.61 ######################################################################## 100.0% [2021-02-02T17:28:57.446Z] #29 33.71 [2021-02-02T17:28:57.446Z] #29 33.85 Download of images into '/build' complete. [2021-02-02T17:28:57.446Z] #29 33.85 Use something like the following to load the result into a Docker daemon: [2021-02-02T17:28:57.446Z] #29 33.85 tar -cC '/build' . | docker load [2021-02-02T17:28:57.446Z] #29 DONE 34.0s [2021-02-02T17:28:57.446Z] [2021-02-02T17:28:57.446Z] #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-02-02T17:28:57.446Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-02T17:28:57.446Z] #36 34.59 Building dependency tree... [2021-02-02T17:28:57.474Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-02T17:28:57.905Z] ok github.com/docker/docker/oci 0.055s coverage: 8.2% of statements [2021-02-02T17:28:58.088Z] #36 ... [2021-02-02T17:28:58.088Z] [2021-02-02T17:28:58.088Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:28:58.088Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-02T17:28:58.088Z] #13 18.61 Reading package lists... [2021-02-02T17:28:58.088Z] #13 26.63 Reading package lists... [2021-02-02T17:28:58.088Z] #13 35.10 Building dependency tree... [2021-02-02T17:28:58.088Z] #13 ... [2021-02-02T17:28:58.088Z] [2021-02-02T17:28:58.088Z] #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-02-02T17:28:58.088Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-02-02T17:28:58.088Z] #55 27.20 Reading package lists... [2021-02-02T17:28:58.167Z] ok github.com/docker/docker/pkg/aaparser 0.010s coverage: 52.9% of statements [2021-02-02T17:28:58.167Z] ok github.com/docker/docker/opts 0.076s coverage: 67.1% of statements [2021-02-02T17:28:58.849Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-02T17:28:59.189Z] #54 147.6 + bin/containerd-shim-runc-v1 [2021-02-02T17:28:59.556Z] ok github.com/docker/docker/pkg/broadcaster 0.052s coverage: 100.0% of statements [2021-02-02T17:28:59.613Z] #55 35.57 Building dependency tree... [2021-02-02T17:29:00.500Z] ok github.com/docker/docker/pkg/capabilities 0.023s coverage: 87.5% of statements [2021-02-02T17:29:00.500Z] ok github.com/docker/docker/pkg/authorization 0.530s coverage: 68.3% of statements [2021-02-02T17:29:01.073Z] ok github.com/docker/docker/pkg/directory 0.011s coverage: 80.0% of statements [2021-02-02T17:29:01.145Z] #55 39.42 The following additional packages will be installed: [2021-02-02T17:29:01.145Z] #55 39.43 libbtrfs0 [2021-02-02T17:29:01.145Z] #55 39.59 The following NEW packages will be installed: [2021-02-02T17:29:01.145Z] #55 39.60 libbtrfs-dev libbtrfs0 [2021-02-02T17:29:01.461Z] #55 39.80 0 upgraded, 2 newly installed, 0 to remove and 18 not upgraded. [2021-02-02T17:29:01.461Z] #55 39.80 Need to get 120 kB of archives. [2021-02-02T17:29:01.461Z] #55 39.80 After this operation, 423 kB of additional disk space will be used. [2021-02-02T17:29:01.461Z] #55 39.80 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-02-02T17:29:01.461Z] #55 39.82 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-02-02T17:29:01.646Z] ok github.com/docker/docker/pkg/archive 1.276s coverage: 76.6% of statements [2021-02-02T17:29:01.908Z] ok github.com/docker/docker/pkg/discovery 0.028s coverage: 58.3% of statements [2021-02-02T17:29:02.135Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-02T17:29:02.480Z] ok github.com/docker/docker/pkg/discovery/file 0.011s coverage: 97.6% of statements [2021-02-02T17:29:02.527Z] #55 ... [2021-02-02T17:29:02.527Z] [2021-02-02T17:29:02.527Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:29:02.527Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-02T17:29:02.527Z] #13 38.14 The following additional packages will be installed: [2021-02-02T17:29:02.527Z] #13 38.15 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-02-02T17:29:02.527Z] #13 38.15 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-02-02T17:29:02.527Z] #13 38.15 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-02-02T17:29:02.527Z] #13 38.15 libselinux1-dev libsepol1-dev libsystemd0 libudev1 mingw-w64-common [2021-02-02T17:29:02.527Z] #13 38.15 mingw-w64-x86-64-dev [2021-02-02T17:29:02.527Z] #13 38.16 Suggested packages: [2021-02-02T17:29:02.527Z] #13 38.16 gcc-8-locales seccomp wine64 [2021-02-02T17:29:02.527Z] #13 38.96 The following NEW packages will be installed: [2021-02-02T17:29:02.527Z] #13 38.97 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-02-02T17:29:02.527Z] #13 38.97 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-02-02T17:29:02.527Z] #13 38.97 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-02-02T17:29:02.527Z] #13 38.97 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-02-02T17:29:02.527Z] #13 38.97 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-02-02T17:29:02.527Z] #13 38.98 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-02-02T17:29:02.527Z] #13 38.98 The following packages will be upgraded: [2021-02-02T17:29:02.527Z] #13 38.98 libsystemd0 libudev1 [2021-02-02T17:29:02.527Z] #13 39.08 2 upgraded, 25 newly installed, 0 to remove and 16 not upgraded. [2021-02-02T17:29:02.527Z] #13 39.08 Need to get 79.4 MB of archives. [2021-02-02T17:29:02.527Z] #13 39.08 After this operation, 532 MB of additional disk space will be used. [2021-02-02T17:29:02.527Z] #13 39.08 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd0 ppc64el 241-7~deb10u5 [358 kB] [2021-02-02T17:29:02.527Z] #13 39.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev1 ppc64el 241-7~deb10u5 [158 kB] [2021-02-02T17:29:02.527Z] #13 39.15 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-i686 ppc64el 2.31.1-11+8.3 [2811 kB] [2021-02-02T17:29:02.527Z] #13 39.44 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64-x86-64 ppc64el 2.31.1-11+8.3 [3109 kB] [2021-02-02T17:29:02.527Z] #13 39.89 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-02-02T17:29:02.527Z] #13 39.89 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper1.02.1 ppc64el 2:1.02.155-3 [128 kB] [2021-02-02T17:29:02.527Z] #13 39.92 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el dmsetup ppc64el 2:1.02.155-3 [85.4 kB] [2021-02-02T17:29:02.527Z] #13 39.93 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-common all 6.0.0-3 [4910 kB] [2021-02-02T17:29:02.527Z] #13 40.53 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-02-02T17:29:02.527Z] #13 40.86 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-base ppc64el 8.3.0-6+21.3~deb10u1 [175 kB] [2021-02-02T17:29:02.527Z] #13 40.88 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el gcc-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [35.9 MB] [2021-02-02T17:29:02.717Z] #54 150.6 + bin/containerd-shim-runc-v2 [2021-02-02T17:29:03.010Z] #54 151.3 + binaries [2021-02-02T17:29:03.010Z] #54 151.3 + install -D bin/containerd /build/containerd [2021-02-02T17:29:03.010Z] #54 151.3 + install -D bin/containerd-shim /build/containerd-shim [2021-02-02T17:29:03.010Z] #54 151.3 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-02T17:29:03.010Z] #54 151.4 + install -D bin/ctr /build/ctr [2021-02-02T17:29:03.053Z] ok github.com/docker/docker/pkg/discovery/memory 0.009s coverage: 92.3% of statements [2021-02-02T17:29:03.511Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-02T17:29:03.625Z] ok github.com/docker/docker/pkg/discovery/nodes 0.012s coverage: 93.8% of statements [2021-02-02T17:29:03.644Z] #54 DONE 152.0s [2021-02-02T17:29:04.196Z] ok github.com/docker/docker/pkg/dmesg 0.010s coverage: 83.3% of statements [2021-02-02T17:29:04.294Z] [2021-02-02T17:29:04.294Z] #55 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/b... [2021-02-02T17:29:04.586Z] #55 DONE 0.3s [2021-02-02T17:29:04.586Z] [2021-02-02T17:29:04.586Z] #59 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/b... [2021-02-02T17:29:04.631Z] #13 ... [2021-02-02T17:29:04.631Z] [2021-02-02T17:29:04.631Z] #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-02-02T17:29:04.631Z] #55 sha256:c6de94bf361792c0630dfe92297aafeb0498862bc4e1fa7f675f3ac2c82c21ea [2021-02-02T17:29:04.631Z] #55 41.55 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:29:04.631Z] #55 41.77 Fetched 120 kB in 0s (980 kB/s) [2021-02-02T17:29:04.631Z] #55 41.87 Selecting previously unselected package libbtrfs0. [2021-02-02T17:29:04.631Z] #55 41.87 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-02-02T17:29:04.631Z] #55 41.96 Preparing to unpack .../libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-02-02T17:29:04.631Z] #55 41.98 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-02T17:29:04.631Z] #55 42.19 Selecting previously unselected package libbtrfs-dev. [2021-02-02T17:29:04.631Z] #55 42.22 Preparing to unpack .../libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-02-02T17:29:04.631Z] #55 42.23 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-02T17:29:04.632Z] #55 42.48 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-02T17:29:04.632Z] #55 42.49 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-02T17:29:04.632Z] #55 42.49 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:29:04.632Z] #55 DONE 42.8s [2021-02-02T17:29:04.632Z] [2021-02-02T17:29:04.632Z] #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-02-02T17:29:04.632Z] #56 sha256:813c23f3b3bdc09430d5b9b41eeb1d47b4c1f04fc8492881b764eacd64f0ca67 [2021-02-02T17:29:04.766Z] ok github.com/docker/docker/pkg/chrootarchive 3.586s coverage: 43.2% of statements [2021-02-02T17:29:04.879Z] #59 DONE 0.2s [2021-02-02T17:29:04.879Z] [2021-02-02T17:29:04.879Z] #61 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/b... [2021-02-02T17:29:04.879Z] #61 DONE 0.2s [2021-02-02T17:29:04.879Z] [2021-02-02T17:29:04.879Z] #63 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/b... [2021-02-02T17:29:04.888Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-02T17:29:04.931Z] #56 0.275 + RM_GOPATH=0 [2021-02-02T17:29:04.931Z] #56 0.275 + TMP_GOPATH= [2021-02-02T17:29:04.931Z] #56 0.275 + : /build [2021-02-02T17:29:04.931Z] #56 0.275 + '[' -z '' ']' [2021-02-02T17:29:04.931Z] #56 0.286 ++ mktemp -d [2021-02-02T17:29:04.931Z] #56 0.290 + export GOPATH=/tmp/tmp.YU0etX8aFq [2021-02-02T17:29:04.931Z] #56 0.291 + GOPATH=/tmp/tmp.YU0etX8aFq [2021-02-02T17:29:04.931Z] #56 0.291 + RM_GOPATH=1 [2021-02-02T17:29:04.931Z] #56 0.291 + case "$(go env GOARCH)" in [2021-02-02T17:29:04.931Z] #56 0.293 ++ go env GOARCH [2021-02-02T17:29:04.931Z] #56 0.308 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:29:04.931Z] #56 0.309 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:29:04.931Z] #56 0.311 ++ dirname /tmp/install/install.sh [2021-02-02T17:29:04.931Z] #56 0.320 + dir=/tmp/install [2021-02-02T17:29:04.931Z] #56 0.321 + bin=containerd [2021-02-02T17:29:04.931Z] #56 0.321 + shift [2021-02-02T17:29:04.931Z] #56 0.321 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-02-02T17:29:04.931Z] #56 0.322 + . /tmp/install/containerd.installer [2021-02-02T17:29:04.931Z] #56 0.322 ++ set -e [2021-02-02T17:29:04.931Z] #56 0.323 ++ : 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:29:04.931Z] #56 0.323 + install_containerd [2021-02-02T17:29:04.931Z] #56 0.325 + echo 'Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b' [2021-02-02T17:29:04.931Z] #56 0.325 Install containerd version 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:29:04.931Z] #56 0.326 + git clone https://github.com/containerd/containerd.git /tmp/tmp.YU0etX8aFq/src/github.com/containerd/containerd [2021-02-02T17:29:04.931Z] #56 0.333 Cloning into '/tmp/tmp.YU0etX8aFq/src/github.com/containerd/containerd'... [2021-02-02T17:29:04.931Z] #56 ... [2021-02-02T17:29:04.931Z] [2021-02-02T17:29:04.931Z] #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-02-02T17:29:04.931Z] #49 sha256:6cb27559197dfc4188fa719d989d97830c1a069f29336bd85cbee4c71e7197f1 [2021-02-02T17:29:04.931Z] #49 33.35 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-02-02T17:29:04.931Z] #49 33.48 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-02-02T17:29:04.931Z] #49 35.33 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-02T17:29:04.931Z] #49 38.46 go: extracting github.com/gogo/protobuf v1.2.1 [2021-02-02T17:29:04.931Z] #49 43.24 go: extracting golang.org/x/text v0.3.2 [2021-02-02T17:29:05.171Z] #63 DONE 0.1s [2021-02-02T17:29:05.171Z] [2021-02-02T17:29:05.171Z] #64 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-02T17:29:05.171Z] #64 DONE 0.1s [2021-02-02T17:29:05.171Z] [2021-02-02T17:29:05.171Z] #65 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-02T17:29:05.230Z] #49 ... [2021-02-02T17:29:05.230Z] [2021-02-02T17:29:05.230Z] #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-02-02T17:29:05.230Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-02T17:29:05.230Z] #36 38.21 The following additional packages will be installed: [2021-02-02T17:29:05.230Z] #36 38.22 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-02-02T17:29:05.230Z] #36 38.23 Suggested packages: [2021-02-02T17:29:05.230Z] #36 38.24 cmake-doc ninja-build lrzip [2021-02-02T17:29:05.230Z] #36 38.24 Recommended packages: [2021-02-02T17:29:05.230Z] #36 38.24 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-02-02T17:29:05.230Z] #36 39.65 The following NEW packages will be installed: [2021-02-02T17:29:05.230Z] #36 39.66 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-02-02T17:29:05.230Z] #36 39.67 vim-common xxd [2021-02-02T17:29:05.230Z] #36 39.86 0 upgraded, 10 newly installed, 0 to remove and 18 not upgraded. [2021-02-02T17:29:05.230Z] #36 39.86 Need to get 14.9 MB of archives. [2021-02-02T17:29:05.230Z] #36 39.86 After this operation, 67.2 MB of additional disk space will be used. [2021-02-02T17:29:05.230Z] #36 39.86 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-02-02T17:29:05.230Z] #36 39.95 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-02-02T17:29:05.230Z] #36 40.00 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake-data all 3.13.4-1 [1476 kB] [2021-02-02T17:29:05.230Z] #36 40.22 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-02-02T17:29:05.230Z] #36 41.09 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libxml2 ppc64el 2.9.4+dfsg1-7+deb10u1 [730 kB] [2021-02-02T17:29:05.230Z] #36 41.18 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libarchive13 ppc64el 3.3.3-4+deb10u1 [360 kB] [2021-02-02T17:29:05.230Z] #36 41.21 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjsoncpp1 ppc64el 1.7.4-3 [75.8 kB] [2021-02-02T17:29:05.230Z] #36 41.22 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el librhash0 ppc64el 1.3.8-1 [127 kB] [2021-02-02T17:29:05.230Z] #36 41.24 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libuv1 ppc64el 1.24.1-1 [116 kB] [2021-02-02T17:29:05.230Z] #36 41.25 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el cmake ppc64el 3.13.4-1 [3306 kB] [2021-02-02T17:29:05.230Z] #36 43.28 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:29:05.230Z] #36 43.40 Fetched 14.9 MB in 2s (8374 kB/s) [2021-02-02T17:29:05.230Z] #36 43.50 Selecting previously unselected package xxd. [2021-02-02T17:29:05.230Z] #36 43.51 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-02-02T17:29:05.230Z] #36 43.59 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-02-02T17:29:05.230Z] #36 43.60 Unpacking xxd (2:8.1.0875-5) ... [2021-02-02T17:29:05.338Z] ok github.com/docker/docker/pkg/filenotify 0.609s coverage: 67.0% of statements [2021-02-02T17:29:05.456Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-02T17:29:05.533Z] #36 43.85 Selecting previously unselected package vim-common. [2021-02-02T17:29:05.533Z] #36 43.88 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-02T17:29:05.533Z] #36 43.95 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-02T17:29:05.533Z] #36 ... [2021-02-02T17:29:05.533Z] [2021-02-02T17:29:05.533Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:29:05.533Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-02T17:29:05.533Z] #13 44.01 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el g++-mingw-w64-x86-64 ppc64el 8.3.0-6+21.3~deb10u1 [25.5 MB] [2021-02-02T17:29:05.602Z] ok github.com/docker/docker/pkg/fileutils 0.019s coverage: 89.5% of statements [2021-02-02T17:29:05.811Z] #65 DONE 0.7s [2021-02-02T17:29:06.103Z] [2021-02-02T17:29:06.103Z] #66 exporting to image [2021-02-02T17:29:06.103Z] #66 exporting layers [2021-02-02T17:29:06.175Z] ok github.com/docker/docker/pkg/fsutils 0.280s coverage: 85.1% of statements [2021-02-02T17:29:06.175Z] ok github.com/docker/docker/pkg/homedir 0.010s coverage: 11.4% of statements [2021-02-02T17:29:06.175Z] ok github.com/docker/docker/pkg/discovery/kv 3.094s coverage: 84.1% of statements [2021-02-02T17:29:06.831Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-02T17:29:07.099Z] #13 ... [2021-02-02T17:29:07.099Z] [2021-02-02T17:29:07.099Z] #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-02-02T17:29:07.099Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-02T17:29:07.099Z] #42 27.42 Reading package lists... [2021-02-02T17:29:07.099Z] #42 35.45 Building dependency tree... [2021-02-02T17:29:07.099Z] #42 39.45 The following additional packages will be installed: [2021-02-02T17:29:07.099Z] #42 39.45 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf-lite17 libprotobuf17 [2021-02-02T17:29:07.099Z] #42 39.46 libprotoc17 python-pkg-resources python-six zlib1g-dev [2021-02-02T17:29:07.099Z] #42 39.46 Suggested packages: [2021-02-02T17:29:07.099Z] #42 39.46 manpages-dev python-setuptools [2021-02-02T17:29:07.099Z] #42 41.23 The following NEW packages will be installed: [2021-02-02T17:29:07.099Z] #42 41.24 libcap-dev libnet1 libnet1-dev libnl-3-200 libnl-3-dev libprotobuf-c-dev [2021-02-02T17:29:07.099Z] #42 41.24 libprotobuf-c1 libprotobuf-dev libprotobuf-lite17 libprotobuf17 libprotoc17 [2021-02-02T17:29:07.099Z] #42 41.24 protobuf-c-compiler protobuf-compiler python-pkg-resources python-protobuf [2021-02-02T17:29:07.099Z] #42 41.24 python-six zlib1g-dev [2021-02-02T17:29:07.099Z] #42 41.45 0 upgraded, 17 newly installed, 0 to remove and 18 not upgraded. [2021-02-02T17:29:07.099Z] #42 41.45 Need to get 4075 kB of archives. [2021-02-02T17:29:07.099Z] #42 41.45 After this operation, 24.5 MB of additional disk space will be used. [2021-02-02T17:29:07.099Z] #42 41.45 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libcap-dev ppc64el 1:2.25-2 [31.4 kB] [2021-02-02T17:29:07.099Z] #42 41.47 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2021-02-02T17:29:07.099Z] #42 41.48 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1-dev ppc64el 1.1.6+dfsg-3.1 [119 kB] [2021-02-02T17:29:07.099Z] #42 41.52 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2021-02-02T17:29:07.099Z] #42 41.55 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-dev ppc64el 3.4.0-1 [103 kB] [2021-02-02T17:29:07.099Z] #42 41.59 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2021-02-02T17:29:07.099Z] #42 41.61 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-02-02T17:29:07.099Z] #42 41.63 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zlib1g-dev ppc64el 1:1.2.11.dfsg-1 [216 kB] [2021-02-02T17:29:07.099Z] #42 41.67 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf17 ppc64el 3.6.1.3-2 [795 kB] [2021-02-02T17:29:07.099Z] #42 41.76 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-lite17 ppc64el 3.6.1.3-2 [166 kB] [2021-02-02T17:29:07.099Z] #42 41.79 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-dev ppc64el 3.6.1.3-2 [1130 kB] [2021-02-02T17:29:07.099Z] #42 41.91 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotoc17 ppc64el 3.6.1.3-2 [647 kB] [2021-02-02T17:29:07.099Z] #42 41.99 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-02-02T17:29:07.099Z] #42 42.01 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el protobuf-compiler ppc64el 3.6.1.3-2 [65.2 kB] [2021-02-02T17:29:07.099Z] #42 42.02 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pkg-resources all 40.8.0-1 [182 kB] [2021-02-02T17:29:07.099Z] #42 42.04 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-six all 1.12.0-1 [15.7 kB] [2021-02-02T17:29:07.099Z] #42 42.05 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-protobuf ppc64el 3.6.1.3-2 [337 kB] [2021-02-02T17:29:07.100Z] #42 43.76 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:29:07.100Z] #42 44.19 Fetched 4075 kB in 1s (6025 kB/s) [2021-02-02T17:29:07.100Z] #42 44.34 Selecting previously unselected package libcap-dev:ppc64el. [2021-02-02T17:29:07.100Z] #42 44.34 (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-02-02T17:29:07.100Z] #42 44.44 Preparing to unpack .../00-libcap-dev_1%3a2.25-2_ppc64el.deb ... [2021-02-02T17:29:07.100Z] #42 44.44 Unpacking libcap-dev:ppc64el (1:2.25-2) ... [2021-02-02T17:29:07.100Z] #42 44.61 Selecting previously unselected package libnet1:ppc64el. [2021-02-02T17:29:07.100Z] #42 44.62 Preparing to unpack .../01-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-02-02T17:29:07.100Z] #42 44.62 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-02-02T17:29:07.100Z] #42 44.76 Selecting previously unselected package libnet1-dev. [2021-02-02T17:29:07.100Z] #42 44.77 Preparing to unpack .../02-libnet1-dev_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-02-02T17:29:07.100Z] #42 44.79 Unpacking libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-02T17:29:07.100Z] #42 45.02 Selecting previously unselected package libnl-3-200:ppc64el. [2021-02-02T17:29:07.100Z] #42 45.05 Preparing to unpack .../03-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-02-02T17:29:07.100Z] #42 45.06 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-02-02T17:29:07.100Z] #42 45.38 Selecting previously unselected package libnl-3-dev:ppc64el. [2021-02-02T17:29:07.100Z] #42 45.39 Preparing to unpack .../04-libnl-3-dev_3.4.0-1_ppc64el.deb ... [2021-02-02T17:29:07.100Z] #42 45.39 Unpacking libnl-3-dev:ppc64el (3.4.0-1) ... [2021-02-02T17:29:07.121Z] ok github.com/docker/docker/layer 7.807s coverage: 68.8% of statements [2021-02-02T17:29:07.121Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-02T17:29:07.121Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-02T17:29:07.121Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-02T17:29:07.121Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-02T17:29:07.121Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-02T17:29:07.121Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-02T17:29:07.121Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-02T17:29:07.383Z] ok github.com/docker/docker/pkg/jsonmessage 0.013s coverage: 91.7% of statements [2021-02-02T17:29:07.399Z] #42 45.89 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-02-02T17:29:07.644Z] ok github.com/docker/docker/pkg/ioutils 0.630s coverage: 70.6% of statements [2021-02-02T17:29:07.644Z] ok github.com/docker/docker/pkg/idtools 0.716s coverage: 69.5% of statements [2021-02-02T17:29:07.644Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-02T17:29:07.644Z] ok github.com/docker/docker/pkg/longpath 0.013s coverage: 100.0% of statements [2021-02-02T17:29:07.644Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-02T17:29:07.644Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-02T17:29:07.698Z] #42 45.90 Preparing to unpack .../05-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-02-02T17:29:07.698Z] #42 45.91 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-02-02T17:29:07.698Z] #42 ... [2021-02-02T17:29:07.698Z] [2021-02-02T17:29:07.698Z] #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-02-02T17:29:07.698Z] #34 sha256:ddac30d3cb720c2a897d9ee214f09d4f35e5d3176d1ea1da2fcd74130c8f8e84 [2021-02-02T17:29:07.698Z] #34 46.02 internal/reflectlite [2021-02-02T17:29:07.698Z] #34 46.03 sync [2021-02-02T17:29:07.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-02T17:29:07.907Z] ok github.com/docker/docker/pkg/namesgenerator 0.027s coverage: 85.7% of statements [2021-02-02T17:29:07.907Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-02T17:29:08.482Z] ok github.com/docker/docker/pkg/parsers 0.053s coverage: 97.0% of statements [2021-02-02T17:29:08.482Z] ok github.com/docker/docker/pkg/parsers/kernel 0.019s coverage: 60.0% of statements [2021-02-02T17:29:08.482Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.028s coverage: 86.7% of statements [2021-02-02T17:29:08.744Z] ok github.com/docker/docker/pkg/pidfile 0.022s coverage: 82.4% of statements [2021-02-02T17:29:08.744Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-02T17:29:08.744Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-02T17:29:08.841Z] #66 exporting layers 2.6s done [2021-02-02T17:29:08.841Z] #66 writing image sha256:7f63de9559ffd539ae8f01c999f37f7c68ef4c795e7403f149b07365246b58d7 done [2021-02-02T17:29:08.841Z] #66 naming to docker.io/library/docker:917ff358791c55091e335f0e1fb9d9224b564d94 done [2021-02-02T17:29:08.841Z] #66 DONE 2.6s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-02T17:29:09.269Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41842/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:917ff358791c55091e335f0e1fb9d9224b564d94 hack/test/unit [2021-02-02T17:29:09.320Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.028s coverage: 56.8% of statements [2021-02-02T17:29:09.670Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-02T17:29:09.895Z] ok github.com/docker/docker/pkg/plugins/transport 0.024s coverage: 85.7% of statements [2021-02-02T17:29:09.895Z] ok github.com/docker/docker/pkg/pools 0.011s coverage: 88.2% of statements [2021-02-02T17:29:10.156Z] ok github.com/docker/docker/pkg/progress 0.037s coverage: 75.9% of statements [2021-02-02T17:29:10.238Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-02T17:29:10.729Z] ok github.com/docker/docker/pkg/reexec 0.016s coverage: 82.4% of statements [2021-02-02T17:29:11.259Z] #34 49.52 errors [2021-02-02T17:29:11.259Z] #34 49.52 sort [2021-02-02T17:29:11.303Z] ok github.com/docker/docker/pkg/stdcopy 0.013s coverage: 100.0% of statements [2021-02-02T17:29:11.556Z] #34 49.96 io [2021-02-02T17:29:11.556Z] #34 49.98 internal/oserror [2021-02-02T17:29:11.556Z] #34 50.00 strconv [2021-02-02T17:29:11.565Z] ok github.com/docker/docker/pkg/pubsub 1.108s coverage: 75.0% of statements [2021-02-02T17:29:11.614Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-02T17:29:11.827Z] ok github.com/docker/docker/pkg/streamformatter 0.014s coverage: 66.2% of statements [2021-02-02T17:29:12.033Z] ? github.com/docker/docker/api [no test files] [2021-02-02T17:29:12.089Z] ok github.com/docker/docker/pkg/stringid 0.010s coverage: 70.6% of statements [2021-02-02T17:29:12.201Z] #34 50.42 syscall [2021-02-02T17:29:12.550Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-02T17:29:12.550Z] Using test binary docker [2021-02-02T17:29:12.550Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-02T17:29:12.808Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-02T17:29:12.808Z] INFO: Waiting for daemon to start... [2021-02-02T17:29:12.808Z] Starting dockerd [2021-02-02T17:29:12.847Z] #34 ... [2021-02-02T17:29:12.847Z] [2021-02-02T17:29:12.847Z] #64 [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-02-02T17:29:12.848Z] #64 sha256:d5a5c19fc5bb9cfd8a8cf44c925a53a4fd3e1dcbd8b3fa2d3a84247d804990b0 [2021-02-02T17:29:12.848Z] #64 DONE 51.0s [2021-02-02T17:29:12.848Z] [2021-02-02T17:29:12.848Z] #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-02-02T17:29:12.848Z] #49 sha256:6cb27559197dfc4188fa719d989d97830c1a069f29336bd85cbee4c71e7197f1 [2021-02-02T17:29:12.848Z] #49 50.14 go: finding github.com/fatih/color v1.7.0 [2021-02-02T17:29:12.848Z] #49 50.15 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-02-02T17:29:12.848Z] #49 50.26 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-02-02T17:29:12.848Z] #49 50.28 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-02-02T17:29:12.848Z] #49 50.28 go: finding github.com/go-critic/go-critic v0.4.1 [2021-02-02T17:29:12.848Z] #49 50.34 go: finding github.com/mattn/go-colorable v0.1.4 [2021-02-02T17:29:12.848Z] #49 50.38 go: finding github.com/mattn/go-isatty v0.0.8 [2021-02-02T17:29:12.848Z] #49 50.41 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-02-02T17:29:12.848Z] #49 50.43 go: finding github.com/pkg/errors v0.8.1 [2021-02-02T17:29:12.848Z] #49 50.58 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-02-02T17:29:12.848Z] #49 50.62 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-02-02T17:29:12.848Z] #49 50.62 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-02-02T17:29:12.848Z] #49 50.63 go: finding github.com/spf13/viper v1.6.1 [2021-02-02T17:29:12.848Z] #49 50.70 go: finding github.com/sirupsen/logrus v1.4.2 [2021-02-02T17:29:12.848Z] #49 50.71 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-02-02T17:29:12.848Z] #49 50.77 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-02-02T17:29:12.848Z] #49 50.79 go: finding github.com/stretchr/testify v1.4.0 [2021-02-02T17:29:12.848Z] #49 50.82 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-02-02T17:29:12.848Z] #49 50.87 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-02-02T17:29:12.848Z] #49 50.99 go: finding github.com/davecgh/go-spew v1.1.1 [2021-02-02T17:29:12.848Z] #49 51.08 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-02-02T17:29:12.848Z] #49 51.17 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-02-02T17:29:12.848Z] #49 51.18 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-02-02T17:29:12.848Z] #49 51.18 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-02-02T17:29:12.848Z] #49 51.19 go: finding github.com/spf13/cobra v0.0.5 [2021-02-02T17:29:12.848Z] #49 51.19 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-02-02T17:29:12.848Z] #49 51.27 go: finding github.com/spf13/pflag v1.0.5 [2021-02-02T17:29:12.848Z] #49 51.31 go: finding github.com/hashicorp/hcl v1.0.0 [2021-02-02T17:29:13.034Z] ok github.com/docker/docker/pkg/sysinfo 0.022s coverage: 54.2% of statements [2021-02-02T17:29:13.034Z] ok github.com/docker/docker/pkg/system 0.045s coverage: 36.9% of statements [2021-02-02T17:29:13.155Z] #49 51.31 go: finding github.com/stretchr/objx v0.2.0 [2021-02-02T17:29:13.155Z] #49 51.31 go: finding github.com/gobwas/glob v0.2.3 [2021-02-02T17:29:13.155Z] #49 51.35 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-02-02T17:29:13.155Z] #49 51.49 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-02-02T17:29:13.155Z] #49 51.55 go: finding github.com/magiconair/properties v1.8.1 [2021-02-02T17:29:13.155Z] #49 51.55 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-02-02T17:29:13.155Z] #49 51.56 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T17:29:13.458Z] #49 51.58 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-02-02T17:29:13.619Z] ok github.com/docker/docker/pkg/tailfile 0.103s coverage: 88.6% of statements [2021-02-02T17:29:13.762Z] #49 51.87 go: finding github.com/spf13/afero v1.1.2 [2021-02-02T17:29:13.762Z] #49 51.89 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-02-02T17:29:13.762Z] #49 51.99 go: finding github.com/pelletier/go-toml v1.2.0 [2021-02-02T17:29:13.762Z] #49 52.00 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-02-02T17:29:13.762Z] #49 52.02 go: finding github.com/spf13/cast v1.3.0 [2021-02-02T17:29:13.762Z] #49 52.05 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-02-02T17:29:13.762Z] #49 52.07 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-02-02T17:29:13.762Z] #49 52.10 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-02-02T17:29:13.884Z] ok github.com/docker/docker/pkg/signal 2.842s coverage: 61.0% of statements [2021-02-02T17:29:14.060Z] #49 52.30 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-02-02T17:29:14.060Z] #49 52.30 go: finding github.com/subosito/gotenv v1.2.0 [2021-02-02T17:29:14.060Z] #49 52.47 go: finding gopkg.in/ini.v1 v1.51.0 [2021-02-02T17:29:14.060Z] #49 52.47 go: finding golang.org/x/text v0.3.2 [2021-02-02T17:29:14.146Z] testing: warning: no tests to run [2021-02-02T17:29:14.146Z] coverage: [no statements] [2021-02-02T17:29:14.146Z] ok github.com/docker/docker/pkg/term/windows 0.008s coverage: [no statements] [no tests to run] [2021-02-02T17:29:14.146Z] ok github.com/docker/docker/pkg/tarsum 0.108s coverage: 89.3% of statements [2021-02-02T17:29:14.354Z] #49 52.79 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-02-02T17:29:14.408Z] ok github.com/docker/docker/pkg/truncindex 0.114s coverage: 91.5% of statements [2021-02-02T17:29:14.651Z] #49 52.87 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-02-02T17:29:14.651Z] #49 52.89 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-02-02T17:29:14.651Z] #49 52.89 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-02-02T17:29:14.651Z] #49 52.99 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-02-02T17:29:14.651Z] #49 53.00 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-02-02T17:29:14.651Z] #49 53.00 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-02-02T17:29:14.651Z] #49 53.01 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-02-02T17:29:14.651Z] #49 53.09 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-02-02T17:29:14.669Z] ok github.com/docker/docker/pkg/urlutil 0.009s coverage: 100.0% of statements [2021-02-02T17:29:14.669Z] ok github.com/docker/docker/pkg/useragent 0.024s coverage: 88.9% of statements [2021-02-02T17:29:14.707Z] . [2021-02-02T17:29:14.707Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-02T17:29:14.707Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-02T17:29:14.707Z] Error: No such image: emptyfs [2021-02-02T17:29:14.948Z] #49 53.12 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-02-02T17:29:14.948Z] #49 53.13 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-02-02T17:29:14.948Z] #49 53.18 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-02-02T17:29:14.948Z] #49 53.21 go: finding github.com/kisielk/gotool v1.0.0 [2021-02-02T17:29:14.948Z] #49 53.28 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-02-02T17:29:14.948Z] #49 53.28 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-02-02T17:29:14.948Z] #49 53.39 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-02-02T17:29:14.948Z] #49 53.40 go: finding github.com/ultraware/funlen v0.0.2 [2021-02-02T17:29:14.965Z] Running integration-test (iteration 1) [2021-02-02T17:29:14.965Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-02T17:29:15.246Z] #49 53.48 go: finding github.com/ultraware/whitespace v0.0.4 [2021-02-02T17:29:15.246Z] #49 53.53 go: finding github.com/uudashr/gocognit v1.0.1 [2021-02-02T17:29:15.544Z] #49 53.75 go: finding github.com/gogo/protobuf v1.2.1 [2021-02-02T17:29:15.544Z] #49 53.78 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-02-02T17:29:15.841Z] #49 54.06 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-02-02T17:29:15.841Z] #49 54.17 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-02-02T17:29:15.841Z] #49 54.18 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-02-02T17:29:15.841Z] #49 54.31 go: finding github.com/BurntSushi/toml v0.3.1 [2021-02-02T17:29:16.061Z] ok github.com/docker/docker/plugin/v2 0.016s coverage: 14.5% of statements [2021-02-02T17:29:16.139Z] #49 54.39 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-02-02T17:29:16.139Z] #49 ... [2021-02-02T17:29:16.139Z] [2021-02-02T17:29:16.139Z] #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-02-02T17:29:16.139Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-02T17:29:16.139Z] #36 44.34 Selecting previously unselected package cmake-data. [2021-02-02T17:29:16.139Z] #36 44.34 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-02-02T17:29:16.139Z] #36 44.36 Unpacking cmake-data (3.13.4-1) ... [2021-02-02T17:29:16.139Z] #36 49.11 Selecting previously unselected package libicu63:ppc64el. [2021-02-02T17:29:16.139Z] #36 49.17 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-02-02T17:29:16.139Z] #36 49.19 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-02-02T17:29:16.139Z] #36 ... [2021-02-02T17:29:16.139Z] [2021-02-02T17:29:16.139Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:29:16.139Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-02T17:29:16.139Z] #13 46.49 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor1 ppc64el 2.13.2-10 [98.2 kB] [2021-02-02T17:29:16.139Z] #13 46.50 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libapparmor-dev ppc64el 2.13.2-10 [141 kB] [2021-02-02T17:29:16.139Z] #13 46.51 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs0 ppc64el 4.20.1-2 [42.2 kB] [2021-02-02T17:29:16.139Z] #13 46.53 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libbtrfs-dev ppc64el 4.20.1-2 [78.2 kB] [2021-02-02T17:29:16.139Z] #13 46.54 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-event1.02.1 ppc64el 2:1.02.155-3 [22.3 kB] [2021-02-02T17:29:16.139Z] #13 46.55 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libudev-dev ppc64el 241-7~deb10u5 [110 kB] [2021-02-02T17:29:16.139Z] #13 46.56 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsepol1-dev ppc64el 2.8-1 [337 kB] [2021-02-02T17:29:16.139Z] #13 46.58 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre16-3 ppc64el 2:8.39-12 [252 kB] [2021-02-02T17:29:16.139Z] #13 46.59 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre32-3 ppc64el 2:8.39-12 [246 kB] [2021-02-02T17:29:16.139Z] #13 46.61 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcrecpp0v5 ppc64el 2:8.39-12 [153 kB] [2021-02-02T17:29:16.139Z] #13 46.63 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpcre3-dev ppc64el 2:8.39-12 [622 kB] [2021-02-02T17:29:16.139Z] #13 46.67 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libselinux1-dev ppc64el 2.8-1+b1 [177 kB] [2021-02-02T17:29:16.139Z] #13 46.68 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libdevmapper-dev ppc64el 2:1.02.155-3 [51.5 kB] [2021-02-02T17:29:16.139Z] #13 46.69 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libseccomp-dev ppc64el 2.3.3-4 [68.3 kB] [2021-02-02T17:29:16.139Z] #13 46.70 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libsystemd-dev ppc64el 241-7~deb10u5 [322 kB] [2021-02-02T17:29:16.139Z] #13 47.99 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:29:16.139Z] #13 48.27 Fetched 79.4 MB in 8s (10.3 MB/s) [2021-02-02T17:29:16.139Z] #13 48.38 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15339 files and directories currently installed.) [2021-02-02T17:29:16.139Z] #13 48.49 Preparing to unpack .../libsystemd0_241-7~deb10u5_ppc64el.deb ... [2021-02-02T17:29:16.139Z] #13 48.51 Unpacking libsystemd0:ppc64el (241-7~deb10u5) over (241-7~deb10u4) ... [2021-02-02T17:29:16.139Z] #13 48.95 Setting up libsystemd0:ppc64el (241-7~deb10u5) ... [2021-02-02T17:29:16.139Z] #13 49.12 (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-02-02T17:29:16.139Z] #13 49.26 Preparing to unpack .../libudev1_241-7~deb10u5_ppc64el.deb ... [2021-02-02T17:29:16.139Z] #13 49.27 Unpacking libudev1:ppc64el (241-7~deb10u5) over (241-7~deb10u4) ... [2021-02-02T17:29:16.139Z] #13 49.50 Setting up libudev1:ppc64el (241-7~deb10u5) ... [2021-02-02T17:29:16.139Z] #13 49.69 Selecting previously unselected package binutils-mingw-w64-i686. [2021-02-02T17:29:16.139Z] #13 49.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-02-02T17:29:16.139Z] #13 49.77 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_ppc64el.deb ... [2021-02-02T17:29:16.139Z] #13 49.79 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-02T17:29:16.139Z] #13 53.24 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-02-02T17:29:16.139Z] #13 53.25 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_ppc64el.deb ... [2021-02-02T17:29:16.139Z] #13 53.26 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-02T17:29:16.323Z] ok github.com/docker/docker/profiles/seccomp 0.020s coverage: 85.4% of statements [2021-02-02T17:29:16.438Z] #13 ... [2021-02-02T17:29:16.438Z] [2021-02-02T17:29:16.438Z] #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-02-02T17:29:16.438Z] #34 sha256:ddac30d3cb720c2a897d9ee214f09d4f35e5d3176d1ea1da2fcd74130c8f8e84 [2021-02-02T17:29:16.438Z] #34 54.81 bytes [2021-02-02T17:29:16.438Z] #34 54.82 strings [2021-02-02T17:29:17.270Z] ok github.com/docker/docker/reference 0.028s coverage: 84.4% of statements [2021-02-02T17:29:17.270Z] ok github.com/docker/docker/plugin 0.593s coverage: 23.2% of statements [2021-02-02T17:29:17.974Z] #34 ... [2021-02-02T17:29:17.974Z] [2021-02-02T17:29:17.974Z] #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-02-02T17:29:17.974Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-02T17:29:17.974Z] #42 46.06 Selecting previously unselected package libprotobuf-c-dev:ppc64el. [2021-02-02T17:29:17.974Z] #42 46.09 Preparing to unpack .../06-libprotobuf-c-dev_1.3.1-1+b1_ppc64el.deb ... [2021-02-02T17:29:17.974Z] #42 46.10 Unpacking libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-02-02T17:29:17.974Z] #42 46.28 Selecting previously unselected package zlib1g-dev:ppc64el. [2021-02-02T17:29:17.974Z] #42 46.30 Preparing to unpack .../07-zlib1g-dev_1%3a1.2.11.dfsg-1_ppc64el.deb ... [2021-02-02T17:29:17.974Z] #42 46.30 Unpacking zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-02-02T17:29:17.974Z] #42 46.60 Selecting previously unselected package libprotobuf17:ppc64el. [2021-02-02T17:29:17.974Z] #42 46.63 Preparing to unpack .../08-libprotobuf17_3.6.1.3-2_ppc64el.deb ... [2021-02-02T17:29:17.974Z] #42 46.66 Unpacking libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-02-02T17:29:17.974Z] #42 47.62 Selecting previously unselected package libprotobuf-lite17:ppc64el. [2021-02-02T17:29:17.974Z] #42 47.64 Preparing to unpack .../09-libprotobuf-lite17_3.6.1.3-2_ppc64el.deb ... [2021-02-02T17:29:17.974Z] #42 47.65 Unpacking libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-02-02T17:29:17.974Z] #42 47.91 Selecting previously unselected package libprotobuf-dev:ppc64el. [2021-02-02T17:29:17.974Z] #42 47.94 Preparing to unpack .../10-libprotobuf-dev_3.6.1.3-2_ppc64el.deb ... [2021-02-02T17:29:17.974Z] #42 47.96 Unpacking libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-02-02T17:29:17.974Z] #42 49.41 Selecting previously unselected package libprotoc17:ppc64el. [2021-02-02T17:29:17.974Z] #42 49.41 Preparing to unpack .../11-libprotoc17_3.6.1.3-2_ppc64el.deb ... [2021-02-02T17:29:17.974Z] #42 49.43 Unpacking libprotoc17:ppc64el (3.6.1.3-2) ... [2021-02-02T17:29:17.974Z] #42 50.30 Selecting previously unselected package protobuf-c-compiler. [2021-02-02T17:29:17.974Z] #42 50.34 Preparing to unpack .../12-protobuf-c-compiler_1.3.1-1+b1_ppc64el.deb ... [2021-02-02T17:29:17.974Z] #42 50.35 Unpacking protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-02T17:29:17.974Z] #42 50.48 Selecting previously unselected package protobuf-compiler. [2021-02-02T17:29:17.974Z] #42 50.50 Preparing to unpack .../13-protobuf-compiler_3.6.1.3-2_ppc64el.deb ... [2021-02-02T17:29:17.974Z] #42 50.50 Unpacking protobuf-compiler (3.6.1.3-2) ... [2021-02-02T17:29:17.974Z] #42 50.65 Selecting previously unselected package python-pkg-resources. [2021-02-02T17:29:17.974Z] #42 50.65 Preparing to unpack .../14-python-pkg-resources_40.8.0-1_all.deb ... [2021-02-02T17:29:17.974Z] #42 50.65 Unpacking python-pkg-resources (40.8.0-1) ... [2021-02-02T17:29:17.974Z] #42 50.92 Selecting previously unselected package python-six. [2021-02-02T17:29:17.974Z] #42 50.97 Preparing to unpack .../15-python-six_1.12.0-1_all.deb ... [2021-02-02T17:29:17.974Z] #42 50.98 Unpacking python-six (1.12.0-1) ... [2021-02-02T17:29:17.974Z] #42 51.22 Selecting previously unselected package python-protobuf. [2021-02-02T17:29:17.974Z] #42 51.27 Preparing to unpack .../16-python-protobuf_3.6.1.3-2_ppc64el.deb ... [2021-02-02T17:29:17.974Z] #42 51.27 Unpacking python-protobuf (3.6.1.3-2) ... [2021-02-02T17:29:17.974Z] #42 52.44 Setting up python-pkg-resources (40.8.0-1) ... [2021-02-02T17:29:17.974Z] #42 ... [2021-02-02T17:29:17.974Z] [2021-02-02T17:29:17.974Z] #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-02-02T17:29:17.974Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-02-02T17:29:17.974Z] #32 55.83 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-02-02T17:29:18.281Z] #32 56.34 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-02-02T17:29:19.191Z] ok github.com/docker/docker/registry/resumable 0.038s coverage: 100.0% of statements [2021-02-02T17:29:19.191Z] ok github.com/docker/docker/quota 0.616s coverage: 71.4% of statements [2021-02-02T17:29:19.191Z] ok github.com/docker/docker/registry 0.176s coverage: 57.2% of statements [2021-02-02T17:29:19.332Z] #32 57.46 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-02-02T17:29:19.452Z] ok github.com/docker/docker/restartmanager 0.014s coverage: 45.3% of statements [2021-02-02T17:29:19.714Z] ok github.com/docker/docker/testutil 0.013s coverage: 62.5% of statements [2021-02-02T17:29:20.523Z] ok github.com/docker/docker/api/server 0.011s coverage: 9.0% of statements [2021-02-02T17:29:20.661Z] ok github.com/docker/docker/runconfig 0.069s coverage: 66.1% of statements [2021-02-02T17:29:20.870Z] #32 ... [2021-02-02T17:29:20.870Z] [2021-02-02T17:29:20.870Z] #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-02-02T17:29:20.870Z] #45 sha256:e5c0583ac28657eccef246b80c5774050700e02cc78bf5d56e33f090885ab731 [2021-02-02T17:29:20.870Z] #45 49.13 internal/reflectlite [2021-02-02T17:29:20.870Z] #45 49.14 math/rand [2021-02-02T17:29:20.870Z] #45 49.18 github.com/LK4D4/vndr/godl/singleflight [2021-02-02T17:29:20.870Z] #45 49.22 internal/singleflight [2021-02-02T17:29:20.870Z] #45 53.46 io [2021-02-02T17:29:20.870Z] #45 53.47 sort [2021-02-02T17:29:20.870Z] #45 53.48 strconv [2021-02-02T17:29:20.870Z] #45 53.58 syscall [2021-02-02T17:29:20.870Z] #45 57.71 vendor/golang.org/x/net/dns/dnsmessage [2021-02-02T17:29:20.870Z] #45 58.42 bytes [2021-02-02T17:29:21.169Z] #45 ... [2021-02-02T17:29:21.169Z] [2021-02-02T17:29:21.169Z] #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-02-02T17:29:21.169Z] #36 sha256:df381449143f6529576fd4097a18804d89afd995d9f649552340383e108c931c [2021-02-02T17:29:21.169Z] #36 57.17 Selecting previously unselected package libxml2:ppc64el. [2021-02-02T17:29:21.169Z] #36 57.17 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_ppc64el.deb ... [2021-02-02T17:29:21.169Z] #36 57.18 Unpacking libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-02-02T17:29:21.169Z] #36 57.88 Selecting previously unselected package libarchive13:ppc64el. [2021-02-02T17:29:21.169Z] #36 57.89 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_ppc64el.deb ... [2021-02-02T17:29:21.169Z] #36 57.90 Unpacking libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-02-02T17:29:21.169Z] #36 58.30 Selecting previously unselected package libjsoncpp1:ppc64el. [2021-02-02T17:29:21.169Z] #36 58.32 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_ppc64el.deb ... [2021-02-02T17:29:21.169Z] #36 58.34 Unpacking libjsoncpp1:ppc64el (1.7.4-3) ... [2021-02-02T17:29:21.169Z] #36 58.47 Selecting previously unselected package librhash0:ppc64el. [2021-02-02T17:29:21.169Z] #36 58.48 Preparing to unpack .../7-librhash0_1.3.8-1_ppc64el.deb ... [2021-02-02T17:29:21.169Z] #36 58.48 Unpacking librhash0:ppc64el (1.3.8-1) ... [2021-02-02T17:29:21.169Z] #36 58.68 Selecting previously unselected package libuv1:ppc64el. [2021-02-02T17:29:21.169Z] #36 58.69 Preparing to unpack .../8-libuv1_1.24.1-1_ppc64el.deb ... [2021-02-02T17:29:21.169Z] #36 58.70 Unpacking libuv1:ppc64el (1.24.1-1) ... [2021-02-02T17:29:21.169Z] #36 58.87 Selecting previously unselected package cmake. [2021-02-02T17:29:21.169Z] #36 58.88 Preparing to unpack .../9-cmake_3.13.4-1_ppc64el.deb ... [2021-02-02T17:29:21.169Z] #36 58.88 Unpacking cmake (3.13.4-1) ... [2021-02-02T17:29:22.051Z] ok github.com/docker/docker/volume/drivers 0.021s coverage: 36.1% of statements [2021-02-02T17:29:22.922Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-02T17:29:22.922Z] [2021-02-02T17:29:22.922Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-02-02T17:29:22.922Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-02-02T17:29:22.922Z] Using test binary docker [2021-02-02T17:29:22.922Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-02T17:29:22.922Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-02T17:29:22.922Z] INFO: Waiting for daemon to start... [2021-02-02T17:29:22.922Z] Starting dockerd [2021-02-02T17:29:23.280Z] #36 61.68 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-02-02T17:29:23.280Z] #36 61.69 Setting up xxd (2:8.1.0875-5) ... [2021-02-02T17:29:23.280Z] #36 61.70 Setting up libuv1:ppc64el (1.24.1-1) ... [2021-02-02T17:29:23.280Z] #36 61.73 Setting up vim-common (2:8.1.0875-5) ... [2021-02-02T17:29:23.442Z] ok github.com/docker/docker/volume/mounts 0.067s coverage: 67.0% of statements [2021-02-02T17:29:23.489Z] . [2021-02-02T17:29:23.490Z] INFO: Building docker-sdk-python3:4.4.1... [2021-02-02T17:29:23.578Z] #36 61.77 Setting up librhash0:ppc64el (1.3.8-1) ... [2021-02-02T17:29:23.578Z] #36 61.77 Setting up cmake-data (3.13.4-1) ... [2021-02-02T17:29:23.578Z] #36 61.80 Setting up libxml2:ppc64el (2.9.4+dfsg1-7+deb10u1) ... [2021-02-02T17:29:23.578Z] #36 61.81 Setting up libjsoncpp1:ppc64el (1.7.4-3) ... [2021-02-02T17:29:23.578Z] #36 61.84 Setting up libarchive13:ppc64el (3.3.3-4+deb10u1) ... [2021-02-02T17:29:23.578Z] #36 61.86 Setting up cmake (3.13.4-1) ... [2021-02-02T17:29:23.578Z] #36 61.87 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:29:23.578Z] #36 61.94 Processing triggers for mime-support (3.62) ... [2021-02-02T17:29:23.704Z] ok github.com/docker/docker/volume/local 0.243s coverage: 76.4% of statements [2021-02-02T17:29:23.875Z] #36 DONE 62.2s [2021-02-02T17:29:23.875Z] [2021-02-02T17:29:23.875Z] #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-02-02T17:29:23.875Z] #37 sha256:16b297721f9684f5851eb4051c2c330dce54a7a5e2aef9794e1feb1283b795dd [2021-02-02T17:29:24.171Z] #37 0.313 + RM_GOPATH=0 [2021-02-02T17:29:24.171Z] #37 0.313 + TMP_GOPATH= [2021-02-02T17:29:24.171Z] #37 0.314 + : /build [2021-02-02T17:29:24.171Z] #37 0.314 + '[' -z '' ']' [2021-02-02T17:29:24.171Z] #37 0.315 ++ mktemp -d [2021-02-02T17:29:24.171Z] #37 0.316 + export GOPATH=/tmp/tmp.vqslqUpYm5 [2021-02-02T17:29:24.171Z] #37 0.317 + GOPATH=/tmp/tmp.vqslqUpYm5 [2021-02-02T17:29:24.171Z] #37 0.317 + RM_GOPATH=1 [2021-02-02T17:29:24.171Z] #37 0.317 + case "$(go env GOARCH)" in [2021-02-02T17:29:24.171Z] #37 0.317 ++ go env GOARCH [2021-02-02T17:29:24.171Z] #37 0.336 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:29:24.171Z] #37 0.339 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:29:24.171Z] #37 0.340 ++ dirname /tmp/install/install.sh [2021-02-02T17:29:24.171Z] #37 0.344 + dir=/tmp/install [2021-02-02T17:29:24.171Z] #37 0.344 + bin=tini [2021-02-02T17:29:24.171Z] #37 0.344 + shift [2021-02-02T17:29:24.171Z] #37 0.345 + '[' '!' -f /tmp/install/tini.installer ']' [2021-02-02T17:29:24.171Z] #37 0.345 + . /tmp/install/tini.installer [2021-02-02T17:29:24.171Z] #37 0.355 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-02T17:29:24.474Z] #37 0.356 + install_tini [2021-02-02T17:29:24.474Z] #37 0.356 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-02-02T17:29:24.474Z] #37 0.356 + git clone https://github.com/krallin/tini.git /tmp/tmp.vqslqUpYm5/tini [2021-02-02T17:29:24.474Z] #37 0.356 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-02T17:29:24.474Z] #37 0.358 Cloning into '/tmp/tmp.vqslqUpYm5/tini'... [2021-02-02T17:29:24.644Z] ok github.com/docker/docker/volume/service 0.028s coverage: 73.1% of statements [2021-02-02T17:29:25.550Z] #37 1.591 + cd /tmp/tmp.vqslqUpYm5/tini [2021-02-02T17:29:25.550Z] #37 1.591 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-02-02T17:29:25.550Z] #37 1.604 + cmake . [2021-02-02T17:29:26.193Z] #37 2.434 -- The C compiler identification is GNU 8.3.0 [2021-02-02T17:29:26.489Z] #37 2.507 -- Check for working C compiler: /usr/bin/cc [2021-02-02T17:29:27.132Z] #37 3.220 -- Check for working C compiler: /usr/bin/cc -- works [2021-02-02T17:29:27.132Z] #37 3.232 -- Detecting C compiler ABI info [2021-02-02T17:29:27.774Z] #37 3.965 -- Detecting C compiler ABI info - done [2021-02-02T17:29:27.774Z] #37 4.033 -- Detecting C compile features [2021-02-02T17:29:28.069Z] #37 ... [2021-02-02T17:29:28.069Z] [2021-02-02T17:29:28.069Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:29:28.069Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-02T17:29:28.069Z] #13 56.52 Selecting previously unselected package binutils-mingw-w64. [2021-02-02T17:29:28.069Z] #13 56.54 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-02-02T17:29:28.069Z] #13 56.54 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-02T17:29:28.069Z] #13 56.63 Selecting previously unselected package libdevmapper1.02.1:ppc64el. [2021-02-02T17:29:28.069Z] #13 56.63 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-02-02T17:29:28.069Z] #13 56.64 Unpacking libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-02-02T17:29:28.069Z] #13 56.84 Selecting previously unselected package dmsetup. [2021-02-02T17:29:28.069Z] #13 56.86 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_ppc64el.deb ... [2021-02-02T17:29:28.069Z] #13 56.88 Unpacking dmsetup (2:1.02.155-3) ... [2021-02-02T17:29:28.069Z] #13 57.09 Selecting previously unselected package mingw-w64-common. [2021-02-02T17:29:28.069Z] #13 57.10 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-02-02T17:29:28.069Z] #13 57.11 Unpacking mingw-w64-common (6.0.0-3) ... [2021-02-02T17:29:28.069Z] #13 63.18 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-02-02T17:29:28.069Z] #13 63.19 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-02-02T17:29:28.069Z] #13 63.43 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-02T17:29:29.115Z] #13 ... [2021-02-02T17:29:29.115Z] [2021-02-02T17:29:29.115Z] #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-02-02T17:29:29.115Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-02T17:29:29.115Z] #42 57.40 Setting up libprotobuf-lite17:ppc64el (3.6.1.3-2) ... [2021-02-02T17:29:29.115Z] #42 57.40 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-02-02T17:29:29.115Z] #42 57.42 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-02-02T17:29:29.115Z] #42 57.43 Setting up libprotobuf-c-dev:ppc64el (1.3.1-1+b1) ... [2021-02-02T17:29:29.115Z] #42 57.43 Setting up python-six (1.12.0-1) ... [2021-02-02T17:29:29.115Z] #42 61.79 Setting up zlib1g-dev:ppc64el (1:1.2.11.dfsg-1) ... [2021-02-02T17:29:29.115Z] #42 61.80 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-02-02T17:29:29.115Z] #42 61.81 Setting up libprotobuf17:ppc64el (3.6.1.3-2) ... [2021-02-02T17:29:29.115Z] #42 61.82 Setting up libcap-dev:ppc64el (1:2.25-2) ... [2021-02-02T17:29:29.115Z] #42 61.83 Setting up libprotoc17:ppc64el (3.6.1.3-2) ... [2021-02-02T17:29:29.115Z] #42 61.84 Setting up protobuf-compiler (3.6.1.3-2) ... [2021-02-02T17:29:29.115Z] #42 61.86 Setting up libnet1-dev (1.1.6+dfsg-3.1) ... [2021-02-02T17:29:29.115Z] #42 61.87 Setting up libprotobuf-dev:ppc64el (3.6.1.3-2) ... [2021-02-02T17:29:29.115Z] #42 61.89 Setting up protobuf-c-compiler (1.3.1-1+b1) ... [2021-02-02T17:29:29.115Z] #42 61.91 Setting up python-protobuf (3.6.1.3-2) ... [2021-02-02T17:29:29.778Z] #42 ... [2021-02-02T17:29:29.778Z] [2021-02-02T17:29:29.778Z] #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-02-02T17:29:29.778Z] #37 sha256:16b297721f9684f5851eb4051c2c330dce54a7a5e2aef9794e1feb1283b795dd [2021-02-02T17:29:29.778Z] #37 5.747 -- Detecting C compile features - done [2021-02-02T17:29:29.778Z] #37 5.775 -- Performing Test HAS_BUILTIN_FORTIFY [2021-02-02T17:29:29.838Z] Loaded image: buildpack-deps:buster [2021-02-02T17:29:29.838Z] Loaded image: busybox:latest [2021-02-02T17:29:29.838Z] Loaded image: busybox:glibc [2021-02-02T17:29:29.838Z] Loaded image: debian:bullseye [2021-02-02T17:29:30.077Z] #37 6.017 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-02-02T17:29:30.077Z] #37 ... [2021-02-02T17:29:30.077Z] [2021-02-02T17:29:30.077Z] #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-02-02T17:29:30.077Z] #51 sha256:4bfcefbb2f1204f2b5a0b0632a1726b0952175ef49383da57aa956c91d7f737c [2021-02-02T17:29:30.077Z] #51 58.20 strconv [2021-02-02T17:29:30.077Z] #51 58.23 syscall [2021-02-02T17:29:30.077Z] #51 58.24 bytes [2021-02-02T17:29:30.077Z] #51 58.26 strings [2021-02-02T17:29:30.077Z] #51 66.01 bufio [2021-02-02T17:29:30.077Z] #51 67.54 text/tabwriter [2021-02-02T17:29:30.077Z] #51 ... [2021-02-02T17:29:30.077Z] [2021-02-02T17:29:30.077Z] #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-02-02T17:29:30.077Z] #37 sha256:16b297721f9684f5851eb4051c2c330dce54a7a5e2aef9794e1feb1283b795dd [2021-02-02T17:29:30.077Z] #37 6.209 -- Configuring done [2021-02-02T17:29:30.077Z] #37 6.248 -- Generating done [2021-02-02T17:29:30.077Z] #37 6.260 -- Build files have been written to: /tmp/tmp.vqslqUpYm5/tini [2021-02-02T17:29:30.077Z] #37 6.266 + make tini-static [2021-02-02T17:29:30.097Z] Loaded image: hello-world:latest [2021-02-02T17:29:30.097Z] Loaded image: arm32v7/hello-world:latest [2021-02-02T17:29:30.097Z] INFO: Testing against a local daemon [2021-02-02T17:29:30.097Z] === RUN TestCgroupNamespacesBuild [2021-02-02T17:29:30.737Z] #37 6.664 Scanning dependencies of target tini-static [2021-02-02T17:29:30.737Z] #37 6.748 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-02-02T17:29:30.737Z] #37 ... [2021-02-02T17:29:30.737Z] [2021-02-02T17:29:30.737Z] #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-02-02T17:29:30.737Z] #42 sha256:09828678409361ec5c3203eb11e641478c7a1d78a7ff11cd3ed2c1f550c3fa7f [2021-02-02T17:29:30.737Z] #42 68.87 Setting up libnl-3-dev:ppc64el (3.4.0-1) ... [2021-02-02T17:29:30.737Z] #42 68.88 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:29:30.737Z] #42 DONE 69.1s [2021-02-02T17:29:30.737Z] [2021-02-02T17:29:30.737Z] #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-02-02T17:29:30.737Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:29:32.625Z] --- PASS: TestCgroupNamespacesBuild (2.26s) [2021-02-02T17:29:32.625Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-02T17:29:32.844Z] #43 1.751 Note: Building without setproctitle() and strlcpy() support. [2021-02-02T17:29:32.844Z] #43 1.753 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-02T17:29:32.844Z] #43 1.761 Note: Building without GnuTLS support [2021-02-02T17:29:32.844Z] #43 1.789 Makefile.config:39: Warn: you have no libnftables installed [2021-02-02T17:29:32.844Z] #43 1.789 Makefile.config:40: Warn: Building without nftables support [2021-02-02T17:29:33.142Z] #43 ... [2021-02-02T17:29:33.142Z] [2021-02-02T17:29:33.142Z] #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-02-02T17:29:33.142Z] #34 sha256:ddac30d3cb720c2a897d9ee214f09d4f35e5d3176d1ea1da2fcd74130c8f8e84 [2021-02-02T17:29:33.142Z] #34 61.34 bufio [2021-02-02T17:29:33.142Z] #34 61.77 reflect [2021-02-02T17:29:33.142Z] #34 64.82 path [2021-02-02T17:29:33.142Z] #34 66.56 text/tabwriter [2021-02-02T17:29:33.142Z] #34 70.27 internal/syscall/execenv [2021-02-02T17:29:33.142Z] #34 70.27 internal/syscall/unix [2021-02-02T17:29:33.142Z] #34 70.31 time [2021-02-02T17:29:33.142Z] #34 ... [2021-02-02T17:29:33.142Z] [2021-02-02T17:29:33.142Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:29:33.142Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-02T17:29:33.142Z] #13 70.71 Selecting previously unselected package gcc-mingw-w64-base. [2021-02-02T17:29:33.142Z] #13 70.71 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-02-02T17:29:33.142Z] #13 70.71 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:29:33.142Z] #13 70.95 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-02-02T17:29:33.142Z] #13 70.95 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-02-02T17:29:33.142Z] #13 70.96 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:29:33.793Z] #13 ... [2021-02-02T17:29:33.793Z] [2021-02-02T17:29:33.793Z] #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-02-02T17:29:33.793Z] #37 sha256:16b297721f9684f5851eb4051c2c330dce54a7a5e2aef9794e1feb1283b795dd [2021-02-02T17:29:33.793Z] #37 8.869 [100%] Linking C executable tini-static [2021-02-02T17:29:33.793Z] #37 9.596 [100%] Built target tini-static [2021-02-02T17:29:33.793Z] #37 9.661 + mkdir -p /build [2021-02-02T17:29:33.793Z] #37 9.669 + cp tini-static /build/docker-init [2021-02-02T17:29:33.793Z] #37 DONE 9.8s [2021-02-02T17:29:33.793Z] [2021-02-02T17:29:33.793Z] #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-02-02T17:29:33.793Z] #51 sha256:4bfcefbb2f1204f2b5a0b0632a1726b0952175ef49383da57aa956c91d7f737c [2021-02-02T17:29:33.793Z] #51 70.84 regexp/syntax [2021-02-02T17:29:33.793Z] #51 70.92 reflect [2021-02-02T17:29:34.524Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.17s) [2021-02-02T17:29:34.524Z] === RUN TestBuildWithSession [2021-02-02T17:29:34.524Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-02T17:29:34.524Z] build_session_test.go:25: TODO: BuildKit [2021-02-02T17:29:34.524Z] === RUN TestBuildSquashParent [2021-02-02T17:29:36.565Z] #51 ... [2021-02-02T17:29:36.565Z] [2021-02-02T17:29:36.565Z] #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-02-02T17:29:36.565Z] #45 sha256:e5c0583ac28657eccef246b80c5774050700e02cc78bf5d56e33f090885ab731 [2021-02-02T17:29:36.565Z] #45 64.70 bufio [2021-02-02T17:29:36.565Z] #45 65.13 reflect [2021-02-02T17:29:36.565Z] #45 70.28 regexp/syntax [2021-02-02T17:29:36.565Z] #45 ... [2021-02-02T17:29:36.565Z] [2021-02-02T17:29:36.565Z] #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-02-02T17:29:36.565Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:29:36.565Z] #43 3.800 fatal: not a git repository (or any of the parent directories): .git [2021-02-02T17:29:36.565Z] #43 3.859 GEN .gitid [2021-02-02T17:29:36.565Z] #43 3.879 GEN criu/include/version.h [2021-02-02T17:29:36.565Z] #43 3.966 GEN include/common/asm [2021-02-02T17:29:36.860Z] #43 6.103 PBCC images/timens.pb-c.c [2021-02-02T17:29:36.860Z] #43 6.185 DEP images/timens.pb-c.d [2021-02-02T17:29:36.860Z] #43 6.233 PBCC images/fown.pb-c.c [2021-02-02T17:29:37.156Z] #43 6.252 PBCC images/google/protobuf/descriptor.pb-c.c [2021-02-02T17:29:37.156Z] #43 6.352 PBCC images/opts.pb-c.c [2021-02-02T17:29:37.156Z] #43 6.464 PBCC images/memfd.pb-c.c [2021-02-02T17:29:37.452Z] #43 6.606 DEP images/fown.pb-c.d [2021-02-02T17:29:37.452Z] #43 6.718 DEP images/google/protobuf/descriptor.pb-c.d [2021-02-02T17:29:37.452Z] #43 6.831 DEP images/opts.pb-c.d [2021-02-02T17:29:37.749Z] #43 6.896 DEP images/memfd.pb-c.d [2021-02-02T17:29:37.749Z] #43 6.954 PBCC images/sit.pb-c.c [2021-02-02T17:29:37.749Z] #43 7.011 DEP images/sit.pb-c.d [2021-02-02T17:29:37.749Z] #43 7.061 PBCC images/macvlan.pb-c.c [2021-02-02T17:29:37.749Z] #43 7.079 DEP images/macvlan.pb-c.d [2021-02-02T17:29:37.749Z] #43 7.165 PBCC images/autofs.pb-c.c [2021-02-02T17:29:38.046Z] #43 7.208 DEP images/autofs.pb-c.d [2021-02-02T17:29:38.046Z] #43 7.266 PBCC images/sysctl.pb-c.c [2021-02-02T17:29:38.046Z] #43 7.285 DEP images/sysctl.pb-c.d [2021-02-02T17:29:38.046Z] #43 7.361 PBCC images/time.pb-c.c [2021-02-02T17:29:38.046Z] #43 7.371 DEP images/time.pb-c.d [2021-02-02T17:29:38.342Z] #43 7.474 PBCC images/binfmt-misc.pb-c.c [2021-02-02T17:29:38.342Z] #43 7.512 DEP images/binfmt-misc.pb-c.d [2021-02-02T17:29:38.342Z] #43 7.563 PBCC images/seccomp.pb-c.c [2021-02-02T17:29:38.342Z] #43 7.579 DEP images/seccomp.pb-c.d [2021-02-02T17:29:38.342Z] #43 7.659 PBCC images/userns.pb-c.c [2021-02-02T17:29:38.638Z] #43 7.757 DEP images/userns.pb-c.d [2021-02-02T17:29:38.638Z] #43 7.854 PBCC images/cgroup.pb-c.c [2021-02-02T17:29:38.638Z] #43 7.914 DEP images/cgroup.pb-c.d [2021-02-02T17:29:38.638Z] #43 7.966 PBCC images/ext-file.pb-c.c [2021-02-02T17:29:38.934Z] #43 8.002 DEP images/ext-file.pb-c.d [2021-02-02T17:29:38.934Z] #43 8.116 PBCC images/rpc.pb-c.c [2021-02-02T17:29:38.934Z] #43 8.231 DEP images/rpc.pb-c.d [2021-02-02T17:29:38.934Z] #43 8.296 PBCC images/siginfo.pb-c.c [2021-02-02T17:29:38.934Z] #43 8.351 DEP images/siginfo.pb-c.d [2021-02-02T17:29:39.230Z] #43 8.466 PBCC images/pagemap.pb-c.c [2021-02-02T17:29:39.230Z] #43 8.559 DEP images/pagemap.pb-c.d [2021-02-02T17:29:39.528Z] #43 ... [2021-02-02T17:29:39.528Z] [2021-02-02T17:29:39.528Z] #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-02-02T17:29:39.528Z] #47 sha256:32e9a996c0cd3e6a22f70e299e9ad124824e1ddd79ccefcb4e7b289e8661cc2b [2021-02-02T17:29:39.528Z] #47 DONE 77.8s [2021-02-02T17:29:39.528Z] [2021-02-02T17:29:39.528Z] #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-02-02T17:29:39.528Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:29:39.528Z] #43 8.618 PBCC images/rlimit.pb-c.c [2021-02-02T17:29:39.528Z] #43 8.682 DEP images/rlimit.pb-c.d [2021-02-02T17:29:39.528Z] #43 8.787 PBCC images/file-lock.pb-c.c [2021-02-02T17:29:39.528Z] #43 8.796 DEP images/file-lock.pb-c.d [2021-02-02T17:29:39.528Z] #43 8.866 PBCC images/tty.pb-c.c [2021-02-02T17:29:39.824Z] #43 8.949 DEP images/tty.pb-c.d [2021-02-02T17:29:39.824Z] #43 9.028 PBCC images/tun.pb-c.c [2021-02-02T17:29:39.824Z] #43 9.091 PBCC images/netdev.pb-c.c [2021-02-02T17:29:40.121Z] #43 9.199 DEP images/tun.pb-c.d [2021-02-02T17:29:40.121Z] #43 9.298 DEP images/netdev.pb-c.d [2021-02-02T17:29:40.121Z] #43 9.394 PBCC images/vma.pb-c.c [2021-02-02T17:29:40.431Z] #43 9.538 DEP images/vma.pb-c.d [2021-02-02T17:29:40.431Z] #43 9.602 PBCC images/creds.pb-c.c [2021-02-02T17:29:40.431Z] #43 9.692 DEP images/creds.pb-c.d [2021-02-02T17:29:40.431Z] #43 9.766 PBCC images/utsns.pb-c.c [2021-02-02T17:29:40.431Z] #43 9.839 DEP images/utsns.pb-c.d [2021-02-02T17:29:40.729Z] #43 9.915 PBCC images/ipc-desc.pb-c.c [2021-02-02T17:29:40.729Z] #43 9.926 PBCC images/ipc-sem.pb-c.c [2021-02-02T17:29:40.729Z] #43 9.939 DEP images/ipc-desc.pb-c.d [2021-02-02T17:29:40.729Z] #43 9.972 DEP images/ipc-sem.pb-c.d [2021-02-02T17:29:40.729Z] #43 9.999 PBCC images/ipc-msg.pb-c.c [2021-02-02T17:29:40.729Z] #43 10.02 DEP images/ipc-msg.pb-c.d [2021-02-02T17:29:40.729Z] #43 10.04 PBCC images/ipc-shm.pb-c.c [2021-02-02T17:29:40.729Z] #43 10.05 DEP images/ipc-shm.pb-c.d [2021-02-02T17:29:41.024Z] #43 10.08 PBCC images/ipc-var.pb-c.c [2021-02-02T17:29:41.024Z] #43 10.09 DEP images/ipc-var.pb-c.d [2021-02-02T17:29:41.024Z] #43 10.12 PBCC images/sk-opts.pb-c.c [2021-02-02T17:29:41.024Z] #43 10.13 PBCC images/packet-sock.pb-c.c [2021-02-02T17:29:41.024Z] #43 10.22 DEP images/sk-opts.pb-c.d [2021-02-02T17:29:41.024Z] #43 10.27 DEP images/packet-sock.pb-c.d [2021-02-02T17:29:41.024Z] #43 10.35 PBCC images/sk-netlink.pb-c.c [2021-02-02T17:29:41.321Z] #43 10.37 DEP images/sk-netlink.pb-c.d [2021-02-02T17:29:41.321Z] #43 10.40 PBCC images/sk-inet.pb-c.c [2021-02-02T17:29:41.321Z] #43 10.43 DEP images/sk-inet.pb-c.d [2021-02-02T17:29:41.321Z] #43 10.51 PBCC images/sk-unix.pb-c.c [2021-02-02T17:29:41.321Z] #43 10.54 DEP images/sk-unix.pb-c.d [2021-02-02T17:29:41.321Z] #43 10.58 PBCC images/mm.pb-c.c [2021-02-02T17:29:41.321Z] #43 10.63 DEP images/mm.pb-c.d [2021-02-02T17:29:41.580Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-02T17:29:41.617Z] #43 10.71 PBCC images/timerfd.pb-c.c [2021-02-02T17:29:41.617Z] #43 10.77 DEP images/timerfd.pb-c.d [2021-02-02T17:29:41.617Z] #43 10.85 PBCC images/timer.pb-c.c [2021-02-02T17:29:41.617Z] #43 10.89 DEP images/timer.pb-c.d [2021-02-02T17:29:41.836Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-02T17:29:41.913Z] #43 10.97 PBCC images/sa.pb-c.c [2021-02-02T17:29:41.913Z] #43 11.10 DEP images/sa.pb-c.d [2021-02-02T17:29:41.913Z] #43 11.19 PBCC images/pipe-data.pb-c.c [2021-02-02T17:29:41.913Z] #43 11.22 DEP images/pipe-data.pb-c.d [2021-02-02T17:29:41.913Z] #43 11.28 PBCC images/mnt.pb-c.c [2021-02-02T17:29:42.208Z] #43 11.34 DEP images/mnt.pb-c.d [2021-02-02T17:29:42.208Z] #43 11.43 PBCC images/sk-packet.pb-c.c [2021-02-02T17:29:42.208Z] #43 11.46 DEP images/sk-packet.pb-c.d [2021-02-02T17:29:42.208Z] #43 11.52 PBCC images/tcp-stream.pb-c.c [2021-02-02T17:29:42.505Z] #43 11.58 DEP images/tcp-stream.pb-c.d [2021-02-02T17:29:42.505Z] #43 11.63 PBCC images/pipe.pb-c.c [2021-02-02T17:29:42.505Z] #43 11.70 DEP images/pipe.pb-c.d [2021-02-02T17:29:42.505Z] #43 11.80 PBCC images/pstree.pb-c.c [2021-02-02T17:29:42.505Z] #43 11.82 DEP images/pstree.pb-c.d [2021-02-02T17:29:42.635Z] --- PASS: TestBuildSquashParent (7.55s) [2021-02-02T17:29:42.635Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-02T17:29:42.635Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:29:42.635Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:29:42.635Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:29:42.635Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:29:42.635Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:29:42.635Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:29:42.635Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:29:42.635Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:29:42.635Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:29:42.635Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:29:42.635Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:29:42.635Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:29:42.635Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:29:42.635Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:29:42.800Z] #43 11.87 PBCC images/fs.pb-c.c [2021-02-02T17:29:42.800Z] #43 11.90 DEP images/fs.pb-c.d [2021-02-02T17:29:42.800Z] #43 11.96 PBCC images/signalfd.pb-c.c [2021-02-02T17:29:42.800Z] #43 12.02 DEP images/signalfd.pb-c.d [2021-02-02T17:29:43.097Z] #43 12.11 PBCC images/fh.pb-c.c [2021-02-02T17:29:43.097Z] #43 12.17 PBCC images/fsnotify.pb-c.c [2021-02-02T17:29:43.097Z] #43 12.24 DEP images/fh.pb-c.d [2021-02-02T17:29:43.097Z] #43 12.33 DEP images/fsnotify.pb-c.d [2021-02-02T17:29:43.097Z] #43 12.39 PBCC images/eventpoll.pb-c.c [2021-02-02T17:29:43.097Z] #43 12.42 DEP images/eventpoll.pb-c.d [2021-02-02T17:29:43.097Z] #43 12.48 PBCC images/eventfd.pb-c.c [2021-02-02T17:29:43.097Z] #43 12.51 DEP images/eventfd.pb-c.d [2021-02-02T17:29:43.394Z] #43 12.61 PBCC images/remap-file-path.pb-c.c [2021-02-02T17:29:43.394Z] #43 12.65 DEP images/remap-file-path.pb-c.d [2021-02-02T17:29:43.394Z] #43 12.71 PBCC images/fifo.pb-c.c [2021-02-02T17:29:43.394Z] #43 12.74 DEP images/fifo.pb-c.d [2021-02-02T17:29:43.570Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:29:43.691Z] #43 12.81 PBCC images/ghost-file.pb-c.c [2021-02-02T17:29:43.691Z] #43 12.88 DEP images/ghost-file.pb-c.d [2021-02-02T17:29:43.691Z] #43 12.97 PBCC images/regfile.pb-c.c [2021-02-02T17:29:43.691Z] #43 13.03 DEP images/regfile.pb-c.d [2021-02-02T17:29:43.829Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:29:43.989Z] #43 13.16 PBCC images/ns.pb-c.c [2021-02-02T17:29:43.989Z] #43 13.20 DEP images/ns.pb-c.d [2021-02-02T17:29:43.989Z] #43 13.27 PBCC images/fdinfo.pb-c.c [2021-02-02T17:29:44.285Z] #43 13.40 DEP images/fdinfo.pb-c.d [2021-02-02T17:29:44.285Z] #43 13.51 PBCC images/core-aarch64.pb-c.c [2021-02-02T17:29:44.285Z] #43 13.58 PBCC images/core-arm.pb-c.c [2021-02-02T17:29:44.285Z] #43 13.64 PBCC images/core-ppc64.pb-c.c [2021-02-02T17:29:44.584Z] #43 13.74 PBCC images/core-s390.pb-c.c [2021-02-02T17:29:44.584Z] #43 13.82 PBCC images/core-x86.pb-c.c [2021-02-02T17:29:44.881Z] #43 13.91 PBCC images/core.pb-c.c [2021-02-02T17:29:44.881Z] #43 14.03 PBCC images/inventory.pb-c.c [2021-02-02T17:29:44.881Z] #43 14.16 DEP images/core-aarch64.pb-c.d [2021-02-02T17:29:44.881Z] #43 14.25 DEP images/core-arm.pb-c.d [2021-02-02T17:29:44.881Z] #43 14.30 DEP images/core-ppc64.pb-c.d [2021-02-02T17:29:45.178Z] #43 14.38 DEP images/core-s390.pb-c.d [2021-02-02T17:29:45.178Z] #43 14.44 DEP images/core-x86.pb-c.d [2021-02-02T17:29:45.178Z] #43 14.49 DEP images/core.pb-c.d [2021-02-02T17:29:45.178Z] #43 14.56 DEP images/inventory.pb-c.d [2021-02-02T17:29:45.491Z] #43 14.65 PBCC images/cpuinfo.pb-c.c [2021-02-02T17:29:45.491Z] #43 14.68 DEP images/cpuinfo.pb-c.d [2021-02-02T17:29:45.491Z] #43 14.74 PBCC images/stats.pb-c.c [2021-02-02T17:29:45.491Z] #43 14.79 DEP images/stats.pb-c.d [2021-02-02T17:29:45.730Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:29:45.730Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:29:46.592Z] ok github.com/docker/docker/pkg/plugins 33.638s coverage: 76.6% of statements [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/rootless [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/volume [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-02T17:29:46.592Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-02T17:29:46.592Z] [2021-02-02T17:29:46.592Z] === Skipped [2021-02-02T17:29:46.592Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-02T17:29:46.592Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-02T17:29:46.592Z] [2021-02-02T17:29:46.592Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-02T17:29:46.592Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-02T17:29:46.592Z] [2021-02-02T17:29:46.592Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-02T17:29:46.593Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:29:46.593Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-02T17:29:46.593Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:29:46.593Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-02T17:29:46.593Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:29:46.593Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-02T17:29:46.593Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:29:46.593Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-02T17:29:46.593Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:29:46.593Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-02T17:29:46.593Z] graphtest_unix.go:73: No driver to put! [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-02T17:29:46.593Z] time="2021-02-02T17:28:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:29:46.593Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:29:46.593Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-02T17:29:46.593Z] time="2021-02-02T17:28:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:29:46.593Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:29:46.593Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-02T17:29:46.593Z] time="2021-02-02T17:28:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:29:46.593Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:29:46.593Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-02T17:29:46.593Z] time="2021-02-02T17:28:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:29:46.593Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:29:46.593Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-02T17:29:46.593Z] time="2021-02-02T17:28:36Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:29:46.593Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:29:46.593Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-02T17:29:46.593Z] graphtest_unix.go:73: No driver to put! [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-02T17:29:46.593Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-02T17:29:46.593Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-02T17:29:46.593Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-02T17:29:46.593Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-02T17:29:46.593Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:29:46.593Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-02T17:29:46.593Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:29:46.593Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-02T17:29:46.593Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:29:46.593Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-02T17:29:46.593Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:29:46.593Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-02T17:29:46.593Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:29:46.593Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-02T17:29:46.593Z] graphtest_unix.go:73: No driver to put! [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-02T17:29:46.593Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-02T17:29:46.593Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] [2021-02-02T17:29:46.593Z] DONE 2197 tests, 26 skipped in 199.560s Post stage [Pipeline] junit [2021-02-02T17:29:46.606Z] Recording test results [2021-02-02T17:29:46.745Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-02T17:29:47.104Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41842/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -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:917ff358791c55091e335f0e1fb9d9224b564d94 hack/make.sh dynbinary test-integration [2021-02-02T17:29:47.578Z] #43 ... [2021-02-02T17:29:47.578Z] [2021-02-02T17:29:47.578Z] #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-02-02T17:29:47.578Z] #45 sha256:e5c0583ac28657eccef246b80c5774050700e02cc78bf5d56e33f090885ab731 [2021-02-02T17:29:47.578Z] #45 75.59 hash/crc32 [2021-02-02T17:29:47.578Z] #45 78.49 vendor/golang.org/x/text/transform [2021-02-02T17:29:47.578Z] #45 81.28 os [2021-02-02T17:29:47.578Z] #45 81.86 context [2021-02-02T17:29:47.578Z] #45 ... [2021-02-02T17:29:47.578Z] [2021-02-02T17:29:47.578Z] #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-02-02T17:29:47.578Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:29:47.578Z] #43 16.56 make[1]: Nothing to be done for 'all'. [2021-02-02T17:29:48.047Z] [2021-02-02T17:29:48.047Z] Removing bundles/ [2021-02-02T17:29:48.047Z] [2021-02-02T17:29:48.047Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-02T17:29:48.047Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-02T17:29:48.047Z] GOOS="" GOARCH="" GOARM="" [2021-02-02T17:29:48.259Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-02-02T17:29:48.259Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.43s) [2021-02-02T17:29:48.259Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.48s) [2021-02-02T17:29:48.259Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.04s) [2021-02-02T17:29:48.259Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.15s) [2021-02-02T17:29:48.259Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.02s) [2021-02-02T17:29:48.259Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.99s) [2021-02-02T17:29:48.259Z] === RUN TestBuildMultiStageCopy [2021-02-02T17:29:48.259Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-02T17:29:49.108Z] #43 18.22 CC images/stats.o [2021-02-02T17:29:49.405Z] #43 18.70 CC images/core.o [2021-02-02T17:29:50.458Z] #43 19.61 CC images/core-x86.o [2021-02-02T17:29:50.458Z] #43 ... [2021-02-02T17:29:50.458Z] [2021-02-02T17:29:50.458Z] #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-02-02T17:29:50.458Z] #34 sha256:ddac30d3cb720c2a897d9ee214f09d4f35e5d3176d1ea1da2fcd74130c8f8e84 [2021-02-02T17:29:50.458Z] #34 78.67 internal/poll [2021-02-02T17:29:50.458Z] #34 81.21 os [2021-02-02T17:29:50.458Z] #34 85.00 internal/fmtsort [2021-02-02T17:29:50.458Z] #34 85.37 path/filepath [2021-02-02T17:29:50.458Z] #34 85.81 fmt [2021-02-02T17:29:50.458Z] #34 87.26 io/ioutil [2021-02-02T17:29:50.458Z] #34 ... [2021-02-02T17:29:50.458Z] [2021-02-02T17:29:50.458Z] #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-02-02T17:29:50.458Z] #45 sha256:e5c0583ac28657eccef246b80c5774050700e02cc78bf5d56e33f090885ab731 [2021-02-02T17:29:50.458Z] #45 86.34 regexp [2021-02-02T17:29:50.458Z] #45 88.89 os/exec [2021-02-02T17:29:50.458Z] #45 88.91 net [2021-02-02T17:29:51.538Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-02T17:29:51.997Z] #45 ... [2021-02-02T17:29:51.997Z] [2021-02-02T17:29:51.997Z] #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-02-02T17:29:51.997Z] #51 sha256:4bfcefbb2f1204f2b5a0b0632a1726b0952175ef49383da57aa956c91d7f737c [2021-02-02T17:29:51.997Z] #51 80.44 context [2021-02-02T17:29:51.997Z] #51 80.48 internal/poll [2021-02-02T17:29:51.997Z] #51 84.05 regexp [2021-02-02T17:29:51.997Z] #51 85.19 os [2021-02-02T17:29:52.103Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-02T17:29:52.294Z] #51 ... [2021-02-02T17:29:52.294Z] [2021-02-02T17:29:52.294Z] #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-02-02T17:29:52.294Z] #34 sha256:ddac30d3cb720c2a897d9ee214f09d4f35e5d3176d1ea1da2fcd74130c8f8e84 [2021-02-02T17:29:52.294Z] #34 89.53 github.com/BurntSushi/toml [2021-02-02T17:29:52.294Z] #34 89.54 flag [2021-02-02T17:29:52.294Z] #34 89.54 log [2021-02-02T17:29:53.037Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-02T17:29:54.413Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-02T17:29:55.345Z] --- PASS: TestBuildMultiStageCopy (7.35s) [2021-02-02T17:29:55.345Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.34s) [2021-02-02T17:29:55.345Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-02-02T17:29:55.345Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-02-02T17:29:55.345Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.01s) [2021-02-02T17:29:55.345Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.99s) [2021-02-02T17:29:55.345Z] === RUN TestBuildMultiStageParentConfig [2021-02-02T17:29:55.845Z] #34 93.87 github.com/BurntSushi/toml/cmd/tomlv [2021-02-02T17:29:56.146Z] #34 ... [2021-02-02T17:29:56.146Z] [2021-02-02T17:29:56.146Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:29:56.146Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-02T17:29:56.146Z] #13 94.53 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-02-02T17:29:56.146Z] #13 94.54 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_ppc64el.deb ... [2021-02-02T17:29:56.146Z] #13 94.55 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:30:00.606Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2021-02-02T17:30:00.606Z] === RUN TestBuildLabelWithTargets [2021-02-02T17:30:00.665Z] #13 ... [2021-02-02T17:30:00.665Z] [2021-02-02T17:30:00.665Z] #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-02-02T17:30:00.665Z] #34 sha256:ddac30d3cb720c2a897d9ee214f09d4f35e5d3176d1ea1da2fcd74130c8f8e84 [2021-02-02T17:30:00.665Z] #34 DONE 98.6s [2021-02-02T17:30:00.665Z] [2021-02-02T17:30:00.665Z] #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-02-02T17:30:00.665Z] #56 sha256:813c23f3b3bdc09430d5b9b41eeb1d47b4c1f04fc8492881b764eacd64f0ca67 [2021-02-02T17:30:00.665Z] #56 51.82 Checking out files: 67% (2562/3779) Checking out files: 68% (2570/3779) Checking out files: 69% (2608/3779) Checking out files: 70% (2646/3779) Checking out files: 71% (2684/3779) Checking out files: 72% (2721/3779) Checking out files: 73% (2759/3779) Checking out files: 74% (2797/3779) Checking out files: 75% (2835/3779) Checking out files: 76% (2873/3779) Checking out files: 77% (2910/3779) Checking out files: 78% (2948/3779) Checking out files: 79% (2986/3779) Checking out files: 80% (3024/3779) Checking out files: 81% (3061/3779) Checking out files: 82% (3099/3779) Checking out files: 83% (3137/3779) Checking out files: 84% (3175/3779) Checking out files: 85% (3213/3779) Checking out files: 86% (3250/3779) Checking out files: 87% (3288/3779) Checking out files: 88% (3326/3779) Checking out files: 89% (3364/3779) Checking out files: 90% (3402/3779) Checking out files: 91% (3439/3779) Checking out files: 92% (3477/3779) Checking out files: 93% (3515/3779) Checking out files: 94% (3553/3779) Checking out files: 95% (3591/3779) Checking out files: 96% (3628/3779) Checking out files: 97% (3666/3779) Checking out files: 98% (3704/3779) Checking out files: 99% (3742/3779) Checking out files: 100% (3779/3779) Checking out files: 100% (3779/3779), done. [2021-02-02T17:30:00.665Z] #56 52.84 + cd /tmp/tmp.YU0etX8aFq/src/github.com/containerd/containerd [2021-02-02T17:30:00.665Z] #56 52.84 + git checkout -q 269548fa27e0089a8b8278fc4fc781d7f65a939b [2021-02-02T17:30:00.665Z] #56 54.15 + export 'BUILDTAGS=netgo osusergo static_build' [2021-02-02T17:30:00.665Z] #56 54.15 + BUILDTAGS='netgo osusergo static_build' [2021-02-02T17:30:00.665Z] #56 54.15 + export EXTRA_FLAGS=-buildmode=pie [2021-02-02T17:30:00.665Z] #56 54.15 + EXTRA_FLAGS=-buildmode=pie [2021-02-02T17:30:00.665Z] #56 54.15 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-02-02T17:30:00.665Z] #56 54.15 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-02-02T17:30:00.665Z] #56 54.15 + '[' '' = dynamic ']' [2021-02-02T17:30:00.665Z] #56 54.15 + make [2021-02-02T17:30:00.665Z] #56 55.41 + bin/ctr [2021-02-02T17:30:01.306Z] #56 ... [2021-02-02T17:30:01.306Z] [2021-02-02T17:30:01.306Z] #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-02-02T17:30:01.306Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:30:01.306Z] #43 20.26 CC images/core-arm.o [2021-02-02T17:30:01.306Z] #43 20.69 CC images/core-aarch64.o [2021-02-02T17:30:01.306Z] #43 21.10 CC images/core-ppc64.o [2021-02-02T17:30:01.306Z] #43 21.84 CC images/core-s390.o [2021-02-02T17:30:01.306Z] #43 22.68 CC images/cpuinfo.o [2021-02-02T17:30:01.306Z] #43 23.21 CC images/inventory.o [2021-02-02T17:30:01.306Z] #43 23.60 CC images/fdinfo.o [2021-02-02T17:30:01.306Z] #43 24.14 CC images/fown.o [2021-02-02T17:30:01.306Z] #43 24.37 CC images/ns.o [2021-02-02T17:30:01.306Z] #43 24.63 CC images/regfile.o [2021-02-02T17:30:01.306Z] #43 24.90 CC images/ghost-file.o [2021-02-02T17:30:01.306Z] #43 25.28 CC images/fifo.o [2021-02-02T17:30:01.306Z] #43 25.53 CC images/remap-file-path.o [2021-02-02T17:30:01.306Z] #43 25.85 CC images/eventfd.o [2021-02-02T17:30:01.306Z] #43 26.12 CC images/eventpoll.o [2021-02-02T17:30:01.306Z] #43 26.47 CC images/fh.o [2021-02-02T17:30:01.306Z] #43 26.87 CC images/fsnotify.o [2021-02-02T17:30:01.306Z] #43 27.64 CC images/signalfd.o [2021-02-02T17:30:01.306Z] #43 27.84 CC images/fs.o [2021-02-02T17:30:01.306Z] #43 28.05 CC images/pstree.o [2021-02-02T17:30:01.306Z] #43 28.24 CC images/pipe.o [2021-02-02T17:30:01.306Z] #43 28.47 CC images/tcp-stream.o [2021-02-02T17:30:01.306Z] #43 28.86 CC images/sk-packet.o [2021-02-02T17:30:01.306Z] #43 29.22 CC images/mnt.o [2021-02-02T17:30:01.306Z] #43 29.53 CC images/pipe-data.o [2021-02-02T17:30:01.306Z] #43 29.82 CC images/sa.o [2021-02-02T17:30:01.306Z] #43 30.16 CC images/timer.o [2021-02-02T17:30:01.952Z] #43 31.11 CC images/timerfd.o [2021-02-02T17:30:02.249Z] #43 31.35 CC images/mm.o [2021-02-02T17:30:02.545Z] #43 31.62 CC images/sk-opts.o [2021-02-02T17:30:02.545Z] #43 31.85 CC images/sk-unix.o [2021-02-02T17:30:03.187Z] #43 32.14 CC images/sk-inet.o [2021-02-02T17:30:03.187Z] #43 32.50 CC images/tun.o [2021-02-02T17:30:03.483Z] #43 ... [2021-02-02T17:30:03.483Z] [2021-02-02T17:30:03.483Z] #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-02-02T17:30:03.483Z] #51 sha256:4bfcefbb2f1204f2b5a0b0632a1726b0952175ef49383da57aa956c91d7f737c [2021-02-02T17:30:03.483Z] #51 91.76 mvdan.cc/sh/v3/fileutil [2021-02-02T17:30:03.483Z] #51 93.13 github.com/pkg/diff [2021-02-02T17:30:03.483Z] #51 93.13 go/token [2021-02-02T17:30:03.483Z] #51 93.13 mvdan.cc/editorconfig [2021-02-02T17:30:03.483Z] #51 93.15 encoding/binary [2021-02-02T17:30:03.483Z] #51 96.21 go/scanner [2021-02-02T17:30:03.483Z] #51 97.51 mvdan.cc/sh/v3/syntax [2021-02-02T17:30:03.483Z] #51 98.81 golang.org/x/sys/unix [2021-02-02T17:30:03.483Z] #51 98.83 encoding/base64 [2021-02-02T17:30:03.483Z] #51 101.1 go/ast [2021-02-02T17:30:03.483Z] #51 101.4 encoding/json [2021-02-02T17:30:03.483Z] #51 ... [2021-02-02T17:30:03.483Z] [2021-02-02T17:30:03.483Z] #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-02-02T17:30:03.484Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:30:03.484Z] #43 32.84 CC images/sk-netlink.o [2021-02-02T17:30:03.780Z] #43 33.10 CC images/packet-sock.o [2021-02-02T17:30:04.421Z] #43 33.47 CC images/ipc-var.o [2021-02-02T17:30:04.723Z] #43 33.72 CC images/ipc-desc.o [2021-02-02T17:30:05.020Z] #43 34.15 CC images/ipc-shm.o [2021-02-02T17:30:05.314Z] #43 34.33 CC images/ipc-msg.o [2021-02-02T17:30:05.314Z] #43 34.54 CC images/ipc-sem.o [2021-02-02T17:30:05.610Z] #43 34.70 CC images/utsns.o [2021-02-02T17:30:05.610Z] #43 34.84 CC images/creds.o [2021-02-02T17:30:05.905Z] #43 35.14 CC images/vma.o [2021-02-02T17:30:06.199Z] #43 35.45 CC images/netdev.o [2021-02-02T17:30:06.199Z] #43 ... [2021-02-02T17:30:06.199Z] [2021-02-02T17:30:06.200Z] #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-02-02T17:30:06.200Z] #45 sha256:e5c0583ac28657eccef246b80c5774050700e02cc78bf5d56e33f090885ab731 [2021-02-02T17:30:06.200Z] #45 94.55 internal/lazyregexp [2021-02-02T17:30:06.200Z] #45 94.58 github.com/LK4D4/vndr/versioned [2021-02-02T17:30:06.200Z] #45 96.18 encoding/binary [2021-02-02T17:30:06.200Z] #45 96.21 net/url [2021-02-02T17:30:06.200Z] #45 96.22 go/scanner [2021-02-02T17:30:06.200Z] #45 100.3 go/ast [2021-02-02T17:30:06.200Z] #45 101.4 text/template/parse [2021-02-02T17:30:06.200Z] #45 102.1 encoding/json [2021-02-02T17:30:06.839Z] #45 ... [2021-02-02T17:30:06.839Z] [2021-02-02T17:30:06.839Z] #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-02-02T17:30:06.839Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:30:06.839Z] #43 35.85 CC images/tty.o [2021-02-02T17:30:07.134Z] #43 36.51 CC images/file-lock.o [2021-02-02T17:30:07.429Z] #43 36.78 CC images/rlimit.o [2021-02-02T17:30:07.726Z] #43 37.00 CC images/pagemap.o [2021-02-02T17:30:08.023Z] #43 37.33 CC images/siginfo.o [2021-02-02T17:30:08.321Z] #43 37.59 CC images/rpc.o [2021-02-02T17:30:08.710Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-02-02T17:30:08.710Z] === RUN TestBuildWithEmptyLayers [2021-02-02T17:30:09.851Z] #43 38.95 CC images/ext-file.o [2021-02-02T17:30:09.851Z] #43 39.15 CC images/cgroup.o [2021-02-02T17:30:10.176Z] sha256:44ec9e55ed4b27d087042f929868f8f3e53962f3a2391f06c19d6687f196de9f [2021-02-02T17:30:10.176Z] INFO: Starting docker-py tests... [2021-02-02T17:30:10.176Z] ============================= test session starts ============================== [2021-02-02T17:30:10.176Z] platform linux -- Python 3.7.9, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-02-02T17:30:10.176Z] rootdir: /src, inifile: pytest.ini [2021-02-02T17:30:10.176Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-02-02T17:30:10.176Z] collected 389 items / 1 deselected / 388 selected [2021-02-02T17:30:10.176Z] [2021-02-02T17:30:10.924Z] #43 39.94 CC images/userns.o [2021-02-02T17:30:11.222Z] #43 40.37 CC images/google/protobuf/descriptor.o [2021-02-02T17:30:11.238Z] --- PASS: TestBuildWithEmptyLayers (3.00s) [2021-02-02T17:30:11.238Z] === RUN TestBuildMultiStageOnBuild [2021-02-02T17:30:11.866Z] #43 ... [2021-02-02T17:30:11.866Z] [2021-02-02T17:30:11.866Z] #13 [runtime-dev-cross-false 1/1] 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 libsystemd-dev libudev-dev [2021-02-02T17:30:11.866Z] #13 sha256:24012cdf656ede91a57d32cd0e9cd545374b4552b9e31af44a1bf338ab5a7b3a [2021-02-02T17:30:11.866Z] #13 110.1 Selecting previously unselected package libapparmor1:ppc64el. [2021-02-02T17:30:11.866Z] #13 110.1 Preparing to unpack .../10-libapparmor1_2.13.2-10_ppc64el.deb ... [2021-02-02T17:30:11.866Z] #13 110.1 Unpacking libapparmor1:ppc64el (2.13.2-10) ... [2021-02-02T17:30:11.866Z] #13 110.2 Selecting previously unselected package libapparmor-dev:ppc64el. [2021-02-02T17:30:11.866Z] #13 110.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_ppc64el.deb ... [2021-02-02T17:30:11.866Z] #13 110.2 Unpacking libapparmor-dev:ppc64el (2.13.2-10) ... [2021-02-02T17:30:12.164Z] #13 110.3 Selecting previously unselected package libbtrfs0. [2021-02-02T17:30:12.164Z] #13 110.4 Preparing to unpack .../12-libbtrfs0_4.20.1-2_ppc64el.deb ... [2021-02-02T17:30:12.164Z] #13 110.4 Unpacking libbtrfs0 (4.20.1-2) ... [2021-02-02T17:30:12.164Z] #13 110.4 Selecting previously unselected package libbtrfs-dev. [2021-02-02T17:30:12.164Z] #13 110.5 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_ppc64el.deb ... [2021-02-02T17:30:12.164Z] #13 110.5 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-02-02T17:30:12.164Z] #13 110.6 Selecting previously unselected package libdevmapper-event1.02.1:ppc64el. [2021-02-02T17:30:12.164Z] #13 110.6 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_ppc64el.deb ... [2021-02-02T17:30:12.164Z] #13 110.6 Unpacking libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-02-02T17:30:12.461Z] #13 110.7 Selecting previously unselected package libudev-dev:ppc64el. [2021-02-02T17:30:12.461Z] #13 110.7 Preparing to unpack .../15-libudev-dev_241-7~deb10u5_ppc64el.deb ... [2021-02-02T17:30:12.461Z] #13 110.7 Unpacking libudev-dev:ppc64el (241-7~deb10u5) ... [2021-02-02T17:30:12.759Z] #13 111.0 Selecting previously unselected package libsepol1-dev:ppc64el. [2021-02-02T17:30:12.759Z] #13 111.0 Preparing to unpack .../16-libsepol1-dev_2.8-1_ppc64el.deb ... [2021-02-02T17:30:12.759Z] #13 111.0 Unpacking libsepol1-dev:ppc64el (2.8-1) ... [2021-02-02T17:30:13.055Z] #13 111.3 Selecting previously unselected package libpcre16-3:ppc64el. [2021-02-02T17:30:13.055Z] #13 111.3 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_ppc64el.deb ... [2021-02-02T17:30:13.055Z] #13 111.3 Unpacking libpcre16-3:ppc64el (2:8.39-12) ... [2021-02-02T17:30:13.359Z] #13 111.5 Selecting previously unselected package libpcre32-3:ppc64el. [2021-02-02T17:30:13.359Z] #13 111.5 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_ppc64el.deb ... [2021-02-02T17:30:13.359Z] #13 111.5 Unpacking libpcre32-3:ppc64el (2:8.39-12) ... [2021-02-02T17:30:13.359Z] #13 111.8 Selecting previously unselected package libpcrecpp0v5:ppc64el. [2021-02-02T17:30:13.656Z] #13 111.8 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_ppc64el.deb ... [2021-02-02T17:30:13.656Z] #13 111.8 Unpacking libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-02-02T17:30:13.656Z] #13 111.9 Selecting previously unselected package libpcre3-dev:ppc64el. [2021-02-02T17:30:13.656Z] #13 111.9 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_ppc64el.deb ... [2021-02-02T17:30:13.656Z] #13 111.9 Unpacking libpcre3-dev:ppc64el (2:8.39-12) ... [2021-02-02T17:30:13.956Z] #13 112.3 Selecting previously unselected package libselinux1-dev:ppc64el. [2021-02-02T17:30:14.253Z] #13 112.4 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_ppc64el.deb ... [2021-02-02T17:30:14.253Z] #13 112.4 Unpacking libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-02-02T17:30:14.253Z] #13 112.7 Selecting previously unselected package libdevmapper-dev:ppc64el. [2021-02-02T17:30:14.253Z] #13 112.7 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_ppc64el.deb ... [2021-02-02T17:30:14.253Z] #13 112.7 Unpacking libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-02-02T17:30:14.253Z] #13 112.7 Selecting previously unselected package libseccomp-dev:ppc64el. [2021-02-02T17:30:14.557Z] #13 112.7 Preparing to unpack .../23-libseccomp-dev_2.3.3-4_ppc64el.deb ... [2021-02-02T17:30:14.557Z] #13 112.7 Unpacking libseccomp-dev:ppc64el (2.3.3-4) ... [2021-02-02T17:30:14.859Z] #13 113.0 Selecting previously unselected package libsystemd-dev:ppc64el. [2021-02-02T17:30:14.859Z] #13 113.0 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u5_ppc64el.deb ... [2021-02-02T17:30:14.859Z] #13 113.1 Unpacking libsystemd-dev:ppc64el (241-7~deb10u5) ... [2021-02-02T17:30:15.156Z] #13 113.6 Setting up libpcrecpp0v5:ppc64el (2:8.39-12) ... [2021-02-02T17:30:15.156Z] #13 113.6 Setting up libseccomp-dev:ppc64el (2.3.3-4) ... [2021-02-02T17:30:15.156Z] #13 113.6 Setting up libapparmor1:ppc64el (2.13.2-10) ... [2021-02-02T17:30:15.156Z] #13 113.6 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-02-02T17:30:15.156Z] #13 113.6 Setting up libpcre16-3:ppc64el (2:8.39-12) ... [2021-02-02T17:30:15.156Z] #13 113.6 Setting up libsepol1-dev:ppc64el (2.8-1) ... [2021-02-02T17:30:15.156Z] #13 113.6 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:30:15.156Z] #13 113.6 Setting up libbtrfs0 (4.20.1-2) ... [2021-02-02T17:30:15.156Z] #13 113.6 Setting up libpcre32-3:ppc64el (2:8.39-12) ... [2021-02-02T17:30:15.156Z] #13 113.6 Setting up libudev-dev:ppc64el (241-7~deb10u5) ... [2021-02-02T17:30:15.156Z] #13 113.7 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-02-02T17:30:15.453Z] #13 113.7 Setting up libbtrfs-dev (4.20.1-2) ... [2021-02-02T17:30:15.453Z] #13 113.7 Setting up libapparmor-dev:ppc64el (2.13.2-10) ... [2021-02-02T17:30:15.453Z] #13 113.7 Setting up mingw-w64-common (6.0.0-3) ... [2021-02-02T17:30:15.453Z] #13 113.7 Setting up libsystemd-dev:ppc64el (241-7~deb10u5) ... [2021-02-02T17:30:15.453Z] #13 113.7 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-02-02T17:30:15.453Z] #13 113.7 Setting up libpcre3-dev:ppc64el (2:8.39-12) ... [2021-02-02T17:30:15.453Z] #13 113.8 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:30:15.453Z] #13 113.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-02T17:30:15.453Z] #13 113.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-02-02T17:30:15.453Z] #13 113.8 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-02-02T17:30:15.453Z] #13 113.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-02T17:30:15.453Z] #13 113.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-02-02T17:30:15.453Z] #13 113.9 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-02-02T17:30:15.453Z] #13 113.9 Setting up libselinux1-dev:ppc64el (2.8-1+b1) ... [2021-02-02T17:30:15.749Z] #13 113.9 Setting up libdevmapper1.02.1:ppc64el (2:1.02.155-3) ... [2021-02-02T17:30:15.749Z] #13 113.9 Setting up dmsetup (2:1.02.155-3) ... [2021-02-02T17:30:15.749Z] #13 113.9 Setting up libdevmapper-event1.02.1:ppc64el (2:1.02.155-3) ... [2021-02-02T17:30:15.749Z] #13 113.9 Setting up libdevmapper-dev:ppc64el (2:1.02.155-3) ... [2021-02-02T17:30:15.749Z] #13 113.9 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:30:16.045Z] #13 DONE 114.2s [2021-02-02T17:30:16.045Z] [2021-02-02T17:30:16.045Z] #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-02-02T17:30:16.045Z] #53 sha256:a0f72b106d5690e0987c952512647b9f14b52ebdd79020851cee4e885dad35fe [2021-02-02T17:30:16.341Z] #53 0.435 + RM_GOPATH=0 [2021-02-02T17:30:16.341Z] #53 0.436 + TMP_GOPATH= [2021-02-02T17:30:16.341Z] #53 0.436 + : /build [2021-02-02T17:30:16.341Z] #53 0.436 + '[' -z '' ']' [2021-02-02T17:30:16.341Z] #53 0.437 ++ mktemp -d [2021-02-02T17:30:16.341Z] #53 0.439 + export GOPATH=/tmp/tmp.dsuOJ9Pz8M [2021-02-02T17:30:16.341Z] #53 0.440 + GOPATH=/tmp/tmp.dsuOJ9Pz8M [2021-02-02T17:30:16.341Z] #53 0.440 + RM_GOPATH=1 [2021-02-02T17:30:16.341Z] #53 0.441 + case "$(go env GOARCH)" in [2021-02-02T17:30:16.341Z] #53 0.442 ++ go env GOARCH [2021-02-02T17:30:16.341Z] #53 0.464 + export GO_BUILDMODE=-buildmode=pie [2021-02-02T17:30:16.341Z] #53 0.465 + GO_BUILDMODE=-buildmode=pie [2021-02-02T17:30:16.341Z] #53 0.469 ++ dirname /tmp/install/install.sh [2021-02-02T17:30:16.341Z] #53 0.472 + dir=/tmp/install [2021-02-02T17:30:16.341Z] #53 0.477 + bin=runc [2021-02-02T17:30:16.341Z] #53 0.478 + shift [2021-02-02T17:30:16.341Z] #53 0.478 + '[' '!' -f /tmp/install/runc.installer ']' [2021-02-02T17:30:16.341Z] #53 0.478 + . /tmp/install/runc.installer [2021-02-02T17:30:16.341Z] #53 0.479 ++ : ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-02T17:30:16.341Z] #53 0.480 + install_runc [2021-02-02T17:30:16.341Z] #53 0.481 + uname -r [2021-02-02T17:30:16.341Z] #53 0.486 + grep -q '^3\.10\.0.*\.el7\.' [2021-02-02T17:30:16.341Z] #53 0.511 + RUNC_BUILDTAGS='seccomp apparmor selinux ' [2021-02-02T17:30:16.341Z] #53 0.512 + echo 'Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux )' [2021-02-02T17:30:16.341Z] #53 0.512 Install runc version ff819c7e9184c13b7c2607fe6c30ae19403a7aff (build tags: seccomp apparmor selinux ) [2021-02-02T17:30:16.341Z] #53 0.513 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.dsuOJ9Pz8M/src/github.com/opencontainers/runc [2021-02-02T17:30:16.342Z] #53 0.517 Cloning into '/tmp/tmp.dsuOJ9Pz8M/src/github.com/opencontainers/runc'... [2021-02-02T17:30:16.565Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2021-02-02T17:30:16.565Z] === RUN TestBuildUncleanTarFilenames [2021-02-02T17:30:16.639Z] #53 ... [2021-02-02T17:30:16.639Z] [2021-02-02T17:30:16.639Z] #14 [dev-systemd-false 1/26] RUN groupadd -r docker [2021-02-02T17:30:16.639Z] #14 sha256:b94135c23903589bfeef79bd7a859aa77f5d77cac2e64aae46b4183454a3e060 [2021-02-02T17:30:16.639Z] #14 DONE 0.6s [2021-02-02T17:30:16.639Z] [2021-02-02T17:30:16.639Z] #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-02-02T17:30:16.639Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:30:16.639Z] #43 42.47 CC images/opts.o [2021-02-02T17:30:16.639Z] #43 42.73 CC images/seccomp.o [2021-02-02T17:30:16.639Z] #43 43.00 CC images/binfmt-misc.o [2021-02-02T17:30:16.639Z] #43 43.20 CC images/time.o [2021-02-02T17:30:16.639Z] #43 43.49 CC images/sysctl.o [2021-02-02T17:30:16.639Z] #43 43.79 CC images/autofs.o [2021-02-02T17:30:16.639Z] #43 44.12 CC images/macvlan.o [2021-02-02T17:30:16.639Z] #43 44.21 CC images/sit.o [2021-02-02T17:30:16.639Z] #43 44.44 CC images/memfd.o [2021-02-02T17:30:16.639Z] #43 44.77 CC images/timens.o [2021-02-02T17:30:16.639Z] #43 45.04 LINK images/built-in.o [2021-02-02T17:30:16.639Z] #43 45.30 GEN compel/include/asm [2021-02-02T17:30:16.639Z] #43 45.31 GEN compel/include/version.h [2021-02-02T17:30:16.639Z] #43 45.37 touch .config [2021-02-02T17:30:16.639Z] #43 45.43 GEN include/common/config.h [2021-02-02T17:30:16.639Z] #43 45.54 GEN compel/plugins/include/uapi/std/syscall-codes.h [2021-02-02T17:30:16.639Z] #43 45.59 GEN compel/plugins/include/uapi/std/syscall.h [2021-02-02T17:30:16.639Z] #43 45.63 GEN compel/arch/ppc64/plugins/std/syscalls/syscalls.S [2021-02-02T17:30:16.639Z] #43 45.70 DEP compel/arch/ppc64/plugins/std/syscalls/syscalls.d [2021-02-02T17:30:16.639Z] #43 45.80 DEP compel/arch/ppc64/plugins/std/memcmp.d [2021-02-02T17:30:16.639Z] #43 45.83 DEP compel/arch/ppc64/plugins/std/memcpy.d [2021-02-02T17:30:16.639Z] #43 45.86 DEP compel/arch/ppc64/plugins/std/parasite-head.d [2021-02-02T17:30:16.639Z] #43 45.90 GEN compel/plugins/include/uapi/std/asm/syscall-types.h [2021-02-02T17:30:16.639Z] #43 ... [2021-02-02T17:30:16.639Z] [2021-02-02T17:30:16.639Z] #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-02-02T17:30:16.639Z] #15 sha256:019f51ecfd803723b0b9a61b7e05ba706e9d86a078f72d077a8ab43eeb2e9ccc [2021-02-02T17:30:16.639Z] #15 DONE 0.4s [2021-02-02T17:30:16.639Z] [2021-02-02T17:30:16.639Z] #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-02-02T17:30:16.639Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:30:16.639Z] #43 45.90 DEP compel/plugins/std/infect.d [2021-02-02T17:30:16.831Z] --- PASS: TestBuildUncleanTarFilenames (0.69s) [2021-02-02T17:30:16.831Z] === RUN TestBuildMultiStageLayerLeak [2021-02-02T17:30:16.936Z] #43 46.08 DEP compel/plugins/std/string.d [2021-02-02T17:30:16.936Z] #43 46.20 DEP compel/plugins/std/log.d [2021-02-02T17:30:16.936Z] #43 46.31 DEP compel/plugins/std/fds.d [2021-02-02T17:30:17.235Z] #43 ... [2021-02-02T17:30:17.235Z] [2021-02-02T17:30:17.235Z] #16 [dev-systemd-false 3/26] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-02-02T17:30:17.235Z] #16 sha256:fa150b462abe21c0842ca3bb8b2af46cbb6f2141aee1950feab35c3a2258ce13 [2021-02-02T17:30:17.235Z] #16 0.210 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-02-02T17:30:17.235Z] #16 DONE 0.3s [2021-02-02T17:30:17.235Z] [2021-02-02T17:30:17.235Z] #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-02-02T17:30:17.235Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:30:17.235Z] #43 46.51 DEP compel/plugins/std/std.d [2021-02-02T17:30:17.477Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-02T17:30:17.478Z] ok github.com/docker/docker/api/server/httputils 0.002s coverage: 14.7% of statements [2021-02-02T17:30:17.478Z] ok github.com/docker/docker/api/server/middleware 0.002s coverage: 37.7% of statements [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-02T17:30:17.478Z] ok github.com/docker/docker/api/server/router/swarm 0.002s coverage: 5.7% of statements [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/types [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-02T17:30:17.478Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2021-02-02T17:30:17.478Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-02T17:30:17.478Z] ok github.com/docker/docker/api/types/time 0.002s coverage: 100.0% of statements [2021-02-02T17:30:17.478Z] ok github.com/docker/docker/api/types/versions 0.001s coverage: 75.0% of statements [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/builder [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-02T17:30:17.478Z] ok github.com/docker/docker/builder/remotecontext 0.327s coverage: 13.7% of statements [2021-02-02T17:30:17.478Z] ok github.com/docker/docker/builder/dockerfile 0.925s coverage: 48.3% of statements [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-02T17:30:17.478Z] ok github.com/docker/docker/cli/debug 0.001s coverage: 100.0% of statements [2021-02-02T17:30:17.478Z] ok github.com/docker/docker/builder/remotecontext/git 0.976s coverage: 86.3% of statements [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/cli [no test files] [2021-02-02T17:30:17.478Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-02T17:30:17.533Z] #43 ... [2021-02-02T17:30:17.533Z] [2021-02-02T17:30:17.533Z] #17 [dev-systemd-false 4/26] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-02-02T17:30:17.533Z] #17 sha256:655a7efebbd89ea6256be84d236e344c608f082a642e9394768d9520c8284f07 [2021-02-02T17:30:17.533Z] #17 DONE 0.4s [2021-02-02T17:30:17.533Z] [2021-02-02T17:30:17.533Z] #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-02-02T17:30:17.533Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:30:17.533Z] #43 46.66 DEP compel/plugins/shmem/shmem.d [2021-02-02T17:30:17.533Z] #43 46.87 DEP compel/plugins/fds/fds.d [2021-02-02T17:30:17.830Z] #43 ... [2021-02-02T17:30:17.830Z] [2021-02-02T17:30:17.830Z] #18 [dev-systemd-false 5/26] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-02-02T17:30:17.830Z] #18 sha256:014420600259ce67fcf640c2e80d4638883d75766789d4038d9d929517221565 [2021-02-02T17:30:17.830Z] #18 DONE 0.3s [2021-02-02T17:30:17.830Z] [2021-02-02T17:30:17.830Z] #19 [dev-systemd-false 6/26] RUN ldconfig [2021-02-02T17:30:17.830Z] #19 sha256:b5c691b79a79694b2c56e6ee2a28b3911ddca902f50501f5c24b9b08f71dc2fc [2021-02-02T17:30:18.129Z] #19 DONE 0.4s [2021-02-02T17:30:18.129Z] [2021-02-02T17:30:18.129Z] #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-02-02T17:30:18.129Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-02T17:30:18.777Z] #20 0.667 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-02-02T17:30:18.777Z] #20 0.780 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-02-02T17:30:18.992Z] ok github.com/docker/docker/client 0.105s coverage: 75.4% of statements [2021-02-02T17:30:19.076Z] #20 0.879 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-02-02T17:30:20.137Z] #20 1.943 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el Packages [7693 kB] [2021-02-02T17:30:21.035Z] --- PASS: TestBuildMultiStageLayerLeak (4.31s) [2021-02-02T17:30:21.035Z] === RUN TestBuildWithHugeFile [2021-02-02T17:30:21.664Z] #20 3.432 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el Packages [256 kB] [2021-02-02T17:30:23.200Z] #20 4.764 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main ppc64el Packages [7852 B] [2021-02-02T17:30:23.200Z] #20 ... [2021-02-02T17:30:23.200Z] [2021-02-02T17:30:23.200Z] #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-02-02T17:30:23.200Z] #45 sha256:e5c0583ac28657eccef246b80c5774050700e02cc78bf5d56e33f090885ab731 [2021-02-02T17:30:23.200Z] #45 111.3 text/template [2021-02-02T17:30:23.200Z] #45 111.9 go/parser [2021-02-02T17:30:23.200Z] #45 116.6 encoding/xml [2021-02-02T17:30:23.200Z] #45 ... [2021-02-02T17:30:23.200Z] [2021-02-02T17:30:23.200Z] #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-02-02T17:30:23.200Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:30:23.200Z] #43 47.18 CC compel/plugins/std/std.o [2021-02-02T17:30:23.200Z] #43 47.54 CC compel/plugins/std/fds.o [2021-02-02T17:30:23.200Z] #43 47.96 CC compel/plugins/std/log.o [2021-02-02T17:30:23.200Z] #43 48.93 CC compel/plugins/std/string.o [2021-02-02T17:30:23.200Z] #43 49.54 CC compel/plugins/std/infect.o [2021-02-02T17:30:23.200Z] #43 50.03 CC compel/arch/ppc64/plugins/std/parasite-head.o [2021-02-02T17:30:23.200Z] #43 50.09 CC compel/arch/ppc64/plugins/std/memcpy.o [2021-02-02T17:30:23.200Z] #43 50.15 CC compel/arch/ppc64/plugins/std/memcmp.o [2021-02-02T17:30:23.200Z] #43 50.19 CC compel/arch/ppc64/plugins/std/syscalls/syscalls.o [2021-02-02T17:30:23.200Z] #43 50.33 AR compel/plugins/std.lib.a [2021-02-02T17:30:23.200Z] #43 50.44 CC compel/plugins/fds/fds.o [2021-02-02T17:30:23.200Z] #43 50.75 AR compel/plugins/fds.lib.a [2021-02-02T17:30:23.200Z] #43 50.83 HOSTDEP compel/src/lib/log-host.d [2021-02-02T17:30:23.200Z] #43 50.98 HOSTDEP compel/src/lib/handle-elf-host.d [2021-02-02T17:30:23.200Z] #43 51.13 HOSTDEP compel/arch/ppc64/src/lib/handle-elf-host.d [2021-02-02T17:30:23.200Z] #43 51.21 HOSTDEP compel/src/main-host.d [2021-02-02T17:30:23.200Z] #43 51.31 DEP compel/src/lib/ptrace.d [2021-02-02T17:30:23.200Z] #43 51.44 DEP compel/src/lib/infect.d [2021-02-02T17:30:23.200Z] #43 51.61 DEP compel/src/lib/infect-util.d [2021-02-02T17:30:23.200Z] #43 51.72 DEP compel/src/lib/infect-rpc.d [2021-02-02T17:30:23.200Z] #43 51.82 DEP compel/arch/ppc64/src/lib/infect.d [2021-02-02T17:30:23.200Z] #43 51.96 DEP compel/arch/ppc64/src/lib/cpu.d [2021-02-02T17:30:23.200Z] #43 52.02 DEP compel/src/lib/log.d [2021-02-02T17:30:23.200Z] #43 52.10 DEP compel/src/main.d [2021-02-02T17:30:23.200Z] #43 52.22 DEP compel/src/lib/handle-elf.d [2021-02-02T17:30:23.200Z] #43 52.33 DEP compel/arch/ppc64/src/lib/handle-elf.d [2021-02-02T17:30:23.200Z] #43 52.44 CC compel/src/lib/log.o [2021-02-02T17:30:23.497Z] #43 52.69 CC compel/arch/ppc64/src/lib/cpu.o [2021-02-02T17:30:23.793Z] #43 53.06 CC compel/arch/ppc64/src/lib/infect.o [2021-02-02T17:30:23.856Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-02-02T17:30:24.424Z] tests/integration/api_client_test.py ..... [ 7%] [2021-02-02T17:30:24.847Z] #43 54.02 CC compel/src/lib/infect-rpc.o [2021-02-02T17:30:25.490Z] #43 54.51 CC compel/src/lib/infect-util.o [2021-02-02T17:30:25.490Z] #43 ... [2021-02-02T17:30:25.490Z] [2021-02-02T17:30:25.490Z] #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-02-02T17:30:25.490Z] #45 sha256:e5c0583ac28657eccef246b80c5774050700e02cc78bf5d56e33f090885ab731 [2021-02-02T17:30:25.490Z] #45 123.7 math/big [2021-02-02T17:30:26.368Z] tests/integration/api_config_test.py ..... [ 8%] [2021-02-02T17:30:26.526Z] Running on azwin-2-aca030 in d:\jenkins\workspace\moby_PR-41842 [Pipeline] { [Pipeline] ws [2021-02-02T17:30:26.541Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-02-02T17:30:28.006Z] The recommended git tool is: git [2021-02-02T17:30:28.251Z] #45 126.6 go/doc [2021-02-02T17:30:30.342Z] #45 ... [2021-02-02T17:30:30.342Z] [2021-02-02T17:30:30.342Z] #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-02-02T17:30:30.342Z] #51 sha256:4bfcefbb2f1204f2b5a0b0632a1726b0952175ef49383da57aa956c91d7f737c [2021-02-02T17:30:30.342Z] #51 119.7 golang.org/x/crypto/ssh/terminal [2021-02-02T17:30:30.342Z] #51 122.6 mvdan.cc/sh/v3/cmd/shfmt [2021-02-02T17:30:30.342Z] #51 DONE 128.4s [2021-02-02T17:30:30.342Z] [2021-02-02T17:30:30.342Z] #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-02-02T17:30:30.342Z] #53 sha256:a0f72b106d5690e0987c952512647b9f14b52ebdd79020851cee4e885dad35fe [2021-02-02T17:30:30.342Z] #53 11.16 + cd /tmp/tmp.dsuOJ9Pz8M/src/github.com/opencontainers/runc [2021-02-02T17:30:30.342Z] #53 11.16 + git checkout -q ff819c7e9184c13b7c2607fe6c30ae19403a7aff [2021-02-02T17:30:30.342Z] #53 11.86 + '[' -z '' ']' [2021-02-02T17:30:30.342Z] #53 11.86 + target=static [2021-02-02T17:30:30.342Z] #53 11.86 + make 'BUILDTAGS=seccomp apparmor selinux ' static [2021-02-02T17:30:30.342Z] #53 12.39 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o runc . [2021-02-02T17:30:33.908Z] #53 ... [2021-02-02T17:30:33.908Z] [2021-02-02T17:30:33.908Z] #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-02-02T17:30:33.908Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:30:33.908Z] #43 54.78 CC compel/src/lib/infect.o [2021-02-02T17:30:33.908Z] #43 57.71 CC compel/src/lib/ptrace.o [2021-02-02T17:30:33.908Z] #43 58.22 AR compel/libcompel.a [2021-02-02T17:30:33.908Z] #43 58.33 HOSTCC compel/src/main-host.o [2021-02-02T17:30:33.908Z] #43 58.67 HOSTCC compel/arch/ppc64/src/lib/handle-elf-host.o [2021-02-02T17:30:33.908Z] #43 58.82 HOSTCC compel/src/lib/handle-elf-host.o [2021-02-02T17:30:33.908Z] #43 59.28 HOSTCC compel/src/lib/log-host.o [2021-02-02T17:30:33.908Z] #43 59.57 HOSTLINK compel/compel-host-bin [2021-02-02T17:30:33.908Z] #43 60.10 DEP soccr/soccr.d [2021-02-02T17:30:33.908Z] #43 60.43 CC soccr/soccr.o [2021-02-02T17:30:33.908Z] #43 62.52 AR soccr/libsoccr.a [2021-02-02T17:30:33.908Z] #43 62.57 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-02T17:30:33.908Z] #43 62.91 DEP criu/arch/ppc64/sigframe.d [2021-02-02T17:30:33.908Z] #43 63.19 DEP criu/arch/ppc64/crtools.d [2021-02-02T17:30:34.205Z] #43 63.42 DEP criu/arch/ppc64/cpu.d [2021-02-02T17:30:34.502Z] #43 63.63 CC criu/arch/ppc64/cpu.o [2021-02-02T17:30:35.144Z] #43 64.23 CC criu/arch/ppc64/crtools.o [2021-02-02T17:30:36.189Z] #43 65.30 CC criu/arch/ppc64/sigframe.o [2021-02-02T17:30:36.189Z] #43 ... [2021-02-02T17:30:36.189Z] [2021-02-02T17:30:36.189Z] #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-02-02T17:30:36.189Z] #58 sha256:5d33552829a822a008b9483508b8500f994eb8343a2a0b192c9b011d92da5ef8 [2021-02-02T17:30:36.189Z] #58 134.4 + for f in rootlesskit rootlesskit-docker-proxy [2021-02-02T17:30:36.190Z] #58 134.4 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-02-02T17:30:39.131Z] #58 ... [2021-02-02T17:30:39.131Z] [2021-02-02T17:30:39.131Z] #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-02-02T17:30:39.131Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-02T17:30:39.131Z] #20 10.87 Fetched 8196 kB in 10s (788 kB/s) [2021-02-02T17:30:39.131Z] #20 10.87 Reading package lists... [2021-02-02T17:30:39.131Z] #20 15.67 Reading package lists... [2021-02-02T17:30:39.131Z] #20 19.87 Building dependency tree... [2021-02-02T17:30:39.131Z] #20 ... [2021-02-02T17:30:39.131Z] [2021-02-02T17:30:39.131Z] #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-02-02T17:30:39.131Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:30:39.131Z] #43 65.63 LINK criu/arch/ppc64/crtools.built-in.o [2021-02-02T17:30:39.131Z] #43 65.70 DEP criu/pie/util-vdso.d [2021-02-02T17:30:39.131Z] #43 65.92 DEP criu/pie/util.d [2021-02-02T17:30:39.131Z] #43 66.14 CC criu/pie/util.o [2021-02-02T17:30:39.131Z] #43 66.53 CC criu/pie/util-vdso.o [2021-02-02T17:30:39.131Z] #43 67.38 AR criu/pie/pie.lib.a [2021-02-02T17:30:39.131Z] #43 67.47 DEP criu/pie/restorer.d [2021-02-02T17:30:39.131Z] #43 67.70 DEP criu/arch/ppc64/vdso-trampoline.d [2021-02-02T17:30:39.131Z] #43 67.73 DEP criu/arch/ppc64/restorer.d [2021-02-02T17:30:39.131Z] #43 67.96 DEP criu/arch/ppc64/vdso-pie.d [2021-02-02T17:30:39.131Z] #43 68.09 DEP criu/pie/parasite-vdso.d [2021-02-02T17:30:39.131Z] #43 68.31 DEP criu/pie/parasite.d [2021-02-02T17:30:39.426Z] #43 68.56 CC criu/pie/parasite.o [2021-02-02T17:30:40.950Z] #43 70.16 LINK criu/pie/parasite.built-in.o [2021-02-02T17:30:40.950Z] #43 70.17 GEN criu/pie/parasite-blob.h [2021-02-02T17:30:40.950Z] #43 70.24 CC criu/pie/parasite-vdso.o [2021-02-02T17:30:41.998Z] #43 71.19 CC criu/arch/ppc64/vdso-pie.o [2021-02-02T17:30:42.639Z] #43 71.58 CC criu/arch/ppc64/restorer.o [2021-02-02T17:30:42.639Z] #43 ... [2021-02-02T17:30:42.639Z] [2021-02-02T17:30:42.639Z] #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-02-02T17:30:42.639Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-02T17:30:42.639Z] #20 21.44 libcap2-bin is already the newest version (1:2.25-2). [2021-02-02T17:30:42.639Z] #20 21.44 The following additional packages will be installed: [2021-02-02T17:30:42.639Z] #20 21.44 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-02-02T17:30:42.639Z] #20 21.44 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-02-02T17:30:42.639Z] #20 21.44 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-02-02T17:30:42.639Z] #20 21.44 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-02-02T17:30:42.639Z] #20 21.44 python3.7 python3.7-minimal vim-runtime xxd [2021-02-02T17:30:42.639Z] #20 21.44 Suggested packages: [2021-02-02T17:30:42.639Z] #20 21.44 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm python3-doc [2021-02-02T17:30:42.639Z] #20 21.45 python3-tk python3-venv python-setuptools-doc python3.7-venv python3.7-doc [2021-02-02T17:30:42.639Z] #20 21.45 binfmt-support ctags vim-doc vim-scripts xfsdump acl attr quota [2021-02-02T17:30:42.639Z] #20 21.45 Recommended packages: [2021-02-02T17:30:42.639Z] #20 21.45 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-02-02T17:30:42.639Z] #20 21.45 python3-keyrings.alt python3-xdg unzip [2021-02-02T17:30:42.639Z] #20 23.47 The following NEW packages will be installed: [2021-02-02T17:30:42.639Z] #20 23.47 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-02-02T17:30:42.639Z] #20 23.47 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-02-02T17:30:42.639Z] #20 23.47 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-02-02T17:30:42.639Z] #20 23.47 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-02-02T17:30:42.639Z] #20 23.47 libreadline5 net-tools pigz python-pip-whl python3 python3-distutils [2021-02-02T17:30:42.639Z] #20 23.48 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-02-02T17:30:42.639Z] #20 23.48 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-02-02T17:30:42.639Z] #20 23.48 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-02-02T17:30:42.639Z] #20 23.48 xz-utils zip [2021-02-02T17:30:42.639Z] #20 23.66 0 upgraded, 48 newly installed, 0 to remove and 16 not upgraded. [2021-02-02T17:30:42.639Z] #20 23.66 Need to get 29.2 MB of archives. [2021-02-02T17:30:42.639Z] #20 23.66 After this operation, 134 MB of additional disk space will be used. [2021-02-02T17:30:42.639Z] #20 23.66 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el pigz ppc64el 2.4-1 [53.3 kB] [2021-02-02T17:30:42.639Z] #20 23.68 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-minimal ppc64el 3.7.3-2+deb10u2 [593 kB] [2021-02-02T17:30:42.639Z] #20 23.72 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7-minimal ppc64el 3.7.3-2+deb10u2 [2023 kB] [2021-02-02T17:30:42.639Z] #20 23.82 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-minimal ppc64el 3.7.3-1 [36.6 kB] [2021-02-02T17:30:42.639Z] #20 23.83 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libmpdec2 ppc64el 2.4.2-2 [84.6 kB] [2021-02-02T17:30:42.639Z] #20 23.84 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3.7-stdlib ppc64el 3.7.3-2+deb10u2 [1794 kB] [2021-02-02T17:30:42.639Z] #20 23.95 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3.7 ppc64el 3.7.3-2+deb10u2 [330 kB] [2021-02-02T17:30:42.639Z] #20 24.03 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libpython3-stdlib ppc64el 3.7.3-1 [20.0 kB] [2021-02-02T17:30:42.639Z] #20 24.04 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3 ppc64el 3.7.3-1 [61.5 kB] [2021-02-02T17:30:42.639Z] #20 24.04 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip4tc0 ppc64el 1.8.2-4 [73.3 kB] [2021-02-02T17:30:42.639Z] #20 24.04 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libip6tc0 ppc64el 1.8.2-4 [73.7 kB] [2021-02-02T17:30:42.639Z] #20 24.04 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libiptc0 ppc64el 1.8.2-4 [59.8 kB] [2021-02-02T17:30:42.639Z] #20 24.05 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnfnetlink0 ppc64el 1.0.1-3+b1 [12.8 kB] [2021-02-02T17:30:42.639Z] #20 24.06 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnetfilter-conntrack3 ppc64el 1.0.7-1 [38.8 kB] [2021-02-02T17:30:42.639Z] #20 24.08 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnftnl11 ppc64el 1.1.2-2 [61.5 kB] [2021-02-02T17:30:42.639Z] #20 24.14 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el iptables ppc64el 1.8.2-4 [437 kB] [2021-02-02T17:30:42.639Z] #20 24.16 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xxd ppc64el 2:8.1.0875-5 [140 kB] [2021-02-02T17:30:42.639Z] #20 24.18 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-common all 2:8.1.0875-5 [195 kB] [2021-02-02T17:30:42.639Z] #20 24.19 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bash-completion all 1:2.8-6 [208 kB] [2021-02-02T17:30:42.639Z] #20 24.21 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el bzip2 ppc64el 1.0.6-9.2~deb10u1 [49.7 kB] [2021-02-02T17:30:42.639Z] #20 24.22 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xz-utils ppc64el 5.2.4-1 [186 kB] [2021-02-02T17:30:42.639Z] #20 24.24 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el apparmor ppc64el 2.13.2-10 [584 kB] [2021-02-02T17:30:42.639Z] #20 24.50 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el aufs-tools ppc64el 1:4.14+20190211-1 [107 kB] [2021-02-02T17:30:42.639Z] #20 24.51 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libonig5 ppc64el 6.9.1-1 [181 kB] [2021-02-02T17:30:42.639Z] #20 24.52 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libjq1 ppc64el 1.5+dfsg-2+b1 [117 kB] [2021-02-02T17:30:42.639Z] #20 24.57 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el jq ppc64el 1.5+dfsg-2+b1 [59.8 kB] [2021-02-02T17:30:42.939Z] #20 24.64 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libaio1 ppc64el 0.3.112-3 [11.6 kB] [2021-02-02T17:30:42.939Z] #20 24.73 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libgpm2 ppc64el 1.20.7-5 [35.4 kB] [2021-02-02T17:30:42.939Z] #20 24.73 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libicu63 ppc64el 63.1-6+deb10u1 [8411 kB] [2021-02-02T17:30:43.236Z] #20 ... [2021-02-02T17:30:43.236Z] [2021-02-02T17:30:43.236Z] #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-02-02T17:30:43.236Z] #58 sha256:5d33552829a822a008b9483508b8500f994eb8343a2a0b192c9b011d92da5ef8 [2021-02-02T17:30:43.236Z] #58 DONE 141.5s [2021-02-02T17:30:43.236Z] [2021-02-02T17:30:43.236Z] #59 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-02-02T17:30:43.236Z] #59 sha256:afbbe16af9a4f138ffde7c468cb0cae16a04f0f51d4841c15f64431e2f0ab8a7 [2021-02-02T17:30:43.236Z] #59 DONE 0.1s [2021-02-02T17:30:43.236Z] [2021-02-02T17:30:43.236Z] #60 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-02-02T17:30:43.236Z] #60 sha256:50e19824f6beca09f72d3d348d73223b66ce21325d3e0cc7b16eb9d99ffe9800 [2021-02-02T17:30:43.236Z] #60 DONE 0.1s [2021-02-02T17:30:43.236Z] [2021-02-02T17:30:43.236Z] #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-02-02T17:30:43.236Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:30:43.236Z] #43 71.93 CC criu/arch/ppc64/vdso-trampoline.o [2021-02-02T17:30:43.236Z] #43 71.96 CC criu/pie/restorer.o [2021-02-02T17:30:46.197Z] ok github.com/docker/docker/cmd/dockerd 0.072s coverage: 29.1% of statements [2021-02-02T17:30:46.197Z] ok github.com/docker/docker/container 0.111s coverage: 34.7% of statements [2021-02-02T17:30:46.197Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-02T17:30:46.197Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-02T17:30:46.197Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-02T17:30:46.197Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-02T17:30:46.806Z] #43 75.97 LINK criu/pie/restorer.built-in.o [2021-02-02T17:30:46.806Z] #43 75.99 GEN criu/pie/restorer-blob.h [2021-02-02T17:30:47.102Z] #43 76.10 DEP criu/vdso.d [2021-02-02T17:30:47.102Z] #43 76.26 DEP criu/uts_ns.d [2021-02-02T17:30:47.102Z] #43 76.39 DEP criu/util.d [2021-02-02T17:30:47.102Z] #43 ... [2021-02-02T17:30:47.102Z] [2021-02-02T17:30:47.102Z] #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-02-02T17:30:47.102Z] #45 sha256:e5c0583ac28657eccef246b80c5774050700e02cc78bf5d56e33f090885ab731 [2021-02-02T17:30:47.102Z] #45 135.4 vendor/golang.org/x/text/unicode/norm [2021-02-02T17:30:47.102Z] #45 137.8 github.com/LK4D4/vndr/build [2021-02-02T17:30:47.398Z] #45 ... [2021-02-02T17:30:47.398Z] [2021-02-02T17:30:47.398Z] #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-02-02T17:30:47.398Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-02T17:30:47.398Z] #20 25.36 Get:30 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnet1 ppc64el 1.1.6+dfsg-3.1 [59.8 kB] [2021-02-02T17:30:47.398Z] #20 25.37 Get:31 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libnl-3-200 ppc64el 3.4.0-1 [59.6 kB] [2021-02-02T17:30:47.398Z] #20 25.38 Get:32 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libprotobuf-c1 ppc64el 1.3.1-1+b1 [29.2 kB] [2021-02-02T17:30:47.398Z] #20 25.39 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el libreadline5 ppc64el 5.2+dfsg-3+b13 [129 kB] [2021-02-02T17:30:47.398Z] #20 25.40 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el net-tools ppc64el 1.60+git20180626.aebd88e-1 [265 kB] [2021-02-02T17:30:47.398Z] #20 25.42 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python-pip-whl all 18.1-5 [1591 kB] [2021-02-02T17:30:47.398Z] #20 25.60 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-02-02T17:30:47.398Z] #20 25.61 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-distutils all 3.7.3-1 [142 kB] [2021-02-02T17:30:47.398Z] #20 25.62 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pip all 18.1-5 [171 kB] [2021-02-02T17:30:47.398Z] #20 25.67 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-pkg-resources all 40.8.0-1 [153 kB] [2021-02-02T17:30:47.398Z] #20 25.69 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-setuptools all 40.8.0-1 [306 kB] [2021-02-02T17:30:47.398Z] #20 25.70 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el python3-wheel all 0.32.3-2 [19.4 kB] [2021-02-02T17:30:47.398Z] #20 25.71 Get:42 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main ppc64el sudo ppc64el 1.8.27-1+deb10u3 [1230 kB] [2021-02-02T17:30:47.398Z] #20 25.80 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el thin-provisioning-tools ppc64el 0.7.6-2.1 [350 kB] [2021-02-02T17:30:47.398Z] #20 25.84 Get:44 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el uidmap ppc64el 1:4.5-1.1 [261 kB] [2021-02-02T17:30:47.398Z] #20 25.85 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-02-02T17:30:47.398Z] #20 26.27 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el vim ppc64el 2:8.1.0875-5 [1346 kB] [2021-02-02T17:30:47.398Z] #20 26.37 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el xfsprogs ppc64el 4.20.0-1 [961 kB] [2021-02-02T17:30:47.398Z] #20 26.42 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main ppc64el zip ppc64el 3.0-11+b1 [223 kB] [2021-02-02T17:30:47.398Z] #20 27.46 debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T17:30:47.398Z] #20 27.57 Fetched 29.2 MB in 3s (10.2 MB/s) [2021-02-02T17:30:47.398Z] #20 27.64 Selecting previously unselected package pigz. [2021-02-02T17:30:47.398Z] #20 27.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 ... 23361 files and directories currently installed.) [2021-02-02T17:30:47.398Z] #20 27.69 Preparing to unpack .../pigz_2.4-1_ppc64el.deb ... [2021-02-02T17:30:47.398Z] #20 27.70 Unpacking pigz (2.4-1) ... [2021-02-02T17:30:47.398Z] #20 27.79 Selecting previously unselected package libpython3.7-minimal:ppc64el. [2021-02-02T17:30:47.398Z] #20 27.79 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2021-02-02T17:30:47.398Z] #20 27.79 Unpacking libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2021-02-02T17:30:47.398Z] #20 28.30 Selecting previously unselected package python3.7-minimal. [2021-02-02T17:30:47.398Z] #20 28.31 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u2_ppc64el.deb ... [2021-02-02T17:30:47.398Z] #20 28.32 Unpacking python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-02T17:30:47.695Z] #20 29.45 Setting up libpython3.7-minimal:ppc64el (3.7.3-2+deb10u2) ... [2021-02-02T17:30:47.695Z] #20 29.47 Setting up python3.7-minimal (3.7.3-2+deb10u2) ... [2021-02-02T17:30:49.476Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-02T17:30:50.196Z] using credential docker-jenkins-github-credentials [2021-02-02T17:30:50.272Z] Cloning the remote Git repository [2021-02-02T17:30:50.272Z] Cloning with configured refspecs honoured and without tags [2021-02-02T17:30:50.453Z] #20 31.87 Selecting previously unselected package python3-minimal. [2021-02-02T17:30:50.453Z] #20 31.87 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23610 files and directories currently installed.) [2021-02-02T17:30:50.453Z] #20 31.98 Preparing to unpack .../python3-minimal_3.7.3-1_ppc64el.deb ... [2021-02-02T17:30:50.453Z] #20 32.00 Unpacking python3-minimal (3.7.3-1) ... [2021-02-02T17:30:50.453Z] #20 32.12 Selecting previously unselected package libmpdec2:ppc64el. [2021-02-02T17:30:50.453Z] #20 32.14 Preparing to unpack .../libmpdec2_2.4.2-2_ppc64el.deb ... [2021-02-02T17:30:50.453Z] #20 32.15 Unpacking libmpdec2:ppc64el (2.4.2-2) ... [2021-02-02T17:30:50.453Z] #20 32.23 Selecting previously unselected package libpython3.7-stdlib:ppc64el. [2021-02-02T17:30:50.453Z] #20 32.24 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u2_ppc64el.deb ... [2021-02-02T17:30:50.453Z] #20 32.24 Unpacking libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2021-02-02T17:30:50.666Z] ok github.com/docker/docker/daemon/cluster 0.052s coverage: 0.5% of statements [2021-02-02T17:30:51.544Z] #20 33.23 Selecting previously unselected package python3.7. [2021-02-02T17:30:51.544Z] #20 33.24 Preparing to unpack .../python3.7_3.7.3-2+deb10u2_ppc64el.deb ... [2021-02-02T17:30:51.544Z] #20 33.24 Unpacking python3.7 (3.7.3-2+deb10u2) ... [2021-02-02T17:30:51.544Z] #20 33.39 Selecting previously unselected package libpython3-stdlib:ppc64el. [2021-02-02T17:30:51.544Z] #20 33.41 Preparing to unpack .../libpython3-stdlib_3.7.3-1_ppc64el.deb ... [2021-02-02T17:30:51.544Z] #20 33.41 Unpacking libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-02-02T17:30:51.703Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.007s coverage: 65.3% of statements [2021-02-02T17:30:50.529Z] Cloning repository https://github.com/moby/moby.git [2021-02-02T17:30:50.993Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-02-02T17:30:51.839Z] #20 33.57 Setting up python3-minimal (3.7.3-1) ... [2021-02-02T17:30:52.741Z] ok github.com/docker/docker/daemon/cluster/convert 0.006s coverage: 35.9% of statements [2021-02-02T17:30:52.892Z] #20 34.66 Selecting previously unselected package python3. [2021-02-02T17:30:52.892Z] #20 34.66 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24022 files and directories currently installed.) [2021-02-02T17:30:52.892Z] #20 34.74 Preparing to unpack .../00-python3_3.7.3-1_ppc64el.deb ... [2021-02-02T17:30:52.892Z] #20 34.76 Unpacking python3 (3.7.3-1) ... [2021-02-02T17:30:53.188Z] #20 34.87 Selecting previously unselected package libip4tc0:ppc64el. [2021-02-02T17:30:53.188Z] #20 34.87 Preparing to unpack .../01-libip4tc0_1.8.2-4_ppc64el.deb ... [2021-02-02T17:30:53.188Z] #20 34.88 Unpacking libip4tc0:ppc64el (1.8.2-4) ... [2021-02-02T17:30:53.188Z] #20 34.99 Selecting previously unselected package libip6tc0:ppc64el. [2021-02-02T17:30:53.188Z] #20 35.00 Preparing to unpack .../02-libip6tc0_1.8.2-4_ppc64el.deb ... [2021-02-02T17:30:53.188Z] #20 35.01 Unpacking libip6tc0:ppc64el (1.8.2-4) ... [2021-02-02T17:30:53.484Z] #20 35.11 Selecting previously unselected package libiptc0:ppc64el. [2021-02-02T17:30:53.484Z] #20 35.11 Preparing to unpack .../03-libiptc0_1.8.2-4_ppc64el.deb ... [2021-02-02T17:30:53.484Z] #20 35.12 Unpacking libiptc0:ppc64el (1.8.2-4) ... [2021-02-02T17:30:53.484Z] #20 35.23 Selecting previously unselected package libnfnetlink0:ppc64el. [2021-02-02T17:30:53.484Z] #20 35.24 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_ppc64el.deb ... [2021-02-02T17:30:53.484Z] #20 35.25 Unpacking libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-02-02T17:30:53.484Z] #20 35.34 Selecting previously unselected package libnetfilter-conntrack3:ppc64el. [2021-02-02T17:30:53.484Z] #20 35.35 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_ppc64el.deb ... [2021-02-02T17:30:53.484Z] #20 35.36 Unpacking libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-02-02T17:30:53.484Z] #20 35.42 Selecting previously unselected package libnftnl11:ppc64el. [2021-02-02T17:30:53.484Z] #20 35.43 Preparing to unpack .../06-libnftnl11_1.1.2-2_ppc64el.deb ... [2021-02-02T17:30:53.484Z] #20 35.44 Unpacking libnftnl11:ppc64el (1.1.2-2) ... [2021-02-02T17:30:53.780Z] #20 35.55 Selecting previously unselected package iptables. [2021-02-02T17:30:53.780Z] #20 35.57 Preparing to unpack .../07-iptables_1.8.2-4_ppc64el.deb ... [2021-02-02T17:30:53.780Z] #20 35.57 Unpacking iptables (1.8.2-4) ... [2021-02-02T17:30:52.034Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-02T17:30:52.034Z] > git --version # timeout=10 [2021-02-02T17:30:52.094Z] > git --version # 'git version 2.24.1.windows.2' [2021-02-02T17:30:52.095Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:30:52.098Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41842/head:refs/remotes/origin/PR-41842 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:30:54.419Z] #20 36.12 Selecting previously unselected package xxd. [2021-02-02T17:30:54.419Z] #20 36.12 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_ppc64el.deb ... [2021-02-02T17:30:54.419Z] #20 36.15 Unpacking xxd (2:8.1.0875-5) ... [2021-02-02T17:30:54.419Z] #20 36.36 Selecting previously unselected package vim-common. [2021-02-02T17:30:54.715Z] #20 36.37 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-02-02T17:30:54.715Z] #20 36.45 Unpacking vim-common (2:8.1.0875-5) ... [2021-02-02T17:30:55.011Z] #20 36.77 Selecting previously unselected package bash-completion. [2021-02-02T17:30:55.011Z] #20 36.78 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-02-02T17:30:57.530Z] tests/integration/api_container_test.py ....x...........x............... [ 17%] [2021-02-02T17:30:57.777Z] #20 ... [2021-02-02T17:30:57.777Z] [2021-02-02T17:30:57.777Z] #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-02-02T17:30:57.777Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:30:57.777Z] #43 76.55 DEP criu/uffd.d [2021-02-02T17:30:57.777Z] #43 76.77 DEP criu/tun.d [2021-02-02T17:30:57.777Z] #43 76.94 DEP criu/tty.d [2021-02-02T17:30:57.777Z] #43 77.18 DEP criu/timerfd.d [2021-02-02T17:30:57.777Z] #43 77.39 DEP criu/timens.d [2021-02-02T17:30:57.777Z] #43 77.59 DEP criu/sysfs_parse.d [2021-02-02T17:30:57.777Z] #43 77.80 DEP criu/sysctl.d [2021-02-02T17:30:57.777Z] #43 77.98 DEP criu/string.d [2021-02-02T17:30:57.777Z] #43 78.03 DEP criu/stats.d [2021-02-02T17:30:57.777Z] #43 78.17 DEP criu/sockets.d [2021-02-02T17:30:57.777Z] #43 78.38 DEP criu/sk-unix.d [2021-02-02T17:30:57.777Z] #43 78.60 DEP criu/sk-tcp.d [2021-02-02T17:30:57.777Z] #43 78.82 DEP criu/sk-queue.d [2021-02-02T17:30:57.777Z] #43 79.01 DEP criu/sk-packet.d [2021-02-02T17:30:57.777Z] #43 79.22 DEP criu/sk-netlink.d [2021-02-02T17:30:57.777Z] #43 79.45 DEP criu/sk-inet.d [2021-02-02T17:30:57.777Z] #43 79.62 DEP criu/signalfd.d [2021-02-02T17:30:57.777Z] #43 79.74 DEP criu/sigframe.d [2021-02-02T17:30:57.777Z] #43 79.82 DEP criu/shmem.d [2021-02-02T17:30:57.777Z] #43 80.02 DEP criu/servicefd.d [2021-02-02T17:30:57.777Z] #43 80.18 DEP criu/seize.d [2021-02-02T17:30:57.777Z] #43 80.32 DEP criu/seccomp.d [2021-02-02T17:30:57.777Z] #43 80.52 DEP criu/rst-malloc.d [2021-02-02T17:30:57.777Z] #43 80.62 DEP criu/rbtree.d [2021-02-02T17:30:57.777Z] #43 80.69 DEP criu/pstree.d [2021-02-02T17:30:57.777Z] #43 80.89 DEP criu/protobuf.d [2021-02-02T17:30:57.777Z] #43 81.03 GEN criu/protobuf-desc-gen.h [2021-02-02T17:30:57.777Z] #43 83.14 DEP criu/protobuf-desc.d [2021-02-02T17:30:57.777Z] #43 83.27 DEP criu/proc_parse.d [2021-02-02T17:30:57.777Z] #43 83.48 DEP criu/plugin.d [2021-02-02T17:30:57.777Z] #43 83.58 DEP criu/pipes.d [2021-02-02T17:30:57.777Z] #43 83.80 DEP criu/pie-util.d [2021-02-02T17:30:57.777Z] #43 83.92 DEP criu/pie-util-vdso.d [2021-02-02T17:30:57.777Z] #43 84.11 DEP criu/path.d [2021-02-02T17:30:57.777Z] #43 84.29 DEP criu/parasite-syscall.d [2021-02-02T17:30:57.777Z] #43 84.56 DEP criu/pagemap.d [2021-02-02T17:30:57.777Z] #43 84.75 DEP criu/pagemap-cache.d [2021-02-02T17:30:57.777Z] #43 84.92 DEP criu/page-xfer.d [2021-02-02T17:30:57.777Z] #43 85.24 DEP criu/page-pipe.d [2021-02-02T17:30:57.777Z] #43 85.40 DEP criu/netfilter.d [2021-02-02T17:30:57.777Z] #43 85.57 DEP criu/net.d [2021-02-02T17:30:57.777Z] #43 85.87 DEP criu/namespaces.d [2021-02-02T17:30:57.777Z] #43 86.06 DEP criu/mount.d [2021-02-02T17:30:57.777Z] #43 86.26 DEP criu/memfd.d [2021-02-02T17:30:57.777Z] #43 86.42 DEP criu/mem.d [2021-02-02T17:30:57.777Z] #43 86.67 DEP criu/lsm.d [2021-02-02T17:30:57.777Z] #43 86.99 DEP criu/log.d [2021-02-02T17:30:57.777Z] #43 87.13 DEP criu/libnetlink.d [2021-02-02T17:30:58.076Z] #43 87.28 DEP criu/kerndat.d [2021-02-02T17:30:58.372Z] #43 87.48 DEP criu/kcmp-ids.d [2021-02-02T17:30:58.372Z] #43 87.59 DEP criu/irmap.d [2021-02-02T17:30:58.670Z] #43 87.83 DEP criu/ipc_ns.d [2021-02-02T17:30:58.670Z] #43 88.01 DEP criu/image.d [2021-02-02T17:30:58.967Z] #43 88.19 DEP criu/image-desc.d [2021-02-02T17:30:59.264Z] #43 88.28 DEP criu/fsnotify.d [2021-02-02T17:30:59.264Z] #43 ... [2021-02-02T17:30:59.264Z] [2021-02-02T17:30:59.264Z] #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-02-02T17:30:59.264Z] #45 sha256:e5c0583ac28657eccef246b80c5774050700e02cc78bf5d56e33f090885ab731 [2021-02-02T17:30:59.264Z] #45 147.5 vendor/golang.org/x/net/http2/hpack [2021-02-02T17:30:59.264Z] #45 148.1 vendor/golang.org/x/crypto/cryptobyte [2021-02-02T17:30:59.264Z] #45 148.6 vendor/golang.org/x/net/idna [2021-02-02T17:30:59.264Z] #45 150.8 mime [2021-02-02T17:30:59.264Z] #45 155.4 vendor/golang.org/x/net/http/httpproxy [2021-02-02T17:30:59.264Z] #45 155.4 net/textproto [2021-02-02T17:30:59.264Z] #45 155.4 crypto/x509 [2021-02-02T17:30:59.264Z] #45 157.2 mime/multipart [2021-02-02T17:30:59.265Z] #45 157.2 vendor/golang.org/x/net/http/httpguts [2021-02-02T17:30:59.265Z] #45 ... [2021-02-02T17:30:59.265Z] [2021-02-02T17:30:59.265Z] #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-02-02T17:30:59.265Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-02T17:30:59.265Z] #20 41.11 Unpacking bash-completion (1:2.8-6) ... [2021-02-02T17:30:59.562Z] #20 41.56 Selecting previously unselected package bzip2. [2021-02-02T17:30:59.644Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.448s coverage: 14.1% of statements [2021-02-02T17:30:59.858Z] #20 41.57 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_ppc64el.deb ... [2021-02-02T17:30:59.858Z] #20 41.58 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-02T17:30:59.858Z] #20 41.66 Selecting previously unselected package xz-utils. [2021-02-02T17:30:59.858Z] #20 41.66 Preparing to unpack .../12-xz-utils_5.2.4-1_ppc64el.deb ... [2021-02-02T17:30:59.858Z] #20 41.67 Unpacking xz-utils (5.2.4-1) ... [2021-02-02T17:31:00.154Z] #20 41.89 Selecting previously unselected package apparmor. [2021-02-02T17:31:00.154Z] #20 41.90 Preparing to unpack .../13-apparmor_2.13.2-10_ppc64el.deb ... [2021-02-02T17:31:00.154Z] #20 42.01 Unpacking apparmor (2.13.2-10) ... [2021-02-02T17:31:00.684Z] ok github.com/docker/docker/daemon/config 0.018s coverage: 81.8% of statements [2021-02-02T17:31:00.797Z] #20 42.54 Selecting previously unselected package aufs-tools. [2021-02-02T17:31:00.797Z] #20 42.55 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_ppc64el.deb ... [2021-02-02T17:31:00.797Z] #20 42.55 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-02-02T17:31:00.797Z] #20 42.71 Selecting previously unselected package libonig5:ppc64el. [2021-02-02T17:31:00.797Z] #20 42.71 Preparing to unpack .../15-libonig5_6.9.1-1_ppc64el.deb ... [2021-02-02T17:31:00.797Z] #20 42.72 Unpacking libonig5:ppc64el (6.9.1-1) ... [2021-02-02T17:31:00.977Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2021-02-02T17:31:01.094Z] #20 42.92 Selecting previously unselected package libjq1:ppc64el. [2021-02-02T17:31:01.094Z] #20 42.93 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_ppc64el.deb ... [2021-02-02T17:31:01.094Z] #20 42.95 Unpacking libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-02-02T17:31:01.391Z] #20 43.06 Selecting previously unselected package jq. [2021-02-02T17:31:01.391Z] #20 43.07 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_ppc64el.deb ... [2021-02-02T17:31:01.391Z] #20 43.08 Unpacking jq (1.5+dfsg-2+b1) ... [2021-02-02T17:31:01.391Z] #20 43.19 Selecting previously unselected package libaio1:ppc64el. [2021-02-02T17:31:01.391Z] #20 43.21 Preparing to unpack .../18-libaio1_0.3.112-3_ppc64el.deb ... [2021-02-02T17:31:01.391Z] #20 43.21 Unpacking libaio1:ppc64el (0.3.112-3) ... [2021-02-02T17:31:01.391Z] #20 43.28 Selecting previously unselected package libgpm2:ppc64el. [2021-02-02T17:31:01.391Z] #20 43.29 Preparing to unpack .../19-libgpm2_1.20.7-5_ppc64el.deb ... [2021-02-02T17:31:01.391Z] #20 43.29 Unpacking libgpm2:ppc64el (1.20.7-5) ... [2021-02-02T17:31:01.625Z] ok github.com/docker/docker/daemon/events 0.055s coverage: 50.0% of statements [2021-02-02T17:31:01.688Z] #20 43.35 Selecting previously unselected package libicu63:ppc64el. [2021-02-02T17:31:01.688Z] #20 43.37 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_ppc64el.deb ... [2021-02-02T17:31:01.688Z] #20 43.38 Unpacking libicu63:ppc64el (63.1-6+deb10u1) ... [2021-02-02T17:31:02.260Z] ok github.com/docker/docker/daemon/graphdriver 0.003s coverage: 2.2% of statements [2021-02-02T17:31:02.895Z] ok github.com/docker/docker/daemon 12.275s coverage: 17.1% of statements [2021-02-02T17:31:02.895Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-02T17:31:02.895Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-02T17:31:02.895Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-02T17:31:02.895Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-02T17:31:04.409Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.004s coverage: 2.9% of statements [2021-02-02T17:31:05.045Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.195s coverage: 56.2% of statements [2021-02-02T17:31:05.254Z] #20 46.91 Selecting previously unselected package libnet1:ppc64el. [2021-02-02T17:31:05.254Z] #20 46.92 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_ppc64el.deb ... [2021-02-02T17:31:05.254Z] #20 46.93 Unpacking libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-02-02T17:31:05.254Z] #20 46.98 Selecting previously unselected package libnl-3-200:ppc64el. [2021-02-02T17:31:05.254Z] #20 46.99 Preparing to unpack .../22-libnl-3-200_3.4.0-1_ppc64el.deb ... [2021-02-02T17:31:05.254Z] #20 46.99 Unpacking libnl-3-200:ppc64el (3.4.0-1) ... [2021-02-02T17:31:05.254Z] #20 47.11 Selecting previously unselected package libprotobuf-c1:ppc64el. [2021-02-02T17:31:05.254Z] #20 47.13 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_ppc64el.deb ... [2021-02-02T17:31:05.254Z] #20 47.13 Unpacking libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-02-02T17:31:05.551Z] #20 47.21 Selecting previously unselected package libreadline5:ppc64el. [2021-02-02T17:31:05.551Z] #20 47.23 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_ppc64el.deb ... [2021-02-02T17:31:05.551Z] #20 47.24 Unpacking libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-02-02T17:31:05.551Z] #20 47.49 Selecting previously unselected package net-tools. [2021-02-02T17:31:05.849Z] #20 47.51 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_ppc64el.deb ... [2021-02-02T17:31:05.849Z] #20 47.51 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-02T17:31:06.146Z] #20 47.83 Selecting previously unselected package python-pip-whl. [2021-02-02T17:31:06.146Z] #20 47.84 Preparing to unpack .../26-python-pip-whl_18.1-5_all.deb ... [2021-02-02T17:31:06.146Z] #20 47.84 Unpacking python-pip-whl (18.1-5) ... [2021-02-02T17:31:06.447Z] #20 48.38 Selecting previously unselected package python3-lib2to3. [2021-02-02T17:31:06.746Z] #20 48.39 Preparing to unpack .../27-python3-lib2to3_3.7.3-1_all.deb ... [2021-02-02T17:31:06.746Z] #20 48.41 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-02-02T17:31:06.746Z] #20 48.60 Selecting previously unselected package python3-distutils. [2021-02-02T17:31:06.746Z] #20 48.62 Preparing to unpack .../28-python3-distutils_3.7.3-1_all.deb ... [2021-02-02T17:31:06.746Z] #20 48.62 Unpacking python3-distutils (3.7.3-1) ... [2021-02-02T17:31:07.047Z] #20 48.90 Selecting previously unselected package python3-pip. [2021-02-02T17:31:07.047Z] #20 48.94 Preparing to unpack .../29-python3-pip_18.1-5_all.deb ... [2021-02-02T17:31:07.346Z] #20 48.95 Unpacking python3-pip (18.1-5) ... [2021-02-02T17:31:07.644Z] #20 49.25 Selecting previously unselected package python3-pkg-resources. [2021-02-02T17:31:07.644Z] #20 49.26 Preparing to unpack .../30-python3-pkg-resources_40.8.0-1_all.deb ... [2021-02-02T17:31:07.644Z] #20 49.28 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-02-02T17:31:07.644Z] #20 49.45 Selecting previously unselected package python3-setuptools. [2021-02-02T17:31:07.644Z] #20 49.46 Preparing to unpack .../31-python3-setuptools_40.8.0-1_all.deb ... [2021-02-02T17:31:07.644Z] #20 49.47 Unpacking python3-setuptools (40.8.0-1) ... [2021-02-02T17:31:07.941Z] #20 49.79 Selecting previously unselected package python3-wheel. [2021-02-02T17:31:07.941Z] #20 49.80 Preparing to unpack .../32-python3-wheel_0.32.3-2_all.deb ... [2021-02-02T17:31:07.941Z] #20 49.80 Unpacking python3-wheel (0.32.3-2) ... [2021-02-02T17:31:07.941Z] #20 49.89 Selecting previously unselected package sudo. [2021-02-02T17:31:07.941Z] #20 49.90 Preparing to unpack .../33-sudo_1.8.27-1+deb10u3_ppc64el.deb ... [2021-02-02T17:31:08.238Z] #20 49.91 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-02-02T17:31:08.541Z] #20 50.48 Selecting previously unselected package thin-provisioning-tools. [2021-02-02T17:31:08.845Z] #20 50.49 Preparing to unpack .../34-thin-provisioning-tools_0.7.6-2.1_ppc64el.deb ... [2021-02-02T17:31:08.845Z] #20 50.50 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-02-02T17:31:09.143Z] #20 50.82 Selecting previously unselected package uidmap. [2021-02-02T17:31:09.143Z] #20 50.84 Preparing to unpack .../35-uidmap_1%3a4.5-1.1_ppc64el.deb ... [2021-02-02T17:31:09.143Z] #20 50.85 Unpacking uidmap (1:4.5-1.1) ... [2021-02-02T17:31:09.143Z] #20 ... [2021-02-02T17:31:09.143Z] [2021-02-02T17:31:09.143Z] #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-02-02T17:31:09.143Z] #24 sha256:33be999a105d50544671d6ade6d4cc7c2b111bb28e5fe2daf5ac2d9931260579 [2021-02-02T17:31:09.153Z] Fetching without tags [2021-02-02T17:31:09.438Z] #24 167.4 Checking out files: 18% (2117/11179) Checking out files: 19% (2125/11179) Checking out files: 20% (2236/11179) Checking out files: 21% (2348/11179) Checking out files: 22% (2460/11179) [2021-02-02T17:31:09.438Z] #24 ... [2021-02-02T17:31:09.438Z] [2021-02-02T17:31:09.438Z] #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-02-02T17:31:09.438Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:31:09.438Z] #43 88.47 DEP criu/filesystems.d [2021-02-02T17:31:09.438Z] #43 88.77 DEP criu/files.d [2021-02-02T17:31:09.438Z] #43 89.08 DEP criu/files-reg.d [2021-02-02T17:31:09.438Z] #43 89.34 DEP criu/files-ext.d [2021-02-02T17:31:09.438Z] #43 89.54 DEP criu/file-lock.d [2021-02-02T17:31:09.438Z] #43 89.72 DEP criu/file-ids.d [2021-02-02T17:31:09.438Z] #43 89.91 DEP criu/fifo.d [2021-02-02T17:31:09.438Z] #43 90.11 DEP criu/fdstore.d [2021-02-02T17:31:09.438Z] #43 90.34 DEP criu/fault-injection.d [2021-02-02T17:31:09.438Z] #43 90.40 DEP criu/external.d [2021-02-02T17:31:09.438Z] #43 90.50 DEP criu/eventpoll.d [2021-02-02T17:31:09.438Z] #43 90.75 DEP criu/eventfd.d [2021-02-02T17:31:09.438Z] #43 90.89 DEP criu/crtools.d [2021-02-02T17:31:09.438Z] #43 91.14 DEP criu/cr-service.d [2021-02-02T17:31:09.438Z] #43 91.38 DEP criu/cr-restore.d [2021-02-02T17:31:09.438Z] #43 91.74 DEP criu/cr-errno.d [2021-02-02T17:31:09.438Z] #43 91.75 DEP criu/cr-dump.d [2021-02-02T17:31:09.438Z] #43 92.05 DEP criu/cr-dedup.d [2021-02-02T17:31:09.438Z] #43 92.23 DEP criu/cr-check.d [2021-02-02T17:31:09.438Z] #43 92.48 DEP criu/config.d [2021-02-02T17:31:09.438Z] #43 92.70 DEP criu/clone-noasan.d [2021-02-02T17:31:09.438Z] #43 92.79 DEP criu/cgroup.d [2021-02-02T17:31:09.438Z] #43 93.03 DEP criu/cgroup-props.d [2021-02-02T17:31:09.438Z] #43 93.17 DEP criu/bitmap.d [2021-02-02T17:31:09.438Z] #43 93.19 DEP criu/bfd.d [2021-02-02T17:31:09.438Z] #43 93.30 DEP criu/autofs.d [2021-02-02T17:31:09.438Z] #43 93.49 DEP criu/aio.d [2021-02-02T17:31:09.438Z] #43 93.74 DEP criu/action-scripts.d [2021-02-02T17:31:09.438Z] #43 94.18 CC criu/action-scripts.o [2021-02-02T17:31:09.438Z] #43 94.91 CC criu/aio.o [2021-02-02T17:31:09.438Z] #43 95.71 CC criu/autofs.o [2021-02-02T17:31:09.438Z] #43 98.63 CC criu/bfd.o [2021-02-02T17:31:09.438Z] #43 ... [2021-02-02T17:31:09.438Z] [2021-02-02T17:31:09.438Z] #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-02-02T17:31:09.438Z] #24 sha256:33be999a105d50544671d6ade6d4cc7c2b111bb28e5fe2daf5ac2d9931260579 [2021-02-02T17:31:09.522Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.953s coverage: 45.9% of statements [2021-02-02T17:31:09.546Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-02T17:31:09.546Z] [2021-02-02T17:31:09.546Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-02T17:31:09.546Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-02T17:31:09.546Z] HOSTNAME=cca3376b02a2 [2021-02-02T17:31:09.546Z] TESTDEBUG=0 [2021-02-02T17:31:09.546Z] DEST=bundles/test-integration [2021-02-02T17:31:09.546Z] PWD=/go/src/github.com/docker/docker [2021-02-02T17:31:09.546Z] DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 [2021-02-02T17:31:09.546Z] container=docker [2021-02-02T17:31:09.546Z] HOME=/root [2021-02-02T17:31:09.546Z] GOLANG_VERSION=1.13.15 [2021-02-02T17:31:09.546Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-02T17:31:09.546Z] VALIDATE_BRANCH=master [2021-02-02T17:31:09.546Z] TERM=xterm [2021-02-02T17:31:09.546Z] DOCKER_PKG=github.com/docker/docker [2021-02-02T17:31:09.546Z] SHLVL=1 [2021-02-02T17:31:09.546Z] TIMEOUT=120m [2021-02-02T17:31:09.546Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-02T17:31:09.546Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-02T17:31:09.546Z] GO111MODULE=off [2021-02-02T17:31:09.546Z] DOCKER_EXPERIMENTAL=1 [2021-02-02T17:31:09.546Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-02T17:31:09.546Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-02T17:31:09.546Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-02T17:31:09.546Z] GOPATH=/go [2021-02-02T17:31:09.546Z] PKG_CONFIG=pkg-config [2021-02-02T17:31:09.546Z] _=/usr/bin/env [2021-02-02T17:31:09.546Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-02T17:31:10.168Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.004s coverage: 1.9% of statements [2021-02-02T17:31:10.451Z] Merging remotes/origin/master commit 8d3179546e79065adefa67cc697c09d0ab137d30 into PR head commit 654f854faecb038cb5ff110e6705fe355f1c8159 [2021-02-02T17:31:08.806Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-02T17:31:08.878Z] > git config --add remote.origin.fetch +refs/pull/41842/head:refs/remotes/origin/PR-41842 # timeout=10 [2021-02-02T17:31:08.929Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:31:09.051Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-02-02T17:31:09.187Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-02-02T17:31:09.187Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:31:09.189Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41842/head:refs/remotes/origin/PR-41842 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T17:31:10.558Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:31:10.610Z] > git checkout -f 654f854faecb038cb5ff110e6705fe355f1c8159 # timeout=10 [2021-02-02T17:31:12.107Z] #24 167.4 Checking out files: 18% (2117/11179) Checking out files: 19% (2125/11179) Checking out files: 20% (2236/11179) Checking out files: 21% (2348/11179) Checking out files: 22% (2460/11179) Checking out files: 23% (2572/11179) Checking out files: 24% (2683/11179) Checking out files: 25% (2795/11179) Checking out files: 26% (2907/11179) Checking out files: 27% (3019/11179) Checking out files: 28% (3131/11179) Checking out files: 29% (3242/11179) Checking out files: 30% (3354/11179) Checking out files: 31% (3466/11179) Checking out files: 32% (3578/11179) Checking out files: 33% (3690/11179) Checking out files: 34% (3801/11179) Checking out files: 35% (3913/11179) Checking out files: 36% (4025/11179) Checking out files: 36% (4055/11179) Checking out files: 37% (4137/11179) Checking out files: 38% (4249/11179) Checking out files: 39% (4360/11179) Checking out files: 40% (4472/11179) Checking out files: 41% (4584/11179) Checking out files: 42% (4696/11179) Checking out files: 43% (4807/11179) Checking out files: 44% (4919/11179) Checking out files: 45% (5031/11179) Checking out files: 46% (5143/11179) Checking out files: 47% (5255/11179) Checking out files: 48% (5366/11179) Checking out files: 49% (5478/11179) Checking out files: 50% (5590/11179) Checking out files: 51% (5702/11179) Checking out files: 52% (5814/11179) Checking out files: 53% (5925/11179) Checking out files: 54% (6037/11179) Checking out files: 55% (6149/11179) Checking out files: 56% (6261/11179) Checking out files: 57% (6373/11179) Checking out files: 58% (6484/11179) Checking out files: 59% (6596/11179) Checking out files: 59% (6676/11179) Checking out files: 60% (6708/11179) Checking out files: 61% (6820/11179) Checking out files: 62% (6931/11179) Checking out files: 63% (7043/11179) Checking out files: 64% (7155/11179) Checking out files: 65% (7267/11179) Checking out files: 66% (7379/11179) Checking out files: 67% (7490/11179) Checking out files: 68% (7602/11179) Checking out files: 69% (7714/11179) Checking out files: 70% (7826/11179) Checking out files: 71% (7938/11179) Checking out files: 72% (8049/11179) Checking out files: 73% (8161/11179) Checking out files: 74% (8273/11179) Checking out files: 75% (8385/11179) Checking out files: 76% (8497/11179) Checking out files: 76% (8554/11179) Checking out files: 77% (8608/11179) Checking out files: 78% (8720/11179) [2021-02-02T17:31:12.107Z] #24 ... [2021-02-02T17:31:12.107Z] [2021-02-02T17:31:12.107Z] #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-02-02T17:31:12.107Z] #45 sha256:e5c0583ac28657eccef246b80c5774050700e02cc78bf5d56e33f090885ab731 [2021-02-02T17:31:12.107Z] #45 160.4 crypto/tls [2021-02-02T17:31:12.107Z] #45 167.9 net/http/httptrace [2021-02-02T17:31:12.107Z] #45 168.2 net/http [2021-02-02T17:31:12.405Z] #45 ... [2021-02-02T17:31:12.405Z] [2021-02-02T17:31:12.405Z] #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-02-02T17:31:12.405Z] #24 sha256:33be999a105d50544671d6ade6d4cc7c2b111bb28e5fe2daf5ac2d9931260579 [2021-02-02T17:31:13.608Z] #24 167.4 Checking out files: 18% (2117/11179) Checking out files: 19% (2125/11179) Checking out files: 20% (2236/11179) Checking out files: 21% (2348/11179) Checking out files: 22% (2460/11179) Checking out files: 23% (2572/11179) Checking out files: 24% (2683/11179) Checking out files: 25% (2795/11179) Checking out files: 26% (2907/11179) Checking out files: 27% (3019/11179) Checking out files: 28% (3131/11179) Checking out files: 29% (3242/11179) Checking out files: 30% (3354/11179) Checking out files: 31% (3466/11179) Checking out files: 32% (3578/11179) Checking out files: 33% (3690/11179) Checking out files: 34% (3801/11179) Checking out files: 35% (3913/11179) Checking out files: 36% (4025/11179) Checking out files: 36% (4055/11179) Checking out files: 37% (4137/11179) Checking out files: 38% (4249/11179) Checking out files: 39% (4360/11179) Checking out files: 40% (4472/11179) Checking out files: 41% (4584/11179) Checking out files: 42% (4696/11179) Checking out files: 43% (4807/11179) Checking out files: 44% (4919/11179) Checking out files: 45% (5031/11179) Checking out files: 46% (5143/11179) Checking out files: 47% (5255/11179) Checking out files: 48% (5366/11179) Checking out files: 49% (5478/11179) Checking out files: 50% (5590/11179) Checking out files: 51% (5702/11179) Checking out files: 52% (5814/11179) Checking out files: 53% (5925/11179) Checking out files: 54% (6037/11179) Checking out files: 55% (6149/11179) Checking out files: 56% (6261/11179) Checking out files: 57% (6373/11179) Checking out files: 58% (6484/11179) Checking out files: 59% (6596/11179) Checking out files: 59% (6676/11179) Checking out files: 60% (6708/11179) Checking out files: 61% (6820/11179) Checking out files: 62% (6931/11179) Checking out files: 63% (7043/11179) Checking out files: 64% (7155/11179) Checking out files: 65% (7267/11179) Checking out files: 66% (7379/11179) Checking out files: 67% (7490/11179) Checking out files: 68% (7602/11179) Checking out files: 69% (7714/11179) Checking out files: 70% (7826/11179) Checking out files: 71% (7938/11179) Checking out files: 72% (8049/11179) Checking out files: 73% (8161/11179) Checking out files: 74% (8273/11179) Checking out files: 75% (8385/11179) Checking out files: 76% (8497/11179) Checking out files: 76% (8554/11179) Checking out files: 77% (8608/11179) Checking out files: 78% (8720/11179) Checking out files: 79% (8832/11179) Checking out files: 80% (8944/11179) Checking out files: 81% (9055/11179) Checking out files: 82% (9167/11179) Checking out files: 83% (9279/11179) Checking out files: 84% (9391/11179) Checking out files: 85% (9503/11179) Checking out files: 86% (9614/11179) Checking out files: 87% (9726/11179) Checking out files: 88% (9838/11179) Checking out files: 89% (9950/11179) Checking out files: 90% (10062/11179) Checking out files: 91% (10173/11179) Checking out files: 92% (10285/11179) Checking out files: 93% (10397/11179) Checking out files: 94% (10509/11179) Checking out files: 95% (10621/11179) Checking out files: 95% (10687/11179) Checking out files: 96% (10732/11179) Checking out files: 97% (10844/11179) Checking out files: 98% (10956/11179) Checking out files: 99% (11068/11179) Checking out files: 100% (11179/11179) Checking out files: 100% (11179/11179), done. [2021-02-02T17:31:13.608Z] #24 172.1 + cd /tmp/tmp.254ULBEeJx/tmp/docker-ce [2021-02-02T17:31:13.721Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.414s coverage: 49.4% of statements [2021-02-02T17:31:13.912Z] #24 172.1 + git checkout -q v17.06.2-ce [2021-02-02T17:31:14.126Z] Merge succeeded, producing cd32448b968f207eb5262b2751f740a708d0358f [2021-02-02T17:31:14.126Z] Checking out Revision cd32448b968f207eb5262b2751f740a708d0358f (PR-41842) [2021-02-02T17:31:12.967Z] > git remote # timeout=10 [2021-02-02T17:31:13.090Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T17:31:13.159Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-02-02T17:31:13.162Z] > git merge 8d3179546e79065adefa67cc697c09d0ab137d30 # timeout=10 [2021-02-02T17:31:14.019Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-02-02T17:31:14.160Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T17:31:14.249Z] > git checkout -f cd32448b968f207eb5262b2751f740a708d0358f # timeout=10 [2021-02-02T17:31:17.264Z] --- PASS: TestBuildWithHugeFile (51.22s) [2021-02-02T17:31:17.264Z] === RUN TestBuildWCOWSandboxSize [2021-02-02T17:31:17.264Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-02-02T17:31:17.264Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-02T17:31:17.264Z] === RUN TestBuildWithEmptyDockerfile [2021-02-02T17:31:17.264Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T17:31:17.264Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T17:31:17.264Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T17:31:17.264Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T17:31:17.264Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T17:31:17.264Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T17:31:17.264Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T17:31:17.264Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T17:31:17.264Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T17:31:17.264Z] --- PASS: TestBuildWithEmptyDockerfile (0.17s) [2021-02-02T17:31:17.264Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.14s) [2021-02-02T17:31:17.264Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2021-02-02T17:31:17.264Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-02-02T17:31:17.264Z] === RUN TestBuildPreserveOwnership [2021-02-02T17:31:17.264Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-02T17:31:17.483Z] #24 175.9 + mkdir -p /tmp/tmp.254ULBEeJx/src/github.com/docker [2021-02-02T17:31:17.483Z] #24 175.9 + mv components/cli /tmp/tmp.254ULBEeJx/src/github.com/docker/cli [2021-02-02T17:31:17.483Z] #24 175.9 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-02-02T17:31:19.161Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-02T17:31:19.586Z] #24 ... [2021-02-02T17:31:19.586Z] [2021-02-02T17:31:19.586Z] #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-02-02T17:31:19.586Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-02T17:31:19.586Z] #20 51.00 Selecting previously unselected package vim-runtime. [2021-02-02T17:31:19.586Z] #20 51.00 Preparing to unpack .../36-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-02-02T17:31:19.586Z] #20 51.12 Adding 'diversion of /usr/share/vim/vim81/doc/help.txt to /usr/share/vim/vim81/doc/help.txt.vim-tiny by vim-runtime' [2021-02-02T17:31:19.586Z] #20 51.17 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-02-02T17:31:19.586Z] #20 51.18 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-02-02T17:31:19.586Z] #20 55.55 Selecting previously unselected package vim. [2021-02-02T17:31:19.586Z] #20 55.57 Preparing to unpack .../37-vim_2%3a8.1.0875-5_ppc64el.deb ... [2021-02-02T17:31:19.586Z] #20 55.61 Unpacking vim (2:8.1.0875-5) ... [2021-02-02T17:31:19.586Z] #20 56.35 Selecting previously unselected package xfsprogs. [2021-02-02T17:31:19.586Z] #20 56.36 Preparing to unpack .../38-xfsprogs_4.20.0-1_ppc64el.deb ... [2021-02-02T17:31:19.586Z] #20 56.36 Unpacking xfsprogs (4.20.0-1) ... [2021-02-02T17:31:19.586Z] #20 56.97 Selecting previously unselected package zip. [2021-02-02T17:31:19.586Z] #20 56.98 Preparing to unpack .../39-zip_3.0-11+b1_ppc64el.deb ... [2021-02-02T17:31:19.586Z] #20 56.98 Unpacking zip (3.0-11+b1) ... [2021-02-02T17:31:19.586Z] #20 57.27 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-02-02T17:31:19.586Z] #20 57.28 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-02-02T17:31:19.586Z] #20 57.30 Setting up libip6tc0:ppc64el (1.8.2-4) ... [2021-02-02T17:31:19.586Z] #20 57.31 Setting up libreadline5:ppc64el (5.2+dfsg-3+b13) ... [2021-02-02T17:31:19.586Z] #20 57.33 Setting up libgpm2:ppc64el (1.20.7-5) ... [2021-02-02T17:31:19.586Z] #20 57.33 Setting up libip4tc0:ppc64el (1.8.2-4) ... [2021-02-02T17:31:19.586Z] #20 57.35 Setting up uidmap (1:4.5-1.1) ... [2021-02-02T17:31:19.586Z] #20 57.36 Setting up libnftnl11:ppc64el (1.1.2-2) ... [2021-02-02T17:31:19.586Z] #20 57.38 Setting up libnet1:ppc64el (1.1.6+dfsg-3.1) ... [2021-02-02T17:31:19.586Z] #20 57.39 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-02-02T17:31:19.586Z] #20 57.40 Setting up libprotobuf-c1:ppc64el (1.3.1-1+b1) ... [2021-02-02T17:31:19.586Z] #20 57.40 Setting up libicu63:ppc64el (63.1-6+deb10u1) ... [2021-02-02T17:31:19.586Z] #20 57.42 Setting up xxd (2:8.1.0875-5) ... [2021-02-02T17:31:19.586Z] #20 57.43 Setting up zip (3.0-11+b1) ... [2021-02-02T17:31:19.586Z] #20 57.44 Setting up vim-common (2:8.1.0875-5) ... [2021-02-02T17:31:19.586Z] #20 57.48 Setting up bash-completion (1:2.8-6) ... [2021-02-02T17:31:20.234Z] #20 ... [2021-02-02T17:31:20.234Z] [2021-02-02T17:31:20.235Z] #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-02-02T17:31:20.235Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:31:20.235Z] #43 99.51 CC criu/bitmap.o [2021-02-02T17:31:20.235Z] #43 99.67 CC criu/cgroup-props.o [2021-02-02T17:31:20.235Z] #43 101.2 CC criu/cgroup.o [2021-02-02T17:31:20.235Z] #43 106.9 CC criu/clone-noasan.o [2021-02-02T17:31:20.235Z] #43 107.1 CC criu/config.o [2021-02-02T17:31:20.632Z] ok github.com/docker/docker/daemon/graphdriver/aufs 16.709s coverage: 73.3% of statements [2021-02-02T17:31:20.632Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-02T17:31:20.632Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 6.045s coverage: 57.7% of statements [2021-02-02T17:31:20.632Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-02T17:31:20.632Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-02T17:31:20.632Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.013s coverage: 57.5% of statements [2021-02-02T17:31:20.893Z] #43 109.9 CC criu/cr-check.o [2021-02-02T17:31:20.893Z] #43 ... [2021-02-02T17:31:20.893Z] [2021-02-02T17:31:20.893Z] #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-02-02T17:31:20.893Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-02T17:31:20.893Z] #20 62.69 Setting up libiptc0:ppc64el (1.8.2-4) ... [2021-02-02T17:31:20.893Z] #20 62.69 Setting up xz-utils (5.2.4-1) ... [2021-02-02T17:31:20.893Z] #20 62.71 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-02-02T17:31:20.893Z] #20 62.72 Setting up sudo (1.8.27-1+deb10u3) ... [2021-02-02T17:31:20.893Z] #20 62.83 invoke-rc.d: could not determine current runlevel [2021-02-02T17:31:21.190Z] #20 62.84 invoke-rc.d: policy-rc.d denied execution of start. [2021-02-02T17:31:21.190Z] #20 62.84 Setting up pigz (2.4-1) ... [2021-02-02T17:31:21.190Z] #20 62.85 Setting up libnfnetlink0:ppc64el (1.0.1-3+b1) ... [2021-02-02T17:31:21.190Z] #20 62.85 Setting up libnl-3-200:ppc64el (3.4.0-1) ... [2021-02-02T17:31:21.190Z] #20 62.86 Setting up python-pip-whl (18.1-5) ... [2021-02-02T17:31:21.190Z] #20 62.86 Setting up libmpdec2:ppc64el (2.4.2-2) ... [2021-02-02T17:31:21.190Z] #20 62.87 Setting up vim-runtime (2:8.1.0875-5) ... [2021-02-02T17:31:21.487Z] #20 63.39 Setting up libaio1:ppc64el (0.3.112-3) ... [2021-02-02T17:31:21.487Z] #20 63.39 Setting up libonig5:ppc64el (6.9.1-1) ... [2021-02-02T17:31:21.487Z] #20 63.40 Setting up libpython3.7-stdlib:ppc64el (3.7.3-2+deb10u2) ... [2021-02-02T17:31:21.487Z] #20 63.41 Setting up vim (2:8.1.0875-5) ... [2021-02-02T17:31:21.487Z] #20 63.43 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-02-02T17:31:21.487Z] #20 63.44 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-02-02T17:31:21.487Z] #20 63.45 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-02-02T17:31:21.487Z] #20 63.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-02-02T17:31:21.508Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-02T17:31:21.670Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2021-02-02T17:31:21.785Z] #20 63.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-02-02T17:31:21.785Z] #20 63.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-02-02T17:31:21.785Z] #20 63.53 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-02-02T17:31:21.785Z] #20 63.56 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-02-02T17:31:21.785Z] #20 63.59 Setting up libjq1:ppc64el (1.5+dfsg-2+b1) ... [2021-02-02T17:31:21.785Z] #20 63.60 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-02-02T17:31:21.785Z] #20 63.61 Setting up libnetfilter-conntrack3:ppc64el (1.0.7-1) ... [2021-02-02T17:31:21.785Z] #20 63.62 Setting up jq (1.5+dfsg-2+b1) ... [2021-02-02T17:31:21.785Z] #20 63.63 Setting up libpython3-stdlib:ppc64el (3.7.3-1) ... [2021-02-02T17:31:21.785Z] #20 63.63 Setting up python3.7 (3.7.3-2+deb10u2) ... [2021-02-02T17:31:22.305Z] ok github.com/docker/docker/daemon/links 0.001s coverage: 93.0% of statements [2021-02-02T17:31:22.598Z] ok github.com/docker/docker/daemon/images 0.010s coverage: 6.4% of statements [2021-02-02T17:31:22.598Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-02T17:31:22.598Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-02T17:31:23.344Z] --- PASS: TestBuildPreserveOwnership (10.36s) [2021-02-02T17:31:23.344Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.35s) [2021-02-02T17:31:23.344Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-02-02T17:31:23.344Z] === RUN TestBuildPlatformInvalid [2021-02-02T17:31:23.344Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-02-02T17:31:23.344Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-02T17:31:23.344Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-02-02T17:31:23.344Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2021-02-02T17:31:23.344Z] PASS [2021-02-02T17:31:23.344Z] [2021-02-02T17:31:23.344Z] === Skipped [2021-02-02T17:31:23.344Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-02T17:31:23.344Z] build_session_test.go:25: TODO: BuildKit [2021-02-02T17:31:23.344Z] [2021-02-02T17:31:23.344Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-02-02T17:31:23.344Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-02T17:31:23.344Z] [2021-02-02T17:31:23.344Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-02-02T17:31:23.344Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2021-02-02T17:31:23.344Z] [2021-02-02T17:31:23.344Z] [2021-02-02T17:31:23.344Z] DONE 34 tests, 3 skipped in 128.262s [2021-02-02T17:31:23.344Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-02T17:31:23.344Z] INFO: Testing against a local daemon [2021-02-02T17:31:23.344Z] === RUN TestConfigInspect [2021-02-02T17:31:23.344Z] --- SKIP: TestConfigInspect (0.02s) [2021-02-02T17:31:23.344Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:31:23.344Z] === RUN TestConfigList [2021-02-02T17:31:23.344Z] --- SKIP: TestConfigList (0.02s) [2021-02-02T17:31:23.344Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:31:23.344Z] === RUN TestConfigsCreateAndDelete [2021-02-02T17:31:23.609Z] --- SKIP: TestConfigsCreateAndDelete (0.02s) [2021-02-02T17:31:23.609Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:31:23.609Z] === RUN TestConfigsUpdate [2021-02-02T17:31:23.609Z] --- SKIP: TestConfigsUpdate (0.02s) [2021-02-02T17:31:23.609Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:31:23.609Z] === RUN TestTemplatedConfig [2021-02-02T17:31:23.609Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-02-02T17:31:23.609Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:31:23.609Z] === RUN TestConfigCreateResolve [2021-02-02T17:31:23.609Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-02-02T17:31:23.609Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:31:23.609Z] === RUN TestConfigDaemonLibtrustID [2021-02-02T17:31:23.636Z] ok github.com/docker/docker/daemon/logger 0.213s coverage: 43.2% of statements [2021-02-02T17:31:23.929Z] ok github.com/docker/docker/daemon/logger/awslogs 0.072s coverage: 77.4% of statements [2021-02-02T17:31:23.929Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-02T17:31:23.929Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-02T17:31:24.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-02T17:31:24.563Z] ok github.com/docker/docker/daemon/logger/gelf 0.011s coverage: 67.0% of statements [2021-02-02T17:31:24.858Z] ok github.com/docker/docker/daemon/logger/journald 0.009s coverage: 23.9% of statements [2021-02-02T17:31:24.986Z] --- PASS: TestConfigDaemonLibtrustID (1.54s) [2021-02-02T17:31:24.986Z] PASS [2021-02-02T17:31:24.986Z] [2021-02-02T17:31:24.986Z] === Skipped [2021-02-02T17:31:24.986Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-02-02T17:31:24.986Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:31:24.986Z] [2021-02-02T17:31:24.986Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2021-02-02T17:31:24.986Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:31:24.986Z] [2021-02-02T17:31:24.986Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s) [2021-02-02T17:31:24.986Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:31:24.986Z] [2021-02-02T17:31:24.986Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.02s) [2021-02-02T17:31:24.986Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:31:24.986Z] [2021-02-02T17:31:24.986Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-02-02T17:31:24.986Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:31:24.986Z] [2021-02-02T17:31:24.986Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-02-02T17:31:24.986Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:31:24.986Z] [2021-02-02T17:31:24.986Z] [2021-02-02T17:31:24.986Z] DONE 7 tests, 6 skipped in 1.758s [2021-02-02T17:31:24.986Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-02T17:31:25.244Z] INFO: Testing against a local daemon [2021-02-02T17:31:25.244Z] === RUN TestCheckpoint [2021-02-02T17:31:25.244Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-02T17:31:25.244Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-02T17:31:25.244Z] === RUN TestContainerInvalidJSON [2021-02-02T17:31:25.244Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T17:31:25.244Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T17:31:25.244Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T17:31:25.244Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T17:31:25.244Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-02T17:31:25.244Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-02T17:31:25.244Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T17:31:25.244Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-02T17:31:25.244Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T17:31:25.244Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-02-02T17:31:25.244Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-02T17:31:25.244Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-02T17:31:25.244Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-02T17:31:25.244Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-02T17:31:25.339Z] #20 67.14 Setting up iptables (1.8.2-4) ... [2021-02-02T17:31:25.339Z] #20 67.17 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-02T17:31:25.339Z] #20 67.18 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-02T17:31:25.339Z] #20 67.21 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-02-02T17:31:25.339Z] #20 67.23 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-02-02T17:31:25.494Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.007s coverage: 87.2% of statements [2021-02-02T17:31:25.494Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.016s coverage: 61.6% of statements [2021-02-02T17:31:25.503Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-02-02T17:31:25.503Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-02T17:31:25.503Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-02-02T17:31:25.503Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-02T17:31:25.503Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-02-02T17:31:25.503Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-02T17:31:25.503Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-02-02T17:31:25.503Z] === RUN TestCopyFromContainer [2021-02-02T17:31:25.635Z] #20 67.25 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-02-02T17:31:25.635Z] #20 67.25 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-02-02T17:31:25.635Z] #20 67.26 Setting up python3 (3.7.3-1) ... [2021-02-02T17:31:25.932Z] #20 67.76 Setting up python3-wheel (0.32.3-2) ... [2021-02-02T17:31:25.959Z] Commit message: "Merge commit '8d3179546e79065adefa67cc697c09d0ab137d30' into HEAD" [2021-02-02T17:31:26.107Z] First time build. Skipping changelog. [2021-02-02T17:31:26.573Z] ok github.com/docker/docker/daemon/logger/local 0.019s coverage: 75.2% of statements [2021-02-02T17:31:26.573Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-02-02T17:31:26.867Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.042s coverage: 55.1% of statements [2021-02-02T17:31:26.990Z] #20 68.76 Setting up apparmor (2.13.2-10) ... [2021-02-02T17:31:27.502Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.020s coverage: 31.5% of statements [2021-02-02T17:31:28.195Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-02T17:31:25.994Z] > git rev-list --no-walk 8bc027a44ce3903c00d72d643a6e55ddaeb549a9 # timeout=10 [2021-02-02T17:31:28.539Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-02-02T17:31:28.832Z] ok github.com/docker/docker/daemon/logger/templates 0.001s coverage: 8.3% of statements [2021-02-02T17:31:29.125Z] ok github.com/docker/docker/daemon/network 0.003s coverage: 63.8% of statements [2021-02-02T17:31:29.369Z] + docker version [2021-02-02T17:31:29.418Z] ok github.com/docker/docker/daemon/logger/splunk 1.486s coverage: 82.5% of statements [2021-02-02T17:31:29.418Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-02T17:31:29.418Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-02T17:31:29.473Z] #20 71.19 Setting up xfsprogs (4.20.0-1) ... [2021-02-02T17:31:29.473Z] #20 71.20 Setting up python3-lib2to3 (3.7.3-1) ... [2021-02-02T17:31:29.688Z] === RUN TestCopyFromContainer// [2021-02-02T17:31:29.688Z] === RUN TestCopyFromContainer//bar/root [2021-02-02T17:31:29.688Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-02T17:31:29.688Z] === RUN TestCopyFromContainer/bar/quux [2021-02-02T17:31:29.688Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-02T17:31:29.688Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-02T17:31:29.688Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-02T17:31:29.688Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-02T17:31:29.688Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-02T17:31:29.688Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-02T17:31:29.946Z] --- PASS: TestCopyFromContainer (4.29s) [2021-02-02T17:31:29.946Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-02-02T17:31:29.946Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-02-02T17:31:29.946Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-02-02T17:31:29.946Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-02-02T17:31:29.946Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.06s) [2021-02-02T17:31:29.946Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-02-02T17:31:29.946Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-02-02T17:31:29.946Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-02-02T17:31:29.946Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-02-02T17:31:29.946Z] --- PASS: TestCopyFromContainer/bar/notarget (0.07s) [2021-02-02T17:31:29.946Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-02T17:31:29.946Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T17:31:29.946Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T17:31:29.946Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T17:31:29.946Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T17:31:29.946Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T17:31:29.946Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T17:31:29.946Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T17:31:29.946Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T17:31:29.946Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T17:31:29.946Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-02-02T17:31:29.946Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-02T17:31:29.946Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-02T17:31:29.946Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-02T17:31:29.946Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-02T17:31:29.946Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-02-02T17:31:29.946Z] === RUN TestCreateWithInvalidEnv [2021-02-02T17:31:29.946Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-02T17:31:29.946Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-02T17:31:29.946Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-02T17:31:29.946Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-02T17:31:29.946Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-02T17:31:29.946Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-02T17:31:29.946Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-02T17:31:29.946Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-02T17:31:29.946Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-02T17:31:29.946Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-02-02T17:31:29.946Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-02T17:31:29.946Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-02T17:31:29.946Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-02T17:31:29.946Z] === RUN TestCreateTmpfsMountsTarget [2021-02-02T17:31:29.946Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-02-02T17:31:29.946Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-02T17:31:30.120Z] #20 71.89 Setting up python3-pkg-resources (40.8.0-1) ... [2021-02-02T17:31:30.712Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-02T17:31:30.930Z] ok github.com/docker/docker/distribution/metadata 0.025s coverage: 48.2% of statements [2021-02-02T17:31:30.930Z] ok github.com/docker/docker/distribution 0.239s coverage: 25.0% of statements [2021-02-02T17:31:30.930Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-02T17:31:31.320Z] --- PASS: TestCreateWithCustomMaskedPaths (1.27s) [2021-02-02T17:31:31.320Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-02T17:31:31.529Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-02T17:31:31.529Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-02T17:31:31.640Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-02T17:31:31.653Z] #20 73.20 Setting up python3-distutils (3.7.3-1) ... [2021-02-02T17:31:31.956Z] #20 73.69 Setting up python3-setuptools (40.8.0-1) ... [2021-02-02T17:31:31.967Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-02-02T17:31:32.602Z] ok github.com/docker/docker/image 0.011s coverage: 86.8% of statements [2021-02-02T17:31:32.694Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.22s) [2021-02-02T17:31:32.694Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-02T17:31:32.694Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T17:31:32.694Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T17:31:32.694Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T17:31:32.694Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T17:31:32.694Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T17:31:32.694Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T17:31:32.694Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T17:31:32.694Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T17:31:32.694Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T17:31:32.694Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T17:31:32.694Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T17:31:32.694Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T17:31:32.694Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T17:31:32.694Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T17:31:32.694Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T17:31:32.694Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-02-02T17:31:32.694Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-02T17:31:32.694Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-02T17:31:32.694Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-02T17:31:32.694Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-02T17:31:32.694Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-02-02T17:31:32.694Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-02T17:31:32.952Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2021-02-02T17:31:32.952Z] === RUN TestCreateDifferentPlatform [2021-02-02T17:31:32.952Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-02T17:31:32.952Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-02T17:31:32.952Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-02-02T17:31:32.952Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-02T17:31:32.952Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-02T17:31:32.952Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-02T17:31:32.952Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-02-02T17:31:32.952Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-02T17:31:32.952Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-02-02T17:31:32.952Z] === RUN TestContainerStartOnDaemonRestart [2021-02-02T17:31:32.952Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-02-02T17:31:32.952Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-02-02T17:31:32.952Z] === RUN TestDaemonRestartIpcMode [2021-02-02T17:31:32.952Z] === PAUSE TestDaemonRestartIpcMode [2021-02-02T17:31:32.952Z] === RUN TestDaemonHostGatewayIP [2021-02-02T17:31:32.952Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-02-02T17:31:32.952Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:31:32.952Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-02T17:31:32.952Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-02T17:31:32.952Z] === RUN TestContainerKillOnDaemonStart [2021-02-02T17:31:32.952Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-02-02T17:31:32.952Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-02-02T17:31:32.952Z] === RUN TestDiff [2021-02-02T17:31:33.012Z] #20 ... [2021-02-02T17:31:33.012Z] [2021-02-02T17:31:33.012Z] #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-02-02T17:31:33.012Z] #45 sha256:e5c0583ac28657eccef246b80c5774050700e02cc78bf5d56e33f090885ab731 [2021-02-02T17:31:33.012Z] #45 181.4 github.com/LK4D4/vndr/godl [2021-02-02T17:31:33.012Z] #45 182.4 github.com/LK4D4/vndr [2021-02-02T17:31:33.237Z] ok github.com/docker/docker/image/cache 0.004s coverage: 19.2% of statements [2021-02-02T17:31:33.310Z] #45 ... [2021-02-02T17:31:33.310Z] [2021-02-02T17:31:33.310Z] #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-02-02T17:31:33.310Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-02T17:31:33.310Z] #20 75.14 Setting up python3-pip (18.1-5) ... [2021-02-02T17:31:33.310Z] #20 ... [2021-02-02T17:31:33.310Z] [2021-02-02T17:31:33.310Z] #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-02-02T17:31:33.310Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:31:33.310Z] #43 112.6 CC criu/cr-dedup.o [2021-02-02T17:31:33.310Z] #43 113.4 CC criu/cr-dump.o [2021-02-02T17:31:33.310Z] #43 117.0 CC criu/cr-errno.o [2021-02-02T17:31:33.310Z] #43 117.1 CC criu/cr-restore.o [2021-02-02T17:31:33.518Z] --- PASS: TestDiff (0.42s) [2021-02-02T17:31:33.518Z] === RUN TestExecWithCloseStdin [2021-02-02T17:31:33.553Z] ok github.com/docker/docker/distribution/xfer 1.873s coverage: 85.1% of statements [2021-02-02T17:31:33.553Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-02T17:31:33.778Z] --- PASS: TestExecWithCloseStdin (0.46s) [2021-02-02T17:31:33.778Z] === RUN TestExec [2021-02-02T17:31:33.848Z] ok github.com/docker/docker/image/tarexport 0.018s coverage: 0.6% of statements [2021-02-02T17:31:33.975Z] #43 ... [2021-02-02T17:31:33.975Z] [2021-02-02T17:31:33.975Z] #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-02-02T17:31:33.975Z] #45 sha256:e5c0583ac28657eccef246b80c5774050700e02cc78bf5d56e33f090885ab731 [2021-02-02T17:31:33.975Z] #45 DONE 192.3s [2021-02-02T17:31:34.272Z] [2021-02-02T17:31:34.272Z] #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-02-02T17:31:34.272Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-02T17:31:34.345Z] --- PASS: TestExec (0.48s) [2021-02-02T17:31:34.345Z] === RUN TestExecUser [2021-02-02T17:31:34.483Z] ok github.com/docker/docker/image/v1 0.014s coverage: 25.0% of statements [2021-02-02T17:31:34.483Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-02T17:31:34.568Z] #40 ... [2021-02-02T17:31:34.568Z] [2021-02-02T17:31:34.568Z] #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-02-02T17:31:34.568Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:31:34.568Z] #43 123.8 CC criu/cr-service.o [2021-02-02T17:31:34.910Z] --- PASS: TestExecUser (0.46s) [2021-02-02T17:31:34.910Z] === RUN TestExportContainerAndImportImage [2021-02-02T17:31:35.119Z] ok github.com/docker/docker/libcontainerd/queue 0.021s coverage: 100.0% of statements [2021-02-02T17:31:35.215Z] #43 ... [2021-02-02T17:31:35.215Z] [2021-02-02T17:31:35.215Z] #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-02-02T17:31:35.215Z] #20 sha256:3ca104af64373db9248d1210e732efc73070eef5aa66f1db6a653198997ea92a [2021-02-02T17:31:35.215Z] #20 76.55 Processing triggers for libc-bin (2.28-10) ... [2021-02-02T17:31:35.215Z] #20 76.60 Processing triggers for mime-support (3.62) ... [2021-02-02T17:31:35.215Z] #20 DONE 76.9s [2021-02-02T17:31:35.215Z] [2021-02-02T17:31:35.215Z] #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-02-02T17:31:35.215Z] #21 sha256:f9cfccc8fb34cc555d5fadd4829421e33abeed7ec28087cd74c46e1cbd7e7291 [2021-02-02T17:31:35.477Z] --- PASS: TestExportContainerAndImportImage (0.60s) [2021-02-02T17:31:35.477Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-02T17:31:35.515Z] #21 0.543 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-02-02T17:31:35.754Z] ok github.com/docker/docker/oci 0.003s coverage: 8.2% of statements [2021-02-02T17:31:35.810Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-02T17:31:35.812Z] #21 0.578 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-02-02T17:31:35.813Z] #21 0.586 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-02-02T17:31:35.813Z] #21 DONE 0.7s [2021-02-02T17:31:35.813Z] [2021-02-02T17:31:35.813Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-02T17:31:35.813Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-02-02T17:31:36.389Z] ok github.com/docker/docker/opts 0.019s coverage: 67.1% of statements [2021-02-02T17:31:36.389Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-02-02T17:31:36.472Z] Client: Docker Engine - Enterprise [2021-02-02T17:31:36.472Z] Version: 19.03.12 [2021-02-02T17:31:36.472Z] API version: 1.40 [2021-02-02T17:31:36.472Z] Go version: go1.13.13 [2021-02-02T17:31:36.472Z] Git commit: 4306744 [2021-02-02T17:31:36.472Z] Built: 08/05/2020 19:27:53 [2021-02-02T17:31:36.472Z] OS/Arch: windows/amd64 [2021-02-02T17:31:36.472Z] Experimental: false [2021-02-02T17:31:36.472Z] [2021-02-02T17:31:36.472Z] Server: Docker Engine - Enterprise [2021-02-02T17:31:36.472Z] Engine: [2021-02-02T17:31:36.472Z] Version: 19.03.12 [2021-02-02T17:31:36.472Z] API version: 1.40 (minimum version 1.24) [2021-02-02T17:31:36.472Z] Go version: go1.13.13 [2021-02-02T17:31:36.472Z] Git commit: f295753ffd [2021-02-02T17:31:36.472Z] Built: 08/05/2020 19:26:41 [2021-02-02T17:31:36.472Z] OS/Arch: windows/amd64 [2021-02-02T17:31:36.472Z] Experimental: true [Pipeline] sh [2021-02-02T17:31:37.901Z] ok github.com/docker/docker/pkg/archive 0.521s coverage: 76.9% of statements [2021-02-02T17:31:38.037Z] + docker info [2021-02-02T17:31:38.758Z] --- PASS: TestExportContainerAfterDaemonRestart (3.32s) [2021-02-02T17:31:38.758Z] === RUN TestHealthCheckWorkdir [2021-02-02T17:31:38.938Z] ok github.com/docker/docker/pkg/authorization 0.142s coverage: 68.3% of statements [2021-02-02T17:31:38.938Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-02-02T17:31:39.231Z] ok github.com/docker/docker/pkg/capabilities 0.001s coverage: 87.5% of statements [2021-02-02T17:31:39.325Z] --- PASS: TestHealthCheckWorkdir (0.59s) [2021-02-02T17:31:39.325Z] === RUN TestHealthKillContainer [2021-02-02T17:31:41.429Z] #22 5.025 Collecting yamllint==1.16.0 [2021-02-02T17:31:41.429Z] #22 5.379 Downloading https://files.pythonhosted.org/packages/a7/9b/f43134908f31b420f983726e348ac30f884c300e006f244ab095c29b942a/yamllint-1.16.0-py2.py3-none-any.whl (57kB) [2021-02-02T17:31:41.429Z] #22 5.525 Collecting pathspec>=0.5.3 (from yamllint==1.16.0) [2021-02-02T17:31:41.429Z] #22 5.589 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-02-02T17:31:41.429Z] #22 5.640 Collecting pyyaml (from yamllint==1.16.0) [2021-02-02T17:31:41.730Z] #22 5.988 Downloading https://files.pythonhosted.org/packages/a0/a4/d63f2d7597e1a4b55aa3b4d6c5b029991d3b824b5bd331af8d4ab1ed687d/PyYAML-5.4.1.tar.gz (175kB) [2021-02-02T17:31:41.851Z] --- PASS: TestHealthKillContainer (2.50s) [2021-02-02T17:31:41.851Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-02T17:31:42.110Z] --- PASS: TestInspectCpusetInConfigPre120 (0.39s) [2021-02-02T17:31:42.110Z] === RUN TestIpcModeNone [2021-02-02T17:31:42.677Z] --- PASS: TestIpcModeNone (0.43s) [2021-02-02T17:31:42.677Z] === RUN TestIpcModePrivate [2021-02-02T17:31:42.778Z] #22 6.924 Installing build dependencies: started [2021-02-02T17:31:42.935Z] --- PASS: TestIpcModePrivate (0.46s) [2021-02-02T17:31:42.935Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:72, shared: false, mustBeShared: false [2021-02-02T17:31:42.935Z] === RUN TestIpcModeShareable [2021-02-02T17:31:42.935Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-02-02T17:31:42.935Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-02T17:31:42.935Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-02T17:31:43.691Z] ok github.com/docker/docker/pkg/chrootarchive 3.506s coverage: 43.2% of statements [2021-02-02T17:31:43.691Z] ok github.com/docker/docker/layer 7.446s coverage: 68.8% of statements [2021-02-02T17:31:43.691Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-02T17:31:43.691Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-02T17:31:43.691Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-02T17:31:43.691Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-02T17:31:43.691Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-02T17:31:43.691Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-02T17:31:43.691Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-02T17:31:43.691Z] ok github.com/docker/docker/pkg/directory 0.002s coverage: 80.0% of statements [2021-02-02T17:31:43.691Z] ok github.com/docker/docker/pkg/discovery 0.002s coverage: 58.3% of statements [2021-02-02T17:31:43.691Z] ok github.com/docker/docker/pkg/discovery/file 0.004s coverage: 97.6% of statements [2021-02-02T17:31:43.825Z] #22 ... [2021-02-02T17:31:43.825Z] [2021-02-02T17:31:43.825Z] #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-02-02T17:31:43.825Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:31:43.825Z] #43 126.7 CC criu/crtools.o [2021-02-02T17:31:43.825Z] #43 127.4 CC criu/eventfd.o [2021-02-02T17:31:43.825Z] #43 127.8 CC criu/eventpoll.o [2021-02-02T17:31:43.825Z] #43 128.8 CC criu/external.o [2021-02-02T17:31:43.825Z] #43 129.5 CC criu/fault-injection.o [2021-02-02T17:31:43.825Z] #43 129.8 CC criu/fdstore.o [2021-02-02T17:31:43.825Z] #43 130.2 CC criu/fifo.o [2021-02-02T17:31:43.825Z] #43 130.7 CC criu/file-ids.o [2021-02-02T17:31:43.825Z] #43 131.1 CC criu/file-lock.o [2021-02-02T17:31:43.825Z] #43 132.3 CC criu/files-ext.o [2021-02-02T17:31:43.825Z] #43 132.8 CC criu/files-reg.o [2021-02-02T17:31:44.326Z] ok github.com/docker/docker/pkg/discovery/memory 0.007s coverage: 92.3% of statements [2021-02-02T17:31:44.835Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.43s) [2021-02-02T17:31:44.835Z] === RUN TestAPIIpcModeHost [2021-02-02T17:31:44.835Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-02-02T17:31:44.835Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-02T17:31:44.835Z] === RUN TestDaemonIpcModeShareable [2021-02-02T17:31:44.835Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-02-02T17:31:44.835Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-02T17:31:44.835Z] === RUN TestDaemonIpcModePrivate [2021-02-02T17:31:44.961Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2021-02-02T17:31:45.253Z] ok github.com/docker/docker/pkg/dmesg 0.018s coverage: 83.3% of statements [2021-02-02T17:31:45.756Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-02T17:31:46.290Z] ok github.com/docker/docker/pkg/filenotify 0.602s coverage: 67.0% of statements [2021-02-02T17:31:46.582Z] #43 ... [2021-02-02T17:31:46.582Z] [2021-02-02T17:31:46.582Z] #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-02-02T17:31:46.582Z] #32 sha256:ba59694c74ae35466e9aac70d02cc54f7d6e23f684c9a35cfebae8ddb1b44030 [2021-02-02T17:31:46.582Z] #32 DONE 204.5s [2021-02-02T17:31:46.582Z] [2021-02-02T17:31:46.582Z] #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-02-02T17:31:46.582Z] #24 sha256:33be999a105d50544671d6ade6d4cc7c2b111bb28e5fe2daf5ac2d9931260579 [2021-02-02T17:31:46.732Z] --- PASS: TestDaemonIpcModePrivate (2.15s) [2021-02-02T17:31:46.732Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:75, shared: false, mustBeShared: false [2021-02-02T17:31:46.732Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-02T17:31:46.732Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-02-02T17:31:46.732Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-02T17:31:46.732Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-02T17:31:46.732Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-02-02T17:31:46.732Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-02T17:31:46.732Z] === RUN TestIpcModeOlderClient [2021-02-02T17:31:46.732Z] === PAUSE TestIpcModeOlderClient [2021-02-02T17:31:46.732Z] === RUN TestKillContainerInvalidSignal [2021-02-02T17:31:46.880Z] #24 ... [2021-02-02T17:31:46.880Z] [2021-02-02T17:31:46.880Z] #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-02-02T17:31:46.880Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:31:46.880Z] #43 136.0 CC criu/files.o [2021-02-02T17:31:46.925Z] ok github.com/docker/docker/pkg/fileutils 0.011s coverage: 89.5% of statements [2021-02-02T17:31:46.994Z] --- PASS: TestKillContainerInvalidSignal (0.43s) [2021-02-02T17:31:46.994Z] === RUN TestKillContainer [2021-02-02T17:31:46.994Z] === RUN TestKillContainer/no_signal [2021-02-02T17:31:47.560Z] === RUN TestKillContainer/non_killing_signal [2021-02-02T17:31:47.608Z] ok github.com/docker/docker/pkg/discovery/kv 3.089s coverage: 84.1% of statements [2021-02-02T17:31:47.818Z] === RUN TestKillContainer/killing_signal [2021-02-02T17:31:47.901Z] ok github.com/docker/docker/pkg/fsutils 0.424s coverage: 85.1% of statements [2021-02-02T17:31:47.901Z] ok github.com/docker/docker/pkg/homedir 0.016s coverage: 11.4% of statements [2021-02-02T17:31:48.384Z] --- PASS: TestKillContainer (1.24s) [2021-02-02T17:31:48.384Z] --- PASS: TestKillContainer/no_signal (0.39s) [2021-02-02T17:31:48.384Z] --- PASS: TestKillContainer/non_killing_signal (0.27s) [2021-02-02T17:31:48.384Z] --- PASS: TestKillContainer/killing_signal (0.41s) [2021-02-02T17:31:48.384Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-02T17:31:48.384Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-02T17:31:48.642Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-02T17:31:48.938Z] ok github.com/docker/docker/pkg/idtools 0.479s coverage: 69.5% of statements [2021-02-02T17:31:48.938Z] ok github.com/docker/docker/pkg/ioutils 0.308s coverage: 69.3% of statements [2021-02-02T17:31:49.209Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.83s) [2021-02-02T17:31:49.209Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.40s) [2021-02-02T17:31:49.209Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.27s) [2021-02-02T17:31:49.209Z] === RUN TestKillStoppedContainer [2021-02-02T17:31:49.209Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-02-02T17:31:49.209Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-02T17:31:49.209Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-02-02T17:31:49.209Z] === RUN TestKillDifferentUserContainer [2021-02-02T17:31:49.230Z] ok github.com/docker/docker/pkg/longpath 0.004s coverage: 100.0% of statements [2021-02-02T17:31:49.230Z] ok github.com/docker/docker/pkg/jsonmessage 0.002s coverage: 91.7% of statements [2021-02-02T17:31:49.230Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-02T17:31:49.230Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-02T17:31:49.230Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-02T17:31:49.522Z] ok github.com/docker/docker/pkg/namesgenerator 0.001s coverage: 85.7% of statements [2021-02-02T17:31:49.523Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-02T17:31:49.523Z] ok github.com/docker/docker/pkg/parsers 0.015s coverage: 97.0% of statements [2021-02-02T17:31:49.648Z] #43 138.7 CC criu/filesystems.o [2021-02-02T17:31:49.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-02T17:31:49.775Z] --- PASS: TestKillDifferentUserContainer (0.41s) [2021-02-02T17:31:49.775Z] === RUN TestInspectOomKilledTrue [2021-02-02T17:31:49.775Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2021-02-02T17:31:49.775Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-02T17:31:49.775Z] === RUN TestInspectOomKilledFalse [2021-02-02T17:31:49.775Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-02T17:31:49.775Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:31:49.775Z] === RUN TestLinksEtcHostsContentMatch [2021-02-02T17:31:49.775Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-02-02T17:31:49.775Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-02-02T17:31:49.775Z] === RUN TestLinksContainerNames [2021-02-02T17:31:49.815Z] ok github.com/docker/docker/pkg/parsers/kernel 0.001s coverage: 60.0% of statements [2021-02-02T17:31:49.927Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-02T17:31:50.108Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.003s coverage: 86.7% of statements [2021-02-02T17:31:50.108Z] ok github.com/docker/docker/pkg/pidfile 0.019s coverage: 82.4% of statements [2021-02-02T17:31:50.108Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-02T17:31:50.108Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-02T17:31:50.294Z] #43 139.6 CC criu/fsnotify.o [2021-02-02T17:31:50.708Z] --- PASS: TestLinksContainerNames (0.81s) [2021-02-02T17:31:50.708Z] === RUN TestLogsFollowTailEmpty [2021-02-02T17:31:50.743Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.022s coverage: 56.8% of statements [2021-02-02T17:31:50.966Z] --- PASS: TestLogsFollowTailEmpty (0.41s) [2021-02-02T17:31:50.966Z] === RUN TestContainerNetworkMountsNoChown [2021-02-02T17:31:51.224Z] --- PASS: TestContainerNetworkMountsNoChown (0.41s) [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/default [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/default [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/private [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/private [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/rprivate [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/slave [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/slave [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/rslave [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/shared [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/shared [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/rshared [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-02T17:31:51.224Z] === CONT TestMountDaemonRoot/default [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-02T17:31:51.224Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-02T17:31:51.224Z] === CONT TestMountDaemonRoot/slave [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-02T17:31:51.224Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-02T17:31:51.224Z] === CONT TestMountDaemonRoot/rprivate [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-02T17:31:51.224Z] === CONT TestMountDaemonRoot/private [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-02T17:31:51.224Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-02T17:31:51.224Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-02T17:31:51.224Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-02T17:31:51.431Z] ok github.com/docker/docker/pkg/plugins/transport 0.001s coverage: 85.7% of statements [2021-02-02T17:31:51.431Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/rshared [2021-02-02T17:31:51.482Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-02T17:31:51.482Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-02T17:31:51.482Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-02T17:31:51.482Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-02T17:31:51.482Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-02T17:31:51.482Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-02T17:31:51.482Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-02T17:31:51.482Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/shared [2021-02-02T17:31:51.482Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-02T17:31:51.482Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-02T17:31:51.482Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-02T17:31:51.482Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-02T17:31:51.482Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-02T17:31:51.482Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-02T17:31:51.482Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-02T17:31:51.482Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/rslave [2021-02-02T17:31:51.482Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-02T17:31:51.482Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-02T17:31:51.482Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-02T17:31:51.482Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-02T17:31:51.482Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-02T17:31:51.482Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-02T17:31:51.482Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-02T17:31:51.482Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-02T17:31:51.482Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-02T17:31:51.740Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-02T17:31:51.740Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-02T17:31:51.740Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-02T17:31:51.740Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-02T17:31:51.740Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-02T17:31:51.740Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-02T17:31:51.740Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-02T17:31:51.740Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.04s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-02-02T17:31:51.740Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-02-02T17:31:51.740Z] === RUN TestContainerBindMountNonRecursive [2021-02-02T17:31:51.740Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-02-02T17:31:51.740Z] 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-02-02T17:31:51.740Z] === RUN TestContainerVolumesMountedAsShared [2021-02-02T17:31:51.740Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-02-02T17:31:51.740Z] 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-02-02T17:31:51.740Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-02T17:31:51.740Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-02-02T17:31:51.740Z] 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-02-02T17:31:51.740Z] === RUN TestNetworkNat [2021-02-02T17:31:51.741Z] ok github.com/docker/docker/pkg/progress 0.001s coverage: 75.9% of statements [2021-02-02T17:31:51.827Z] #43 140.9 CC criu/image-desc.o [2021-02-02T17:31:51.827Z] #43 141.0 CC criu/image.o [2021-02-02T17:31:52.306Z] --- PASS: TestNetworkNat (0.50s) [2021-02-02T17:31:52.306Z] === RUN TestNetworkLocalhostTCPNat [2021-02-02T17:31:52.872Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2021-02-02T17:31:52.872Z] === RUN TestNetworkLoopbackNat [2021-02-02T17:31:52.878Z] #43 141.9 CC criu/ipc_ns.o [2021-02-02T17:31:52.900Z] Client: [2021-02-02T17:31:52.901Z] Debug Mode: false [2021-02-02T17:31:52.901Z] Plugins: [2021-02-02T17:31:52.901Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-02-02T17:31:52.901Z] [2021-02-02T17:31:52.901Z] Server: [2021-02-02T17:31:52.901Z] Containers: 0 [2021-02-02T17:31:52.901Z] Running: 0 [2021-02-02T17:31:52.901Z] Paused: 0 [2021-02-02T17:31:52.901Z] Stopped: 0 [2021-02-02T17:31:52.901Z] Images: 0 [2021-02-02T17:31:52.901Z] Server Version: 19.03.12 [2021-02-02T17:31:52.901Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-02-02T17:31:52.901Z] Windows: [2021-02-02T17:31:52.901Z] LCOW: [2021-02-02T17:31:52.901Z] Logging Driver: json-file [2021-02-02T17:31:52.901Z] Plugins: [2021-02-02T17:31:52.901Z] Volume: local [2021-02-02T17:31:52.901Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-02T17:31:52.901Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-02T17:31:52.901Z] Swarm: inactive [2021-02-02T17:31:52.901Z] Default Isolation: process [2021-02-02T17:31:52.901Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-02T17:31:52.901Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-02T17:31:52.901Z] OSType: windows [2021-02-02T17:31:52.901Z] Architecture: x86_64 [2021-02-02T17:31:52.901Z] CPUs: 4 [2021-02-02T17:31:52.901Z] Total Memory: 32GiB [2021-02-02T17:31:52.901Z] Name: azwin-2-aca030 [2021-02-02T17:31:52.901Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-02-02T17:31:52.901Z] Docker Root Dir: D:\docker [2021-02-02T17:31:52.901Z] Debug Mode: false [2021-02-02T17:31:52.901Z] Registry: https://index.docker.io/v1/ [2021-02-02T17:31:52.901Z] Labels: [2021-02-02T17:31:52.901Z] Experimental: true [2021-02-02T17:31:52.901Z] Insecure Registries: [2021-02-02T17:31:52.901Z] 10.0.0.4:5000 [2021-02-02T17:31:52.901Z] 127.0.0.0/8 [2021-02-02T17:31:52.901Z] Registry Mirrors: [2021-02-02T17:31:52.901Z] http://10.0.0.4:5000/ [2021-02-02T17:31:52.901Z] Live Restore Enabled: false [2021-02-02T17:31:52.901Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-02-02T17:31:53.253Z] ok github.com/docker/docker/pkg/pubsub 1.020s coverage: 75.0% of statements [2021-02-02T17:31:53.253Z] ok github.com/docker/docker/pkg/reexec 0.003s coverage: 82.4% of statements [2021-02-02T17:31:54.411Z] #43 143.3 CC criu/irmap.o [2021-02-02T17:31:55.050Z] #43 144.2 CC criu/kcmp-ids.o [2021-02-02T17:31:55.173Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-02T17:31:55.348Z] #43 144.6 CC criu/kerndat.o [2021-02-02T17:31:55.401Z] --- PASS: TestNetworkLoopbackNat (2.55s) [2021-02-02T17:31:55.401Z] === RUN TestPause [2021-02-02T17:31:55.401Z] --- SKIP: TestPause (0.00s) [2021-02-02T17:31:55.401Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-02T17:31:55.401Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-02T17:31:55.401Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.01s) [2021-02-02T17:31:55.401Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-02T17:31:55.401Z] === RUN TestPauseStopPausedContainer [2021-02-02T17:31:55.401Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-02-02T17:31:55.401Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-02T17:31:55.401Z] === RUN TestPsFilter [2021-02-02T17:31:55.401Z] --- PASS: TestPsFilter (0.11s) [2021-02-02T17:31:55.401Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-02T17:31:55.659Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.39s) [2021-02-02T17:31:55.659Z] === RUN TestRemoveContainerWithVolume [2021-02-02T17:31:55.956Z] ..........................xx.................... [ 29%] [2021-02-02T17:31:56.006Z] ok github.com/docker/docker/pkg/signal 2.350s coverage: 61.0% of statements [2021-02-02T17:31:56.224Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2021-02-02T17:31:56.224Z] === RUN TestRemoveContainerRunning [2021-02-02T17:31:56.299Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-02-02T17:31:56.482Z] --- PASS: TestRemoveContainerRunning (0.41s) [2021-02-02T17:31:56.482Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-02T17:31:56.540Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-02T17:31:56.592Z] ok github.com/docker/docker/pkg/streamformatter 0.002s coverage: 66.2% of statements [2021-02-02T17:31:56.592Z] ok github.com/docker/docker/pkg/stringid 0.001s coverage: 70.6% of statements [2021-02-02T17:31:56.878Z] #43 146.0 CC criu/libnetlink.o [2021-02-02T17:31:57.048Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.46s) [2021-02-02T17:31:57.048Z] === RUN TestRemoveInvalidContainer [2021-02-02T17:31:57.048Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-02-02T17:31:57.048Z] === RUN TestRenameLinkedContainer [2021-02-02T17:31:57.176Z] #43 ... [2021-02-02T17:31:57.176Z] [2021-02-02T17:31:57.176Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-02T17:31:57.176Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-02-02T17:31:57.176Z] #22 21.29 Installing build dependencies: finished with status 'done' [2021-02-02T17:31:57.227Z] ok github.com/docker/docker/pkg/sysinfo 0.004s coverage: 54.2% of statements [2021-02-02T17:31:57.816Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-02T17:31:57.863Z] ok github.com/docker/docker/pkg/system 0.038s coverage: 36.9% of statements [2021-02-02T17:31:58.078Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-02T17:31:58.156Z] ok github.com/docker/docker/pkg/tailfile 0.039s coverage: 88.6% of statements [2021-02-02T17:31:58.448Z] ok github.com/docker/docker/pkg/tarsum 0.027s coverage: 89.3% of statements [2021-02-02T17:31:58.448Z] testing: warning: no tests to run [2021-02-02T17:31:58.448Z] coverage: [no statements] [2021-02-02T17:31:58.448Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-02-02T17:31:58.953Z] --- PASS: TestRenameLinkedContainer (1.64s) [2021-02-02T17:31:58.953Z] === RUN TestRenameStoppedContainer [2021-02-02T17:31:59.084Z] ok github.com/docker/docker/pkg/truncindex 0.101s coverage: 91.5% of statements [2021-02-02T17:31:59.084Z] ok github.com/docker/docker/pkg/urlutil 0.001s coverage: 100.0% of statements [2021-02-02T17:31:59.210Z] --- PASS: TestRenameStoppedContainer (0.41s) [2021-02-02T17:31:59.210Z] === RUN TestRenameRunningContainerAndReuse [2021-02-02T17:31:59.377Z] ok github.com/docker/docker/pkg/useragent 0.001s coverage: 88.9% of statements [2021-02-02T17:31:59.493Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-02T17:32:00.143Z] --- PASS: TestRenameRunningContainerAndReuse (0.83s) [2021-02-02T17:32:00.143Z] === RUN TestRenameInvalidName [2021-02-02T17:32:00.401Z] --- PASS: TestRenameInvalidName (0.41s) [2021-02-02T17:32:00.401Z] === RUN TestRenameAnonymousContainer [2021-02-02T17:32:00.720Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-02T17:32:00.879Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-02T17:32:00.889Z] ok github.com/docker/docker/plugin 0.550s coverage: 23.2% of statements [2021-02-02T17:32:01.140Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-02T17:32:01.525Z] ok github.com/docker/docker/plugin/v2 0.002s coverage: 14.5% of statements [2021-02-02T17:32:01.818Z] ok github.com/docker/docker/profiles/seccomp 0.006s coverage: 86.4% of statements [2021-02-02T17:32:02.301Z] --- PASS: TestRenameAnonymousContainer (1.60s) [2021-02-02T17:32:02.301Z] === RUN TestRenameContainerWithSameName [2021-02-02T17:32:02.301Z] --- PASS: TestRenameContainerWithSameName (0.43s) [2021-02-02T17:32:02.301Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-02T17:32:02.879Z] #22 ... [2021-02-02T17:32:02.879Z] [2021-02-02T17:32:02.879Z] #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-02-02T17:32:02.879Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:32:02.879Z] #43 146.4 CC criu/log.o [2021-02-02T17:32:02.879Z] #43 147.0 CC criu/lsm.o [2021-02-02T17:32:02.879Z] #43 147.8 CC criu/mem.o [2021-02-02T17:32:02.879Z] #43 150.1 CC criu/memfd.o [2021-02-02T17:32:02.879Z] #43 150.8 CC criu/mount.o [2021-02-02T17:32:03.056Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-02T17:32:03.274Z] --- PASS: TestRenameContainerWithLinkedContainer (0.87s) [2021-02-02T17:32:03.274Z] === RUN TestResize [2021-02-02T17:32:03.334Z] ok github.com/docker/docker/quota 0.639s coverage: 71.4% of statements [2021-02-02T17:32:03.626Z] ok github.com/docker/docker/reference 0.004s coverage: 83.7% of statements [2021-02-02T17:32:03.868Z] --- PASS: TestResize (0.42s) [2021-02-02T17:32:03.868Z] === RUN TestResizeWithInvalidSize [2021-02-02T17:32:03.990Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-02T17:32:04.129Z] --- PASS: TestResizeWithInvalidSize (0.46s) [2021-02-02T17:32:04.129Z] === RUN TestResizeWhenContainerNotStarted [2021-02-02T17:32:04.664Z] ok github.com/docker/docker/registry 0.077s coverage: 57.2% of statements [2021-02-02T17:32:04.695Z] --- PASS: TestResizeWhenContainerNotStarted (0.41s) [2021-02-02T17:32:04.695Z] === RUN TestDaemonRestartKillContainers [2021-02-02T17:32:04.695Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-02-02T17:32:04.695Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-02-02T17:32:04.695Z] === RUN TestCgroupNamespacesRun [2021-02-02T17:32:04.957Z] ok github.com/docker/docker/registry/resumable 0.013s coverage: 100.0% of statements [2021-02-02T17:32:05.249Z] ok github.com/docker/docker/restartmanager 0.001s coverage: 45.3% of statements [2021-02-02T17:32:05.639Z] #43 ... [2021-02-02T17:32:05.639Z] [2021-02-02T17:32:05.639Z] #22 [dev-systemd-false 9/26] RUN pip3 install yamllint==1.16.0 [2021-02-02T17:32:05.639Z] #22 sha256:8868003b394a74e5ccf2a82ae8fbec853ed376a615ad27f3b237ae4b914630dc [2021-02-02T17:32:05.639Z] #22 29.59 Building wheels for collected packages: pyyaml [2021-02-02T17:32:05.639Z] #22 29.60 Running setup.py bdist_wheel for pyyaml: started [2021-02-02T17:32:05.884Z] ok github.com/docker/docker/runconfig 0.007s coverage: 66.1% of statements [2021-02-02T17:32:05.884Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-02-02T17:32:06.362Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-02T17:32:06.595Z] --- PASS: TestCgroupNamespacesRun (2.18s) [2021-02-02T17:32:06.595Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-02T17:32:07.169Z] #22 31.47 Running setup.py bdist_wheel for pyyaml: finished with status 'done' [2021-02-02T17:32:07.169Z] #22 31.47 Stored in directory: /root/.cache/pip/wheels/2a/d4/92/cf299bdf4162957ca8126b46e913e29f76a4f17ca762c45028 [2021-02-02T17:32:07.466Z] #22 31.65 Successfully built pyyaml [2021-02-02T17:32:07.466Z] #22 31.67 Installing collected packages: pathspec, pyyaml, yamllint [2021-02-02T17:32:07.763Z] #22 32.05 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.16.0 [2021-02-02T17:32:07.990Z] ok github.com/docker/docker/volume/drivers 0.003s coverage: 36.1% of statements [2021-02-02T17:32:08.061Z] #22 DONE 32.3s [2021-02-02T17:32:08.061Z] [2021-02-02T17:32:08.061Z] #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-02-02T17:32:08.061Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:32:08.061Z] #43 156.3 CC criu/namespaces.o [2021-02-02T17:32:08.158Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-02T17:32:08.277Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-02T17:32:09.028Z] ok github.com/docker/docker/volume/local 0.322s coverage: 76.4% of statements [2021-02-02T17:32:09.122Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.12s) [2021-02-02T17:32:09.122Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-02T17:32:09.320Z] ok github.com/docker/docker/volume/mounts 0.017s coverage: 67.0% of statements [2021-02-02T17:32:09.595Z] #43 158.9 CC criu/net.o [2021-02-02T17:32:09.663Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-02T17:32:10.357Z] ok github.com/docker/docker/volume/service 0.008s coverage: 73.1% of statements [2021-02-02T17:32:10.608Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-02T17:32:11.022Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.16s) [2021-02-02T17:32:11.022Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-02T17:32:11.360Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-02-02T17:32:11.360Z] C:\windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-b709046f\powershellScript.ps1'; exit $LASTEXITCODE; [2021-02-02T17:32:11.360Z] ---------------------------------------------------------------------------- [2021-02-02T17:32:11.360Z] [2021-02-02T17:32:11.360Z] INFO: executeCI.ps1 starting at Tue Feb 2 17:32:09 CUT 2021 [2021-02-02T17:32:11.360Z] [2021-02-02T17:32:11.360Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-02-02T17:32:11.360Z] INFO: Running git version 2.24.1.windows.2 [2021-02-02T17:32:11.360Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-02-02T17:32:11.360Z] INFO: Environment variables: [2021-02-02T17:32:11.360Z] [2021-02-02T17:32:11.360Z] Name Value [2021-02-02T17:32:11.360Z] ---- ----- [2021-02-02T17:32:11.360Z] ALLUSERSPROFILE C:\ProgramData [2021-02-02T17:32:11.360Z] amd64 true [2021-02-02T17:32:11.360Z] APPDATA C:\windows\system32\config\systemprofile\AppData\Roaming [2021-02-02T17:32:11.360Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-02-02T17:32:11.360Z] arm64 true [2021-02-02T17:32:11.360Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.9 [2021-02-02T17:32:11.360Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.9 [2021-02-02T17:32:11.360Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-02-02T17:32:11.360Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-02-02T17:32:11.360Z] BRANCH_NAME PR-41842 [2021-02-02T17:32:11.360Z] BUILD_DISPLAY_NAME #3 [2021-02-02T17:32:11.360Z] BUILD_ID 3 [2021-02-02T17:32:11.360Z] BUILD_NUMBER 3 [2021-02-02T17:32:11.360Z] BUILD_TAG jenkins-moby-PR-41842-3 [2021-02-02T17:32:11.360Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41842/3/ [2021-02-02T17:32:11.360Z] CHANGE_AUTHOR jchorl [2021-02-02T17:32:11.360Z] CHANGE_AUTHOR_DISPLAY_NAME Josh Chorlton [2021-02-02T17:32:11.360Z] CHANGE_BRANCH master [2021-02-02T17:32:11.360Z] CHANGE_FORK jchorl/docker [2021-02-02T17:32:11.360Z] CHANGE_ID 41842 [2021-02-02T17:32:11.360Z] CHANGE_TARGET master [2021-02-02T17:32:11.360Z] CHANGE_TITLE Reject null manifests during tar import [2021-02-02T17:32:11.361Z] CHANGE_URL https://github.com/moby/moby/pull/41842 [2021-02-02T17:32:11.361Z] CHECK_CONFIG_COMMIT 78405559cfe5987174aa2cb6463b9b2c1b917255 [2021-02-02T17:32:11.361Z] CommonProgramFiles C:\Program Files\Common Files [2021-02-02T17:32:11.361Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-02-02T17:32:11.361Z] CommonProgramW6432 C:\Program Files\Common Files [2021-02-02T17:32:11.361Z] COMPUTERNAME azwin-2-aca030 [2021-02-02T17:32:11.361Z] ComSpec C:\windows\system32\cmd.exe [2021-02-02T17:32:11.361Z] ConfigSequenceNumber 0 [2021-02-02T17:32:11.361Z] dco true [2021-02-02T17:32:11.361Z] DOCKER_BUILDKIT 0 [2021-02-02T17:32:11.361Z] DOCKER_DUT_DEBUG 1 [2021-02-02T17:32:11.361Z] DOCKER_EXPERIMENTAL 1 [2021-02-02T17:32:11.361Z] DOCKER_GRAPHDRIVER overlay2 [2021-02-02T17:32:11.361Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-02-02T17:32:11.361Z] EXECUTOR_NUMBER 0 [2021-02-02T17:32:11.361Z] FQDN azwin-2-aca030.westus.cloudapp.azure.com [2021-02-02T17:32:11.361Z] GIT_BRANCH PR-41842 [2021-02-02T17:32:11.361Z] GIT_COMMIT 917ff358791c55091e335f0e1fb9d9224b564d94 [2021-02-02T17:32:11.361Z] GIT_PREVIOUS_COMMIT 8bc027a44ce3903c00d72d643a6e55ddaeb549a9 [2021-02-02T17:32:11.361Z] GIT_URL https://github.com/moby/moby.git [2021-02-02T17:32:11.361Z] HUDSON_COOKIE 2638259b-4265-4393-9c68-4d898b4d414c [2021-02-02T17:32:11.361Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-02-02T17:32:11.361Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-02-02T17:32:11.361Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-02-02T17:32:11.361Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.275-1.b01.ojdkbuild.windows.x86_64 [2021-02-02T17:32:11.361Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-02-02T17:32:11.361Z] JENKINS_NODE_COOKIE ae8158fd-bec3-42e4-9cd6-882a372a3ebd [2021-02-02T17:32:11.361Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-02-02T17:32:11.361Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-02-02T17:32:11.361Z] JOB_BASE_NAME PR-41842 [2021-02-02T17:32:11.361Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41842/display/redirect [2021-02-02T17:32:11.361Z] JOB_NAME moby/PR-41842 [2021-02-02T17:32:11.361Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41842/ [2021-02-02T17:32:11.361Z] library.jps.version master [2021-02-02T17:32:11.361Z] LOCALAPPDATA C:\windows\system32\config\systemprofile\AppData\Local [2021-02-02T17:32:11.361Z] NODE_LABELS amd64 azure azwin-2-aca030 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-02-02T17:32:11.361Z] NODE_NAME azwin-2-aca030 [2021-02-02T17:32:11.361Z] NUMBER_OF_PROCESSORS 4 [2021-02-02T17:32:11.361Z] OS Windows_NT [2021-02-02T17:32:11.361Z] Path C:\windows\system32;C:\windows;C:\windows\System32\Wbem;C:\windows\System32\WindowsPo... [2021-02-02T17:32:11.361Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-02-02T17:32:11.361Z] ppc64le true [2021-02-02T17:32:11.361Z] PROCESSOR_ARCHITECTURE AMD64 [2021-02-02T17:32:11.361Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-02-02T17:32:11.361Z] PROCESSOR_LEVEL 6 [2021-02-02T17:32:11.361Z] PROCESSOR_REVISION 5504 [2021-02-02T17:32:11.361Z] ProgramData C:\ProgramData [2021-02-02T17:32:11.361Z] ProgramFiles C:\Program Files [2021-02-02T17:32:11.361Z] ProgramFiles(x86) C:\Program Files (x86) [2021-02-02T17:32:11.361Z] ProgramW6432 C:\Program Files [2021-02-02T17:32:11.361Z] PROMPT $P$G [2021-02-02T17:32:11.361Z] PSExecutionPolicyPreference Bypass [2021-02-02T17:32:11.361Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\windows\syste... [2021-02-02T17:32:11.361Z] PUBLIC C:\Users\Public [2021-02-02T17:32:11.361Z] rootless true [2021-02-02T17:32:11.361Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41842/3/display/redirect?page=artif... [2021-02-02T17:32:11.361Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41842/3/display/redirect?page=changes [2021-02-02T17:32:11.361Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41842/3/display/redirect [2021-02-02T17:32:11.361Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41842/3/display/redirect?page=tests [2021-02-02T17:32:11.361Z] s390x true [2021-02-02T17:32:11.361Z] SKIP_VALIDATION_TESTS 1 [2021-02-02T17:32:11.361Z] SOURCES_DRIVE d [2021-02-02T17:32:11.361Z] SOURCES_SUBDIR gopath [2021-02-02T17:32:11.361Z] STAGE_NAME Run tests [2021-02-02T17:32:11.361Z] SystemDrive C: [2021-02-02T17:32:11.361Z] SystemRoot C:\windows [2021-02-02T17:32:11.361Z] TEMP C:\windows\TEMP [2021-02-02T17:32:11.361Z] TESTDEBUG 0 [2021-02-02T17:32:11.361Z] TESTRUN_DRIVE d [2021-02-02T17:32:11.361Z] TESTRUN_SUBDIR CI [2021-02-02T17:32:11.361Z] TIMEOUT 120m [2021-02-02T17:32:11.361Z] TMP C:\windows\TEMP [2021-02-02T17:32:11.361Z] unit_validate true [2021-02-02T17:32:11.361Z] USERDOMAIN WORKGROUP [2021-02-02T17:32:11.361Z] USERNAME azwin-2-aca030$ [2021-02-02T17:32:11.361Z] USERPROFILE C:\windows\system32\config\systemprofile [2021-02-02T17:32:11.361Z] validate_force false [2021-02-02T17:32:11.361Z] windir C:\windows [2021-02-02T17:32:11.361Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-02-02T17:32:11.361Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-02-02T17:32:11.361Z] windowsRS1 false [2021-02-02T17:32:11.361Z] windowsRS5 true [2021-02-02T17:32:11.361Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-02-02T17:32:11.361Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-02-02T17:32:11.361Z] [2021-02-02T17:32:11.361Z] [2021-02-02T17:32:11.361Z] [2021-02-02T17:32:11.361Z] INFO: Sources under d:\gopath\... [2021-02-02T17:32:11.361Z] INFO: Test run under d:\CI\... [2021-02-02T17:32:11.361Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-02-02T17:32:11.361Z] INFO: docker/docker repository was found [2021-02-02T17:32:11.361Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-02-02T17:32:11.426Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-02T17:32:11.823Z] ltsc2019: Pulling from windows/servercore [2021-02-02T17:32:12.286Z] 4612f6d0b889: Pulling fs layer [2021-02-02T17:32:12.286Z] 4dcc9a9b9e68: Pulling fs layer [2021-02-02T17:32:12.520Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-02T17:32:13.465Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-02T17:32:13.549Z] --- PASS: TestCgroupNamespacesRunHostMode (2.22s) [2021-02-02T17:32:13.549Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-02T17:32:14.092Z] #43 163.1 CC criu/netfilter.o [2021-02-02T17:32:14.092Z] #43 163.5 CC criu/page-pipe.o [2021-02-02T17:32:14.582Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-02-02T17:32:14.766Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-02T17:32:15.143Z] #43 164.4 CC criu/page-xfer.o [2021-02-02T17:32:15.380Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-02T17:32:15.447Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.14s) [2021-02-02T17:32:15.448Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-02T17:32:16.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-02T17:32:17.258Z] #43 166.4 CC criu/pagemap-cache.o [2021-02-02T17:32:17.912Z] #43 167.0 CC criu/pagemap.o [2021-02-02T17:32:17.975Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.15s) [2021-02-02T17:32:17.975Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-02T17:32:18.155Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-02T17:32:18.937Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-02T17:32:18.937Z] Using test binary docker [2021-02-02T17:32:18.937Z] +++ /etc/init.d/apparmor start [2021-02-02T17:32:18.937Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-02T17:32:18.937Z] INFO: Waiting for daemon to start... [2021-02-02T17:32:18.937Z] Starting dockerd [2021-02-02T17:32:18.937Z] +++ 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-02-02T17:32:18.963Z] #43 168.1 CC criu/parasite-syscall.o [2021-02-02T17:32:19.348Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s) [2021-02-02T17:32:19.348Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-02T17:32:19.541Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-02T17:32:19.541Z] Using test binary docker [2021-02-02T17:32:19.541Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-02T17:32:19.541Z] +++ /etc/init.d/apparmor start [2021-02-02T17:32:19.541Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-02T17:32:19.541Z] INFO: Waiting for daemon to start... [2021-02-02T17:32:19.541Z] Starting dockerd [2021-02-02T17:32:19.541Z] +++ 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-02-02T17:32:20.014Z] #43 169.0 CC criu/path.o [2021-02-02T17:32:20.014Z] #43 169.4 CC criu/pie-util-vdso.o [2021-02-02T17:32:20.659Z] #43 169.9 CC criu/pie-util.o [2021-02-02T17:32:20.835Z] . [2021-02-02T17:32:20.835Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-02T17:32:20.835Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-02T17:32:20.835Z] Error: No such image: emptyfs [2021-02-02T17:32:20.835Z] ++++ docker load [2021-02-02T17:32:20.835Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-02T17:32:20.956Z] #43 170.2 CC criu/pipes.o [2021-02-02T17:32:21.248Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.15s) [2021-02-02T17:32:21.248Z] === RUN TestKernelTCPMemory [2021-02-02T17:32:21.396Z] Running integration-test (iteration 1) [2021-02-02T17:32:21.396Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-02-02T17:32:21.396Z] ++ 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-02-02T17:32:21.396Z] ++ set -e [2021-02-02T17:32:21.396Z] ++ '[' -n 0 ']' [2021-02-02T17:32:21.396Z] ++ set -x [2021-02-02T17:32:21.396Z] ++ env -i DEST=/go/src/github.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-02-02T17:32:21.506Z] --- SKIP: TestKernelTCPMemory (0.02s) [2021-02-02T17:32:21.506Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-02T17:32:21.506Z] === RUN TestNISDomainname [2021-02-02T17:32:21.506Z] --- SKIP: TestNISDomainname (0.01s) [2021-02-02T17:32:21.507Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-02-02T17:32:21.507Z] === RUN TestHostnameDnsResolution [2021-02-02T17:32:22.031Z] #43 171.0 CC criu/plugin.o [2021-02-02T17:32:22.051Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-02-02T17:32:22.072Z] --- PASS: TestHostnameDnsResolution (0.70s) [2021-02-02T17:32:22.072Z] === RUN TestStats [2021-02-02T17:32:22.072Z] --- SKIP: TestStats (0.00s) [2021-02-02T17:32:22.072Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-02T17:32:22.072Z] === RUN TestStopContainerWithTimeout [2021-02-02T17:32:22.072Z] === RUN TestStopContainerWithTimeout/0 [2021-02-02T17:32:22.072Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-02T17:32:22.072Z] === RUN TestStopContainerWithTimeout/1 [2021-02-02T17:32:22.072Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-02T17:32:22.072Z] === RUN TestStopContainerWithTimeout/3 [2021-02-02T17:32:22.072Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-02T17:32:22.072Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-02T17:32:22.072Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-02T17:32:22.072Z] === CONT TestStopContainerWithTimeout/0 [2021-02-02T17:32:22.073Z] === CONT TestStopContainerWithTimeout/3 [2021-02-02T17:32:22.082Z] . [2021-02-02T17:32:22.082Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-02T17:32:22.082Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-02T17:32:22.082Z] Error: No such image: emptyfs [2021-02-02T17:32:22.082Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-02T17:32:22.082Z] ++++ docker load [2021-02-02T17:32:22.082Z] Running integration-test (iteration 1) [2021-02-02T17:32:22.082Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-02-02T17:32:22.082Z] ++ 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-02-02T17:32:22.082Z] ++ set -e [2021-02-02T17:32:22.082Z] ++ '[' -n 0 ']' [2021-02-02T17:32:22.082Z] ++ set -x [2021-02-02T17:32:22.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-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-02-02T17:32:22.327Z] #43 171.5 CC criu/proc_parse.o [2021-02-02T17:32:23.006Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-02T17:32:24.904Z] === CONT TestStopContainerWithTimeout/1 [2021-02-02T17:32:25.715Z] ok github.com/docker/docker/pkg/plugins 33.613s coverage: 76.6% of statements [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/rootless [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/volume [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-02T17:32:25.715Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === Skipped [2021-02-02T17:32:25.715Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-02T17:32:25.715Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-02T17:32:25.715Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-02T17:32:25.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:32:25.715Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-02T17:32:25.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:32:25.715Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-02T17:32:25.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:32:25.715Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-02T17:32:25.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:32:25.715Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-02T17:32:25.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:32:25.715Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-02T17:32:25.715Z] graphtest_unix.go:73: No driver to put! [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-02T17:32:25.715Z] time="2021-02-02T17:31:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:32:25.715Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:32:25.715Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-02T17:32:25.715Z] time="2021-02-02T17:31:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:32:25.715Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:32:25.715Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-02T17:32:25.715Z] time="2021-02-02T17:31:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:32:25.715Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:32:25.715Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-02T17:32:25.715Z] time="2021-02-02T17:31:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:32:25.715Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:32:25.715Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-02T17:32:25.715Z] time="2021-02-02T17:31:10Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:32:25.715Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:32:25.715Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-02T17:32:25.715Z] graphtest_unix.go:73: No driver to put! [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-02T17:32:25.715Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-02T17:32:25.715Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-02T17:32:25.715Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-02T17:32:25.715Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-02T17:32:25.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:32:25.715Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-02T17:32:25.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:32:25.715Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-02T17:32:25.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:32:25.715Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-02T17:32:25.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:32:25.715Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-02T17:32:25.715Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:32:25.715Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-02T17:32:25.715Z] graphtest_unix.go:73: No driver to put! [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-02T17:32:25.715Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-02T17:32:25.715Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] [2021-02-02T17:32:25.715Z] DONE 2197 tests, 26 skipped in 193.909s Post stage [Pipeline] junit [2021-02-02T17:32:25.762Z] Recording test results [2021-02-02T17:32:25.983Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-02T17:32:26.518Z] + docker run --rm -t --privileged -v /home/jenkins/workspace/moby_PR-41842/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -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:917ff358791c55091e335f0e1fb9d9224b564d94 hack/make.sh dynbinary test-integration [2021-02-02T17:32:26.532Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-02-02T17:32:26.803Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-02-02T17:32:26.803Z] --- PASS: TestStopContainerWithTimeout/0 (0.74s) [2021-02-02T17:32:26.803Z] --- PASS: TestStopContainerWithTimeout/3 (2.74s) [2021-02-02T17:32:26.803Z] --- PASS: TestStopContainerWithTimeout/-1 (2.43s) [2021-02-02T17:32:26.803Z] --- PASS: TestStopContainerWithTimeout/1 (1.64s) [2021-02-02T17:32:26.803Z] === RUN TestDeleteDevicemapper [2021-02-02T17:32:26.803Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-02T17:32:26.803Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-02T17:32:26.803Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-02T17:32:26.810Z] [2021-02-02T17:32:26.810Z] Removing bundles/ [2021-02-02T17:32:26.810Z] [2021-02-02T17:32:26.810Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-02T17:32:26.810Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-02T17:32:26.810Z] GOOS="" GOARCH="" GOARM="" [2021-02-02T17:32:26.824Z] #43 175.7 CC criu/protobuf-desc.o [2021-02-02T17:32:27.467Z] #43 ... [2021-02-02T17:32:27.467Z] [2021-02-02T17:32:27.467Z] #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-02-02T17:32:27.467Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-02T17:32:27.467Z] #40 245.6 + dpkg --print-architecture [2021-02-02T17:32:27.467Z] #40 245.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-02-02T17:32:27.764Z] #40 246.0 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-02-02T17:32:27.764Z] #40 246.0 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-02-02T17:32:28.177Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.48s) [2021-02-02T17:32:28.177Z] === RUN TestUpdateMemory [2021-02-02T17:32:28.177Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-02T17:32:28.177Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-02T17:32:28.177Z] === RUN TestUpdateCPUQuota [2021-02-02T17:32:28.177Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-02-02T17:32:28.177Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-02T17:32:28.177Z] === RUN TestUpdatePidsLimit [2021-02-02T17:32:28.177Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-02-02T17:32:28.177Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-02T17:32:28.177Z] === RUN TestUpdateRestartPolicy [2021-02-02T17:32:29.865Z] #40 ... [2021-02-02T17:32:29.865Z] [2021-02-02T17:32:29.865Z] #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-02-02T17:32:29.865Z] #53 sha256:a0f72b106d5690e0987c952512647b9f14b52ebdd79020851cee4e885dad35fe [2021-02-02T17:32:29.865Z] #53 131.4 CGO_ENABLED=1 go build -tags "seccomp apparmor selinux netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="ff819c7e9184c13b7c2607fe6c30ae19403a7aff" -X main.version=1.0.0-rc92 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-02-02T17:32:29.865Z] #53 133.9 + mkdir -p /build [2021-02-02T17:32:29.865Z] #53 133.9 + cp runc /build/runc [2021-02-02T17:32:29.865Z] #53 DONE 134.0s [2021-02-02T17:32:30.037Z] 4dcc9a9b9e68: Download complete [2021-02-02T17:32:30.162Z] [2021-02-02T17:32:30.162Z] #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-02-02T17:32:30.162Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:32:30.162Z] #43 177.0 CC criu/protobuf.o [2021-02-02T17:32:30.162Z] #43 177.5 CC criu/pstree.o [2021-02-02T17:32:30.162Z] #43 178.9 CC criu/rbtree.o [2021-02-02T17:32:30.162Z] #43 179.5 CC criu/rst-malloc.o [2021-02-02T17:32:31.214Z] #43 180.5 CC criu/seccomp.o [2021-02-02T17:32:32.264Z] #43 181.4 CC criu/seize.o [2021-02-02T17:32:33.313Z] #43 182.5 CC criu/servicefd.o [2021-02-02T17:32:33.610Z] #43 183.0 CC criu/shmem.o [2021-02-02T17:32:34.499Z] Loaded image: buildpack-deps:buster [2021-02-02T17:32:34.499Z] Loaded image: busybox:latest [2021-02-02T17:32:34.499Z] Loaded image: busybox:glibc [2021-02-02T17:32:35.144Z] #43 184.3 CC criu/sigframe.o [2021-02-02T17:32:35.440Z] #43 184.5 CC criu/signalfd.o [2021-02-02T17:32:35.442Z] Loaded image: debian:bullseye [2021-02-02T17:32:35.442Z] Loaded image: hello-world:latest [2021-02-02T17:32:35.703Z] Loaded image: arm32v7/hello-world:latest [2021-02-02T17:32:35.703Z] INFO: Testing against a local daemon [2021-02-02T17:32:35.703Z] === RUN TestCgroupNamespacesBuild [2021-02-02T17:32:35.737Z] #43 184.9 CC criu/sk-inet.o [2021-02-02T17:32:37.267Z] #43 186.2 CC criu/sk-netlink.o [2021-02-02T17:32:37.563Z] #43 186.7 CC criu/sk-packet.o [2021-02-02T17:32:38.613Z] #43 187.6 CC criu/sk-queue.o [2021-02-02T17:32:38.638Z] 4612f6d0b889: Verifying Checksum [2021-02-02T17:32:38.638Z] 4612f6d0b889: Download complete [2021-02-02T17:32:38.910Z] #43 188.0 CC criu/sk-tcp.o [2021-02-02T17:32:39.005Z] --- PASS: TestCgroupNamespacesBuild (2.65s) [2021-02-02T17:32:39.005Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-02T17:32:39.207Z] #43 188.5 CC criu/sk-unix.o [2021-02-02T17:32:40.371Z] --- PASS: TestUpdateRestartPolicy (10.91s) [2021-02-02T17:32:40.371Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-02T17:32:40.371Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2021-02-02T17:32:40.371Z] === RUN TestWaitNonBlocked [2021-02-02T17:32:40.371Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T17:32:40.371Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T17:32:40.371Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T17:32:40.371Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T17:32:40.371Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T17:32:40.371Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T17:32:40.371Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-02-02T17:32:40.371Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.69s) [2021-02-02T17:32:40.371Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.72s) [2021-02-02T17:32:40.371Z] === RUN TestWaitBlocked [2021-02-02T17:32:40.371Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-02T17:32:40.371Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-02T17:32:40.371Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-02T17:32:40.371Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-02T17:32:40.371Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-02T17:32:40.371Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-02T17:32:40.390Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.83s) [2021-02-02T17:32:40.390Z] === RUN TestBuildWithSession [2021-02-02T17:32:40.390Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-02T17:32:40.390Z] build_session_test.go:25: TODO: BuildKit [2021-02-02T17:32:40.390Z] === RUN TestBuildSquashParent [2021-02-02T17:32:40.631Z] --- PASS: TestWaitBlocked (0.01s) [2021-02-02T17:32:40.631Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.62s) [2021-02-02T17:32:40.631Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.65s) [2021-02-02T17:32:40.631Z] === CONT TestDaemonRestartIpcMode [2021-02-02T17:32:40.631Z] === CONT TestIpcModeOlderClient [2021-02-02T17:32:40.631Z] --- PASS: TestIpcModeOlderClient (0.08s) [2021-02-02T17:32:40.631Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-02T17:32:41.975Z] #43 190.8 CC criu/sockets.o [2021-02-02T17:32:42.619Z] #43 191.9 CC criu/stats.o [2021-02-02T17:32:42.915Z] #43 192.3 CC criu/string.o [2021-02-02T17:32:43.212Z] #43 192.4 CC criu/sysctl.o [2021-02-02T17:32:43.860Z] #43 193.1 CC criu/sysfs_parse.o [2021-02-02T17:32:44.161Z] #43 193.5 CC criu/timens.o [2021-02-02T17:32:44.461Z] #43 193.9 CC criu/timerfd.o [2021-02-02T17:32:45.103Z] #43 194.4 CC criu/tty.o [2021-02-02T17:32:45.532Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-02-02T17:32:45.895Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.21s) [2021-02-02T17:32:45.895Z] --- PASS: TestDaemonRestartIpcMode (4.61s) [2021-02-02T17:32:45.895Z] PASS [2021-02-02T17:32:45.895Z] [2021-02-02T17:32:45.895Z] === Skipped [2021-02-02T17:32:45.895Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-02T17:32:45.895Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-02T17:32:45.895Z] [2021-02-02T17:32:45.895Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-02-02T17:32:45.895Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-02-02T17:32:45.895Z] [2021-02-02T17:32:45.895Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-02-02T17:32:45.895Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:32:45.895Z] [2021-02-02T17:32:45.895Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-02-02T17:32:45.895Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-02-02T17:32:45.895Z] [2021-02-02T17:32:45.895Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-02-02T17:32:45.895Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-02T17:32:45.895Z] [2021-02-02T17:32:45.895Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-02-02T17:32:45.895Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-02T17:32:45.895Z] [2021-02-02T17:32:45.895Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-02-02T17:32:45.895Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-02T17:32:45.895Z] [2021-02-02T17:32:45.895Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-02-02T17:32:45.895Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-02T17:32:45.895Z] [2021-02-02T17:32:45.895Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-02-02T17:32:45.895Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-02-02T17:32:45.895Z] [2021-02-02T17:32:45.895Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2021-02-02T17:32:45.895Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-02T17:32:45.895Z] [2021-02-02T17:32:45.895Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-02T17:32:45.895Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:32:45.895Z] [2021-02-02T17:32:45.895Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-02-02T17:32:45.895Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-02-02T17:32:45.895Z] [2021-02-02T17:32:45.895Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-02-02T17:32:45.895Z] 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-02-02T17:32:45.895Z] [2021-02-02T17:32:45.895Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-02-02T17:32:45.895Z] 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-02-02T17:32:45.895Z] [2021-02-02T17:32:45.895Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-02-02T17:32:45.896Z] 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-02-02T17:32:45.896Z] [2021-02-02T17:32:45.896Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-02-02T17:32:45.896Z] pause_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-02T17:32:45.896Z] [2021-02-02T17:32:45.896Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.01s) [2021-02-02T17:32:45.896Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-02T17:32:45.896Z] [2021-02-02T17:32:45.896Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-02-02T17:32:45.896Z] pause_test.go:71: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-02T17:32:45.896Z] [2021-02-02T17:32:45.896Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-02-02T17:32:45.896Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-02-02T17:32:45.896Z] [2021-02-02T17:32:45.896Z] === SKIP: amd64.integration.container TestKernelTCPMemory (0.02s) [2021-02-02T17:32:45.896Z] run_linux_test.go:23: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-02T17:32:45.896Z] [2021-02-02T17:32:45.896Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-02-02T17:32:45.896Z] run_linux_test.go:64: (*Execution).IsRootless-fm: rootless mode doesn't support setting Domainname (TODO: https://github.com/moby/moby/issues/40632) [2021-02-02T17:32:45.896Z] [2021-02-02T17:32:45.896Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-02-02T17:32:45.896Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-02T17:32:45.896Z] [2021-02-02T17:32:45.896Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-02T17:32:45.896Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-02T17:32:45.896Z] [2021-02-02T17:32:45.896Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-02-02T17:32:45.896Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-02T17:32:45.896Z] [2021-02-02T17:32:45.896Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-02-02T17:32:45.896Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-02T17:32:45.896Z] [2021-02-02T17:32:45.896Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-02-02T17:32:45.896Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-02-02T17:32:45.896Z] [2021-02-02T17:32:45.896Z] [2021-02-02T17:32:45.896Z] DONE 177 tests, 26 skipped in 80.234s [2021-02-02T17:32:45.896Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-02T17:32:45.896Z] INFO: Testing against a local daemon [2021-02-02T17:32:45.896Z] === RUN TestCommitInheritsEnv [2021-02-02T17:32:47.200Z] #43 196.5 CC criu/tun.o [2021-02-02T17:32:47.268Z] --- PASS: TestCommitInheritsEnv (1.61s) [2021-02-02T17:32:47.268Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-02T17:32:47.268Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-02T17:32:47.268Z] === RUN TestImagesFilterMultiReference [2021-02-02T17:32:47.268Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-02-02T17:32:47.268Z] === RUN TestImagePullPlatformInvalid [2021-02-02T17:32:47.268Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-02-02T17:32:47.268Z] === RUN TestRemoveImageOrphaning [2021-02-02T17:32:48.250Z] #43 197.3 CC criu/uffd.o [2021-02-02T17:32:48.526Z] --- PASS: TestBuildSquashParent (6.81s) [2021-02-02T17:32:48.526Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-02T17:32:48.526Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:32:48.526Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:32:48.526Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:32:48.526Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:32:48.526Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:32:48.526Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:32:48.526Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:32:48.526Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:32:48.526Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:32:48.526Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:32:48.526Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:32:48.526Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:32:48.526Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:32:48.526Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:32:48.526Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:32:48.526Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:32:49.167Z] --- PASS: TestRemoveImageOrphaning (1.91s) [2021-02-02T17:32:49.167Z] === RUN TestRemoveImageGarbageCollector [2021-02-02T17:32:49.167Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-02T17:32:49.167Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-02-02T17:32:49.167Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-02T17:32:49.167Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-02-02T17:32:49.167Z] === RUN TestTagInvalidReference [2021-02-02T17:32:49.167Z] --- PASS: TestTagInvalidReference (0.01s) [2021-02-02T17:32:49.167Z] === RUN TestTagValidPrefixedRepo [2021-02-02T17:32:49.167Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-02-02T17:32:49.167Z] === RUN TestTagExistedNameWithoutForce [2021-02-02T17:32:49.167Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-02-02T17:32:49.167Z] === RUN TestTagOfficialNames [2021-02-02T17:32:49.424Z] --- PASS: TestTagOfficialNames (0.05s) [2021-02-02T17:32:49.424Z] === RUN TestTagMatchesDigest [2021-02-02T17:32:49.425Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-02-02T17:32:49.425Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-02T17:32:49.469Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:32:49.775Z] #43 198.8 CC criu/util.o [2021-02-02T17:32:50.040Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:32:51.302Z] #43 200.5 CC criu/uts_ns.o [2021-02-02T17:32:51.599Z] #43 200.7 CC criu/vdso.o [2021-02-02T17:32:51.954Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-02T17:32:51.954Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.47s) [2021-02-02T17:32:51.954Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.78s) [2021-02-02T17:32:51.954Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.81s) [2021-02-02T17:32:51.954Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.88s) [2021-02-02T17:32:51.954Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.08s) [2021-02-02T17:32:51.954Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.91s) [2021-02-02T17:32:51.954Z] === RUN TestBuildMultiStageCopy [2021-02-02T17:32:51.954Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-02T17:32:52.244Z] #43 201.4 LINK criu/built-in.o [2021-02-02T17:32:52.244Z] #43 201.5 LINK criu/criu [2021-02-02T17:32:52.887Z] #43 202.1 DEP lib/c/criu.d [2021-02-02T17:32:52.887Z] #43 202.2 CC images/rpc.pb-c.o [2021-02-02T17:32:53.022Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-02-02T17:32:53.944Z] #43 203.0 CC lib/c/criu.o [2021-02-02T17:32:54.240Z] #43 ... [2021-02-02T17:32:54.240Z] [2021-02-02T17:32:54.240Z] #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-02-02T17:32:54.240Z] #40 sha256:901a5c29e907a8e8e928e98b52a88e62a3d1a37f080c0011a504e7b597e8f9f9 [2021-02-02T17:32:54.240Z] #40 DONE 272.6s [2021-02-02T17:32:54.498Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-02T17:32:54.498Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-02T17:32:54.537Z] [2021-02-02T17:32:54.537Z] #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-02-02T17:32:54.537Z] #43 sha256:a58643d534591defae86bd7acdcbb46e912f83d0e8e15d8f6bddf2869892d5eb [2021-02-02T17:32:54.967Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-02-02T17:32:55.070Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-02T17:32:55.181Z] #43 204.6 LINK lib/c/built-in.o [2021-02-02T17:32:55.181Z] #43 204.6 LINK lib/c/libcriu.so [2021-02-02T17:32:55.477Z] #43 204.7 LINK lib/c/libcriu.a [2021-02-02T17:32:55.641Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-02T17:32:55.774Z] #43 204.9 GEN magic.py [2021-02-02T17:32:55.775Z] #43 205.1 Note: Building without setproctitle() and strlcpy() support. [2021-02-02T17:32:55.775Z] #43 205.1 To enable these features, please install libbsd-devel (RPM) / libbsd-dev (DEB). [2021-02-02T17:32:55.775Z] #43 205.1 Note: Building without GnuTLS support [2021-02-02T17:32:55.775Z] #43 205.1 Makefile.config:39: Warn: you have no libnftables installed [2021-02-02T17:32:55.775Z] #43 205.1 Makefile.config:40: Warn: Building without nftables support [2021-02-02T17:32:56.582Z] --- PASS: TestBuildMultiStageCopy (4.52s) [2021-02-02T17:32:56.582Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.31s) [2021-02-02T17:32:56.582Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.49s) [2021-02-02T17:32:56.582Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.54s) [2021-02-02T17:32:56.582Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2021-02-02T17:32:56.582Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.61s) [2021-02-02T17:32:56.582Z] === RUN TestBuildMultiStageParentConfig [2021-02-02T17:32:56.823Z] #43 206.0 fatal: not a git repository (or any of the parent directories): .git [2021-02-02T17:32:57.877Z] #43 206.9 make[1]: Nothing to be done for 'all'. [2021-02-02T17:32:57.966Z] --- PASS: TestBuildMultiStageParentConfig (1.45s) [2021-02-02T17:32:57.966Z] === RUN TestBuildLabelWithTargets [2021-02-02T17:32:58.928Z] #43 208.0 make[1]: 'images/built-in.o' is up to date. [2021-02-02T17:32:58.928Z] #43 208.0 make[1]: 'compel/plugins/std.lib.a' is up to date. [2021-02-02T17:32:58.928Z] #43 208.1 make[1]: 'compel/plugins/fds.lib.a' is up to date. [2021-02-02T17:32:58.928Z] #43 208.1 make[1]: 'compel/libcompel.a' is up to date. [2021-02-02T17:32:58.928Z] #43 208.2 make[1]: 'compel/compel-host-bin' is up to date. [2021-02-02T17:32:58.928Z] #43 208.2 make[1]: Nothing to be done for 'all'. [2021-02-02T17:32:58.928Z] #43 208.3 make[1]: 'soccr/libsoccr.a' is up to date. [2021-02-02T17:32:59.228Z] #43 208.5 make[2]: Nothing to be done for 'all'. [2021-02-02T17:32:59.228Z] #43 208.6 make[2]: Nothing to be done for 'all'. [2021-02-02T17:32:59.527Z] #43 208.6 make[2]: Nothing to be done for 'all'. [2021-02-02T17:32:59.527Z] #43 208.8 make[2]: Nothing to be done for 'all'. [2021-02-02T17:32:59.527Z] #43 208.9 make[2]: Nothing to be done for 'all'. [2021-02-02T17:32:59.826Z] #43 208.9 make[2]: Nothing to be done for 'all'. [2021-02-02T17:32:59.826Z] #43 209.0 make[2]: Nothing to be done for 'all'. [2021-02-02T17:33:00.012Z] tests/integration/api_service_test.py .................................. [ 60%] [2021-02-02T17:33:00.125Z] #43 209.2 make[2]: Nothing to be done for 'all'. [2021-02-02T17:33:00.125Z] #43 209.2 INSTALL criu/criu [2021-02-02T17:33:00.125Z] #43 DONE 209.4s [2021-02-02T17:33:00.125Z] [2021-02-02T17:33:00.125Z] #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-02-02T17:33:00.125Z] #24 sha256:33be999a105d50544671d6ade6d4cc7c2b111bb28e5fe2daf5ac2d9931260579 [2021-02-02T17:33:00.523Z] --- PASS: TestBuildLabelWithTargets (2.35s) [2021-02-02T17:33:00.523Z] === RUN TestBuildWithEmptyLayers [2021-02-02T17:33:01.095Z] --- PASS: TestBuildWithEmptyLayers (1.04s) [2021-02-02T17:33:01.095Z] === RUN TestBuildMultiStageOnBuild [2021-02-02T17:33:04.393Z] --- PASS: TestBuildMultiStageOnBuild (2.80s) [2021-02-02T17:33:04.393Z] === RUN TestBuildUncleanTarFilenames [2021-02-02T17:33:05.736Z] #24 ... [2021-02-02T17:33:05.736Z] [2021-02-02T17:33:05.736Z] #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-02-02T17:33:05.736Z] #49 sha256:6cb27559197dfc4188fa719d989d97830c1a069f29336bd85cbee4c71e7197f1 [2021-02-02T17:33:05.736Z] #49 283.3 + /build/golangci-lint --version [2021-02-02T17:33:05.736Z] #49 283.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-02-02T17:33:05.736Z] #49 DONE 283.9s [2021-02-02T17:33:05.736Z] [2021-02-02T17:33:05.736Z] #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-02-02T17:33:05.737Z] #24 sha256:33be999a105d50544671d6ade6d4cc7c2b111bb28e5fe2daf5ac2d9931260579 [2021-02-02T17:33:05.776Z] --- PASS: TestBuildUncleanTarFilenames (1.52s) [2021-02-02T17:33:05.776Z] === RUN TestBuildMultiStageLayerLeak [2021-02-02T17:33:08.025Z] Loaded image: buildpack-deps:buster [2021-02-02T17:33:08.025Z] Loaded image: busybox:latest [2021-02-02T17:33:08.025Z] Loaded image: busybox:glibc [2021-02-02T17:33:08.319Z] --- PASS: TestBuildMultiStageLayerLeak (2.88s) [2021-02-02T17:33:08.319Z] === RUN TestBuildWithHugeFile [2021-02-02T17:33:08.954Z] Loaded image: debian:bullseye [2021-02-02T17:33:08.954Z] Loaded image: hello-world:latest [2021-02-02T17:33:09.210Z] Loaded image: arm32v7/hello-world:latest [2021-02-02T17:33:09.210Z] INFO: Testing against a local daemon [2021-02-02T17:33:09.210Z] === RUN TestCgroupNamespacesBuild [2021-02-02T17:33:12.479Z] --- PASS: TestCgroupNamespacesBuild (2.97s) [2021-02-02T17:33:12.479Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-02T17:33:14.370Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.10s) [2021-02-02T17:33:14.370Z] === RUN TestBuildWithSession [2021-02-02T17:33:14.370Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-02T17:33:14.370Z] build_session_test.go:25: TODO: BuildKit [2021-02-02T17:33:14.370Z] === RUN TestBuildSquashParent [2021-02-02T17:33:14.794Z] ......................... [ 67%] [2021-02-02T17:33:21.215Z] #24 ... [2021-02-02T17:33:21.215Z] [2021-02-02T17:33:21.215Z] #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-02-02T17:33:21.215Z] #56 sha256:813c23f3b3bdc09430d5b9b41eeb1d47b4c1f04fc8492881b764eacd64f0ca67 [2021-02-02T17:33:21.215Z] #56 256.3 + bin/containerd [2021-02-02T17:33:23.870Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-02T17:33:23.870Z] [2021-02-02T17:33:23.870Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-02T17:33:23.870Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-02T17:33:23.870Z] HOSTNAME=4fce85c074d4 [2021-02-02T17:33:23.870Z] TESTDEBUG=0 [2021-02-02T17:33:23.870Z] DEST=bundles/test-integration [2021-02-02T17:33:23.870Z] PWD=/go/src/github.com/docker/docker [2021-02-02T17:33:23.870Z] DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 [2021-02-02T17:33:23.870Z] container=docker [2021-02-02T17:33:23.870Z] HOME=/root [2021-02-02T17:33:23.870Z] GOLANG_VERSION=1.13.15 [2021-02-02T17:33:23.870Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-02T17:33:23.871Z] VALIDATE_BRANCH=master [2021-02-02T17:33:23.871Z] TERM=xterm [2021-02-02T17:33:23.871Z] DOCKER_PKG=github.com/docker/docker [2021-02-02T17:33:23.871Z] SHLVL=1 [2021-02-02T17:33:23.871Z] TIMEOUT=120m [2021-02-02T17:33:23.871Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-02T17:33:23.871Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-02T17:33:23.871Z] GO111MODULE=off [2021-02-02T17:33:23.871Z] DOCKER_EXPERIMENTAL=1 [2021-02-02T17:33:23.871Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-02T17:33:23.871Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-02T17:33:23.871Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-02T17:33:23.871Z] GOPATH=/go [2021-02-02T17:33:23.871Z] PKG_CONFIG=pkg-config [2021-02-02T17:33:23.871Z] _=/usr/bin/env [2021-02-02T17:33:23.871Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-02T17:33:24.317Z] --- PASS: TestBuildSquashParent (9.30s) [2021-02-02T17:33:24.318Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-02T17:33:24.318Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:33:24.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:33:24.318Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:33:24.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:33:24.318Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:33:24.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:33:24.318Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:33:24.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:33:24.318Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:33:24.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:33:24.318Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:33:24.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:33:24.318Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:33:24.318Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:33:27.587Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:33:27.587Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:33:29.742Z] #56 ... [2021-02-02T17:33:29.742Z] [2021-02-02T17:33:29.742Z] #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-02-02T17:33:29.742Z] #24 sha256:33be999a105d50544671d6ade6d4cc7c2b111bb28e5fe2daf5ac2d9931260579 [2021-02-02T17:33:29.742Z] #24 306.8 + return [2021-02-02T17:33:29.742Z] #24 DONE 307.0s [2021-02-02T17:33:29.742Z] [2021-02-02T17:33:29.742Z] #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-02-02T17:33:29.742Z] #56 sha256:813c23f3b3bdc09430d5b9b41eeb1d47b4c1f04fc8492881b764eacd64f0ca67 [2021-02-02T17:33:30.106Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:33:30.106Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:33:30.792Z] #56 ... [2021-02-02T17:33:30.792Z] [2021-02-02T17:33:30.792Z] #25 [dev-systemd-false 10/26] COPY --from=dockercli /build/ /usr/local/cli [2021-02-02T17:33:30.792Z] #25 sha256:ef5ca69b442375b46f9e072fdb7796c744399d5197fcf00b1fdf39327a52049d [2021-02-02T17:33:30.792Z] #25 DONE 0.1s [2021-02-02T17:33:30.792Z] [2021-02-02T17:33:30.792Z] #30 [dev-systemd-false 11/26] COPY --from=frozen-images /build/ /docker-frozen-images [2021-02-02T17:33:30.792Z] #30 sha256:ce827d3f8fdac21e5e937f2208b7eda86965e93625a7c190f7534d2466cb2b16 [2021-02-02T17:33:31.435Z] #30 DONE 0.8s [2021-02-02T17:33:31.435Z] [2021-02-02T17:33:31.435Z] #33 [dev-systemd-false 12/26] COPY --from=swagger /build/ /usr/local/bin/ [2021-02-02T17:33:31.435Z] #33 sha256:805b83b05bf274e118ed5e4aeb5ac2d993996423ed3a29e07d4ebf6958b93643 [2021-02-02T17:33:31.435Z] #33 DONE 0.1s [2021-02-02T17:33:31.435Z] [2021-02-02T17:33:31.435Z] #35 [dev-systemd-false 13/26] COPY --from=tomlv /build/ /usr/local/bin/ [2021-02-02T17:33:31.435Z] #35 sha256:8786b49717a1ba37a225cd1c34251706bf838d06bb76da9da116f56e9a64e830 [2021-02-02T17:33:31.435Z] #35 DONE 0.1s [2021-02-02T17:33:31.435Z] [2021-02-02T17:33:31.435Z] #38 [dev-systemd-false 14/26] COPY --from=tini /build/ /usr/local/bin/ [2021-02-02T17:33:31.435Z] #38 sha256:46a4cbaba5db57600c8011ee458ff0e6f26c9cb61caf7ab718877836c8aaddc8 [2021-02-02T17:33:31.435Z] #38 DONE 0.1s [2021-02-02T17:33:31.435Z] [2021-02-02T17:33:31.435Z] #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-02-02T17:33:31.435Z] #56 sha256:813c23f3b3bdc09430d5b9b41eeb1d47b4c1f04fc8492881b764eacd64f0ca67 [2021-02-02T17:33:31.732Z] #56 ... [2021-02-02T17:33:31.732Z] [2021-02-02T17:33:31.732Z] #41 [dev-systemd-false 15/26] COPY --from=registry /build/ /usr/local/bin/ [2021-02-02T17:33:31.732Z] #41 sha256:a223db06568a73b80f35aaddd53979d01e91cdd6e00111fcaea6ced5d39f1392 [2021-02-02T17:33:31.732Z] #41 DONE 0.2s [2021-02-02T17:33:31.732Z] [2021-02-02T17:33:31.732Z] #44 [dev-systemd-false 16/26] COPY --from=criu /build/ /usr/local/ [2021-02-02T17:33:31.732Z] #44 sha256:a8567fe92e09b657da6ed339ab87c2ccf8c0b978b19852cd210ab54d03c799b6 [2021-02-02T17:33:32.028Z] #44 DONE 0.2s [2021-02-02T17:33:32.028Z] [2021-02-02T17:33:32.028Z] #46 [dev-systemd-false 17/26] COPY --from=vndr /build/ /usr/local/bin/ [2021-02-02T17:33:32.028Z] #46 sha256:191648256c733d6184e8eb616981a411034f270805d0f292e4667d1b6361b306 [2021-02-02T17:33:32.028Z] #46 DONE 0.1s [2021-02-02T17:33:32.028Z] [2021-02-02T17:33:32.028Z] #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-02-02T17:33:32.028Z] #56 sha256:813c23f3b3bdc09430d5b9b41eeb1d47b4c1f04fc8492881b764eacd64f0ca67 [2021-02-02T17:33:32.028Z] #56 ... [2021-02-02T17:33:32.028Z] [2021-02-02T17:33:32.028Z] #48 [dev-systemd-false 18/26] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-02-02T17:33:32.028Z] #48 sha256:5ef54916d800d164f7c2ec4d3a0c64e8848fc3ff027982206508b6861536bf62 [2021-02-02T17:33:32.028Z] #48 DONE 0.1s [2021-02-02T17:33:32.028Z] [2021-02-02T17:33:32.028Z] #50 [dev-systemd-false 19/26] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-02-02T17:33:32.028Z] #50 sha256:fbcaac380a2b841183c1e7d50bea607dfa5d9e8c1e899440c87cc4cfa1ee2298 [2021-02-02T17:33:32.323Z] #50 DONE 0.1s [2021-02-02T17:33:32.323Z] [2021-02-02T17:33:32.323Z] #52 [dev-systemd-false 20/26] COPY --from=shfmt /build/ /usr/local/bin/ [2021-02-02T17:33:32.323Z] #52 sha256:bfbe580693c088d411ac696c2a80c6cfbb8cb28f44652f92a2365c9078094e6b [2021-02-02T17:33:32.323Z] #52 DONE 0.1s [2021-02-02T17:33:32.323Z] [2021-02-02T17:33:32.323Z] #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-02-02T17:33:32.323Z] #56 sha256:813c23f3b3bdc09430d5b9b41eeb1d47b4c1f04fc8492881b764eacd64f0ca67 [2021-02-02T17:33:32.323Z] #56 ... [2021-02-02T17:33:32.323Z] [2021-02-02T17:33:32.323Z] #54 [dev-systemd-false 21/26] COPY --from=runc /build/ /usr/local/bin/ [2021-02-02T17:33:32.323Z] #54 sha256:413fa49450b070a2f244238bb4ee0946aed1ed3a081832966a0228cc5e544e30 [2021-02-02T17:33:32.323Z] #54 DONE 0.1s [2021-02-02T17:33:32.624Z] [2021-02-02T17:33:32.624Z] #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-02-02T17:33:32.624Z] #56 sha256:813c23f3b3bdc09430d5b9b41eeb1d47b4c1f04fc8492881b764eacd64f0ca67 [2021-02-02T17:33:33.376Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-02-02T17:33:33.376Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.32s) [2021-02-02T17:33:33.376Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.40s) [2021-02-02T17:33:33.376Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.00s) [2021-02-02T17:33:33.376Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.04s) [2021-02-02T17:33:33.376Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.05s) [2021-02-02T17:33:33.376Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.03s) [2021-02-02T17:33:33.376Z] === RUN TestBuildMultiStageCopy [2021-02-02T17:33:33.376Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-02T17:33:35.894Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-02T17:33:36.457Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-02T17:33:37.018Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-02T17:33:37.581Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-02T17:33:38.143Z] --- PASS: TestBuildMultiStageCopy (4.87s) [2021-02-02T17:33:38.143Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.51s) [2021-02-02T17:33:38.143Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.65s) [2021-02-02T17:33:38.143Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.58s) [2021-02-02T17:33:38.143Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.54s) [2021-02-02T17:33:38.143Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.59s) [2021-02-02T17:33:38.143Z] === RUN TestBuildMultiStageParentConfig [2021-02-02T17:33:39.509Z] --- PASS: TestBuildMultiStageParentConfig (1.48s) [2021-02-02T17:33:39.509Z] === RUN TestBuildLabelWithTargets [2021-02-02T17:33:42.027Z] --- PASS: TestBuildLabelWithTargets (2.38s) [2021-02-02T17:33:42.027Z] === RUN TestBuildWithEmptyLayers [2021-02-02T17:33:43.393Z] --- PASS: TestBuildWithEmptyLayers (1.32s) [2021-02-02T17:33:43.393Z] === RUN TestBuildMultiStageOnBuild [2021-02-02T17:33:46.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-02T17:33:46.347Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-02T17:33:46.664Z] --- PASS: TestBuildMultiStageOnBuild (3.07s) [2021-02-02T17:33:46.664Z] === RUN TestBuildUncleanTarFilenames [2021-02-02T17:33:48.032Z] --- PASS: TestBuildUncleanTarFilenames (1.87s) [2021-02-02T17:33:48.032Z] === RUN TestBuildMultiStageLayerLeak [2021-02-02T17:33:52.200Z] --- PASS: TestBuildMultiStageLayerLeak (3.44s) [2021-02-02T17:33:52.200Z] === RUN TestBuildWithHugeFile [2021-02-02T17:33:55.037Z] --- PASS: TestBuildWithHugeFile (40.89s) [2021-02-02T17:33:55.038Z] === RUN TestBuildWCOWSandboxSize [2021-02-02T17:33:55.038Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-02-02T17:33:55.038Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-02T17:33:55.038Z] === RUN TestBuildWithEmptyDockerfile [2021-02-02T17:33:55.038Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T17:33:55.038Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T17:33:55.038Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T17:33:55.038Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T17:33:55.038Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T17:33:55.038Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T17:33:55.038Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T17:33:55.038Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T17:33:55.038Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T17:33:55.038Z] --- PASS: TestBuildWithEmptyDockerfile (0.19s) [2021-02-02T17:33:55.038Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.23s) [2021-02-02T17:33:55.038Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2021-02-02T17:33:55.038Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.24s) [2021-02-02T17:33:55.038Z] === RUN TestBuildPreserveOwnership [2021-02-02T17:33:55.038Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-02T17:33:55.038Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-02T17:33:55.978Z] --- PASS: TestBuildPreserveOwnership (6.22s) [2021-02-02T17:33:55.978Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.04s) [2021-02-02T17:33:55.978Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.15s) [2021-02-02T17:33:55.978Z] === RUN TestBuildPlatformInvalid [2021-02-02T17:33:55.978Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2021-02-02T17:33:55.978Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-02T17:33:56.817Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-02-02T17:33:58.995Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-02-02T17:33:59.787Z] #56 292.6 + bin/containerd-stress [2021-02-02T17:33:59.787Z] #56 295.0 + bin/containerd-shim [2021-02-02T17:34:04.648Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-02T17:34:05.686Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-02T17:34:06.724Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-02T17:34:06.754Z] #56 302.0 + bin/containerd-shim-runc-v1 [2021-02-02T17:34:07.359Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-02T17:34:07.359Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-02T17:34:08.874Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-02T17:34:10.886Z] Loaded image: buildpack-deps:buster [2021-02-02T17:34:10.886Z] Loaded image: busybox:latest [2021-02-02T17:34:10.886Z] Loaded image: busybox:glibc [2021-02-02T17:34:10.886Z] Loaded image: debian:bullseye [2021-02-02T17:34:10.886Z] Loaded image: hello-world:latest [2021-02-02T17:34:10.947Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-02T17:34:11.146Z] Loaded image: arm32v7/hello-world:latest [2021-02-02T17:34:11.697Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-02-02T17:34:11.986Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-02T17:34:12.361Z] #56 306.8 + bin/containerd-shim-runc-v2 [2021-02-02T17:34:12.361Z] #56 307.9 + binaries [2021-02-02T17:34:12.361Z] #56 307.9 + install -D bin/containerd /build/containerd [2021-02-02T17:34:12.361Z] #56 308.0 + install -D bin/containerd-shim /build/containerd-shim [2021-02-02T17:34:12.652Z] #56 308.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-02-02T17:34:12.652Z] #56 308.0 + install -D bin/ctr /build/ctr [2021-02-02T17:34:12.652Z] #56 DONE 308.1s [2021-02-02T17:34:13.024Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-02T17:34:13.317Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-02T17:34:13.788Z] [2021-02-02T17:34:13.789Z] #57 [dev-systemd-false 22/26] COPY --from=containerd /build/ /usr/local/bin/ [2021-02-02T17:34:13.789Z] #57 sha256:e9a7a7481672aeaf729abdaf53dbddb96a92096251f54dced29a29feb3770d8f [2021-02-02T17:34:13.789Z] #57 DONE 0.1s [2021-02-02T17:34:13.789Z] [2021-02-02T17:34:13.789Z] #61 [dev-systemd-false 23/26] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-02-02T17:34:13.789Z] #61 sha256:e04c4b8c548934ed0cd4095b828aef1c915cd726922c055c39e9480ac4e8d5d5 [2021-02-02T17:34:13.789Z] #61 DONE 0.1s [2021-02-02T17:34:13.789Z] [2021-02-02T17:34:13.789Z] #63 [dev-systemd-false 24/26] COPY --from=vpnkit /vpnkit /usr/local/bin/vpnkit.x86_64 [2021-02-02T17:34:13.789Z] #63 sha256:7777facbddbc4264e8f94bd4c81bc3482cca491182b623c0c12b99cfa0979ce5 [2021-02-02T17:34:13.789Z] #63 DONE 0.1s [2021-02-02T17:34:13.789Z] [2021-02-02T17:34:13.789Z] #65 [dev-systemd-false 25/26] COPY --from=proxy /build/ /usr/local/bin/ [2021-02-02T17:34:13.789Z] #65 sha256:608fbf866c2a5545e39eccd854f5985f6b6bfa4eb5652bea38b85f4059c36226 [2021-02-02T17:34:13.789Z] #65 DONE 0.1s [2021-02-02T17:34:13.789Z] [2021-02-02T17:34:13.789Z] #66 [dev-systemd-false 26/26] WORKDIR /go/src/github.com/docker/docker [2021-02-02T17:34:13.789Z] #66 sha256:df21c78fa6ad57f3fde3b60eed6ee4138c1b5398fd5bf6592096e784ef6e9409 [2021-02-02T17:34:13.789Z] #66 DONE 0.0s [2021-02-02T17:34:14.080Z] [2021-02-02T17:34:14.080Z] #67 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-02-02T17:34:14.080Z] #67 sha256:0d5933c420f69451d030bc8cfa32273ca5b11e7e93738c29337d1c2f60c93ce6 [2021-02-02T17:34:14.230Z] tests/integration/client_test.py ..... [ 75%] [2021-02-02T17:34:14.230Z] tests/integration/context_api_test.py ... [ 76%] [2021-02-02T17:34:14.354Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-02T17:34:14.489Z] tests/integration/errors_test.py . [ 76%] [2021-02-02T17:34:14.990Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-02T17:34:16.151Z] #67 DONE 2.2s [2021-02-02T17:34:16.151Z] [2021-02-02T17:34:16.151Z] #68 exporting to oci image format [2021-02-02T17:34:16.151Z] #68 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-02-02T17:34:16.151Z] #68 exporting layers [2021-02-02T17:34:16.502Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-02T17:34:17.137Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-02T17:34:18.177Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-02T17:34:18.811Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-02T17:34:18.811Z] Using test binary docker [2021-02-02T17:34:18.811Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-02T17:34:18.811Z] +++ /etc/init.d/apparmor start [2021-02-02T17:34:18.811Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-02T17:34:18.811Z] INFO: Waiting for daemon to start... [2021-02-02T17:34:18.811Z] Starting dockerd [2021-02-02T17:34:18.811Z] +++ 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-02-02T17:34:20.889Z] . [2021-02-02T17:34:20.889Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-02T17:34:20.889Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-02T17:34:20.889Z] Error: No such image: emptyfs [2021-02-02T17:34:20.889Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-02T17:34:20.889Z] ++++ docker load [2021-02-02T17:34:21.150Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.81s) [2021-02-02T17:34:21.150Z] PASS [2021-02-02T17:34:21.150Z] [2021-02-02T17:34:21.150Z] === Skipped [2021-02-02T17:34:21.150Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-02-02T17:34:21.150Z] build_session_test.go:25: TODO: BuildKit [2021-02-02T17:34:21.150Z] [2021-02-02T17:34:21.150Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-02-02T17:34:21.150Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-02T17:34:21.150Z] [2021-02-02T17:34:21.150Z] [2021-02-02T17:34:21.150Z] DONE 34 tests, 2 skipped in 117.846s [2021-02-02T17:34:21.150Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-02-02T17:34:21.150Z] ++ 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-02-02T17:34:21.150Z] ++ set -e [2021-02-02T17:34:21.150Z] ++ '[' -n 0 ']' [2021-02-02T17:34:21.150Z] ++ set -x [2021-02-02T17:34:21.150Z] ++ env -i DEST=/go/src/github.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-02-02T17:34:21.150Z] INFO: Testing against a local daemon [2021-02-02T17:34:21.150Z] === RUN TestConfigInspect [2021-02-02T17:34:21.181Z] Running integration-test (iteration 1) [2021-02-02T17:34:21.181Z] Running /go/src/github.com/docker/docker/integration/build (s390x.integration.build) flags=-test.v -test.timeout=120m [2021-02-02T17:34:21.181Z] ++ 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-02-02T17:34:21.181Z] ++ set -e [2021-02-02T17:34:21.181Z] ++ '[' -n 0 ']' [2021-02-02T17:34:21.181Z] ++ set -x [2021-02-02T17:34:21.181Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-02T17:34:23.692Z] --- PASS: TestConfigInspect (3.42s) [2021-02-02T17:34:23.692Z] === RUN TestConfigList [2021-02-02T17:34:24.288Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-02T17:34:24.288Z] Using test binary docker [2021-02-02T17:34:24.288Z] +++ /etc/init.d/apparmor start [2021-02-02T17:34:24.288Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-02T17:34:24.288Z] INFO: Waiting for daemon to start... [2021-02-02T17:34:24.288Z] Starting dockerd [2021-02-02T17:34:24.288Z] +++ 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-02-02T17:34:24.288Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-02T17:34:24.288Z] Using test binary docker [2021-02-02T17:34:24.288Z] +++ /etc/init.d/apparmor start [2021-02-02T17:34:24.288Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-02T17:34:24.288Z] INFO: Waiting for daemon to start... [2021-02-02T17:34:24.288Z] Starting dockerd [2021-02-02T17:34:24.288Z] +++ 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-02-02T17:34:24.288Z] . [2021-02-02T17:34:24.288Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-02T17:34:24.288Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-02T17:34:24.288Z] Error: No such image: emptyfs [2021-02-02T17:34:24.288Z] ++++ docker load [2021-02-02T17:34:24.288Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-02T17:34:24.288Z] Running integration-test (iteration 1) [2021-02-02T17:34:24.288Z] 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-02-02T17:34:24.288Z] ++ 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-02-02T17:34:24.288Z] ++ set -e [2021-02-02T17:34:24.288Z] ++ '[' -n 0 ']' [2021-02-02T17:34:24.288Z] ++ set -x [2021-02-02T17:34:24.288Z] ++ env -i DEST=/go/src/github.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-02-02T17:34:24.288Z] [2021-02-02T17:34:24.288Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-02T17:34:24.288Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-02T17:34:24.288Z] Error: No such image: emptyfs [2021-02-02T17:34:24.288Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-02T17:34:24.288Z] ++++ docker load [2021-02-02T17:34:24.288Z] Running integration-test (iteration 1) [2021-02-02T17:34:24.288Z] 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-02-02T17:34:24.288Z] ++ 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-02-02T17:34:24.288Z] ++ set -e [2021-02-02T17:34:24.288Z] ++ '[' -n 0 ']' [2021-02-02T17:34:24.288Z] ++ set -x [2021-02-02T17:34:24.288Z] ++ env -i DEST=/go/src/github.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-02-02T17:34:26.990Z] --- PASS: TestConfigList (3.24s) [2021-02-02T17:34:26.990Z] === RUN TestConfigsCreateAndDelete [2021-02-02T17:34:29.700Z] Loaded image: buildpack-deps:buster [2021-02-02T17:34:29.700Z] Loaded image: busybox:latest [2021-02-02T17:34:29.700Z] Loaded image: busybox:glibc [2021-02-02T17:34:30.288Z] --- PASS: TestConfigsCreateAndDelete (3.30s) [2021-02-02T17:34:30.288Z] === RUN TestConfigsUpdate [2021-02-02T17:34:31.212Z] Loaded image: debian:bullseye [2021-02-02T17:34:31.506Z] Loaded image: hello-world:latest [2021-02-02T17:34:31.798Z] Loaded image: arm32v7/hello-world:latest [2021-02-02T17:34:31.798Z] INFO: Testing against a local daemon [2021-02-02T17:34:31.798Z] === RUN TestCgroupNamespacesBuild [2021-02-02T17:34:33.586Z] --- PASS: TestConfigsUpdate (3.27s) [2021-02-02T17:34:33.586Z] === RUN TestTemplatedConfig [2021-02-02T17:34:33.876Z] --- PASS: TestCgroupNamespacesBuild (1.97s) [2021-02-02T17:34:33.876Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-02T17:34:35.187Z] 4612f6d0b889: Pull complete [2021-02-02T17:34:35.604Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-02-02T17:34:35.947Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.88s) [2021-02-02T17:34:35.947Z] === RUN TestBuildWithSession [2021-02-02T17:34:35.947Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-02T17:34:35.947Z] build_session_test.go:25: TODO: BuildKit [2021-02-02T17:34:35.947Z] === RUN TestBuildSquashParent [2021-02-02T17:34:36.884Z] --- PASS: TestTemplatedConfig (3.48s) [2021-02-02T17:34:36.884Z] === RUN TestConfigCreateResolve [2021-02-02T17:34:40.183Z] --- PASS: TestConfigCreateResolve (3.26s) [2021-02-02T17:34:40.183Z] === RUN TestConfigDaemonLibtrustID [2021-02-02T17:34:40.754Z] --- PASS: TestConfigDaemonLibtrustID (0.69s) [2021-02-02T17:34:40.754Z] PASS [2021-02-02T17:34:40.754Z] [2021-02-02T17:34:40.754Z] DONE 7 tests in 20.833s [2021-02-02T17:34:40.754Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-02-02T17:34:40.754Z] ++ 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-02-02T17:34:40.754Z] ++ set -e [2021-02-02T17:34:40.754Z] ++ '[' -n 0 ']' [2021-02-02T17:34:40.754Z] ++ set -x [2021-02-02T17:34:40.754Z] ++ env -i DEST=/go/src/github.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-02-02T17:34:40.862Z] --- PASS: TestImportExtremelyLargeImageWorks (102.02s) [2021-02-02T17:34:40.863Z] PASS [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === Skipped [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-02T17:34:40.863Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] DONE 12 tests, 1 skipped in 106.038s [2021-02-02T17:34:40.863Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-02T17:34:40.863Z] INFO: Testing against a local daemon [2021-02-02T17:34:40.863Z] === RUN TestNetworkCreateDelete [2021-02-02T17:34:40.863Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-02-02T17:34:40.863Z] === RUN TestDockerNetworkDeletePreferID [2021-02-02T17:34:40.863Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2021-02-02T17:34:40.863Z] === RUN TestDaemonDNSFallback [2021-02-02T17:34:40.863Z] --- PASS: TestDaemonDNSFallback (7.32s) [2021-02-02T17:34:40.863Z] === RUN TestInspectNetwork [2021-02-02T17:34:40.863Z] --- SKIP: TestInspectNetwork (0.00s) [2021-02-02T17:34:40.863Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:34:40.863Z] === RUN TestRunContainerWithBridgeNone [2021-02-02T17:34:40.863Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-02-02T17:34:40.863Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] === RUN TestNetworkInvalidJSON [2021-02-02T17:34:40.863Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-02T17:34:40.863Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-02T17:34:40.863Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T17:34:40.863Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T17:34:40.863Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T17:34:40.863Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T17:34:40.863Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-02T17:34:40.863Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T17:34:40.863Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T17:34:40.863Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-02-02T17:34:40.863Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-02T17:34:40.863Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-02T17:34:40.863Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-02T17:34:40.863Z] === RUN TestNetworkList [2021-02-02T17:34:40.863Z] === RUN TestNetworkList//networks [2021-02-02T17:34:40.863Z] === PAUSE TestNetworkList//networks [2021-02-02T17:34:40.863Z] === RUN TestNetworkList//networks/ [2021-02-02T17:34:40.863Z] === PAUSE TestNetworkList//networks/ [2021-02-02T17:34:40.863Z] === CONT TestNetworkList//networks [2021-02-02T17:34:40.863Z] === CONT TestNetworkList//networks/ [2021-02-02T17:34:40.863Z] --- PASS: TestNetworkList (0.02s) [2021-02-02T17:34:40.863Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-02T17:34:40.863Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-02T17:34:40.863Z] === RUN TestHostIPv4BridgeLabel [2021-02-02T17:34:40.863Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-02-02T17:34:40.863Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-02T17:34:40.863Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.02s) [2021-02-02T17:34:40.863Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] === RUN TestDaemonDefaultNetworkPools [2021-02-02T17:34:40.863Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-02-02T17:34:40.863Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-02T17:34:40.863Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-02-02T17:34:40.863Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-02T17:34:40.863Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-02-02T17:34:40.863Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-02T17:34:40.863Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-02-02T17:34:40.863Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] === RUN TestServiceWithPredefinedNetwork [2021-02-02T17:34:40.863Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-02-02T17:34:40.863Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:34:40.863Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-02T17:34:40.863Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-02T17:34:40.863Z] service_test.go:236: FLAKY_TEST [2021-02-02T17:34:40.863Z] === RUN TestServiceWithDataPathPortInit [2021-02-02T17:34:40.863Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-02-02T17:34:40.863Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:34:40.863Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-02T17:34:40.863Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-02T17:34:40.863Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:34:40.863Z] PASS [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === Skipped [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-02-02T17:34:40.863Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-02-02T17:34:40.863Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-02-02T17:34:40.863Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.02s) [2021-02-02T17:34:40.863Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-02-02T17:34:40.863Z] service_test.go:56: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-02-02T17:34:40.863Z] service_test.go:99: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.01s) [2021-02-02T17:34:40.863Z] service_test.go:133: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-02-02T17:34:40.863Z] service_test.go:184: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-02-02T17:34:40.863Z] service_test.go:207: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-02T17:34:40.863Z] service_test.go:236: FLAKY_TEST [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-02-02T17:34:40.863Z] service_test.go:328: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-02T17:34:40.863Z] service_test.go:395: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] DONE 22 tests, 12 skipped in 8.103s [2021-02-02T17:34:40.863Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-02T17:34:40.863Z] INFO: Testing against a local daemon [2021-02-02T17:34:40.863Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-02T17:34:40.863Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-02T17:34:40.863Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:34:40.863Z] === RUN TestDockerNetworkIpvlan [2021-02-02T17:34:40.863Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-02T17:34:40.863Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:34:40.863Z] PASS [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === Skipped [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-02T17:34:40.863Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-02T17:34:40.863Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] DONE 2 tests, 2 skipped in 0.132s [2021-02-02T17:34:40.863Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-02T17:34:40.863Z] INFO: Testing against a local daemon [2021-02-02T17:34:40.863Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-02T17:34:40.863Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-02-02T17:34:40.863Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] === RUN TestDockerNetworkMacvlan [2021-02-02T17:34:40.863Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-02-02T17:34:40.863Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] PASS [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === Skipped [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-02-02T17:34:40.863Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-02-02T17:34:40.863Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] DONE 2 tests, 2 skipped in 0.117s [2021-02-02T17:34:40.863Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-02T17:34:40.863Z] testing: warning: no tests to run [2021-02-02T17:34:40.863Z] PASS [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] DONE 0 tests in 0.030s [2021-02-02T17:34:40.863Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-02T17:34:40.863Z] INFO: Testing against a local daemon [2021-02-02T17:34:40.863Z] === RUN TestAuthZPluginAllowRequest [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestAuthZPluginTLS [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestAuthZPluginDenyRequest [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestAuthZPluginDenyResponse [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestAuthZPluginAllowEventStream [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestAuthZPluginErrorResponse [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestAuthZPluginErrorRequest [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestAuthZPluginHeader [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.34s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestAuthZPluginV2Disable [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-02T17:34:40.863Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] PASS [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === Skipped [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.34s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-02-02T17:34:40.863Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] DONE 17 tests, 17 skipped in 0.545s [2021-02-02T17:34:40.863Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-02T17:34:40.863Z] INFO: Testing against a local daemon [2021-02-02T17:34:40.863Z] === RUN TestPluginInvalidJSON [2021-02-02T17:34:40.863Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T17:34:40.863Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T17:34:40.863Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T17:34:40.863Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-02-02T17:34:40.863Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-02T17:34:40.863Z] === RUN TestPluginInstall [2021-02-02T17:34:40.863Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-02T17:34:40.863Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] === RUN TestPluginsWithRuntimes [2021-02-02T17:34:40.863Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-02-02T17:34:40.863Z] 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-02-02T17:34:40.863Z] PASS [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === Skipped [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-02-02T17:34:40.863Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-02-02T17:34:40.863Z] 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-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] [2021-02-02T17:34:40.863Z] DONE 4 tests, 2 skipped in 0.194s [2021-02-02T17:34:40.863Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-02T17:34:40.863Z] INFO: Testing against a local daemon [2021-02-02T17:34:40.863Z] === RUN TestExternalGraphDriver [2021-02-02T17:34:40.863Z] --- SKIP: TestExternalGraphDriver (0.07s) [2021-02-02T17:34:40.863Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-02-02T17:34:40.863Z] === RUN TestGraphdriverPluginV2 [2021-02-02T17:34:41.014Z] INFO: Testing against a local daemon [2021-02-02T17:34:41.014Z] === RUN TestCheckpoint [2021-02-02T17:34:41.014Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-02T17:34:41.014Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-02T17:34:41.014Z] === RUN TestContainerInvalidJSON [2021-02-02T17:34:41.014Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T17:34:41.014Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T17:34:41.014Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T17:34:41.014Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T17:34:41.014Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-02T17:34:41.014Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-02T17:34:41.014Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T17:34:41.014Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-02T17:34:41.014Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T17:34:41.014Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-02-02T17:34:41.014Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-02T17:34:41.014Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-02T17:34:41.014Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-02T17:34:41.014Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-02T17:34:41.275Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.13s) [2021-02-02T17:34:41.275Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-02T17:34:41.275Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.11s) [2021-02-02T17:34:41.275Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-02T17:34:41.275Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.12s) [2021-02-02T17:34:41.275Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-02T17:34:41.534Z] --- PASS: TestCopyToContainerPathIsNotDir (0.14s) [2021-02-02T17:34:41.534Z] === RUN TestCopyFromContainer [2021-02-02T17:34:42.850Z] --- PASS: TestBuildSquashParent (7.37s) [2021-02-02T17:34:42.851Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-02T17:34:43.143Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:34:43.143Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:34:43.143Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:34:43.143Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:34:43.143Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:34:43.143Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:34:43.143Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:34:43.143Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:34:43.143Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:34:43.143Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:34:43.143Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:34:43.143Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:34:43.143Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:34:43.143Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:34:43.446Z] === RUN TestCopyFromContainer// [2021-02-02T17:34:43.706Z] === RUN TestCopyFromContainer//bar/root [2021-02-02T17:34:43.706Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-02T17:34:43.966Z] === RUN TestCopyFromContainer/bar/quux [2021-02-02T17:34:43.966Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-02T17:34:44.227Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-02T17:34:44.227Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-02T17:34:44.227Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-02T17:34:44.567Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-02T17:34:44.567Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-02T17:34:44.829Z] --- PASS: TestCopyFromContainer (3.20s) [2021-02-02T17:34:44.829Z] --- PASS: TestCopyFromContainer// (0.12s) [2021-02-02T17:34:44.829Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2021-02-02T17:34:44.829Z] --- PASS: TestCopyFromContainer//bar/root/ (0.11s) [2021-02-02T17:34:44.829Z] --- PASS: TestCopyFromContainer/bar/quux (0.15s) [2021-02-02T17:34:44.829Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2021-02-02T17:34:44.829Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.12s) [2021-02-02T17:34:44.829Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2021-02-02T17:34:44.829Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2021-02-02T17:34:44.829Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.12s) [2021-02-02T17:34:44.829Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2021-02-02T17:34:44.829Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-02T17:34:44.829Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T17:34:44.829Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T17:34:44.829Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T17:34:44.829Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T17:34:44.829Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T17:34:44.829Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T17:34:44.829Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T17:34:44.829Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T17:34:44.829Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T17:34:44.829Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-02-02T17:34:44.829Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-02T17:34:44.829Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-02T17:34:44.829Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-02T17:34:44.829Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-02T17:34:44.829Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2021-02-02T17:34:44.829Z] === RUN TestCreateWithInvalidEnv [2021-02-02T17:34:44.829Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-02T17:34:44.829Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-02T17:34:44.829Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-02T17:34:44.830Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-02T17:34:44.830Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-02T17:34:44.830Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-02T17:34:44.830Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-02T17:34:44.830Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-02T17:34:44.830Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-02T17:34:44.830Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-02-02T17:34:44.830Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-02T17:34:44.830Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-02T17:34:44.830Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-02T17:34:44.830Z] === RUN TestCreateTmpfsMountsTarget [2021-02-02T17:34:44.830Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-02-02T17:34:44.830Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-02T17:34:45.878Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:34:45.878Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:34:47.380Z] --- PASS: TestCreateWithCustomMaskedPaths (2.31s) [2021-02-02T17:34:47.380Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-02T17:34:47.419Z] --- PASS: TestGraphdriverPluginV2 (5.50s) [2021-02-02T17:34:47.419Z] PASS [2021-02-02T17:34:47.419Z] [2021-02-02T17:34:47.419Z] === Skipped [2021-02-02T17:34:47.419Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2021-02-02T17:34:47.419Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-02-02T17:34:47.419Z] [2021-02-02T17:34:47.419Z] [2021-02-02T17:34:47.419Z] DONE 2 tests, 1 skipped in 5.720s [2021-02-02T17:34:47.419Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-02T17:34:47.419Z] INFO: Testing against a local daemon [2021-02-02T17:34:47.419Z] === RUN TestContinueAfterPluginCrash [2021-02-02T17:34:47.419Z] === PAUSE TestContinueAfterPluginCrash [2021-02-02T17:34:47.419Z] === RUN TestReadPluginNoRead [2021-02-02T17:34:47.419Z] === PAUSE TestReadPluginNoRead [2021-02-02T17:34:47.419Z] === RUN TestDaemonStartWithLogOpt [2021-02-02T17:34:47.419Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-02T17:34:47.419Z] === CONT TestContinueAfterPluginCrash [2021-02-02T17:34:47.419Z] === CONT TestDaemonStartWithLogOpt [2021-02-02T17:34:48.619Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:34:48.619Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:34:49.926Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.24s) [2021-02-02T17:34:49.926Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-02T17:34:49.926Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T17:34:49.926Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T17:34:49.926Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T17:34:49.926Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T17:34:49.926Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T17:34:49.926Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T17:34:49.926Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T17:34:49.926Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T17:34:49.926Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T17:34:49.926Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T17:34:49.926Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T17:34:49.926Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T17:34:49.926Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T17:34:49.926Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T17:34:49.926Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T17:34:49.926Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-02T17:34:49.926Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.04s) [2021-02-02T17:34:49.926Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.04s) [2021-02-02T17:34:49.926Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2021-02-02T17:34:49.926Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.04s) [2021-02-02T17:34:49.926Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-02-02T17:34:49.926Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-02T17:34:50.186Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.79s) [2021-02-02T17:34:50.186Z] === RUN TestCreateDifferentPlatform [2021-02-02T17:34:50.446Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-02T17:34:50.446Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-02T17:34:50.446Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-02-02T17:34:50.446Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-02T17:34:50.447Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-02T17:34:50.447Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-02T17:34:50.447Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2021-02-02T17:34:50.447Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-02T17:34:50.447Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.09s) [2021-02-02T17:34:50.447Z] === RUN TestContainerStartOnDaemonRestart [2021-02-02T17:34:50.447Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-02T17:34:50.447Z] === RUN TestDaemonRestartIpcMode [2021-02-02T17:34:50.447Z] === PAUSE TestDaemonRestartIpcMode [2021-02-02T17:34:50.447Z] === RUN TestDaemonHostGatewayIP [2021-02-02T17:34:50.447Z] === PAUSE TestDaemonHostGatewayIP [2021-02-02T17:34:50.447Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-02T17:34:50.447Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-02T17:34:50.447Z] === RUN TestContainerKillOnDaemonStart [2021-02-02T17:34:50.447Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-02T17:34:50.447Z] === RUN TestDiff [2021-02-02T17:34:51.356Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-02-02T17:34:51.356Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.84s) [2021-02-02T17:34:51.356Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.92s) [2021-02-02T17:34:51.356Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.57s) [2021-02-02T17:34:51.356Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.56s) [2021-02-02T17:34:51.356Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.48s) [2021-02-02T17:34:51.356Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.63s) [2021-02-02T17:34:51.356Z] === RUN TestBuildMultiStageCopy [2021-02-02T17:34:51.356Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-02T17:34:51.388Z] --- PASS: TestDiff (0.79s) [2021-02-02T17:34:51.388Z] === RUN TestExecWithCloseStdin [2021-02-02T17:34:52.329Z] --- PASS: TestExecWithCloseStdin (0.84s) [2021-02-02T17:34:52.329Z] === RUN TestExec [2021-02-02T17:34:52.901Z] --- PASS: TestExec (0.89s) [2021-02-02T17:34:52.901Z] === RUN TestExecUser [2021-02-02T17:34:53.096Z] ......... [ 86%] [2021-02-02T17:34:53.841Z] --- PASS: TestExecUser (0.83s) [2021-02-02T17:34:53.841Z] === RUN TestExportContainerAndImportImage [2021-02-02T17:34:53.981Z] --- PASS: TestDaemonStartWithLogOpt (6.34s) [2021-02-02T17:34:53.981Z] === CONT TestReadPluginNoRead [2021-02-02T17:34:54.092Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-02T17:34:54.384Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-02T17:34:54.782Z] --- PASS: TestExportContainerAndImportImage (1.06s) [2021-02-02T17:34:54.782Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-02T17:34:55.021Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-02T17:34:55.659Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-02T17:34:56.326Z] --- PASS: TestBuildMultiStageCopy (5.26s) [2021-02-02T17:34:56.326Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.73s) [2021-02-02T17:34:56.326Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.56s) [2021-02-02T17:34:56.326Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.62s) [2021-02-02T17:34:56.326Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.61s) [2021-02-02T17:34:56.326Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.74s) [2021-02-02T17:34:56.326Z] === RUN TestBuildMultiStageParentConfig [2021-02-02T17:34:56.510Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-02T17:34:56.510Z] --- PASS: TestContinueAfterPluginCrash (10.06s) [2021-02-02T17:34:57.326Z] --- PASS: TestExportContainerAfterDaemonRestart (2.10s) [2021-02-02T17:34:57.326Z] === RUN TestHealthCheckWorkdir [2021-02-02T17:34:57.400Z] tests/integration/models_images_test.py ............... [ 89%] [2021-02-02T17:34:58.267Z] --- PASS: TestHealthCheckWorkdir (1.07s) [2021-02-02T17:34:58.267Z] === RUN TestHealthKillContainer [2021-02-02T17:34:58.399Z] --- PASS: TestBuildMultiStageParentConfig (1.71s) [2021-02-02T17:34:58.399Z] === RUN TestBuildLabelWithTargets [2021-02-02T17:34:58.854Z] tests/integration/models_networks_test.py .... [ 90%] [2021-02-02T17:34:59.036Z] === RUN TestReadPluginNoRead/default [2021-02-02T17:35:00.472Z] --- PASS: TestBuildLabelWithTargets (2.58s) [2021-02-02T17:35:00.472Z] === RUN TestBuildWithEmptyLayers [2021-02-02T17:35:00.934Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-02T17:35:01.562Z] --- PASS: TestHealthKillContainer (2.89s) [2021-02-02T17:35:01.562Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-02T17:35:01.822Z] --- PASS: TestInspectCpusetInConfigPre120 (0.78s) [2021-02-02T17:35:01.822Z] === RUN TestIpcModeNone [2021-02-02T17:35:01.983Z] --- PASS: TestBuildWithEmptyLayers (1.12s) [2021-02-02T17:35:01.983Z] === RUN TestBuildMultiStageOnBuild [2021-02-02T17:35:02.762Z] --- PASS: TestIpcModeNone (0.89s) [2021-02-02T17:35:02.762Z] === RUN TestIpcModePrivate [2021-02-02T17:35:03.462Z] --- PASS: TestReadPluginNoRead (10.47s) [2021-02-02T17:35:03.462Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.28s) [2021-02-02T17:35:03.462Z] --- PASS: TestReadPluginNoRead/default (2.29s) [2021-02-02T17:35:03.462Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.33s) [2021-02-02T17:35:03.462Z] read_test.go:92: [d5c16df704cc5] daemon is not started [2021-02-02T17:35:03.462Z] PASS [2021-02-02T17:35:03.462Z] [2021-02-02T17:35:03.462Z] DONE 6 tests in 16.989s [2021-02-02T17:35:03.462Z] 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-02-02T17:35:03.462Z] testing: warning: no tests to run [2021-02-02T17:35:03.462Z] PASS [2021-02-02T17:35:03.462Z] [2021-02-02T17:35:03.462Z] DONE 0 tests in 0.077s [2021-02-02T17:35:03.462Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-02T17:35:03.703Z] --- PASS: TestIpcModePrivate (0.88s) [2021-02-02T17:35:03.703Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:103, shared: false, mustBeShared: false [2021-02-02T17:35:03.703Z] === RUN TestIpcModeShareable [2021-02-02T17:35:03.720Z] INFO: Testing against a local daemon [2021-02-02T17:35:03.720Z] === RUN TestPluginWithDevMounts [2021-02-02T17:35:03.720Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-02T17:35:03.720Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-02-02T17:35:03.720Z] PASS [2021-02-02T17:35:03.720Z] [2021-02-02T17:35:03.720Z] === Skipped [2021-02-02T17:35:03.720Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-02-02T17:35:03.720Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-02-02T17:35:03.720Z] [2021-02-02T17:35:03.720Z] [2021-02-02T17:35:03.720Z] DONE 1 tests, 1 skipped in 0.205s [2021-02-02T17:35:03.720Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-02T17:35:03.720Z] INFO: Testing against a local daemon [2021-02-02T17:35:03.720Z] === RUN TestSecretInspect [2021-02-02T17:35:03.720Z] --- SKIP: TestSecretInspect (0.01s) [2021-02-02T17:35:03.720Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.720Z] === RUN TestSecretList [2021-02-02T17:35:03.720Z] --- SKIP: TestSecretList (0.01s) [2021-02-02T17:35:03.720Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.720Z] === RUN TestSecretsCreateAndDelete [2021-02-02T17:35:03.720Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-02-02T17:35:03.720Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.720Z] === RUN TestSecretsUpdate [2021-02-02T17:35:03.720Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-02-02T17:35:03.720Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.720Z] === RUN TestTemplatedSecret [2021-02-02T17:35:03.720Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-02-02T17:35:03.720Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.720Z] === RUN TestSecretCreateResolve [2021-02-02T17:35:03.720Z] --- SKIP: TestSecretCreateResolve (0.02s) [2021-02-02T17:35:03.720Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.720Z] PASS [2021-02-02T17:35:03.720Z] [2021-02-02T17:35:03.720Z] === Skipped [2021-02-02T17:35:03.720Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-02-02T17:35:03.720Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.720Z] [2021-02-02T17:35:03.720Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-02-02T17:35:03.720Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.720Z] [2021-02-02T17:35:03.720Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2021-02-02T17:35:03.720Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.720Z] [2021-02-02T17:35:03.720Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-02-02T17:35:03.720Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.720Z] [2021-02-02T17:35:03.720Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-02-02T17:35:03.720Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.720Z] [2021-02-02T17:35:03.720Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.02s) [2021-02-02T17:35:03.720Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.720Z] [2021-02-02T17:35:03.720Z] [2021-02-02T17:35:03.720Z] DONE 6 tests, 6 skipped in 0.219s [2021-02-02T17:35:03.979Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-02T17:35:03.979Z] INFO: Testing against a local daemon [2021-02-02T17:35:03.979Z] === RUN TestServiceCreateInit [2021-02-02T17:35:03.979Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-02T17:35:03.979Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-02T17:35:03.979Z] --- PASS: TestServiceCreateInit (0.02s) [2021-02-02T17:35:03.979Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-02T17:35:03.979Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.979Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-02T17:35:03.979Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.979Z] === RUN TestCreateServiceMultipleTimes [2021-02-02T17:35:03.979Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-02-02T17:35:03.979Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.979Z] === RUN TestCreateServiceConflict [2021-02-02T17:35:03.979Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-02-02T17:35:03.979Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.979Z] === RUN TestCreateServiceMaxReplicas [2021-02-02T17:35:03.979Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-02-02T17:35:03.979Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.979Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-02T17:35:03.979Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-02-02T17:35:03.979Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.979Z] === RUN TestCreateServiceSecretFileMode [2021-02-02T17:35:03.979Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-02-02T17:35:03.979Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.979Z] === RUN TestCreateServiceConfigFileMode [2021-02-02T17:35:03.979Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-02-02T17:35:03.979Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:03.979Z] === RUN TestCreateServiceSysctls [2021-02-02T17:35:04.237Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-02-02T17:35:04.237Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:04.237Z] === RUN TestCreateServiceCapabilities [2021-02-02T17:35:04.237Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-02-02T17:35:04.237Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:04.237Z] === RUN TestInspect [2021-02-02T17:35:04.237Z] --- SKIP: TestInspect (0.01s) [2021-02-02T17:35:04.237Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:04.237Z] === RUN TestCreateJob [2021-02-02T17:35:04.237Z] --- SKIP: TestCreateJob (0.01s) [2021-02-02T17:35:04.237Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:04.237Z] === RUN TestReplicatedJob [2021-02-02T17:35:04.237Z] --- SKIP: TestReplicatedJob (0.01s) [2021-02-02T17:35:04.237Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:04.237Z] === RUN TestUpdateReplicatedJob [2021-02-02T17:35:04.237Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-02-02T17:35:04.237Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:04.237Z] === RUN TestServiceListWithStatuses [2021-02-02T17:35:04.237Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-02T17:35:04.237Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-02T17:35:04.237Z] === RUN TestDockerNetworkConnectAlias [2021-02-02T17:35:04.237Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-02-02T17:35:04.237Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:04.237Z] === RUN TestDockerNetworkReConnect [2021-02-02T17:35:04.237Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2021-02-02T17:35:04.237Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:04.237Z] === RUN TestServicePlugin [2021-02-02T17:35:04.274Z] --- PASS: TestIpcModeShareable (0.87s) [2021-02-02T17:35:04.274Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:97, shared: true, mustBeShared: true [2021-02-02T17:35:04.274Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-02T17:35:04.719Z] --- PASS: TestBuildMultiStageOnBuild (3.08s) [2021-02-02T17:35:04.719Z] === RUN TestBuildUncleanTarFilenames [2021-02-02T17:35:05.419Z] tests/integration/models_nodes_test.py . [ 91%] [2021-02-02T17:35:05.678Z] tests/integration/models_resources_test.py . [ 91%] [2021-02-02T17:35:06.229Z] --- PASS: TestBuildUncleanTarFilenames (1.49s) [2021-02-02T17:35:06.229Z] === RUN TestBuildMultiStageLayerLeak [2021-02-02T17:35:07.571Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.63s) [2021-02-02T17:35:07.571Z] === RUN TestAPIIpcModeHost [2021-02-02T17:35:07.571Z] --- PASS: TestAPIIpcModeHost (0.65s) [2021-02-02T17:35:07.571Z] === RUN TestDaemonIpcModeShareable [2021-02-02T17:35:08.420Z] --- SKIP: TestServicePlugin (3.46s) [2021-02-02T17:35:08.420Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] === RUN TestServiceUpdateLabel [2021-02-02T17:35:08.420Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-02-02T17:35:08.420Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] === RUN TestServiceUpdateSecrets [2021-02-02T17:35:08.420Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-02-02T17:35:08.420Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] === RUN TestServiceUpdateConfigs [2021-02-02T17:35:08.420Z] --- SKIP: TestServiceUpdateConfigs (0.01s) [2021-02-02T17:35:08.420Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] === RUN TestServiceUpdateNetwork [2021-02-02T17:35:08.420Z] --- SKIP: TestServiceUpdateNetwork (0.01s) [2021-02-02T17:35:08.420Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] === RUN TestServiceUpdatePidsLimit [2021-02-02T17:35:08.420Z] --- SKIP: TestServiceUpdatePidsLimit (0.04s) [2021-02-02T17:35:08.420Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] PASS [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === Skipped [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-02T17:35:08.420Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-02T17:35:08.420Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-02T17:35:08.420Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-02T17:35:08.420Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-02-02T17:35:08.420Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-02-02T17:35:08.420Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-02-02T17:35:08.420Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-02-02T17:35:08.420Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-02-02T17:35:08.420Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-02-02T17:35:08.420Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.03s) [2021-02-02T17:35:08.420Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-02-02T17:35:08.420Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-02-02T17:35:08.420Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-02-02T17:35:08.420Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-02-02T17:35:08.420Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-02-02T17:35:08.420Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-02T17:35:08.420Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-02-02T17:35:08.420Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2021-02-02T17:35:08.420Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestServicePlugin (3.46s) [2021-02-02T17:35:08.420Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-02-02T17:35:08.420Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-02-02T17:35:08.420Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.01s) [2021-02-02T17:35:08.420Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.01s) [2021-02-02T17:35:08.420Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.04s) [2021-02-02T17:35:08.420Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] DONE 24 tests, 23 skipped in 3.886s [2021-02-02T17:35:08.420Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-02T17:35:08.420Z] INFO: Testing against a local daemon [2021-02-02T17:35:08.420Z] === RUN TestSessionCreate [2021-02-02T17:35:08.420Z] --- PASS: TestSessionCreate (0.02s) [2021-02-02T17:35:08.420Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-02T17:35:08.420Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-02-02T17:35:08.420Z] PASS [2021-02-02T17:35:08.420Z] [2021-02-02T17:35:08.420Z] DONE 2 tests in 0.180s [2021-02-02T17:35:08.420Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-02T17:35:08.420Z] INFO: Testing against a local daemon [2021-02-02T17:35:08.420Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-02T17:35:08.420Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-02T17:35:08.420Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-02T17:35:08.420Z] === RUN TestEventsExecDie [2021-02-02T17:35:08.678Z] --- PASS: TestEventsExecDie (0.52s) [2021-02-02T17:35:08.678Z] === RUN TestEventsBackwardsCompatible [2021-02-02T17:35:08.678Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-02-02T17:35:08.678Z] === RUN TestInfoBinaryCommits [2021-02-02T17:35:08.678Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-02T17:35:08.678Z] === RUN TestInfoAPIVersioned [2021-02-02T17:35:08.678Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-02T17:35:08.678Z] === RUN TestInfoDiscoveryBackend [2021-02-02T17:35:09.494Z] --- PASS: TestDaemonIpcModeShareable (1.95s) [2021-02-02T17:35:09.494Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2021-02-02T17:35:09.494Z] === RUN TestDaemonIpcModePrivate [2021-02-02T17:35:09.755Z] --- PASS: TestBuildMultiStageLayerLeak (3.33s) [2021-02-02T17:35:09.755Z] === RUN TestBuildWithHugeFile [2021-02-02T17:35:10.576Z] --- PASS: TestInfoDiscoveryBackend (1.53s) [2021-02-02T17:35:10.577Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-02T17:35:10.905Z] Loaded image: buildpack-deps:buster [2021-02-02T17:35:10.905Z] Loaded image: buildpack-deps:buster [2021-02-02T17:35:10.905Z] Loaded image: busybox:latest [2021-02-02T17:35:10.905Z] Loaded image: busybox:latest [2021-02-02T17:35:10.905Z] Loaded image: busybox:glibc [2021-02-02T17:35:10.905Z] Loaded image: busybox:glibc [2021-02-02T17:35:10.905Z] Loaded image: debian:bullseye [2021-02-02T17:35:11.161Z] Loaded image: hello-world:latest [2021-02-02T17:35:11.407Z] --- PASS: TestDaemonIpcModePrivate (1.88s) [2021-02-02T17:35:11.407Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2021-02-02T17:35:11.407Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-02T17:35:11.417Z] Loaded image: arm32v7/hello-world:latest [2021-02-02T17:35:11.417Z] INFO: Testing against a local daemon [2021-02-02T17:35:11.417Z] === RUN TestDockerDaemonSuite [2021-02-02T17:35:11.417Z] Loaded image: debian:bullseye [2021-02-02T17:35:11.417Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-02-02T17:35:11.674Z] Loaded image: hello-world:latest [2021-02-02T17:35:11.674Z] Loaded image: arm32v7/hello-world:latest [2021-02-02T17:35:11.775Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-02-02T17:35:11.931Z] INFO: Testing against a local daemon [2021-02-02T17:35:11.931Z] === RUN TestDockerSuite [2021-02-02T17:35:11.931Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-02-02T17:35:11.931Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-02-02T17:35:11.931Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-02-02T17:35:11.931Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-02-02T17:35:11.931Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-02-02T17:35:11.931Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-02-02T17:35:11.931Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-02-02T17:35:11.931Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-02-02T17:35:13.319Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.89s) [2021-02-02T17:35:13.319Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:114, shared: false, mustBeShared: false [2021-02-02T17:35:13.319Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-02T17:35:13.856Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.37s) [2021-02-02T17:35:13.856Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-02T17:35:13.856Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-02-02T17:35:13.856Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:35:13.856Z] === RUN TestInfoAPI [2021-02-02T17:35:13.856Z] --- PASS: TestInfoAPI (0.04s) [2021-02-02T17:35:13.856Z] === RUN TestInfoAPIWarnings [2021-02-02T17:35:14.446Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-02-02T17:35:14.446Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-02-02T17:35:15.055Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-02-02T17:35:15.055Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-02-02T17:35:15.230Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.88s) [2021-02-02T17:35:15.230Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:108, shared: true, mustBeShared: true [2021-02-02T17:35:15.230Z] === RUN TestIpcModeOlderClient [2021-02-02T17:35:15.230Z] === PAUSE TestIpcModeOlderClient [2021-02-02T17:35:15.230Z] === RUN TestKillContainerInvalidSignal [2021-02-02T17:35:15.374Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-02-02T17:35:15.374Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-02-02T17:35:15.936Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-02-02T17:35:16.172Z] --- PASS: TestKillContainerInvalidSignal (0.78s) [2021-02-02T17:35:16.172Z] === RUN TestKillContainer [2021-02-02T17:35:16.172Z] === RUN TestKillContainer/no_signal [2021-02-02T17:35:16.191Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-02-02T17:35:16.191Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-02-02T17:35:16.742Z] === RUN TestKillContainer/non_killing_signal [2021-02-02T17:35:17.314Z] === RUN TestKillContainer/killing_signal [2021-02-02T17:35:17.555Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-02-02T17:35:17.812Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-02-02T17:35:17.812Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-02-02T17:35:17.812Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-02-02T17:35:18.697Z] --- PASS: TestKillContainer (2.35s) [2021-02-02T17:35:18.697Z] --- PASS: TestKillContainer/no_signal (0.76s) [2021-02-02T17:35:18.697Z] --- PASS: TestKillContainer/non_killing_signal (0.54s) [2021-02-02T17:35:18.697Z] --- PASS: TestKillContainer/killing_signal (0.74s) [2021-02-02T17:35:18.697Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-02T17:35:18.697Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-02T17:35:18.743Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-02-02T17:35:18.984Z] tests/integration/regression_test.py ...... [ 98%] [2021-02-02T17:35:18.999Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-02-02T17:35:19.243Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-02-02T17:35:19.243Z] tests/integration/credentials/utils_test.py . [100%] [2021-02-02T17:35:19.243Z] [2021-02-02T17:35:19.243Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-02-02T17:35:19.243Z] =========================== short test summary info ============================ [2021-02-02T17:35:19.243Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-02-02T17:35:19.243Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-02-02T17:35:19.243Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-02-02T17:35:19.243Z] Not supported on most drivers [2021-02-02T17:35:19.243Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-02-02T17:35:19.243Z] Output of docker top depends on host distro, and is not formalized. [2021-02-02T17:35:19.243Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-02-02T17:35:19.243Z] Output of docker top depends on host distro, and is not formalized. [2021-02-02T17:35:19.243Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-02-02T17:35:19.243Z] Can fail if eth0 has multiple IP addresses [2021-02-02T17:35:19.243Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-02-02T17:35:19.243Z] This doesn't seem to be taken into account by the engine [2021-02-02T17:35:19.243Z] SKIPPED [1] tests/integration/api_image_test.py:292: Doesn't work inside a container - FIXME [2021-02-02T17:35:19.243Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-02-02T17:35:19.243Z] = 378 passed, 2 skipped, 1 deselected, 6 xfailed, 2 xpassed in 314.45 seconds == [2021-02-02T17:35:19.267Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-02T17:35:19.810Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-02-02T17:35:19.926Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-02-02T17:35:20.182Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-02-02T17:35:20.182Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-02-02T17:35:20.182Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-02-02T17:35:20.208Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.55s) [2021-02-02T17:35:20.208Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.73s) [2021-02-02T17:35:20.208Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.55s) [2021-02-02T17:35:20.208Z] === RUN TestKillStoppedContainer [2021-02-02T17:35:20.208Z] --- PASS: TestKillStoppedContainer (0.10s) [2021-02-02T17:35:20.208Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-02T17:35:20.208Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.11s) [2021-02-02T17:35:20.208Z] === RUN TestKillDifferentUserContainer [2021-02-02T17:35:20.745Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-02-02T17:35:21.150Z] --- PASS: TestKillDifferentUserContainer (0.84s) [2021-02-02T17:35:21.150Z] === RUN TestInspectOomKilledTrue [2021-02-02T17:35:21.150Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-02T17:35:21.150Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:35:21.150Z] === RUN TestInspectOomKilledFalse [2021-02-02T17:35:21.150Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-02T17:35:21.150Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:35:21.150Z] === RUN TestLinksEtcHostsContentMatch [2021-02-02T17:35:21.720Z] --- PASS: TestLinksEtcHostsContentMatch (0.60s) [2021-02-02T17:35:21.721Z] === RUN TestLinksContainerNames [2021-02-02T17:35:23.102Z] --- PASS: TestLinksContainerNames (1.55s) [2021-02-02T17:35:23.102Z] === RUN TestLogsFollowTailEmpty [2021-02-02T17:35:24.043Z] --- PASS: TestLogsFollowTailEmpty (0.78s) [2021-02-02T17:35:24.043Z] === RUN TestContainerNetworkMountsNoChown [2021-02-02T17:35:24.914Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-02-02T17:35:24.983Z] --- PASS: TestContainerNetworkMountsNoChown (0.78s) [2021-02-02T17:35:24.983Z] === RUN TestMountDaemonRoot [2021-02-02T17:35:24.983Z] === RUN TestMountDaemonRoot/default [2021-02-02T17:35:24.983Z] === PAUSE TestMountDaemonRoot/default [2021-02-02T17:35:24.983Z] === RUN TestMountDaemonRoot/private [2021-02-02T17:35:24.983Z] === PAUSE TestMountDaemonRoot/private [2021-02-02T17:35:24.983Z] === RUN TestMountDaemonRoot/rprivate [2021-02-02T17:35:24.983Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-02T17:35:24.983Z] === RUN TestMountDaemonRoot/slave [2021-02-02T17:35:24.983Z] === PAUSE TestMountDaemonRoot/slave [2021-02-02T17:35:24.983Z] === RUN TestMountDaemonRoot/rslave [2021-02-02T17:35:24.983Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-02T17:35:24.983Z] === RUN TestMountDaemonRoot/shared [2021-02-02T17:35:24.983Z] === PAUSE TestMountDaemonRoot/shared [2021-02-02T17:35:24.983Z] === RUN TestMountDaemonRoot/rshared [2021-02-02T17:35:24.983Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-02T17:35:24.983Z] === CONT TestMountDaemonRoot/default [2021-02-02T17:35:24.983Z] === CONT TestMountDaemonRoot/rslave [2021-02-02T17:35:24.983Z] === CONT TestMountDaemonRoot/rshared [2021-02-02T17:35:24.983Z] === CONT TestMountDaemonRoot/shared [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/slave [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/rprivate [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/private [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-02T17:35:24.984Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-02T17:35:24.984Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-02T17:35:24.984Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-02T17:35:25.244Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-02T17:35:25.244Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-02T17:35:25.244Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-02T17:35:25.244Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-02T17:35:25.244Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-02T17:35:25.244Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-02T17:35:25.244Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-02T17:35:25.244Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-02T17:35:25.244Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot (0.04s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.06s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.12s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.08s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.10s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.10s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.04s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.10s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.10s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.06s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.10s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.05s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.05s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-02-02T17:35:25.244Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.04s) [2021-02-02T17:35:25.244Z] === RUN TestContainerBindMountNonRecursive [2021-02-02T17:35:26.277Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-02-02T17:35:27.788Z] --- PASS: TestContainerBindMountNonRecursive (2.34s) [2021-02-02T17:35:27.788Z] === RUN TestContainerVolumesMountedAsShared [2021-02-02T17:35:28.359Z] --- PASS: TestContainerVolumesMountedAsShared (0.75s) [2021-02-02T17:35:28.359Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-02T17:35:28.795Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-02-02T17:35:28.929Z] --- PASS: TestContainerVolumesMountedAsSlave (0.63s) [2021-02-02T17:35:28.929Z] === RUN TestNetworkNat [2021-02-02T17:35:29.875Z] --- PASS: TestNetworkNat (0.88s) [2021-02-02T17:35:29.875Z] === RUN TestNetworkLocalhostTCPNat [2021-02-02T17:35:30.684Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-02-02T17:35:30.818Z] --- PASS: TestNetworkLocalhostTCPNat (0.85s) [2021-02-02T17:35:30.818Z] === RUN TestNetworkLoopbackNat [2021-02-02T17:35:31.613Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-02-02T17:35:31.937Z] --- PASS: TestInfoAPIWarnings (17.35s) [2021-02-02T17:35:31.937Z] === RUN TestInfoDebug [2021-02-02T17:35:32.015Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-02T17:35:32.015Z] [2021-02-02T17:35:32.015Z] Unloading profiles will leave already running processes permanently [2021-02-02T17:35:32.015Z] unconfined, which can lead to unexpected situations. [2021-02-02T17:35:32.015Z] [2021-02-02T17:35:32.015Z] To set a process to complain mode, use the command line tool [2021-02-02T17:35:32.015Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-02T17:35:32.015Z] Post stage [Pipeline] junit [2021-02-02T17:35:32.028Z] Recording test results [2021-02-02T17:35:32.176Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-02-02T17:35:32.525Z] --- PASS: TestInfoDebug (1.52s) [2021-02-02T17:35:32.525Z] === RUN TestInfoInsecureRegistries [2021-02-02T17:35:33.048Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-02-02T17:35:33.103Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-02-02T17:35:33.324Z] + echo Ensuring container killed. [2021-02-02T17:35:33.324Z] Ensuring container killed. [2021-02-02T17:35:33.324Z] + docker rm -vf docker-pr3 [2021-02-02T17:35:33.324Z] Error: No such container: docker-pr3 [Pipeline] sh [2021-02-02T17:35:33.606Z] + echo Chowning /workspace to jenkins user [2021-02-02T17:35:33.606Z] Chowning /workspace to jenkins user [2021-02-02T17:35:33.606Z] + id -u [2021-02-02T17:35:33.606Z] + id -g [2021-02-02T17:35:33.606Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41842:/workspace busybox chown -R 1000:1000 /workspace [2021-02-02T17:35:33.606Z] Unable to find image 'busybox:latest' locally [2021-02-02T17:35:33.606Z] latest: Pulling from library/busybox [2021-02-02T17:35:33.665Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-02-02T17:35:33.865Z] 4c892f00285e: Pulling fs layer [2021-02-02T17:35:33.865Z] 4c892f00285e: Verifying Checksum [2021-02-02T17:35:33.865Z] 4c892f00285e: Download complete [2021-02-02T17:35:33.865Z] 4c892f00285e: Pull complete [2021-02-02T17:35:33.865Z] Digest: sha256:e1488cb900233d035575f0a7787448cb1fa93bed0ccc0d4efc1963d7d72a8f17 [2021-02-02T17:35:33.865Z] Status: Downloaded newer image for busybox:latest [2021-02-02T17:35:34.116Z] --- PASS: TestNetworkLoopbackNat (3.18s) [2021-02-02T17:35:34.116Z] === RUN TestPause [2021-02-02T17:35:34.440Z] --- PASS: TestInfoInsecureRegistries (1.52s) [2021-02-02T17:35:34.440Z] === RUN TestInfoRegistryMirrors [2021-02-02T17:35:34.688Z] --- PASS: TestPause (0.83s) [2021-02-02T17:35:34.688Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-02T17:35:34.688Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-02T17:35:34.688Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-02T17:35:34.688Z] === RUN TestPauseStopPausedContainer [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-02T17:35:35.099Z] + bundleName=docker-py [2021-02-02T17:35:35.099Z] + echo Creating docker-py-bundles.tar.gz [2021-02-02T17:35:35.099Z] Creating docker-py-bundles.tar.gz [2021-02-02T17:35:35.099Z] + 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-02-02T17:35:35.112Z] Archiving artifacts [2021-02-02T17:35:35.555Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-02-02T17:35:35.629Z] --- PASS: TestPauseStopPausedContainer (0.84s) [2021-02-02T17:35:35.629Z] === RUN TestPsFilter [2021-02-02T17:35:35.814Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2021-02-02T17:35:35.814Z] === RUN TestLoginFailsWithBadCredentials [2021-02-02T17:35:35.814Z] --- PASS: TestLoginFailsWithBadCredentials (0.26s) [2021-02-02T17:35:35.814Z] === RUN TestPingCacheHeaders [2021-02-02T17:35:35.814Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-02-02T17:35:35.814Z] === RUN TestPingGet [2021-02-02T17:35:35.814Z] --- PASS: TestPingGet (0.01s) [2021-02-02T17:35:35.814Z] === RUN TestPingHead [2021-02-02T17:35:35.814Z] --- PASS: TestPingHead (0.02s) [2021-02-02T17:35:35.814Z] === RUN TestVersion [2021-02-02T17:35:35.814Z] --- PASS: TestVersion (0.02s) [2021-02-02T17:35:35.814Z] PASS [2021-02-02T17:35:35.814Z] [2021-02-02T17:35:35.814Z] === Skipped [2021-02-02T17:35:35.814Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-02T17:35:35.814Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-02T17:35:35.814Z] [2021-02-02T17:35:35.814Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-02-02T17:35:35.814Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-02-02T17:35:35.814Z] [2021-02-02T17:35:35.814Z] [2021-02-02T17:35:35.814Z] DONE 18 tests, 2 skipped in 27.984s [2021-02-02T17:35:35.890Z] --- PASS: TestPsFilter (0.25s) [2021-02-02T17:35:35.890Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-02T17:35:36.073Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-02T17:35:36.073Z] INFO: Testing against a local daemon [2021-02-02T17:35:36.073Z] === RUN TestVolumesCreateAndList [2021-02-02T17:35:36.073Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-02-02T17:35:36.073Z] === RUN TestVolumesRemove [2021-02-02T17:35:36.073Z] --- PASS: TestVolumesRemove (0.05s) [2021-02-02T17:35:36.073Z] === RUN TestVolumesInspect [2021-02-02T17:35:36.073Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-02T17:35:36.073Z] === RUN TestVolumesInvalidJSON [2021-02-02T17:35:36.334Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-02T17:35:36.334Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-02T17:35:36.334Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-02T17:35:36.334Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-02-02T17:35:36.334Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-02T17:35:36.334Z] PASS [2021-02-02T17:35:36.334Z] [2021-02-02T17:35:36.334Z] DONE 5 tests in 0.264s [2021-02-02T17:35:36.334Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-02T17:35:36.334Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12272 is not a child of this shell [2021-02-02T17:35:36.334Z] warning: PID 12272 from bundles/test-integration/docker.pid had a nonzero exit code [2021-02-02T17:35:36.334Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-02T17:35:36.334Z] [2021-02-02T17:35:36.334Z] Unloading profiles will leave already running processes permanently [2021-02-02T17:35:36.334Z] unconfined, which can lead to unexpected situations. [2021-02-02T17:35:36.334Z] [2021-02-02T17:35:36.334Z] To set a process to complain mode, use the command line tool [2021-02-02T17:35:36.334Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-02T17:35:36.334Z] Removing test suite binaries [2021-02-02T17:35:36.334Z] exiting test-integration [2021-02-02T17:35:36.334Z] ++ exit 0 [2021-02-02T17:35:36.831Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.77s) [2021-02-02T17:35:36.831Z] === RUN TestRemoveContainerWithVolume [2021-02-02T17:35:36.839Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41842/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [2021-02-02T17:35:36.889Z] --- PASS: TestBuildWithHugeFile (27.05s) [2021-02-02T17:35:36.889Z] === RUN TestBuildWCOWSandboxSize [2021-02-02T17:35:36.889Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-02-02T17:35:36.889Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-02T17:35:36.889Z] === RUN TestBuildWithEmptyDockerfile [2021-02-02T17:35:36.889Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T17:35:36.889Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T17:35:36.889Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T17:35:36.889Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T17:35:36.889Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T17:35:36.889Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T17:35:36.889Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T17:35:36.889Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-02-02T17:35:37.182Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T17:35:37.182Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s) [2021-02-02T17:35:37.182Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.30s) [2021-02-02T17:35:37.182Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.30s) [2021-02-02T17:35:37.182Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.14s) [2021-02-02T17:35:37.182Z] === RUN TestBuildPreserveOwnership [2021-02-02T17:35:37.182Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-02T17:35:37.200Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41842/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -e DOCKER_GRAPHDRIVER docker:917ff358791c55091e335f0e1fb9d9224b564d94 hack/make.sh binary-daemon [2021-02-02T17:35:37.267Z] [2021-02-02T17:35:37.401Z] --- PASS: TestRemoveContainerWithVolume (0.78s) [2021-02-02T17:35:37.401Z] === RUN TestRemoveContainerRunning [2021-02-02T17:35:37.444Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-02-02T17:35:37.444Z] === RUN TestDockerSuite/TestAttachDetach [2021-02-02T17:35:37.444Z] --- PASS: TestBuildWithHugeFile (105.78s) [2021-02-02T17:35:37.444Z] === RUN TestBuildWCOWSandboxSize [2021-02-02T17:35:37.444Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-02-02T17:35:37.444Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-02T17:35:37.444Z] === RUN TestBuildWithEmptyDockerfile [2021-02-02T17:35:37.444Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T17:35:37.444Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T17:35:37.444Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T17:35:37.444Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T17:35:37.444Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T17:35:37.444Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T17:35:37.444Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T17:35:37.444Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T17:35:37.459Z] [2021-02-02T17:35:37.459Z] Removing bundles/ [2021-02-02T17:35:37.700Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T17:35:37.700Z] --- PASS: TestBuildWithEmptyDockerfile (0.07s) [2021-02-02T17:35:37.700Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.24s) [2021-02-02T17:35:37.700Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.24s) [2021-02-02T17:35:37.700Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.13s) [2021-02-02T17:35:37.700Z] === RUN TestBuildPreserveOwnership [2021-02-02T17:35:37.700Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-02T17:35:37.718Z] [2021-02-02T17:35:37.718Z] ---> Making bundle: binary-daemon (in bundles/binary-daemon) [2021-02-02T17:35:37.718Z] Building: bundles/binary-daemon/dockerd-dev [2021-02-02T17:35:37.718Z] GOOS="" GOARCH="" GOARM="" [2021-02-02T17:35:38.262Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-02-02T17:35:38.341Z] --- PASS: TestRemoveContainerRunning (0.80s) [2021-02-02T17:35:38.341Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-02T17:35:38.912Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.82s) [2021-02-02T17:35:38.912Z] === RUN TestRemoveInvalidContainer [2021-02-02T17:35:38.912Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-02T17:35:38.912Z] === RUN TestRenameLinkedContainer [2021-02-02T17:35:39.190Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-02-02T17:35:39.751Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash Post stage [Pipeline] junit [2021-02-02T17:35:40.558Z] Recording test results [2021-02-02T17:35:40.916Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-02T17:35:41.117Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-02-02T17:35:41.117Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-02T17:35:41.268Z] + echo Ensuring container killed. [2021-02-02T17:35:41.268Z] Ensuring container killed. [2021-02-02T17:35:41.268Z] + docker rm -vf docker-pr3 [2021-02-02T17:35:41.268Z] Error: No such container: docker-pr3 [Pipeline] sh [2021-02-02T17:35:41.564Z] + echo Chowning /workspace to jenkins user [2021-02-02T17:35:41.564Z] Chowning /workspace to jenkins user [2021-02-02T17:35:41.564Z] + id -u [2021-02-02T17:35:41.564Z] + id -g [2021-02-02T17:35:41.564Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41842:/workspace busybox chown -R 1000:1000 /workspace [2021-02-02T17:35:41.640Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-02T17:35:42.044Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-02-02T17:35:42.044Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-02-02T17:35:42.217Z] --- PASS: TestRenameLinkedContainer (3.13s) [2021-02-02T17:35:42.217Z] === RUN TestRenameStoppedContainer [2021-02-02T17:35:42.974Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-02-02T17:35:42.974Z] --- PASS: TestBuildPreserveOwnership (5.19s) [2021-02-02T17:35:42.975Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.39s) [2021-02-02T17:35:42.975Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.79s) [2021-02-02T17:35:42.975Z] === RUN TestBuildPlatformInvalid [2021-02-02T17:35:43.158Z] --- PASS: TestRenameStoppedContainer (0.78s) [2021-02-02T17:35:43.158Z] === RUN TestRenameRunningContainerAndReuse [2021-02-02T17:35:43.230Z] --- PASS: TestBuildPlatformInvalid (0.16s) [2021-02-02T17:35:43.230Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-02T17:35:43.755Z] + bundleName=amd64-rootless [2021-02-02T17:35:43.755Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-02-02T17:35:43.755Z] Creating amd64-rootless-bundles.tar.gz [2021-02-02T17:35:43.755Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [2021-02-02T17:35:43.755Z] + 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-02-02T17:35:43.766Z] Archiving artifacts [2021-02-02T17:35:43.793Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-02-02T17:35:44.015Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41842/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-02T17:35:44.322Z] + make clean [2021-02-02T17:35:44.355Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-02-02T17:35:44.432Z] --- PASS: TestBuildPreserveOwnership (7.03s) [2021-02-02T17:35:44.432Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.49s) [2021-02-02T17:35:44.432Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (2.54s) [2021-02-02T17:35:44.432Z] === RUN TestBuildPlatformInvalid [2021-02-02T17:35:44.432Z] --- PASS: TestBuildPlatformInvalid (0.17s) [2021-02-02T17:35:44.432Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-02T17:35:44.541Z] --- PASS: TestRenameRunningContainerAndReuse (1.56s) [2021-02-02T17:35:44.541Z] === RUN TestRenameInvalidName [2021-02-02T17:35:44.579Z] docker volume rm -f docker-dev-cache [2021-02-02T17:35:44.579Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T17:35:45.483Z] --- PASS: TestRenameInvalidName (0.77s) [2021-02-02T17:35:45.483Z] === RUN TestRenameAnonymousContainer [2021-02-02T17:35:46.244Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-02-02T17:35:47.172Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-02-02T17:35:48.540Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-02-02T17:35:48.540Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-02-02T17:35:48.540Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-02-02T17:35:49.684Z] --- PASS: TestRenameAnonymousContainer (4.14s) [2021-02-02T17:35:49.684Z] === RUN TestRenameContainerWithSameName [2021-02-02T17:35:49.906Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-02-02T17:35:50.254Z] --- PASS: TestRenameContainerWithSameName (0.76s) [2021-02-02T17:35:50.254Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-02T17:35:50.833Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-02-02T17:35:51.762Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-02-02T17:35:52.164Z] --- PASS: TestRenameContainerWithLinkedContainer (1.62s) [2021-02-02T17:35:52.164Z] === RUN TestResize [2021-02-02T17:35:52.740Z] --- PASS: TestResize (0.85s) [2021-02-02T17:35:52.740Z] === RUN TestResizeWithInvalidSize [2021-02-02T17:35:53.482Z] #68 exporting layers 82.7s done [2021-02-02T17:35:53.482Z] #68 exporting manifest sha256:94d0830cf06b28688a8fccd408056523b94142f05ca8020c40b6c5a47836a4c8 done [2021-02-02T17:35:53.482Z] #68 exporting config sha256:70f3fc2a5d63a87292da409fb1513e778955f8e1e00aed4fdab87535181d16a8 done [2021-02-02T17:35:53.482Z] #68 sending tarball [2021-02-02T17:35:53.685Z] --- PASS: TestResizeWithInvalidSize (0.81s) [2021-02-02T17:35:53.685Z] === RUN TestResizeWhenContainerNotStarted [2021-02-02T17:35:54.145Z] #68 ... [2021-02-02T17:35:54.145Z] [2021-02-02T17:35:54.145Z] #69 importing to docker [2021-02-02T17:35:54.145Z] #69 sha256:69021004247318701d423beb53212a7cb020e9ac53d278154f72b26c812f2a7a [2021-02-02T17:35:54.258Z] --- PASS: TestResizeWhenContainerNotStarted (0.78s) [2021-02-02T17:35:54.258Z] === RUN TestDaemonRestartKillContainers [2021-02-02T17:35:54.258Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-02T17:35:54.258Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-02T17:35:54.258Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-02T17:35:54.258Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-02T17:35:54.258Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-02T17:35:54.258Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-02T17:35:54.258Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-02T17:35:54.258Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-02T17:35:54.258Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-02T17:35:54.258Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-02T17:35:54.258Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-02T17:35:54.258Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-02T17:35:54.258Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-02T17:35:54.258Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-02T17:35:54.258Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-02T17:35:54.258Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-02T17:35:54.258Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:35:54.258Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:35:54.258Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:35:54.258Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:35:54.258Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:35:54.258Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:35:54.258Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:35:54.258Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:35:54.258Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-02T17:35:54.258Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-02T17:35:54.258Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:35:54.258Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:35:54.281Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-02-02T17:35:54.815Z] Loaded image: buildpack-deps:buster [2021-02-02T17:35:54.815Z] Loaded image: busybox:latest [2021-02-02T17:35:54.815Z] Loaded image: busybox:glibc [2021-02-02T17:35:55.107Z] Loaded image: debian:bullseye [2021-02-02T17:35:55.399Z] Loaded image: hello-world:latest [2021-02-02T17:35:55.695Z] Loaded image: arm32v7/hello-world:latest [2021-02-02T17:35:56.177Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:35:56.177Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-02T17:35:57.122Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:35:57.122Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-02T17:35:57.694Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-02T17:35:58.487Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-02-02T17:35:58.636Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-02T17:35:58.636Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-02T17:36:00.023Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-02T17:36:01.772Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-02-02T17:36:02.572Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-02T17:36:02.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.71s) [2021-02-02T17:36:02.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.73s) [2021-02-02T17:36:02.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.77s) [2021-02-02T17:36:02.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.79s) [2021-02-02T17:36:02.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.68s) [2021-02-02T17:36:02.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.56s) [2021-02-02T17:36:02.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.67s) [2021-02-02T17:36:02.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.77s) [2021-02-02T17:36:02.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.52s) [2021-02-02T17:36:02.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.66s) [2021-02-02T17:36:02.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.79s) [2021-02-02T17:36:02.572Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.52s) [2021-02-02T17:36:02.572Z] === RUN TestCgroupNamespacesRun [2021-02-02T17:36:02.598Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (17.86s) [2021-02-02T17:36:02.598Z] PASS [2021-02-02T17:36:02.598Z] [2021-02-02T17:36:02.598Z] === Skipped [2021-02-02T17:36:02.598Z] === SKIP: s390x.integration.build TestBuildWithSession (0.00s) [2021-02-02T17:36:02.598Z] build_session_test.go:25: TODO: BuildKit [2021-02-02T17:36:02.598Z] [2021-02-02T17:36:02.598Z] === SKIP: s390x.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-02-02T17:36:02.598Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-02T17:36:02.598Z] [2021-02-02T17:36:02.598Z] [2021-02-02T17:36:02.598Z] DONE 34 tests, 2 skipped in 101.176s [2021-02-02T17:36:02.598Z] Running /go/src/github.com/docker/docker/integration/config (s390x.integration.config) flags=-test.v -test.timeout=120m [2021-02-02T17:36:02.598Z] ++ 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-02-02T17:36:02.598Z] ++ set -e [2021-02-02T17:36:02.598Z] ++ '[' -n 0 ']' [2021-02-02T17:36:02.598Z] ++ set -x [2021-02-02T17:36:02.598Z] ++ env -i DEST=/go/src/github.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-02-02T17:36:02.598Z] INFO: Testing against a local daemon [2021-02-02T17:36:02.598Z] === RUN TestConfigInspect [2021-02-02T17:36:04.484Z] --- PASS: TestCgroupNamespacesRun (1.91s) [2021-02-02T17:36:04.484Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-02T17:36:05.039Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-02-02T17:36:06.397Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.79s) [2021-02-02T17:36:06.397Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-02T17:36:06.406Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-02-02T17:36:07.063Z] --- PASS: TestConfigInspect (4.02s) [2021-02-02T17:36:07.063Z] === RUN TestConfigList [2021-02-02T17:36:07.779Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.83s) [2021-02-02T17:36:07.779Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-02T17:36:08.923Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-02-02T17:36:08.923Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-02-02T17:36:09.486Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-02-02T17:36:09.691Z] --- PASS: TestCgroupNamespacesRunHostMode (1.88s) [2021-02-02T17:36:09.691Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-02T17:36:09.813Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-02-02T17:36:09.813Z] Copying nested executables into bundles/binary-daemon [2021-02-02T17:36:09.813Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-02-02T17:36:10.146Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41842/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -e DOCKER_GRAPHDRIVER docker:917ff358791c55091e335f0e1fb9d9224b564d94 hack/make.sh cross [2021-02-02T17:36:10.405Z] [2021-02-02T17:36:10.405Z] Removing bundles/ [2021-02-02T17:36:10.585Z] --- PASS: TestConfigList (3.77s) [2021-02-02T17:36:10.585Z] === RUN TestConfigsCreateAndDelete [2021-02-02T17:36:10.663Z] [2021-02-02T17:36:10.663Z] ---> Making bundle: cross (in bundles/cross) [2021-02-02T17:36:10.663Z] Cross building: bundles/cross/linux/amd64 [2021-02-02T17:36:10.663Z] Building: bundles/cross/linux/amd64/dockerd-dev [2021-02-02T17:36:10.663Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-02-02T17:36:11.375Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-02-02T17:36:11.375Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-02-02T17:36:11.602Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.88s) [2021-02-02T17:36:11.602Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-02T17:36:11.631Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-02-02T17:36:11.888Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-02-02T17:36:12.738Z] #69 DONE 16.1s [2021-02-02T17:36:12.738Z] [2021-02-02T17:36:12.738Z] #68 exporting to oci image format [2021-02-02T17:36:12.738Z] #68 sha256:69a2560eef4d3ece902c3b5149d142e9bd132f25db0bc9e35b94201534c415d2 [2021-02-02T17:36:12.738Z] #68 sending tarball 31.2s done [2021-02-02T17:36:12.738Z] #68 DONE 113.9s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-02T17:36:13.203Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41842/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:917ff358791c55091e335f0e1fb9d9224b564d94 hack/test/unit [2021-02-02T17:36:13.515Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.81s) [2021-02-02T17:36:13.515Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-02T17:36:13.775Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-02-02T17:36:14.031Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-02-02T17:36:14.111Z] --- PASS: TestConfigsCreateAndDelete (3.87s) [2021-02-02T17:36:14.111Z] === RUN TestConfigsUpdate [2021-02-02T17:36:14.286Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-02-02T17:36:14.286Z] Loaded image: buildpack-deps:buster [2021-02-02T17:36:14.461Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.01s) [2021-02-02T17:36:14.461Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-02T17:36:14.848Z] Loaded image: busybox:latest [2021-02-02T17:36:15.104Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-02-02T17:36:15.104Z] Loaded image: busybox:glibc [2021-02-02T17:36:16.033Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-02-02T17:36:16.379Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.89s) [2021-02-02T17:36:16.379Z] === RUN TestKernelTCPMemory [2021-02-02T17:36:16.526Z] 4dcc9a9b9e68: Pull complete [2021-02-02T17:36:16.526Z] Digest: sha256:997e32161f322f5f301023ae675f39329bd60888f5f9a373100eba77f55cbb31 [2021-02-02T17:36:16.526Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T17:36:16.526Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T17:36:16.526Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-02-02T17:36:16.526Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-02-02T17:36:16.526Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.1697' [2021-02-02T17:36:16.526Z] INFO: Docker version of control daemon [2021-02-02T17:36:16.526Z] [2021-02-02T17:36:16.526Z] Client: Docker Engine - Enterprise [2021-02-02T17:36:16.526Z] Version: 19.03.12 [2021-02-02T17:36:16.526Z] API version: 1.40 [2021-02-02T17:36:16.526Z] Go version: go1.13.13 [2021-02-02T17:36:16.526Z] Git commit: 4306744 [2021-02-02T17:36:16.526Z] Built: 08/05/2020 19:27:53 [2021-02-02T17:36:16.526Z] OS/Arch: windows/amd64 [2021-02-02T17:36:16.526Z] Experimental: false [2021-02-02T17:36:16.526Z] [2021-02-02T17:36:16.526Z] Server: Docker Engine - Enterprise [2021-02-02T17:36:16.526Z] Engine: [2021-02-02T17:36:16.526Z] Version: 19.03.12 [2021-02-02T17:36:16.526Z] API version: 1.40 (minimum version 1.24) [2021-02-02T17:36:16.526Z] Go version: go1.13.13 [2021-02-02T17:36:16.526Z] Git commit: f295753ffd [2021-02-02T17:36:16.526Z] Built: 08/05/2020 19:26:41 [2021-02-02T17:36:16.526Z] OS/Arch: windows/amd64 [2021-02-02T17:36:16.526Z] Experimental: true [2021-02-02T17:36:16.526Z] [2021-02-02T17:36:16.526Z] INFO: Docker info of control daemon [2021-02-02T17:36:16.526Z] [2021-02-02T17:36:16.526Z] Client: [2021-02-02T17:36:16.526Z] Debug Mode: false [2021-02-02T17:36:16.526Z] Plugins: [2021-02-02T17:36:16.526Z] cluster: Manage Docker Enterprise clusters (Mirantis Inc., v1.6.0) [2021-02-02T17:36:16.526Z] [2021-02-02T17:36:16.526Z] Server: [2021-02-02T17:36:16.526Z] Containers: 0 [2021-02-02T17:36:16.526Z] Running: 0 [2021-02-02T17:36:16.526Z] Paused: 0 [2021-02-02T17:36:16.526Z] Stopped: 0 [2021-02-02T17:36:16.526Z] Images: 1 [2021-02-02T17:36:16.526Z] Server Version: 19.03.12 [2021-02-02T17:36:16.526Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-02-02T17:36:16.526Z] Windows: [2021-02-02T17:36:16.526Z] LCOW: [2021-02-02T17:36:16.526Z] Logging Driver: json-file [2021-02-02T17:36:16.526Z] Plugins: [2021-02-02T17:36:16.526Z] Volume: local [2021-02-02T17:36:16.526Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-02T17:36:16.526Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-02T17:36:16.526Z] Swarm: inactive [2021-02-02T17:36:16.526Z] Default Isolation: process [2021-02-02T17:36:16.526Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-02T17:36:16.526Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-02T17:36:16.526Z] OSType: windows [2021-02-02T17:36:16.526Z] Architecture: x86_64 [2021-02-02T17:36:16.526Z] CPUs: 4 [2021-02-02T17:36:16.526Z] Total Memory: 32GiB [2021-02-02T17:36:16.526Z] Name: azwin-2-aca030 [2021-02-02T17:36:16.526Z] ID: AM4K:PBLY:KBNJ:QPGN:IDUB:MYK6:KRMO:BC44:GEW4:C3WA:PNUO:OSI3 [2021-02-02T17:36:16.526Z] Docker Root Dir: D:\docker [2021-02-02T17:36:16.526Z] Debug Mode: false [2021-02-02T17:36:16.526Z] Registry: https://index.docker.io/v1/ [2021-02-02T17:36:16.526Z] Labels: [2021-02-02T17:36:16.526Z] Experimental: true [2021-02-02T17:36:16.526Z] Insecure Registries: [2021-02-02T17:36:16.526Z] 10.0.0.4:5000 [2021-02-02T17:36:16.526Z] 127.0.0.0/8 [2021-02-02T17:36:16.526Z] Registry Mirrors: [2021-02-02T17:36:16.526Z] http://10.0.0.4:5000/ [2021-02-02T17:36:16.526Z] Live Restore Enabled: false [2021-02-02T17:36:16.526Z] [2021-02-02T17:36:16.526Z] [2021-02-02T17:36:16.526Z] INFO: Commit hash is cd32448b96 [2021-02-02T17:36:16.526Z] INFO: Nuke-Everything... [2021-02-02T17:36:16.526Z] INFO: Container count on control daemon to delete is 0 [2021-02-02T17:36:16.526Z] INFO: Nuking d:\CI [2021-02-02T17:36:16.526Z] INFO: Zapped successfully [2021-02-02T17:36:16.526Z] INFO: Location for testing is d:\CI\PR-41842\3 [2021-02-02T17:36:16.526Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-02-02T17:36:16.526Z] [2021-02-02T17:36:16.526Z] [2021-02-02T17:36:16.526Z] INFO: Building the image from Dockerfile.windows at 02/02/2021 17:36:13... [2021-02-02T17:36:16.526Z] [2021-02-02T17:36:16.738Z] ? github.com/docker/docker/api [no test files] [2021-02-02T17:36:17.320Z] --- PASS: TestKernelTCPMemory (0.86s) [2021-02-02T17:36:17.320Z] === RUN TestNISDomainname [2021-02-02T17:36:17.399Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-02-02T17:36:18.261Z] --- PASS: TestNISDomainname (0.99s) [2021-02-02T17:36:18.261Z] === RUN TestHostnameDnsResolution [2021-02-02T17:36:18.659Z] --- PASS: TestConfigsUpdate (3.84s) [2021-02-02T17:36:18.659Z] === RUN TestTemplatedConfig [2021-02-02T17:36:18.720Z] Sending build context to Docker daemon 58.29MB [2021-02-02T17:36:18.720Z] [2021-02-02T17:36:18.720Z] Step 1/10 : FROM microsoft/windowsservercore [2021-02-02T17:36:18.720Z] ---> 5e0078d88ebd [2021-02-02T17:36:18.720Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-02-02T17:36:18.720Z] ---> Running in b710bff93acf [2021-02-02T17:36:18.765Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-02-02T17:36:19.692Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-02-02T17:36:19.700Z] Removing intermediate container b710bff93acf [2021-02-02T17:36:19.700Z] ---> ae9969f2f19c [2021-02-02T17:36:19.700Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-02-02T17:36:19.700Z] ---> Running in 2ba21ab634ae [2021-02-02T17:36:20.161Z] Removing intermediate container 2ba21ab634ae [2021-02-02T17:36:20.161Z] ---> d96d1c8d61d1 [2021-02-02T17:36:20.161Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-02-02T17:36:20.161Z] ---> Running in 767a8fcfb313 [2021-02-02T17:36:20.173Z] --- PASS: TestHostnameDnsResolution (1.77s) [2021-02-02T17:36:20.173Z] === RUN TestStats [2021-02-02T17:36:20.254Z] Loaded image: debian:bullseye [2021-02-02T17:36:20.254Z] Loaded image: hello-world:latest [2021-02-02T17:36:20.254Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-02-02T17:36:20.510Z] Loaded image: arm32v7/hello-world:latest [2021-02-02T17:36:20.510Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-02-02T17:36:20.623Z] Removing intermediate container 767a8fcfb313 [2021-02-02T17:36:20.623Z] ---> e06053dc86c3 [2021-02-02T17:36:20.623Z] 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-02-02T17:36:20.623Z] ---> Running in 2a41e5b8053a [2021-02-02T17:36:21.085Z] Removing intermediate container 2a41e5b8053a [2021-02-02T17:36:21.085Z] ---> 8a33079b7824 [2021-02-02T17:36:21.085Z] 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-02-02T17:36:21.085Z] ---> Running in 8f4e9b4c4f71 [2021-02-02T17:36:21.438Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-02-02T17:36:22.183Z] --- PASS: TestTemplatedConfig (3.69s) [2021-02-02T17:36:22.183Z] === RUN TestConfigCreateResolve [2021-02-02T17:36:22.715Z] --- PASS: TestStats (2.81s) [2021-02-02T17:36:22.715Z] === RUN TestStopContainerWithTimeout [2021-02-02T17:36:22.715Z] === RUN TestStopContainerWithTimeout/0 [2021-02-02T17:36:22.715Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-02T17:36:22.715Z] === RUN TestStopContainerWithTimeout/1 [2021-02-02T17:36:22.715Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-02T17:36:22.715Z] === RUN TestStopContainerWithTimeout/3 [2021-02-02T17:36:22.715Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-02T17:36:22.715Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-02T17:36:22.715Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-02T17:36:22.715Z] === CONT TestStopContainerWithTimeout/0 [2021-02-02T17:36:22.715Z] === CONT TestStopContainerWithTimeout/3 [2021-02-02T17:36:22.715Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-02T17:36:22.715Z] === CONT TestStopContainerWithTimeout/1 [2021-02-02T17:36:23.955Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-02-02T17:36:25.708Z] --- PASS: TestConfigCreateResolve (3.77s) [2021-02-02T17:36:25.708Z] === RUN TestConfigDaemonLibtrustID [2021-02-02T17:36:25.832Z] [2021-02-02T17:36:25.832Z] SUCCESS: Specified value was saved. [2021-02-02T17:36:26.001Z] --- PASS: TestConfigDaemonLibtrustID (0.52s) [2021-02-02T17:36:26.001Z] PASS [2021-02-02T17:36:26.001Z] [2021-02-02T17:36:26.001Z] DONE 7 tests in 23.569s [2021-02-02T17:36:26.001Z] Running /go/src/github.com/docker/docker/integration/container (s390x.integration.container) flags=-test.v -test.timeout=120m [2021-02-02T17:36:26.001Z] ++ 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-02-02T17:36:26.001Z] ++ set -e [2021-02-02T17:36:26.001Z] ++ '[' -n 0 ']' [2021-02-02T17:36:26.001Z] ++ set -x [2021-02-02T17:36:26.001Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-02T17:36:26.001Z] INFO: Testing against a local daemon [2021-02-02T17:36:26.001Z] === RUN TestCheckpoint [2021-02-02T17:36:26.001Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-02T17:36:26.001Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-02T17:36:26.001Z] === RUN TestContainerInvalidJSON [2021-02-02T17:36:26.001Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T17:36:26.001Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T17:36:26.001Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T17:36:26.001Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T17:36:26.001Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-02T17:36:26.001Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-02T17:36:26.001Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T17:36:26.001Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-02T17:36:26.001Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T17:36:26.001Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-02-02T17:36:26.001Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-02T17:36:26.001Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-02T17:36:26.001Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-02T17:36:26.001Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-02T17:36:26.016Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2021-02-02T17:36:26.016Z] --- PASS: TestStopContainerWithTimeout/0 (1.12s) [2021-02-02T17:36:26.016Z] --- PASS: TestStopContainerWithTimeout/1 (2.18s) [2021-02-02T17:36:26.016Z] --- PASS: TestStopContainerWithTimeout/3 (2.94s) [2021-02-02T17:36:26.016Z] --- PASS: TestStopContainerWithTimeout/-1 (3.23s) [2021-02-02T17:36:26.016Z] === RUN TestDeleteDevicemapper [2021-02-02T17:36:26.016Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-02T17:36:26.016Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-02T17:36:26.016Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-02T17:36:26.293Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.14s) [2021-02-02T17:36:26.293Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-02T17:36:26.293Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.15s) [2021-02-02T17:36:26.293Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-02T17:36:26.586Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2021-02-02T17:36:26.586Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-02T17:36:26.586Z] --- PASS: TestCopyToContainerPathIsNotDir (0.13s) [2021-02-02T17:36:26.586Z] === RUN TestCopyFromContainer [2021-02-02T17:36:27.378Z] INFO: Downloading git... [2021-02-02T17:36:28.126Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-02-02T17:36:28.126Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (44.68s) [2021-02-02T17:36:28.126Z] PASS [2021-02-02T17:36:28.126Z] [2021-02-02T17:36:28.126Z] === Skipped [2021-02-02T17:36:28.126Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-02-02T17:36:28.126Z] build_session_test.go:25: TODO: BuildKit [2021-02-02T17:36:28.126Z] [2021-02-02T17:36:28.126Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-02-02T17:36:28.126Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-02T17:36:28.126Z] [2021-02-02T17:36:28.126Z] [2021-02-02T17:36:28.126Z] DONE 34 tests, 2 skipped in 246.501s [2021-02-02T17:36:28.126Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-02-02T17:36:28.126Z] ++ 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-02-02T17:36:28.126Z] ++ set -e [2021-02-02T17:36:28.126Z] ++ '[' -n 0 ']' [2021-02-02T17:36:28.126Z] ++ set -x [2021-02-02T17:36:28.126Z] ++ env -i DEST=/go/src/github.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-02-02T17:36:28.126Z] INFO: Testing against a local daemon [2021-02-02T17:36:28.126Z] === RUN TestConfigInspect [2021-02-02T17:36:28.126Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-02-02T17:36:28.353Z] INFO: Downloading go... [2021-02-02T17:36:28.381Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-02-02T17:36:28.636Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-02-02T17:36:29.200Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-02-02T17:36:29.315Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.97s) [2021-02-02T17:36:29.315Z] === RUN TestUpdateMemory [2021-02-02T17:36:29.315Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-02T17:36:29.315Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:36:29.315Z] === RUN TestUpdateCPUQuota [2021-02-02T17:36:29.323Z] === RUN TestCopyFromContainer// [2021-02-02T17:36:29.323Z] === RUN TestCopyFromContainer//bar/root [2021-02-02T17:36:29.323Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-02T17:36:29.323Z] === RUN TestCopyFromContainer/bar/quux [2021-02-02T17:36:29.323Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-02T17:36:29.615Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-02T17:36:29.615Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-02T17:36:29.615Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-02T17:36:29.764Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-02-02T17:36:29.907Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-02T17:36:29.907Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-02T17:36:29.937Z] INFO: Downloading compiler 1 of 3... [2021-02-02T17:36:30.200Z] --- PASS: TestCopyFromContainer (3.35s) [2021-02-02T17:36:30.200Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-02-02T17:36:30.200Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2021-02-02T17:36:30.200Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-02-02T17:36:30.200Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2021-02-02T17:36:30.200Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.10s) [2021-02-02T17:36:30.200Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.13s) [2021-02-02T17:36:30.200Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.09s) [2021-02-02T17:36:30.200Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.12s) [2021-02-02T17:36:30.200Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.10s) [2021-02-02T17:36:30.200Z] --- PASS: TestCopyFromContainer/bar/notarget (0.11s) [2021-02-02T17:36:30.200Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-02T17:36:30.200Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T17:36:30.200Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T17:36:30.200Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T17:36:30.200Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T17:36:30.200Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T17:36:30.200Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T17:36:30.200Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T17:36:30.200Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T17:36:30.200Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T17:36:30.200Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-02-02T17:36:30.200Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-02T17:36:30.200Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-02T17:36:30.200Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-02T17:36:30.200Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-02T17:36:30.200Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-02-02T17:36:30.200Z] === RUN TestCreateWithInvalidEnv [2021-02-02T17:36:30.200Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-02T17:36:30.200Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-02T17:36:30.200Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-02T17:36:30.200Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-02T17:36:30.200Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-02T17:36:30.200Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-02T17:36:30.200Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-02T17:36:30.200Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-02T17:36:30.200Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-02T17:36:30.200Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-02-02T17:36:30.200Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-02T17:36:30.200Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-02T17:36:30.200Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-02T17:36:30.200Z] === RUN TestCreateTmpfsMountsTarget [2021-02-02T17:36:30.200Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-02-02T17:36:30.200Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-02T17:36:30.400Z] INFO: Downloading compiler 2 of 3... [2021-02-02T17:36:30.400Z] INFO: Downloading compiler 3 of 3... [2021-02-02T17:36:30.697Z] --- PASS: TestUpdateCPUQuota (1.38s) [2021-02-02T17:36:30.697Z] === RUN TestUpdatePidsLimit [2021-02-02T17:36:30.697Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-02T17:36:30.697Z] === RUN TestUpdatePidsLimit/no_change [2021-02-02T17:36:30.869Z] INFO: Extracting git... [2021-02-02T17:36:31.268Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-02T17:36:31.528Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-02T17:36:31.654Z] --- PASS: TestConfigInspect (3.28s) [2021-02-02T17:36:31.654Z] === RUN TestConfigList [2021-02-02T17:36:32.098Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-02T17:36:32.216Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-02-02T17:36:32.216Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-02-02T17:36:32.360Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-02T17:36:32.620Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-02T17:36:32.777Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-02-02T17:36:32.935Z] --- PASS: TestCreateWithCustomMaskedPaths (2.51s) [2021-02-02T17:36:32.935Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-02T17:36:34.002Z] --- PASS: TestUpdatePidsLimit (3.66s) [2021-02-02T17:36:34.002Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.38s) [2021-02-02T17:36:34.003Z] --- PASS: TestUpdatePidsLimit/no_change (0.38s) [2021-02-02T17:36:34.003Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2021-02-02T17:36:34.003Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2021-02-02T17:36:34.003Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.38s) [2021-02-02T17:36:34.003Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.38s) [2021-02-02T17:36:34.003Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.39s) [2021-02-02T17:36:34.003Z] === RUN TestUpdateRestartPolicy [2021-02-02T17:36:34.144Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-02-02T17:36:34.401Z] --- PASS: TestConfigList (3.06s) [2021-02-02T17:36:34.401Z] === RUN TestConfigsCreateAndDelete [2021-02-02T17:36:35.386Z] ok github.com/docker/docker/api/server 0.009s coverage: 9.0% of statements [2021-02-02T17:36:35.670Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.61s) [2021-02-02T17:36:35.670Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-02T17:36:35.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T17:36:35.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T17:36:35.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T17:36:35.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T17:36:35.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T17:36:35.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T17:36:35.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T17:36:35.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T17:36:35.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T17:36:35.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T17:36:35.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T17:36:35.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T17:36:35.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T17:36:35.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T17:36:35.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T17:36:35.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-02-02T17:36:35.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-02T17:36:35.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-02T17:36:35.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-02T17:36:35.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-02T17:36:35.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-02-02T17:36:35.670Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-02T17:36:36.305Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.88s) [2021-02-02T17:36:36.305Z] === RUN TestCreateDifferentPlatform [2021-02-02T17:36:36.305Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-02T17:36:36.305Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-02T17:36:36.305Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-02-02T17:36:36.305Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-02T17:36:36.305Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-02T17:36:36.305Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-02T17:36:36.305Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-02-02T17:36:36.305Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-02T17:36:36.305Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.07s) [2021-02-02T17:36:36.305Z] === RUN TestContainerStartOnDaemonRestart [2021-02-02T17:36:36.305Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-02T17:36:36.305Z] === RUN TestDaemonRestartIpcMode [2021-02-02T17:36:36.305Z] === PAUSE TestDaemonRestartIpcMode [2021-02-02T17:36:36.305Z] === RUN TestDaemonHostGatewayIP [2021-02-02T17:36:36.305Z] === PAUSE TestDaemonHostGatewayIP [2021-02-02T17:36:36.305Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-02T17:36:36.305Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-02T17:36:36.305Z] === RUN TestContainerKillOnDaemonStart [2021-02-02T17:36:36.305Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-02T17:36:36.305Z] === RUN TestDiff [2021-02-02T17:36:37.343Z] --- PASS: TestDiff (0.86s) [2021-02-02T17:36:37.343Z] === RUN TestExecWithCloseStdin [2021-02-02T17:36:37.667Z] --- PASS: TestConfigsCreateAndDelete (2.97s) [2021-02-02T17:36:37.667Z] === RUN TestConfigsUpdate [2021-02-02T17:36:37.667Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-02-02T17:36:37.667Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-02-02T17:36:38.380Z] --- PASS: TestExecWithCloseStdin (0.95s) [2021-02-02T17:36:38.380Z] === RUN TestExec [2021-02-02T17:36:38.593Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-02-02T17:36:39.015Z] --- PASS: TestExec (0.96s) [2021-02-02T17:36:39.015Z] === RUN TestExecUser [2021-02-02T17:36:39.522Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-02-02T17:36:40.200Z] --- PASS: TestExecUser (0.99s) [2021-02-02T17:36:40.200Z] === RUN TestExportContainerAndImportImage [2021-02-02T17:36:40.449Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-02-02T17:36:40.449Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-02-02T17:36:40.449Z] --- PASS: TestConfigsUpdate (2.96s) [2021-02-02T17:36:40.449Z] === RUN TestTemplatedConfig [2021-02-02T17:36:41.238Z] --- PASS: TestExportContainerAndImportImage (1.20s) [2021-02-02T17:36:41.238Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-02T17:36:42.761Z] Created binary: bundles/cross/linux/amd64/dockerd-dev [2021-02-02T17:36:42.761Z] Copying nested executables into bundles/cross/linux/amd64 [2021-02-02T17:36:42.761Z] Cross building: bundles/cross/windows/amd64 [2021-02-02T17:36:42.761Z] Building: bundles/cross/windows/amd64/dockerd-dev.exe [2021-02-02T17:36:42.761Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-02-02T17:36:42.964Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-02-02T17:36:42.964Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-02-02T17:36:43.295Z] INFO: Expanding go... [2021-02-02T17:36:43.313Z] --- PASS: TestExportContainerAfterDaemonRestart (1.62s) [2021-02-02T17:36:43.313Z] === RUN TestHealthCheckWorkdir [2021-02-02T17:36:43.948Z] --- PASS: TestHealthCheckWorkdir (1.14s) [2021-02-02T17:36:43.948Z] === RUN TestHealthKillContainer [2021-02-02T17:36:44.329Z] --- PASS: TestTemplatedConfig (3.82s) [2021-02-02T17:36:44.329Z] === RUN TestConfigCreateResolve [2021-02-02T17:36:44.585Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-02-02T17:36:45.950Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-02-02T17:36:45.950Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-02-02T17:36:46.512Z] --- PASS: TestConfigCreateResolve (2.31s) [2021-02-02T17:36:46.512Z] === RUN TestConfigDaemonLibtrustID [2021-02-02T17:36:47.074Z] --- PASS: TestConfigDaemonLibtrustID (0.59s) [2021-02-02T17:36:47.074Z] PASS [2021-02-02T17:36:47.074Z] [2021-02-02T17:36:47.074Z] DONE 7 tests in 19.132s [2021-02-02T17:36:47.074Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-02-02T17:36:47.074Z] ++ 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-02-02T17:36:47.074Z] ++ set -e [2021-02-02T17:36:47.074Z] ++ '[' -n 0 ']' [2021-02-02T17:36:47.074Z] ++ set -x [2021-02-02T17:36:47.074Z] ++ env -i DEST=/go/src/github.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-02-02T17:36:47.330Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-02-02T17:36:47.330Z] INFO: Testing against a local daemon [2021-02-02T17:36:47.330Z] === RUN TestCheckpoint [2021-02-02T17:36:47.330Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-02T17:36:47.330Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-02T17:36:47.330Z] === RUN TestContainerInvalidJSON [2021-02-02T17:36:47.330Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T17:36:47.330Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T17:36:47.330Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T17:36:47.330Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T17:36:47.330Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-02T17:36:47.330Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-02T17:36:47.330Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T17:36:47.330Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-02T17:36:47.330Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T17:36:47.330Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-02-02T17:36:47.330Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-02T17:36:47.330Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-02T17:36:47.330Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.01s) [2021-02-02T17:36:47.330Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-02T17:36:47.472Z] --- PASS: TestHealthKillContainer (2.98s) [2021-02-02T17:36:47.472Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-02T17:36:47.587Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2021-02-02T17:36:47.587Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-02T17:36:47.587Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-02-02T17:36:47.587Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-02T17:36:47.587Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-02-02T17:36:47.587Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-02T17:36:47.587Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-02-02T17:36:47.842Z] --- PASS: TestCopyToContainerPathIsNotDir (0.09s) [2021-02-02T17:36:47.842Z] === RUN TestCopyFromContainer [2021-02-02T17:36:48.106Z] --- PASS: TestInspectCpusetInConfigPre120 (0.90s) [2021-02-02T17:36:48.106Z] === RUN TestIpcModeNone [2021-02-02T17:36:48.404Z] === RUN TestDockerSuite/TestBuildAddScript [2021-02-02T17:36:48.742Z] --- PASS: TestIpcModeNone (0.94s) [2021-02-02T17:36:48.742Z] === RUN TestIpcModePrivate [2021-02-02T17:36:48.907Z] --- PASS: TestUpdateRestartPolicy (12.45s) [2021-02-02T17:36:48.907Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-02T17:36:48.907Z] --- PASS: TestUpdateRestartWithAutoRemove (0.83s) [2021-02-02T17:36:48.907Z] === RUN TestWaitNonBlocked [2021-02-02T17:36:48.907Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T17:36:48.907Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T17:36:48.907Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T17:36:48.907Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T17:36:48.907Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T17:36:48.907Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T17:36:48.907Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-02T17:36:48.907Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.02s) [2021-02-02T17:36:48.907Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.11s) [2021-02-02T17:36:48.907Z] === RUN TestWaitBlocked [2021-02-02T17:36:48.907Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-02T17:36:48.907Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-02T17:36:48.907Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-02T17:36:48.907Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-02T17:36:48.907Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-02T17:36:48.907Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-02T17:36:49.478Z] --- PASS: TestWaitBlocked (0.03s) [2021-02-02T17:36:49.478Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.98s) [2021-02-02T17:36:49.478Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.02s) [2021-02-02T17:36:49.478Z] === CONT TestContainerStartOnDaemonRestart [2021-02-02T17:36:49.478Z] === CONT TestIpcModeOlderClient [2021-02-02T17:36:49.478Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-02T17:36:49.478Z] === CONT TestDaemonHostGatewayIP [2021-02-02T17:36:49.739Z] --- PASS: TestIpcModeOlderClient (0.22s) [2021-02-02T17:36:49.739Z] === CONT TestContainerKillOnDaemonStart [2021-02-02T17:36:49.769Z] === RUN TestCopyFromContainer// [2021-02-02T17:36:49.769Z] === RUN TestCopyFromContainer//bar/root [2021-02-02T17:36:49.769Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-02T17:36:49.781Z] --- PASS: TestIpcModePrivate (0.90s) [2021-02-02T17:36:49.781Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:105, shared: false, mustBeShared: false [2021-02-02T17:36:49.781Z] === RUN TestIpcModeShareable [2021-02-02T17:36:50.026Z] === RUN TestCopyFromContainer/bar/quux [2021-02-02T17:36:50.281Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-02T17:36:50.537Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-02T17:36:50.537Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-02T17:36:50.537Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-02T17:36:50.793Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-02T17:36:50.793Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-02T17:36:50.823Z] --- PASS: TestIpcModeShareable (1.01s) [2021-02-02T17:36:50.824Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:99, shared: true, mustBeShared: true [2021-02-02T17:36:50.824Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-02T17:36:51.049Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-02-02T17:36:51.049Z] --- PASS: TestCopyFromContainer (3.43s) [2021-02-02T17:36:51.049Z] --- PASS: TestCopyFromContainer// (0.12s) [2021-02-02T17:36:51.049Z] --- PASS: TestCopyFromContainer//bar/root (0.14s) [2021-02-02T17:36:51.049Z] --- PASS: TestCopyFromContainer//bar/root/ (0.22s) [2021-02-02T17:36:51.049Z] --- PASS: TestCopyFromContainer/bar/quux (0.18s) [2021-02-02T17:36:51.049Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.19s) [2021-02-02T17:36:51.049Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.10s) [2021-02-02T17:36:51.049Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.12s) [2021-02-02T17:36:51.049Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.13s) [2021-02-02T17:36:51.049Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.11s) [2021-02-02T17:36:51.049Z] --- PASS: TestCopyFromContainer/bar/notarget (0.20s) [2021-02-02T17:36:51.049Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-02T17:36:51.049Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T17:36:51.049Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T17:36:51.049Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T17:36:51.049Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T17:36:51.049Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T17:36:51.049Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T17:36:51.304Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T17:36:51.304Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T17:36:51.304Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T17:36:51.304Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.05s) [2021-02-02T17:36:51.304Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-02-02T17:36:51.304Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-02-02T17:36:51.304Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-02T17:36:51.304Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-02T17:36:51.304Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2021-02-02T17:36:51.304Z] === RUN TestCreateWithInvalidEnv [2021-02-02T17:36:51.304Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-02T17:36:51.304Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-02T17:36:51.304Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-02T17:36:51.304Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-02T17:36:51.304Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-02T17:36:51.304Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-02T17:36:51.304Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-02T17:36:51.304Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-02T17:36:51.304Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-02T17:36:51.304Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-02-02T17:36:51.304Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-02T17:36:51.304Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-02T17:36:51.304Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-02T17:36:51.304Z] === RUN TestCreateTmpfsMountsTarget [2021-02-02T17:36:51.304Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-02-02T17:36:51.304Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-02T17:36:51.560Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-02-02T17:36:51.819Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-02-02T17:36:53.045Z] --- PASS: TestContainerStartOnDaemonRestart (3.51s) [2021-02-02T17:36:53.045Z] === CONT TestDaemonRestartIpcMode [2021-02-02T17:36:53.710Z] --- PASS: TestCreateWithCustomMaskedPaths (2.24s) [2021-02-02T17:36:53.710Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-02T17:36:54.349Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.99s) [2021-02-02T17:36:54.349Z] === RUN TestAPIIpcModeHost [2021-02-02T17:36:54.349Z] --- PASS: TestAPIIpcModeHost (0.67s) [2021-02-02T17:36:54.349Z] === RUN TestDaemonIpcModeShareable [2021-02-02T17:36:54.960Z] --- PASS: TestRestartDaemonWithRestartingContainer (5.24s) [2021-02-02T17:36:54.960Z] --- PASS: TestDaemonHostGatewayIP (5.33s) [2021-02-02T17:36:55.153Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-02-02T17:36:55.727Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.03s) [2021-02-02T17:36:55.727Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-02T17:36:55.727Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T17:36:55.727Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T17:36:55.727Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T17:36:55.727Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T17:36:55.727Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T17:36:55.727Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T17:36:55.727Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T17:36:55.727Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T17:36:55.727Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T17:36:55.727Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T17:36:55.727Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T17:36:55.727Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T17:36:55.727Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T17:36:55.727Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T17:36:55.727Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T17:36:55.727Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.03s) [2021-02-02T17:36:55.727Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-02-02T17:36:55.727Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-02-02T17:36:55.727Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2021-02-02T17:36:55.727Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.05s) [2021-02-02T17:36:55.727Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-02-02T17:36:55.727Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-02T17:36:56.298Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.67s) [2021-02-02T17:36:56.298Z] === RUN TestCreateDifferentPlatform [2021-02-02T17:36:56.298Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-02T17:36:56.298Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-02T17:36:56.298Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-02-02T17:36:56.298Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-02-02T17:36:56.298Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-02T17:36:56.298Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-02T17:36:56.424Z] --- PASS: TestDaemonIpcModeShareable (1.93s) [2021-02-02T17:36:56.424Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2021-02-02T17:36:56.424Z] === RUN TestDaemonIpcModePrivate [2021-02-02T17:36:56.554Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.09s) [2021-02-02T17:36:56.554Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-02T17:36:56.554Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-02-02T17:36:56.554Z] === RUN TestContainerStartOnDaemonRestart [2021-02-02T17:36:56.554Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-02T17:36:56.554Z] === RUN TestDaemonRestartIpcMode [2021-02-02T17:36:56.554Z] === PAUSE TestDaemonRestartIpcMode [2021-02-02T17:36:56.554Z] === RUN TestDaemonHostGatewayIP [2021-02-02T17:36:56.554Z] === PAUSE TestDaemonHostGatewayIP [2021-02-02T17:36:56.554Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-02T17:36:56.554Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-02T17:36:56.554Z] === RUN TestContainerKillOnDaemonStart [2021-02-02T17:36:56.554Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-02T17:36:56.554Z] === RUN TestDiff [2021-02-02T17:36:56.873Z] --- PASS: TestDaemonRestartIpcMode (3.88s) [2021-02-02T17:36:57.491Z] --- PASS: TestDiff (0.75s) [2021-02-02T17:36:57.491Z] === RUN TestExecWithCloseStdin [2021-02-02T17:36:58.227Z] --- PASS: TestExecWithCloseStdin (0.90s) [2021-02-02T17:36:58.227Z] === RUN TestExec [2021-02-02T17:36:58.497Z] --- PASS: TestDaemonIpcModePrivate (1.85s) [2021-02-02T17:36:58.497Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2021-02-02T17:36:58.497Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-02T17:36:59.156Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-02-02T17:36:59.156Z] --- PASS: TestExec (0.85s) [2021-02-02T17:36:59.156Z] === RUN TestExecUser [2021-02-02T17:36:59.156Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-02-02T17:37:00.008Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.81s) [2021-02-02T17:37:00.008Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:115, shared: false, mustBeShared: false [2021-02-02T17:37:00.008Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-02T17:37:00.084Z] --- PASS: TestExecUser (0.93s) [2021-02-02T17:37:00.084Z] === RUN TestExportContainerAndImportImage [2021-02-02T17:37:01.018Z] --- PASS: TestExportContainerAndImportImage (1.14s) [2021-02-02T17:37:01.018Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-02T17:37:02.078Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.86s) [2021-02-02T17:37:02.078Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:109, shared: true, mustBeShared: true [2021-02-02T17:37:02.078Z] === RUN TestIpcModeOlderClient [2021-02-02T17:37:02.078Z] === PAUSE TestIpcModeOlderClient [2021-02-02T17:37:02.078Z] === RUN TestKillContainerInvalidSignal [2021-02-02T17:37:02.713Z] --- PASS: TestKillContainerInvalidSignal (0.87s) [2021-02-02T17:37:02.713Z] === RUN TestKillContainer [2021-02-02T17:37:02.713Z] === RUN TestKillContainer/no_signal [2021-02-02T17:37:02.912Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-02-02T17:37:02.913Z] --- PASS: TestExportContainerAfterDaemonRestart (1.67s) [2021-02-02T17:37:02.913Z] === RUN TestHealthCheckWorkdir [2021-02-02T17:37:03.168Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-02-02T17:37:03.452Z] --- PASS: TestContainerKillOnDaemonStart (13.16s) [2021-02-02T17:37:03.452Z] PASS [2021-02-02T17:37:03.452Z] [2021-02-02T17:37:03.452Z] === Skipped [2021-02-02T17:37:03.452Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-02-02T17:37:03.452Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-02T17:37:03.452Z] [2021-02-02T17:37:03.452Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-02T17:37:03.452Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:37:03.452Z] [2021-02-02T17:37:03.452Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-02T17:37:03.452Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:37:03.452Z] [2021-02-02T17:37:03.452Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-02T17:37:03.452Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-02T17:37:03.452Z] [2021-02-02T17:37:03.452Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-02T17:37:03.452Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-02T17:37:03.452Z] [2021-02-02T17:37:03.452Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-02-02T17:37:03.452Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:37:03.452Z] [2021-02-02T17:37:03.452Z] [2021-02-02T17:37:03.452Z] DONE 196 tests, 6 skipped in 142.055s [2021-02-02T17:37:03.452Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-02-02T17:37:03.452Z] ++ 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-02-02T17:37:03.452Z] ++ set -e [2021-02-02T17:37:03.452Z] ++ '[' -n 0 ']' [2021-02-02T17:37:03.452Z] ++ set -x [2021-02-02T17:37:03.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=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-02-02T17:37:03.452Z] INFO: Testing against a local daemon [2021-02-02T17:37:03.452Z] === RUN TestCommitInheritsEnv [2021-02-02T17:37:03.712Z] --- PASS: TestCommitInheritsEnv (0.63s) [2021-02-02T17:37:03.712Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-02T17:37:03.712Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-02-02T17:37:03.712Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-02-02T17:37:03.712Z] === RUN TestImagesFilterMultiReference [2021-02-02T17:37:03.730Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-02-02T17:37:03.775Z] === RUN TestKillContainer/non_killing_signal [2021-02-02T17:37:03.973Z] --- PASS: TestImagesFilterMultiReference (0.10s) [2021-02-02T17:37:03.973Z] === RUN TestImagePullPlatformInvalid [2021-02-02T17:37:03.973Z] --- PASS: TestImagePullPlatformInvalid (0.05s) [2021-02-02T17:37:03.973Z] === RUN TestRemoveImageOrphaning [2021-02-02T17:37:03.986Z] --- PASS: TestHealthCheckWorkdir (1.09s) [2021-02-02T17:37:03.986Z] === RUN TestHealthKillContainer [2021-02-02T17:37:03.986Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-02-02T17:37:04.242Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-02-02T17:37:04.409Z] === RUN TestKillContainer/killing_signal [2021-02-02T17:37:04.543Z] --- PASS: TestRemoveImageOrphaning (0.58s) [2021-02-02T17:37:04.543Z] === RUN TestRemoveImageGarbageCollector [2021-02-02T17:37:04.543Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-02T17:37:04.543Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:37:04.543Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-02T17:37:04.543Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-02-02T17:37:04.543Z] === RUN TestTagInvalidReference [2021-02-02T17:37:04.543Z] --- PASS: TestTagInvalidReference (0.03s) [2021-02-02T17:37:04.543Z] === RUN TestTagValidPrefixedRepo [2021-02-02T17:37:04.543Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-02-02T17:37:04.543Z] === RUN TestTagExistedNameWithoutForce [2021-02-02T17:37:04.543Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-02-02T17:37:04.543Z] === RUN TestTagOfficialNames [2021-02-02T17:37:04.581Z] INFO: Expanding compiler 1 of 3... [2021-02-02T17:37:04.581Z] INFO: Expanding compiler 2 of 3... [2021-02-02T17:37:04.718Z] Created binary: bundles/cross/windows/amd64/dockerd-dev.exe [2021-02-02T17:37:04.718Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-02-02T17:37:04.718Z] remote: Enumerating objects: 2, done. [2021-02-02T17:37:04.718Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-02-02T17:37:04.718Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-02-02T17:37:04.718Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-02-02T17:37:04.718Z] 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-02-02T17:37:04.718Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-02-02T17:37:04.803Z] --- PASS: TestTagOfficialNames (0.07s) [2021-02-02T17:37:04.803Z] === RUN TestTagMatchesDigest [2021-02-02T17:37:04.803Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-02-02T17:37:04.803Z] PASS [2021-02-02T17:37:04.803Z] [2021-02-02T17:37:04.803Z] === Skipped [2021-02-02T17:37:04.803Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-02-02T17:37:04.803Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-02-02T17:37:04.803Z] [2021-02-02T17:37:04.803Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-02T17:37:04.803Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:37:04.803Z] [2021-02-02T17:37:04.803Z] [2021-02-02T17:37:04.803Z] DONE 12 tests, 2 skipped in 1.860s [2021-02-02T17:37:04.803Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-02-02T17:37:04.803Z] ++ 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-02-02T17:37:04.803Z] ++ set -e [2021-02-02T17:37:04.803Z] ++ '[' -n 0 ']' [2021-02-02T17:37:04.803Z] ++ set -x [2021-02-02T17:37:04.803Z] ++ env -i DEST=/go/src/github.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-02-02T17:37:04.803Z] INFO: Testing against a local daemon [2021-02-02T17:37:04.803Z] === RUN TestNetworkCreateDelete [2021-02-02T17:37:05.375Z] --- PASS: TestNetworkCreateDelete (0.40s) [2021-02-02T17:37:05.375Z] === RUN TestDockerNetworkDeletePreferID [2021-02-02T17:37:05.449Z] --- PASS: TestKillContainer (2.78s) [2021-02-02T17:37:05.449Z] --- PASS: TestKillContainer/no_signal (0.92s) [2021-02-02T17:37:05.449Z] --- PASS: TestKillContainer/non_killing_signal (0.58s) [2021-02-02T17:37:05.449Z] --- PASS: TestKillContainer/killing_signal (0.88s) [2021-02-02T17:37:05.449Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-02T17:37:05.449Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-02T17:37:05.608Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-02-02T17:37:06.489Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-02T17:37:06.536Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-02-02T17:37:06.758Z] --- PASS: TestDockerNetworkDeletePreferID (1.18s) [2021-02-02T17:37:06.758Z] === RUN TestDaemonDNSFallback [2021-02-02T17:37:06.791Z] --- PASS: TestHealthKillContainer (2.87s) [2021-02-02T17:37:06.792Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-02T17:37:06.792Z] === RUN TestDockerSuite/TestBuildAddTar [2021-02-02T17:37:07.047Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-02-02T17:37:07.528Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.77s) [2021-02-02T17:37:07.528Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.90s) [2021-02-02T17:37:07.528Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.55s) [2021-02-02T17:37:07.528Z] === RUN TestKillStoppedContainer [2021-02-02T17:37:07.528Z] --- PASS: TestKillStoppedContainer (0.09s) [2021-02-02T17:37:07.528Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-02T17:37:07.528Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.10s) [2021-02-02T17:37:07.528Z] === RUN TestKillDifferentUserContainer [2021-02-02T17:37:07.612Z] --- PASS: TestInspectCpusetInConfigPre120 (0.78s) [2021-02-02T17:37:07.612Z] === RUN TestIpcModeNone [2021-02-02T17:37:08.005Z] [2021-02-02T17:37:08.540Z] --- PASS: TestIpcModeNone (0.86s) [2021-02-02T17:37:08.540Z] === RUN TestIpcModePrivate [2021-02-02T17:37:08.566Z] --- PASS: TestKillDifferentUserContainer (0.88s) [2021-02-02T17:37:08.566Z] === RUN TestInspectOomKilledTrue [2021-02-02T17:37:08.566Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-02T17:37:08.566Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:37:08.566Z] === RUN TestInspectOomKilledFalse [2021-02-02T17:37:08.566Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-02T17:37:08.566Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:37:08.566Z] === RUN TestLinksEtcHostsContentMatch [2021-02-02T17:37:08.860Z] --- PASS: TestLinksEtcHostsContentMatch (0.59s) [2021-02-02T17:37:08.860Z] === RUN TestLinksContainerNames [2021-02-02T17:37:09.102Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-02-02T17:37:09.299Z] INFO: Expanding compiler 3 of 3... [2021-02-02T17:37:09.299Z] INFO: Removing downloaded files... [2021-02-02T17:37:09.299Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-02-02T17:37:09.299Z] INFO: Configuring git core.autocrlf... [2021-02-02T17:37:09.359Z] --- PASS: TestIpcModePrivate (0.88s) [2021-02-02T17:37:09.359Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:79, shared: false, mustBeShared: false [2021-02-02T17:37:09.359Z] === RUN TestIpcModeShareable [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-02-02T17:37:09.711Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41842/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:917ff358791c55091e335f0e1fb9d9224b564d94 hack/test/unit [2021-02-02T17:37:10.288Z] --- PASS: TestIpcModeShareable (0.84s) [2021-02-02T17:37:10.288Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2021-02-02T17:37:10.288Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-02T17:37:10.851Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-02-02T17:37:10.932Z] --- PASS: TestLinksContainerNames (1.72s) [2021-02-02T17:37:10.932Z] === RUN TestLogsFollowTailEmpty [2021-02-02T17:37:11.567Z] --- PASS: TestLogsFollowTailEmpty (0.88s) [2021-02-02T17:37:11.567Z] === RUN TestContainerNetworkMountsNoChown [2021-02-02T17:37:11.618Z] ? github.com/docker/docker/api [no test files] [2021-02-02T17:37:12.608Z] --- PASS: TestContainerNetworkMountsNoChown (0.88s) [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/default [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/default [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/private [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/private [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/rprivate [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/slave [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/slave [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/rslave [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/shared [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/shared [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/rshared [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-02T17:37:12.609Z] === CONT TestMountDaemonRoot/default [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-02T17:37:12.609Z] === CONT TestMountDaemonRoot/rshared [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-02T17:37:12.609Z] === CONT TestMountDaemonRoot/shared [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-02T17:37:12.609Z] === CONT TestMountDaemonRoot/rslave [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-02T17:37:12.609Z] === CONT TestMountDaemonRoot/slave [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-02T17:37:12.609Z] === CONT TestMountDaemonRoot/rprivate [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-02T17:37:12.609Z] === CONT TestMountDaemonRoot/private [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-02T17:37:12.609Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-02T17:37:12.609Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-02T17:37:12.609Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-02T17:37:12.609Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-02T17:37:12.609Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-02T17:37:12.609Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-02T17:37:12.609Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-02T17:37:12.609Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-02T17:37:12.609Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-02T17:37:12.609Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-02T17:37:12.609Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-02T17:37:12.741Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-02-02T17:37:12.901Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-02T17:37:12.901Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-02T17:37:12.901Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-02T17:37:12.901Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-02T17:37:12.901Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-02T17:37:12.901Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-02T17:37:12.901Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-02T17:37:12.901Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-02T17:37:12.902Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-02T17:37:12.902Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-02T17:37:12.997Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.83s) [2021-02-02T17:37:12.997Z] === RUN TestAPIIpcModeHost [2021-02-02T17:37:13.194Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-02T17:37:13.194Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-02T17:37:13.194Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-02T17:37:13.194Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-02T17:37:13.194Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-02T17:37:13.194Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-02T17:37:13.194Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-02T17:37:13.194Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-02T17:37:13.486Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot (0.01s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.06s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.05s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.05s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.10s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.13s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.11s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.09s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.07s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.05s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.06s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.05s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.06s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.06s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.06s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.09s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.09s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.09s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.09s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.09s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.09s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.10s) [2021-02-02T17:37:13.486Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.09s) [2021-02-02T17:37:13.486Z] === RUN TestContainerBindMountNonRecursive [2021-02-02T17:37:13.925Z] --- PASS: TestAPIIpcModeHost (0.88s) [2021-02-02T17:37:13.925Z] === RUN TestDaemonIpcModeShareable [2021-02-02T17:37:14.487Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-02-02T17:37:14.893Z] --- PASS: TestDaemonDNSFallback (7.47s) [2021-02-02T17:37:14.893Z] === RUN TestInspectNetwork [2021-02-02T17:37:15.050Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-02-02T17:37:15.561Z] --- PASS: TestContainerBindMountNonRecursive (2.09s) [2021-02-02T17:37:15.561Z] === RUN TestContainerVolumesMountedAsShared [2021-02-02T17:37:15.612Z] --- PASS: TestDaemonIpcModeShareable (1.79s) [2021-02-02T17:37:15.612Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: true, mustBeShared: true [2021-02-02T17:37:15.612Z] === RUN TestDaemonIpcModePrivate [2021-02-02T17:37:16.540Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-02-02T17:37:16.540Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-02-02T17:37:16.600Z] --- PASS: TestContainerVolumesMountedAsShared (0.86s) [2021-02-02T17:37:16.600Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-02T17:37:17.101Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-02-02T17:37:17.235Z] --- PASS: TestContainerVolumesMountedAsSlave (0.64s) [2021-02-02T17:37:17.235Z] === RUN TestNetworkNat [2021-02-02T17:37:17.357Z] --- PASS: TestDaemonIpcModePrivate (1.79s) [2021-02-02T17:37:17.357Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:93, shared: false, mustBeShared: false [2021-02-02T17:37:17.357Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-02T17:37:17.870Z] --- PASS: TestNetworkNat (0.93s) [2021-02-02T17:37:17.870Z] === RUN TestNetworkLocalhostTCPNat [2021-02-02T17:37:17.918Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-02-02T17:37:18.198Z] ok github.com/docker/docker/api/server 0.071s coverage: 9.0% of statements [2021-02-02T17:37:18.846Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.51s) [2021-02-02T17:37:18.846Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:93, shared: false, mustBeShared: false [2021-02-02T17:37:18.846Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-02T17:37:18.907Z] --- PASS: TestNetworkLocalhostTCPNat (0.88s) [2021-02-02T17:37:18.907Z] === RUN TestNetworkLoopbackNat [2021-02-02T17:37:19.098Z] === RUN TestInspectNetwork/full_network_id [2021-02-02T17:37:19.098Z] === RUN TestInspectNetwork/partial_network_id [2021-02-02T17:37:19.098Z] === RUN TestInspectNetwork/network_name [2021-02-02T17:37:19.098Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-02T17:37:20.735Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.49s) [2021-02-02T17:37:20.735Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:86, shared: true, mustBeShared: true [2021-02-02T17:37:20.735Z] === RUN TestIpcModeOlderClient [2021-02-02T17:37:20.735Z] === PAUSE TestIpcModeOlderClient [2021-02-02T17:37:20.735Z] === RUN TestKillContainerInvalidSignal [2021-02-02T17:37:20.735Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-02-02T17:37:20.735Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-02-02T17:37:21.298Z] --- PASS: TestKillContainerInvalidSignal (0.81s) [2021-02-02T17:37:21.298Z] === RUN TestKillContainer [2021-02-02T17:37:21.298Z] === RUN TestKillContainer/no_signal [2021-02-02T17:37:21.859Z] === RUN TestKillContainer/non_killing_signal [2021-02-02T17:37:22.115Z] === RUN TestKillContainer/killing_signal [2021-02-02T17:37:22.429Z] --- PASS: TestNetworkLoopbackNat (3.23s) [2021-02-02T17:37:22.429Z] === RUN TestPause [2021-02-02T17:37:23.041Z] --- PASS: TestKillContainer (1.79s) [2021-02-02T17:37:23.041Z] --- PASS: TestKillContainer/no_signal (0.54s) [2021-02-02T17:37:23.041Z] --- PASS: TestKillContainer/non_killing_signal (0.44s) [2021-02-02T17:37:23.041Z] --- PASS: TestKillContainer/killing_signal (0.63s) [2021-02-02T17:37:23.041Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-02T17:37:23.041Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-02T17:37:23.063Z] --- PASS: TestPause (0.93s) [2021-02-02T17:37:23.063Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-02T17:37:23.064Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-02T17:37:23.064Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-02T17:37:23.064Z] === RUN TestPauseStopPausedContainer [2021-02-02T17:37:23.604Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-02T17:37:24.100Z] --- PASS: TestPauseStopPausedContainer (0.89s) [2021-02-02T17:37:24.101Z] === RUN TestPsFilter [2021-02-02T17:37:24.101Z] --- PASS: TestPsFilter (0.27s) [2021-02-02T17:37:24.101Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-02T17:37:24.165Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.22s) [2021-02-02T17:37:24.165Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.60s) [2021-02-02T17:37:24.165Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.45s) [2021-02-02T17:37:24.165Z] === RUN TestKillStoppedContainer [2021-02-02T17:37:24.379Z] --- PASS: TestInspectNetwork (9.56s) [2021-02-02T17:37:24.379Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-02T17:37:24.379Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-02T17:37:24.379Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-02T17:37:24.379Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-02T17:37:24.379Z] === RUN TestRunContainerWithBridgeNone [2021-02-02T17:37:24.421Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-02-02T17:37:24.421Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-02T17:37:24.421Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-02-02T17:37:24.421Z] === RUN TestKillDifferentUserContainer [2021-02-02T17:37:24.982Z] --- PASS: TestKillDifferentUserContainer (0.61s) [2021-02-02T17:37:24.982Z] === RUN TestInspectOomKilledTrue [2021-02-02T17:37:24.982Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-02T17:37:24.982Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:37:24.982Z] === RUN TestInspectOomKilledFalse [2021-02-02T17:37:24.982Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-02T17:37:24.982Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:37:24.982Z] === RUN TestLinksEtcHostsContentMatch [2021-02-02T17:37:25.148Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.89s) [2021-02-02T17:37:25.148Z] === RUN TestRemoveContainerWithVolume [2021-02-02T17:37:25.543Z] --- PASS: TestLinksEtcHostsContentMatch (0.50s) [2021-02-02T17:37:25.543Z] === RUN TestLinksContainerNames [2021-02-02T17:37:26.105Z] === RUN TestDockerSuite/TestBuildBlankName [2021-02-02T17:37:26.214Z] --- PASS: TestRemoveContainerWithVolume (0.93s) [2021-02-02T17:37:26.214Z] === RUN TestRemoveContainerRunning [2021-02-02T17:37:26.291Z] --- PASS: TestRunContainerWithBridgeNone (2.52s) [2021-02-02T17:37:26.291Z] === RUN TestNetworkInvalidJSON [2021-02-02T17:37:26.291Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-02T17:37:26.291Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-02T17:37:26.291Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T17:37:26.291Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T17:37:26.291Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T17:37:26.291Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T17:37:26.291Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-02T17:37:26.291Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T17:37:26.291Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T17:37:26.291Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-02-02T17:37:26.291Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-02T17:37:26.291Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-02T17:37:26.291Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-02T17:37:26.291Z] === RUN TestNetworkList [2021-02-02T17:37:26.291Z] === RUN TestNetworkList//networks [2021-02-02T17:37:26.291Z] === PAUSE TestNetworkList//networks [2021-02-02T17:37:26.291Z] === RUN TestNetworkList//networks/ [2021-02-02T17:37:26.291Z] === PAUSE TestNetworkList//networks/ [2021-02-02T17:37:26.291Z] === CONT TestNetworkList//networks [2021-02-02T17:37:26.291Z] === CONT TestNetworkList//networks/ [2021-02-02T17:37:26.291Z] --- PASS: TestNetworkList (0.03s) [2021-02-02T17:37:26.291Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-02T17:37:26.291Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-02T17:37:26.291Z] === RUN TestHostIPv4BridgeLabel [2021-02-02T17:37:26.360Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-02-02T17:37:26.616Z] --- PASS: TestLinksContainerNames (1.23s) [2021-02-02T17:37:26.616Z] === RUN TestLogsFollowTailEmpty [2021-02-02T17:37:26.852Z] --- PASS: TestRemoveContainerRunning (0.93s) [2021-02-02T17:37:26.853Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-02T17:37:27.178Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-02-02T17:37:27.232Z] --- PASS: TestHostIPv4BridgeLabel (0.87s) [2021-02-02T17:37:27.232Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-02T17:37:27.435Z] --- PASS: TestLogsFollowTailEmpty (0.62s) [2021-02-02T17:37:27.435Z] === RUN TestContainerNetworkMountsNoChown [2021-02-02T17:37:27.953Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.89s) [2021-02-02T17:37:27.953Z] === RUN TestRemoveInvalidContainer [2021-02-02T17:37:27.953Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-02-02T17:37:27.953Z] === RUN TestRenameLinkedContainer [2021-02-02T17:37:27.997Z] --- PASS: TestContainerNetworkMountsNoChown (0.72s) [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/default [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/default [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/private [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/private [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/rprivate [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/slave [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/slave [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/rslave [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/shared [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/shared [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/rshared [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-02T17:37:27.997Z] === CONT TestMountDaemonRoot/default [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-02T17:37:27.997Z] === CONT TestMountDaemonRoot/rslave [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-02T17:37:27.997Z] === CONT TestMountDaemonRoot/rshared [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-02T17:37:27.997Z] === CONT TestMountDaemonRoot/shared [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-02T17:37:27.997Z] === CONT TestMountDaemonRoot/rprivate [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-02T17:37:27.997Z] === CONT TestMountDaemonRoot/slave [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-02T17:37:27.997Z] === CONT TestMountDaemonRoot/private [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-02T17:37:27.997Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-02T17:37:27.997Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-02T17:37:27.997Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-02T17:37:27.997Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-02T17:37:28.254Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-02T17:37:28.254Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-02T17:37:28.254Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-02T17:37:28.254Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-02T17:37:28.254Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-02T17:37:28.254Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-02T17:37:28.254Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-02T17:37:28.254Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-02T17:37:28.254Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-02T17:37:28.512Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-02T17:37:28.512Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-02T17:37:28.512Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-02T17:37:28.512Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-02-02T17:37:28.512Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-02T17:37:28.512Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-02T17:37:28.512Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-02T17:37:28.512Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-02T17:37:28.512Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-02T17:37:28.512Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-02T17:37:28.512Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-02T17:37:28.512Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-02T17:37:28.616Z] --- PASS: TestDaemonRestartWithLiveRestore (1.49s) [2021-02-02T17:37:28.616Z] === RUN TestDaemonDefaultNetworkPools [2021-02-02T17:37:28.768Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-02T17:37:28.768Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-02T17:37:28.768Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-02T17:37:28.768Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-02T17:37:28.768Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-02T17:37:28.768Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-02T17:37:28.768Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-02-02T17:37:28.768Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.08s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.07s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.09s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.04s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.05s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.05s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.06s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.04s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.05s) [2021-02-02T17:37:28.769Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.05s) [2021-02-02T17:37:28.769Z] === RUN TestContainerBindMountNonRecursive [2021-02-02T17:37:30.000Z] --- PASS: TestDaemonDefaultNetworkPools (1.33s) [2021-02-02T17:37:30.000Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-02T17:37:30.660Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-02-02T17:37:30.916Z] --- PASS: TestContainerBindMountNonRecursive (2.07s) [2021-02-02T17:37:30.916Z] === RUN TestContainerVolumesMountedAsShared [2021-02-02T17:37:31.476Z] --- PASS: TestRenameLinkedContainer (3.62s) [2021-02-02T17:37:31.476Z] === RUN TestRenameStoppedContainer [2021-02-02T17:37:31.843Z] --- PASS: TestContainerVolumesMountedAsShared (0.81s) [2021-02-02T17:37:31.843Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-02T17:37:31.912Z] --- PASS: TestDaemonRestartWithExistingNetwork (2.07s) [2021-02-02T17:37:31.912Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-02T17:37:32.099Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-02-02T17:37:32.355Z] --- PASS: TestContainerVolumesMountedAsSlave (0.77s) [2021-02-02T17:37:32.355Z] === RUN TestNetworkNat [2021-02-02T17:37:32.551Z] --- PASS: TestRenameStoppedContainer (0.87s) [2021-02-02T17:37:32.551Z] === RUN TestRenameRunningContainerAndReuse [2021-02-02T17:37:33.284Z] --- PASS: TestNetworkNat (0.89s) [2021-02-02T17:37:33.284Z] === RUN TestNetworkLocalhostTCPNat [2021-02-02T17:37:34.192Z] --- PASS: TestRenameRunningContainerAndReuse (1.86s) [2021-02-02T17:37:34.192Z] === RUN TestRenameInvalidName [2021-02-02T17:37:34.212Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-02-02T17:37:34.212Z] --- PASS: TestNetworkLocalhostTCPNat (0.85s) [2021-02-02T17:37:34.212Z] === RUN TestNetworkLoopbackNat [2021-02-02T17:37:34.454Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (2.65s) [2021-02-02T17:37:34.454Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-02T17:37:34.775Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-02-02T17:37:35.300Z] --- PASS: TestRenameInvalidName (0.93s) [2021-02-02T17:37:35.300Z] === RUN TestRenameAnonymousContainer [2021-02-02T17:37:35.395Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.87s) [2021-02-02T17:37:35.395Z] === RUN TestServiceWithPredefinedNetwork [2021-02-02T17:37:36.310Z] ok github.com/docker/docker/api/server/httputils 0.023s coverage: 14.7% of statements [2021-02-02T17:37:36.667Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-02-02T17:37:36.667Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-02-02T17:37:37.229Z] --- PASS: TestNetworkLoopbackNat (3.12s) [2021-02-02T17:37:37.229Z] === RUN TestPause [2021-02-02T17:37:37.250Z] ok github.com/docker/docker/api/types/filters 0.036s coverage: 92.2% of statements [2021-02-02T17:37:37.250Z] ok github.com/docker/docker/api/server/middleware 0.015s coverage: 37.7% of statements [2021-02-02T17:37:37.250Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-02T17:37:37.250Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-02T17:37:37.250Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-02T17:37:37.250Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-02T17:37:37.250Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-02T17:37:37.250Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-02T17:37:37.250Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-02T17:37:37.250Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-02T17:37:37.250Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-02T17:37:37.250Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-02T17:37:37.250Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-02T17:37:37.250Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-02T17:37:37.250Z] ok github.com/docker/docker/api/types/strslice 0.023s coverage: 90.0% of statements [2021-02-02T17:37:37.250Z] ok github.com/docker/docker/api/types/time 0.007s coverage: 100.0% of statements [2021-02-02T17:37:37.510Z] ok github.com/docker/docker/api/types/versions 0.041s coverage: 75.0% of statements [2021-02-02T17:37:37.510Z] ok github.com/docker/docker/api/server/router/swarm 0.012s coverage: 5.7% of statements [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/types [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/builder [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-02T17:37:37.510Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-02T17:37:38.079Z] ok github.com/docker/docker/cli/debug 0.056s coverage: 100.0% of statements [2021-02-02T17:37:38.157Z] --- PASS: TestPause (0.94s) [2021-02-02T17:37:38.157Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-02T17:37:38.157Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-02T17:37:38.157Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-02T17:37:38.157Z] === RUN TestPauseStopPausedContainer [2021-02-02T17:37:38.691Z] --- PASS: TestServiceWithPredefinedNetwork (3.30s) [2021-02-02T17:37:38.691Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-02T17:37:38.691Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-02T17:37:38.691Z] service_test.go:236: FLAKY_TEST [2021-02-02T17:37:38.691Z] === RUN TestServiceWithDataPathPortInit [2021-02-02T17:37:39.085Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-02-02T17:37:39.342Z] --- PASS: TestPauseStopPausedContainer (1.14s) [2021-02-02T17:37:39.342Z] === RUN TestPsFilter [2021-02-02T17:37:39.598Z] --- PASS: TestPsFilter (0.15s) [2021-02-02T17:37:39.598Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-02T17:37:40.527Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.91s) [2021-02-02T17:37:40.527Z] === RUN TestRemoveContainerWithVolume [2021-02-02T17:37:40.527Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-02-02T17:37:40.622Z] ok github.com/docker/docker/builder/remotecontext 0.136s coverage: 13.7% of statements [2021-02-02T17:37:40.622Z] ok github.com/docker/docker/builder/dockerfile 0.271s coverage: 48.3% of statements [2021-02-02T17:37:40.622Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-02T17:37:41.005Z] --- PASS: TestRenameAnonymousContainer (4.92s) [2021-02-02T17:37:41.005Z] === RUN TestRenameContainerWithSameName [2021-02-02T17:37:41.005Z] --- PASS: TestRenameContainerWithSameName (0.98s) [2021-02-02T17:37:41.005Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-02T17:37:41.454Z] --- PASS: TestRemoveContainerWithVolume (0.90s) [2021-02-02T17:37:41.454Z] === RUN TestRemoveContainerRunning [2021-02-02T17:37:42.381Z] --- PASS: TestRemoveContainerRunning (0.88s) [2021-02-02T17:37:42.381Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-02T17:37:43.077Z] --- PASS: TestRenameContainerWithLinkedContainer (1.83s) [2021-02-02T17:37:43.077Z] === RUN TestResize [2021-02-02T17:37:43.310Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.87s) [2021-02-02T17:37:43.310Z] === RUN TestRemoveInvalidContainer [2021-02-02T17:37:43.310Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-02T17:37:43.310Z] === RUN TestRenameLinkedContainer [2021-02-02T17:37:43.713Z] --- PASS: TestResize (0.95s) [2021-02-02T17:37:43.713Z] === RUN TestResizeWithInvalidSize [2021-02-02T17:37:43.919Z] ok github.com/docker/docker/client 0.162s coverage: 75.4% of statements [2021-02-02T17:37:44.490Z] ok github.com/docker/docker/builder/remotecontext/git 5.983s coverage: 86.3% of statements [2021-02-02T17:37:44.490Z] ? github.com/docker/docker/cli [no test files] [2021-02-02T17:37:44.490Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-02T17:37:44.729Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-02-02T17:37:44.793Z] --- PASS: TestResizeWithInvalidSize (0.84s) [2021-02-02T17:37:44.793Z] === RUN TestResizeWhenContainerNotStarted [2021-02-02T17:37:45.493Z] --- PASS: TestResizeWhenContainerNotStarted (0.86s) [2021-02-02T17:37:45.493Z] === RUN TestDaemonRestartKillContainers [2021-02-02T17:37:45.493Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-02T17:37:45.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-02T17:37:45.493Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-02T17:37:45.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-02T17:37:45.493Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-02T17:37:45.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-02T17:37:45.493Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-02T17:37:45.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-02T17:37:45.493Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-02T17:37:45.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-02T17:37:45.493Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-02T17:37:45.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-02T17:37:45.493Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-02T17:37:45.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-02T17:37:45.493Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-02T17:37:45.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-02T17:37:45.493Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:37:45.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:37:45.493Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:37:45.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:37:45.493Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:37:45.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:37:45.493Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:37:45.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:37:45.493Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-02T17:37:45.493Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-02T17:37:47.265Z] --- PASS: TestRenameLinkedContainer (4.11s) [2021-02-02T17:37:47.265Z] === RUN TestRenameStoppedContainer [2021-02-02T17:37:48.192Z] --- PASS: TestRenameStoppedContainer (0.91s) [2021-02-02T17:37:48.192Z] === RUN TestRenameRunningContainerAndReuse [2021-02-02T17:37:48.230Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:37:48.230Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:37:49.270Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:37:49.564Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:37:50.086Z] --- PASS: TestRenameRunningContainerAndReuse (2.03s) [2021-02-02T17:37:50.086Z] === RUN TestRenameInvalidName [2021-02-02T17:37:51.171Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-02T17:37:51.171Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-02T17:37:51.451Z] --- PASS: TestRenameInvalidName (1.22s) [2021-02-02T17:37:51.451Z] === RUN TestRenameAnonymousContainer [2021-02-02T17:37:51.706Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-02-02T17:37:52.622Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.051s coverage: 65.3% of statements [2021-02-02T17:37:52.622Z] ok github.com/docker/docker/daemon/cluster/convert 0.040s coverage: 35.9% of statements [2021-02-02T17:37:52.622Z] ok github.com/docker/docker/container 0.169s coverage: 34.7% of statements [2021-02-02T17:37:53.374Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-02T17:37:53.374Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-02T17:37:53.563Z] ok github.com/docker/docker/daemon/discovery 0.087s coverage: 30.0% of statements [2021-02-02T17:37:53.823Z] ok github.com/docker/docker/daemon/events 0.084s coverage: 50.0% of statements [2021-02-02T17:37:54.225Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-02-02T17:37:54.394Z] ok github.com/docker/docker/daemon/graphdriver 0.016s coverage: 2.2% of statements [2021-02-02T17:37:54.394Z] ok github.com/docker/docker/daemon/config 0.095s coverage: 81.8% of statements [2021-02-02T17:37:54.480Z] --- PASS: TestRenameAnonymousContainer (3.18s) [2021-02-02T17:37:54.480Z] === RUN TestRenameContainerWithSameName [2021-02-02T17:37:55.042Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-02-02T17:37:55.297Z] --- PASS: TestRenameContainerWithSameName (0.80s) [2021-02-02T17:37:55.297Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-02T17:37:56.304Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.471s coverage: 56.2% of statements [2021-02-02T17:37:56.305Z] ok github.com/docker/docker/cmd/dockerd 0.137s coverage: 29.1% of statements [2021-02-02T17:37:56.305Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-02T17:37:56.305Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-02T17:37:56.305Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-02T17:37:56.305Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-02T17:37:56.803Z] --- PASS: TestServiceWithDataPathPortInit (18.23s) [2021-02-02T17:37:56.803Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-02T17:37:57.106Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-02T17:37:57.106Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-02T17:37:57.186Z] --- PASS: TestRenameContainerWithLinkedContainer (1.46s) [2021-02-02T17:37:57.186Z] === RUN TestResize [2021-02-02T17:37:57.245Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.065s coverage: 2.9% of statements [2021-02-02T17:37:57.684Z] ok github.com/docker/docker/api/server/httputils 0.010s coverage: 14.7% of statements [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-02T17:37:57.684Z] ok github.com/docker/docker/api/server/middleware 0.022s coverage: 37.7% of statements [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-02T17:37:57.684Z] ok github.com/docker/docker/api/types/filters 0.027s coverage: 92.2% of statements [2021-02-02T17:37:57.684Z] ok github.com/docker/docker/api/types/strslice 0.020s coverage: 90.0% of statements [2021-02-02T17:37:57.684Z] ok github.com/docker/docker/api/types/time 0.014s coverage: 100.0% of statements [2021-02-02T17:37:57.684Z] ok github.com/docker/docker/api/server/router/swarm 0.008s coverage: 5.7% of statements [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/types [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-02T17:37:57.684Z] ok github.com/docker/docker/api/types/versions 0.005s coverage: 75.0% of statements [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/builder [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-02T17:37:57.684Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-02T17:37:57.748Z] --- PASS: TestResize (0.89s) [2021-02-02T17:37:57.748Z] === RUN TestResizeWithInvalidSize [2021-02-02T17:37:57.816Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.022s coverage: 1.9% of statements [2021-02-02T17:37:58.004Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-02-02T17:37:58.082Z] ok github.com/docker/docker/daemon/cluster 0.104s coverage: 0.5% of statements [2021-02-02T17:37:58.565Z] --- PASS: TestResizeWithInvalidSize (0.87s) [2021-02-02T17:37:58.565Z] === RUN TestResizeWhenContainerNotStarted [2021-02-02T17:37:58.654Z] ok github.com/docker/docker/daemon/graphdriver/aufs 3.145s coverage: 73.3% of statements [2021-02-02T17:37:58.654Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.345s coverage: 49.4% of statements [2021-02-02T17:37:59.225Z] ok github.com/docker/docker/daemon/links 0.013s coverage: 93.0% of statements [2021-02-02T17:37:59.316Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-02T17:37:59.316Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.40s) [2021-02-02T17:37:59.316Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.51s) [2021-02-02T17:37:59.316Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.49s) [2021-02-02T17:37:59.316Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.45s) [2021-02-02T17:37:59.316Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.51s) [2021-02-02T17:37:59.316Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.47s) [2021-02-02T17:37:59.316Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.44s) [2021-02-02T17:37:59.316Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.48s) [2021-02-02T17:37:59.316Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.20s) [2021-02-02T17:37:59.316Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.17s) [2021-02-02T17:37:59.316Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.31s) [2021-02-02T17:37:59.316Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.32s) [2021-02-02T17:37:59.316Z] === RUN TestCgroupNamespacesRun [2021-02-02T17:37:59.485Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.012s coverage: 57.5% of statements [2021-02-02T17:37:59.493Z] --- PASS: TestResizeWhenContainerNotStarted (0.79s) [2021-02-02T17:37:59.493Z] === RUN TestDaemonRestartKillContainers [2021-02-02T17:37:59.493Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-02T17:37:59.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-02T17:37:59.493Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-02T17:37:59.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-02T17:37:59.493Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-02T17:37:59.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-02T17:37:59.493Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-02T17:37:59.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-02T17:37:59.493Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-02T17:37:59.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-02T17:37:59.493Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-02T17:37:59.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-02T17:37:59.493Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-02T17:37:59.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-02T17:37:59.493Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-02T17:37:59.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-02T17:37:59.493Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:37:59.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:37:59.493Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:37:59.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:37:59.493Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:37:59.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:37:59.493Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:37:59.493Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:37:59.493Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-02T17:37:59.493Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-02T17:37:59.746Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.027s coverage: 3.0% of statements [2021-02-02T17:37:59.766Z] ok github.com/docker/docker/cli/debug 0.007s coverage: 100.0% of statements [2021-02-02T17:38:00.419Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-02-02T17:38:00.685Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.459s coverage: 57.7% of statements [2021-02-02T17:38:00.685Z] ok github.com/docker/docker/daemon/logger 0.224s coverage: 43.2% of statements [2021-02-02T17:38:00.945Z] ok github.com/docker/docker/daemon/logger/gelf 0.036s coverage: 67.0% of statements [2021-02-02T17:38:00.960Z] --- PASS: TestCgroupNamespacesRun (1.81s) [2021-02-02T17:38:00.960Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-02T17:38:01.205Z] ok github.com/docker/docker/daemon/images 0.023s coverage: 6.4% of statements [2021-02-02T17:38:01.347Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-02-02T17:38:01.465Z] ok github.com/docker/docker/daemon/logger/awslogs 0.136s coverage: 77.4% of statements [2021-02-02T17:38:01.725Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 87.2% of statements [2021-02-02T17:38:01.985Z] ok github.com/docker/docker/daemon/logger/journald 0.041s coverage: 23.9% of statements [2021-02-02T17:38:01.985Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.022s coverage: 61.6% of statements [2021-02-02T17:38:02.245Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.480s coverage: 14.1% of statements [2021-02-02T17:38:02.478Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.70s) [2021-02-02T17:38:02.478Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-02T17:38:02.505Z] ok github.com/docker/docker/daemon/logger/local 0.052s coverage: 75.2% of statements [2021-02-02T17:38:02.713Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:38:02.713Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:38:02.765Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.044s coverage: 58.6% of statements [2021-02-02T17:38:02.766Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.635s coverage: 45.9% of statements [2021-02-02T17:38:03.025Z] ok github.com/docker/docker/daemon/logger/templates 0.008s coverage: 8.3% of statements [2021-02-02T17:38:03.025Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.019s coverage: 31.5% of statements [2021-02-02T17:38:03.286Z] ok github.com/docker/docker/daemon/logger/syslog 0.034s coverage: 46.8% of statements [2021-02-02T17:38:03.332Z] ok github.com/docker/docker/builder/remotecontext 0.484s coverage: 13.7% of statements [2021-02-02T17:38:03.627Z] ok github.com/docker/docker/builder/remotecontext/git 4.587s coverage: 86.3% of statements [2021-02-02T17:38:03.642Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-02-02T17:38:03.855Z] ok github.com/docker/docker/daemon/network 0.021s coverage: 63.8% of statements [2021-02-02T17:38:04.115Z] ok github.com/docker/docker/distribution/metadata 0.062s coverage: 48.2% of statements [2021-02-02T17:38:04.204Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:38:04.376Z] ok github.com/docker/docker/errdefs 0.017s coverage: 53.1% of statements [2021-02-02T17:38:04.460Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-02-02T17:38:04.551Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.80s) [2021-02-02T17:38:04.551Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-02T17:38:04.716Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:38:04.946Z] ok github.com/docker/docker/daemon/logger/splunk 1.701s coverage: 82.5% of statements [2021-02-02T17:38:04.946Z] ok github.com/docker/docker/image 0.023s coverage: 86.8% of statements [2021-02-02T17:38:04.971Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-02-02T17:38:05.207Z] ok github.com/docker/docker/image/cache 0.009s coverage: 19.2% of statements [2021-02-02T17:38:05.207Z] ok github.com/docker/docker/distribution 0.183s coverage: 25.0% of statements [2021-02-02T17:38:05.207Z] ok github.com/docker/docker/image/v1 0.014s coverage: 25.0% of statements [2021-02-02T17:38:05.467Z] ok github.com/docker/docker/image/tarexport 0.072s coverage: 0.6% of statements [2021-02-02T17:38:05.467Z] ok github.com/docker/docker/libcontainerd/queue 0.029s coverage: 100.0% of statements [2021-02-02T17:38:05.719Z] ok github.com/docker/docker/builder/dockerfile 1.224s coverage: 48.3% of statements [2021-02-02T17:38:05.719Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-02T17:38:05.719Z] ? github.com/docker/docker/cli [no test files] [2021-02-02T17:38:05.719Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-02T17:38:06.037Z] ok github.com/docker/docker/pkg/aaparser 0.005s coverage: 52.9% of statements [2021-02-02T17:38:06.037Z] ok github.com/docker/docker/oci 0.034s coverage: 8.2% of statements [2021-02-02T17:38:06.037Z] ok github.com/docker/docker/distribution/xfer 1.719s coverage: 85.6% of statements [2021-02-02T17:38:06.065Z] --- PASS: TestCgroupNamespacesRunHostMode (1.82s) [2021-02-02T17:38:06.065Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-02T17:38:06.298Z] ok github.com/docker/docker/opts 0.056s coverage: 67.1% of statements [2021-02-02T17:38:06.338Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-02T17:38:06.338Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-02T17:38:06.558Z] ok github.com/docker/docker/pkg/broadcaster 0.011s coverage: 100.0% of statements [2021-02-02T17:38:06.558Z] ok github.com/docker/docker/pkg/capabilities 0.019s coverage: 87.5% of statements [2021-02-02T17:38:06.799Z] --- PASS: TestServiceWithDefaultAddressPoolInit (9.08s) [2021-02-02T17:38:06.799Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:mxkejkaukrmkovt36263yizmz Created:2021-02-02 17:37:58.60331528 +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[4126e25475774cf0983df6a2fba21a942af4ada41ccc5792864edbe6febe365a:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vdajjmkhtg0kgm5gbx09lnkiu EndpointID:3c14a08e3c4e0ffdc1dcf44add03eea94afbde3e0e744d65e6d0514fb104f835 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:d80e30ceb4e3d0f2eb2c23a229c6cdb889d603686fe2362123a7005099e47f9a 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:25fc65be2fd8 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.vdajjmkhtg0kgm5gbx09lnkiu EndpointID:3c14a08e3c4e0ffdc1dcf44add03eea94afbde3e0e744d65e6d0514fb104f835 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-02T17:38:06.799Z] PASS [2021-02-02T17:38:06.799Z] [2021-02-02T17:38:06.799Z] === Skipped [2021-02-02T17:38:06.799Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-02T17:38:06.799Z] service_test.go:236: FLAKY_TEST [2021-02-02T17:38:06.799Z] [2021-02-02T17:38:06.799Z] [2021-02-02T17:38:06.799Z] DONE 26 tests, 1 skipped in 61.235s [2021-02-02T17:38:06.799Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-02T17:38:06.799Z] ++ 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-02-02T17:38:06.799Z] ++ set -e [2021-02-02T17:38:06.799Z] ++ '[' -n 0 ']' [2021-02-02T17:38:06.799Z] ++ set -x [2021-02-02T17:38:06.799Z] ++ env -i DEST=/go/src/github.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-02-02T17:38:06.799Z] INFO: Testing against a local daemon [2021-02-02T17:38:06.799Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-02T17:38:06.799Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-02T17:38:06.799Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:38:06.799Z] === RUN TestDockerNetworkIpvlan [2021-02-02T17:38:06.799Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-02T17:38:06.799Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:38:06.799Z] PASS [2021-02-02T17:38:06.799Z] [2021-02-02T17:38:06.799Z] === Skipped [2021-02-02T17:38:06.799Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-02T17:38:06.799Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:38:06.799Z] [2021-02-02T17:38:06.799Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-02T17:38:06.799Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:38:06.799Z] [2021-02-02T17:38:06.799Z] [2021-02-02T17:38:06.799Z] DONE 2 tests, 2 skipped in 0.152s [2021-02-02T17:38:06.799Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-02T17:38:06.799Z] ++ 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-02-02T17:38:06.799Z] ++ set -e [2021-02-02T17:38:06.799Z] ++ '[' -n 0 ']' [2021-02-02T17:38:06.799Z] ++ set -x [2021-02-02T17:38:06.799Z] ++ env -i DEST=/go/src/github.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-02-02T17:38:06.799Z] INFO: Testing against a local daemon [2021-02-02T17:38:06.799Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-02T17:38:07.128Z] ok github.com/docker/docker/pkg/directory 0.014s coverage: 80.0% of statements [2021-02-02T17:38:07.268Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-02-02T17:38:07.388Z] ok github.com/docker/docker/pkg/discovery 0.005s coverage: 58.3% of statements [2021-02-02T17:38:07.388Z] ok github.com/docker/docker/pkg/authorization 0.775s coverage: 68.3% of statements [2021-02-02T17:38:07.648Z] ok github.com/docker/docker/pkg/discovery/file 0.007s coverage: 97.6% of statements [2021-02-02T17:38:07.909Z] ok github.com/docker/docker/pkg/archive 0.683s coverage: 77.2% of statements [2021-02-02T17:38:07.909Z] ok github.com/docker/docker/pkg/discovery/memory 0.018s coverage: 92.3% of statements [2021-02-02T17:38:07.909Z] ok github.com/docker/docker/pkg/discovery/nodes 0.006s coverage: 93.8% of statements [2021-02-02T17:38:07.909Z] ok github.com/docker/docker/pkg/dmesg 0.019s coverage: 83.3% of statements [2021-02-02T17:38:08.137Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.81s) [2021-02-02T17:38:08.137Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-02T17:38:08.479Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 89.5% of statements [2021-02-02T17:38:08.479Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 11.4% of statements [2021-02-02T17:38:08.479Z] ok github.com/docker/docker/pkg/fsutils 0.249s coverage: 85.1% of statements [2021-02-02T17:38:08.710Z] --- PASS: TestDockerNetworkMacvlanPersistance (2.13s) [2021-02-02T17:38:08.710Z] === RUN TestDockerNetworkMacvlan [2021-02-02T17:38:08.738Z] ok github.com/docker/docker/pkg/filenotify 0.608s coverage: 67.0% of statements [2021-02-02T17:38:08.998Z] ok github.com/docker/docker/pkg/jsonmessage 0.012s coverage: 91.7% of statements [2021-02-02T17:38:08.998Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2021-02-02T17:38:09.158Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-02T17:38:09.158Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-02-02T17:38:09.158Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-02T17:38:09.259Z] ok github.com/docker/docker/pkg/idtools 0.461s coverage: 69.5% of statements [2021-02-02T17:38:09.259Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-02-02T17:38:09.259Z] ok github.com/docker/docker/pkg/ioutils 0.454s coverage: 69.3% of statements [2021-02-02T17:38:09.275Z] ok github.com/docker/docker/client 0.679s coverage: 75.4% of statements [2021-02-02T17:38:09.518Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2021-02-02T17:38:09.648Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.67s) [2021-02-02T17:38:09.648Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-02T17:38:09.651Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-02T17:38:09.778Z] ok github.com/docker/docker/pkg/parsers/kernel 0.003s coverage: 60.0% of statements [2021-02-02T17:38:09.778Z] ok github.com/docker/docker/pkg/pidfile 0.012s coverage: 82.4% of statements [2021-02-02T17:38:09.778Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.039s coverage: 86.7% of statements [2021-02-02T17:38:09.848Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-02-02T17:38:10.038Z] ok github.com/docker/docker/pkg/chrootarchive 2.821s coverage: 43.2% of statements [2021-02-02T17:38:10.038Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.014s coverage: 56.8% of statements [2021-02-02T17:38:10.284Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.87s) [2021-02-02T17:38:10.284Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-02T17:38:10.298Z] ok github.com/docker/docker/pkg/progress 0.003s coverage: 75.9% of statements [2021-02-02T17:38:10.559Z] ok github.com/docker/docker/pkg/plugins/transport 0.005s coverage: 85.7% of statements [2021-02-02T17:38:10.559Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-02-02T17:38:10.800Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-02-02T17:38:10.818Z] ok github.com/docker/docker/pkg/reexec 0.012s coverage: 82.4% of statements [2021-02-02T17:38:11.035Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-02T17:38:11.078Z] ok github.com/docker/docker/pkg/stdcopy 0.006s coverage: 100.0% of statements [2021-02-02T17:38:11.078Z] ok github.com/docker/docker/pkg/discovery/kv 3.079s coverage: 84.1% of statements [2021-02-02T17:38:11.078Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-02-02T17:38:11.338Z] ok github.com/docker/docker/pkg/stringid 0.008s coverage: 70.6% of statements [2021-02-02T17:38:11.598Z] ok github.com/docker/docker/pkg/pubsub 1.039s coverage: 75.0% of statements [2021-02-02T17:38:11.598Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 36.9% of statements [2021-02-02T17:38:11.859Z] ok github.com/docker/docker/pkg/sysinfo 0.010s coverage: 54.9% of statements [2021-02-02T17:38:11.859Z] ok github.com/docker/docker/pkg/tailfile 0.065s coverage: 88.6% of statements [2021-02-02T17:38:12.118Z] testing: warning: no tests to run [2021-02-02T17:38:12.118Z] coverage: [no statements] [2021-02-02T17:38:12.118Z] ok github.com/docker/docker/pkg/term/windows 0.003s coverage: [no statements] [no tests to run] [2021-02-02T17:38:12.118Z] ok github.com/docker/docker/pkg/tarsum 0.066s coverage: 89.3% of statements [2021-02-02T17:38:12.118Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-02-02T17:38:12.362Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.91s) [2021-02-02T17:38:12.362Z] === RUN TestKernelTCPMemory [2021-02-02T17:38:12.378Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-02-02T17:38:12.378Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-02-02T17:38:12.419Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-02T17:38:12.947Z] ok github.com/docker/docker/plugin/v2 0.004s coverage: 14.5% of statements [2021-02-02T17:38:12.947Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 85.4% of statements [2021-02-02T17:38:13.320Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-02T17:38:13.320Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-02T17:38:13.405Z] --- PASS: TestKernelTCPMemory (0.94s) [2021-02-02T17:38:13.405Z] === RUN TestNISDomainname [2021-02-02T17:38:13.517Z] ok github.com/docker/docker/reference 0.007s coverage: 84.4% of statements [2021-02-02T17:38:13.517Z] ok github.com/docker/docker/pkg/signal 2.579s coverage: 61.0% of statements [2021-02-02T17:38:13.576Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-02-02T17:38:13.778Z] ok github.com/docker/docker/daemon 12.138s coverage: 17.1% of statements [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-02T17:38:13.778Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-02T17:38:14.039Z] ok github.com/docker/docker/plugin 0.534s coverage: 23.2% of statements [2021-02-02T17:38:14.039Z] ok github.com/docker/docker/restartmanager 0.014s coverage: 45.3% of statements [2021-02-02T17:38:14.039Z] ok github.com/docker/docker/layer 7.152s coverage: 68.8% of statements [2021-02-02T17:38:14.039Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-02T17:38:14.039Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-02T17:38:14.039Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-02T17:38:14.039Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-02T17:38:14.039Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-02T17:38:14.039Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-02T17:38:14.039Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-02T17:38:14.039Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-02T17:38:14.039Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-02T17:38:14.039Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-02T17:38:14.039Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-02T17:38:14.039Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-02T17:38:14.039Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-02T17:38:14.299Z] ok github.com/docker/docker/registry/resumable 0.025s coverage: 100.0% of statements [2021-02-02T17:38:14.444Z] --- PASS: TestNISDomainname (1.00s) [2021-02-02T17:38:14.444Z] === RUN TestHostnameDnsResolution [2021-02-02T17:38:14.559Z] ok github.com/docker/docker/registry 0.190s coverage: 57.2% of statements [2021-02-02T17:38:14.559Z] ok github.com/docker/docker/quota 0.646s coverage: 71.4% of statements [2021-02-02T17:38:14.559Z] ok github.com/docker/docker/testutil 0.009s coverage: 62.5% of statements [2021-02-02T17:38:14.820Z] ok github.com/docker/docker/runconfig 0.040s coverage: 66.1% of statements [2021-02-02T17:38:15.717Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-02T17:38:15.759Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2021-02-02T17:38:15.759Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-02-02T17:38:15.955Z] --- PASS: TestHostnameDnsResolution (1.80s) [2021-02-02T17:38:15.955Z] === RUN TestStats [2021-02-02T17:38:16.018Z] ok github.com/docker/docker/volume/local 0.152s coverage: 76.4% of statements [2021-02-02T17:38:16.095Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-02-02T17:38:16.277Z] ok github.com/docker/docker/volume/service 0.010s coverage: 73.1% of statements [2021-02-02T17:38:16.353Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-02T17:38:16.353Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (3.12s) [2021-02-02T17:38:16.353Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (3.38s) [2021-02-02T17:38:16.353Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.71s) [2021-02-02T17:38:16.353Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.85s) [2021-02-02T17:38:16.353Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.85s) [2021-02-02T17:38:16.353Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.79s) [2021-02-02T17:38:16.353Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.77s) [2021-02-02T17:38:16.353Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.80s) [2021-02-02T17:38:16.353Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (4.47s) [2021-02-02T17:38:16.353Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (4.18s) [2021-02-02T17:38:16.353Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.92s) [2021-02-02T17:38:16.353Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.96s) [2021-02-02T17:38:16.353Z] === RUN TestCgroupNamespacesRun [2021-02-02T17:38:17.722Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-02-02T17:38:18.285Z] --- PASS: TestCgroupNamespacesRun (1.90s) [2021-02-02T17:38:18.285Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-02T17:38:18.849Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-02-02T17:38:19.018Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-02T17:38:19.505Z] --- PASS: TestStats (3.05s) [2021-02-02T17:38:19.505Z] === RUN TestStopContainerWithTimeout [2021-02-02T17:38:19.505Z] === RUN TestStopContainerWithTimeout/0 [2021-02-02T17:38:19.505Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-02T17:38:19.505Z] === RUN TestStopContainerWithTimeout/1 [2021-02-02T17:38:19.505Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-02T17:38:19.505Z] === RUN TestStopContainerWithTimeout/3 [2021-02-02T17:38:19.505Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-02T17:38:19.505Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-02T17:38:19.505Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-02T17:38:19.505Z] === CONT TestStopContainerWithTimeout/0 [2021-02-02T17:38:19.505Z] === CONT TestStopContainerWithTimeout/3 [2021-02-02T17:38:19.777Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-02-02T17:38:20.033Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.78s) [2021-02-02T17:38:20.033Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-02T17:38:20.542Z] === CONT TestStopContainerWithTimeout/1 [2021-02-02T17:38:20.962Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-02-02T17:38:21.468Z] Removing intermediate container 8f4e9b4c4f71 [2021-02-02T17:38:21.468Z] ---> 337e0704781c [2021-02-02T17:38:21.468Z] 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-02-02T17:38:21.468Z] ---> Running in 9573065dae7f [2021-02-02T17:38:22.330Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.06s) [2021-02-02T17:38:22.330Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-02T17:38:22.614Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-02T17:38:23.698Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-02-02T17:38:23.954Z] --- PASS: TestCgroupNamespacesRunHostMode (1.96s) [2021-02-02T17:38:23.954Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-02T17:38:25.232Z] INFO: Building gotestsum version v0.5.3 in C:\gopath [2021-02-02T17:38:25.347Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-02-02T17:38:25.347Z] --- PASS: TestStopContainerWithTimeout/0 (1.18s) [2021-02-02T17:38:25.347Z] --- PASS: TestStopContainerWithTimeout/3 (3.15s) [2021-02-02T17:38:25.347Z] --- PASS: TestStopContainerWithTimeout/1 (2.05s) [2021-02-02T17:38:25.347Z] --- PASS: TestStopContainerWithTimeout/-1 (2.92s) [2021-02-02T17:38:25.347Z] === RUN TestDeleteDevicemapper [2021-02-02T17:38:25.347Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-02T17:38:25.347Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-02T17:38:25.347Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-02T17:38:25.694Z] go: finding gotest.tools/gotestsum v0.5.3 [2021-02-02T17:38:25.694Z] go: finding gotest.tools v0.5.3 [2021-02-02T17:38:25.695Z] go: downloading gotest.tools/gotestsum v0.5.3 [2021-02-02T17:38:25.695Z] go: extracting gotest.tools/gotestsum v0.5.3 [2021-02-02T17:38:25.847Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.81s) [2021-02-02T17:38:25.847Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-02T17:38:26.777Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-02-02T17:38:27.155Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-02T17:38:27.240Z] go: downloading github.com/spf13/pflag v1.0.3 [2021-02-02T17:38:27.240Z] go: downloading github.com/fatih/color v1.9.0 [2021-02-02T17:38:27.240Z] go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-02T17:38:27.240Z] go: extracting github.com/fatih/color v1.9.0 [2021-02-02T17:38:27.240Z] go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-02T17:38:27.240Z] go: extracting github.com/spf13/pflag v1.0.3 [2021-02-02T17:38:27.240Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-02T17:38:27.240Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-02-02T17:38:27.240Z] go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-02T17:38:27.240Z] go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-02T17:38:27.240Z] go: extracting github.com/mattn/go-colorable v0.1.6 [2021-02-02T17:38:27.240Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T17:38:27.240Z] go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-02T17:38:27.240Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-02-02T17:38:27.240Z] go: extracting github.com/mattn/go-isatty v0.0.12 [2021-02-02T17:38:27.240Z] go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-02-02T17:38:27.341Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-02-02T17:38:27.415Z] --- PASS: TestDockerNetworkMacvlan (19.03s) [2021-02-02T17:38:27.415Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.12s) [2021-02-02T17:38:27.415Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.13s) [2021-02-02T17:38:27.415Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.02s) [2021-02-02T17:38:27.415Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.11s) [2021-02-02T17:38:27.415Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.02s) [2021-02-02T17:38:27.415Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.36s) [2021-02-02T17:38:27.415Z] PASS [2021-02-02T17:38:27.415Z] [2021-02-02T17:38:27.415Z] DONE 8 tests in 21.303s [2021-02-02T17:38:27.415Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-02T17:38:27.415Z] ++ 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-02-02T17:38:27.415Z] ++ set -e [2021-02-02T17:38:27.415Z] ++ '[' -n 0 ']' [2021-02-02T17:38:27.415Z] ++ set -x [2021-02-02T17:38:27.415Z] ++ env -i DEST=/go/src/github.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-02-02T17:38:27.598Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.84s) [2021-02-02T17:38:27.598Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-02T17:38:27.675Z] testing: warning: no tests to run [2021-02-02T17:38:27.675Z] PASS [2021-02-02T17:38:27.675Z] [2021-02-02T17:38:27.675Z] DONE 0 tests in 0.029s [2021-02-02T17:38:27.675Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-02T17:38:27.675Z] ++ 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-02-02T17:38:27.675Z] ++ set -e [2021-02-02T17:38:27.675Z] ++ '[' -n 0 ']' [2021-02-02T17:38:27.675Z] ++ set -x [2021-02-02T17:38:27.675Z] ++ env -i DEST=/go/src/github.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-02-02T17:38:27.675Z] INFO: Testing against a local daemon [2021-02-02T17:38:27.675Z] === RUN TestAuthZPluginAllowRequest [2021-02-02T17:38:27.702Z] go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-02-02T17:38:27.702Z] go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T17:38:27.702Z] go: downloading github.com/pkg/errors v0.9.1 [2021-02-02T17:38:27.702Z] go: extracting github.com/pkg/errors v0.9.1 [2021-02-02T17:38:27.702Z] go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-02T17:38:27.702Z] go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-02T17:38:28.086Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.83s) [2021-02-02T17:38:28.086Z] === RUN TestUpdateMemory [2021-02-02T17:38:28.086Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-02T17:38:28.086Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:38:28.086Z] === RUN TestUpdateCPUQuota [2021-02-02T17:38:28.526Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-02-02T17:38:28.676Z] go: finding github.com/fatih/color v1.9.0 [2021-02-02T17:38:28.676Z] go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-02-02T17:38:28.676Z] go: finding github.com/pkg/errors v0.9.1 [2021-02-02T17:38:28.676Z] go: finding github.com/spf13/pflag v1.0.3 [2021-02-02T17:38:28.676Z] go: finding github.com/mattn/go-colorable v0.1.6 [2021-02-02T17:38:28.676Z] go: finding github.com/mattn/go-isatty v0.0.12 [2021-02-02T17:38:28.782Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.97s) [2021-02-02T17:38:28.782Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-02T17:38:28.782Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-02-02T17:38:29.138Z] go: finding github.com/jonboulle/clockwork v0.1.0 [2021-02-02T17:38:29.138Z] go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T17:38:29.138Z] go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-02-02T17:38:29.138Z] go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-02-02T17:38:29.138Z] go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-02-02T17:38:29.589Z] --- PASS: TestAuthZPluginAllowRequest (1.85s) [2021-02-02T17:38:29.589Z] === RUN TestAuthZPluginTLS [2021-02-02T17:38:29.601Z] --- PASS: TestUpdateCPUQuota (1.25s) [2021-02-02T17:38:29.601Z] === RUN TestUpdatePidsLimit [2021-02-02T17:38:29.601Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-02T17:38:29.601Z] === RUN TestUpdatePidsLimit/no_change [2021-02-02T17:38:29.893Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-02T17:38:30.150Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-02-02T17:38:30.528Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-02T17:38:30.530Z] --- PASS: TestAuthZPluginTLS (0.84s) [2021-02-02T17:38:30.530Z] === RUN TestAuthZPluginDenyRequest [2021-02-02T17:38:30.713Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.86s) [2021-02-02T17:38:30.713Z] === RUN TestKernelTCPMemory [2021-02-02T17:38:30.713Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-02-02T17:38:30.713Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-02-02T17:38:30.820Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-02T17:38:31.101Z] --- PASS: TestAuthZPluginDenyRequest (0.68s) [2021-02-02T17:38:31.101Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-02T17:38:31.113Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-02T17:38:31.405Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-02T17:38:31.643Z] --- PASS: TestKernelTCPMemory (0.95s) [2021-02-02T17:38:31.643Z] === RUN TestNISDomainname [2021-02-02T17:38:31.672Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.69s) [2021-02-02T17:38:31.672Z] === RUN TestAuthZPluginDenyResponse [2021-02-02T17:38:32.576Z] --- PASS: TestNISDomainname (1.02s) [2021-02-02T17:38:32.576Z] === RUN TestHostnameDnsResolution [2021-02-02T17:38:32.613Z] --- PASS: TestAuthZPluginDenyResponse (0.70s) [2021-02-02T17:38:32.613Z] === RUN TestAuthZPluginAllowEventStream [2021-02-02T17:38:32.896Z] INFO: Build done for gotestsum... [2021-02-02T17:38:32.918Z] --- PASS: TestUpdatePidsLimit (3.56s) [2021-02-02T17:38:32.918Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.37s) [2021-02-02T17:38:32.918Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2021-02-02T17:38:32.918Z] --- PASS: TestUpdatePidsLimit/update_lower (0.36s) [2021-02-02T17:38:32.918Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.40s) [2021-02-02T17:38:32.918Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2021-02-02T17:38:32.918Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.35s) [2021-02-02T17:38:32.918Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.37s) [2021-02-02T17:38:32.918Z] === RUN TestUpdateRestartPolicy [2021-02-02T17:38:33.963Z] --- PASS: TestHostnameDnsResolution (1.46s) [2021-02-02T17:38:33.963Z] === RUN TestStats [2021-02-02T17:38:33.963Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-02-02T17:38:33.963Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-02-02T17:38:33.963Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-02-02T17:38:34.528Z] --- PASS: TestAuthZPluginAllowEventStream (1.86s) [2021-02-02T17:38:34.528Z] === RUN TestAuthZPluginErrorResponse [2021-02-02T17:38:35.098Z] --- PASS: TestAuthZPluginErrorResponse (0.71s) [2021-02-02T17:38:35.098Z] === RUN TestAuthZPluginErrorRequest [2021-02-02T17:38:35.669Z] --- PASS: TestAuthZPluginErrorRequest (0.70s) [2021-02-02T17:38:35.669Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-02T17:38:36.480Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-02-02T17:38:36.611Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.73s) [2021-02-02T17:38:36.611Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-02T17:38:36.737Z] --- PASS: TestStats (2.85s) [2021-02-02T17:38:36.737Z] === RUN TestStopContainerWithTimeout [2021-02-02T17:38:36.737Z] === RUN TestStopContainerWithTimeout/0 [2021-02-02T17:38:36.737Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-02T17:38:36.737Z] === RUN TestStopContainerWithTimeout/1 [2021-02-02T17:38:36.737Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-02T17:38:36.737Z] === RUN TestStopContainerWithTimeout/3 [2021-02-02T17:38:36.737Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-02T17:38:36.737Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-02T17:38:36.737Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-02T17:38:36.737Z] === CONT TestStopContainerWithTimeout/0 [2021-02-02T17:38:36.737Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-02T17:38:37.300Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-02-02T17:38:38.228Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-02-02T17:38:38.228Z] === CONT TestStopContainerWithTimeout/3 [2021-02-02T17:38:39.153Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.32s) [2021-02-02T17:38:39.153Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-02T17:38:39.157Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-02-02T17:38:39.413Z] === RUN TestDockerSuite/TestBuildCmd [2021-02-02T17:38:39.668Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-02-02T17:38:39.924Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-02-02T17:38:40.181Z] === CONT TestStopContainerWithTimeout/1 [2021-02-02T17:38:40.438Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-02-02T17:38:40.438Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-02-02T17:38:41.066Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.33s) [2021-02-02T17:38:41.067Z] === RUN TestAuthZPluginHeader [2021-02-02T17:38:41.803Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-02-02T17:38:41.803Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-02-02T17:38:42.059Z] --- PASS: TestStopContainerWithTimeout (0.03s) [2021-02-02T17:38:42.059Z] --- PASS: TestStopContainerWithTimeout/0 (1.29s) [2021-02-02T17:38:42.059Z] --- PASS: TestStopContainerWithTimeout/-1 (3.31s) [2021-02-02T17:38:42.059Z] --- PASS: TestStopContainerWithTimeout/3 (2.84s) [2021-02-02T17:38:42.059Z] --- PASS: TestStopContainerWithTimeout/1 (1.80s) [2021-02-02T17:38:42.059Z] === RUN TestDeleteDevicemapper [2021-02-02T17:38:42.059Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-02T17:38:42.059Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-02T17:38:42.059Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-02T17:38:42.449Z] --- PASS: TestAuthZPluginHeader (1.07s) [2021-02-02T17:38:42.449Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-02T17:38:42.449Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-02T17:38:42.449Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:38:42.449Z] === RUN TestAuthZPluginV2Disable [2021-02-02T17:38:42.449Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-02-02T17:38:42.450Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:38:42.450Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-02T17:38:42.450Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-02T17:38:42.450Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:38:42.450Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-02T17:38:42.450Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-02T17:38:42.450Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:38:42.450Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-02T17:38:44.577Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.64s) [2021-02-02T17:38:44.577Z] === RUN TestUpdateMemory [2021-02-02T17:38:44.577Z] --- SKIP: TestUpdateMemory (0.00s) [2021-02-02T17:38:44.577Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:38:44.577Z] === RUN TestUpdateCPUQuota [2021-02-02T17:38:45.139Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-02-02T17:38:45.312Z] Removing intermediate container 9573065dae7f [2021-02-02T17:38:45.312Z] ---> 0a898c9f0c18 [2021-02-02T17:38:45.312Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-02-02T17:38:45.312Z] ---> Running in 2ef72443d165 [2021-02-02T17:38:45.773Z] Removing intermediate container 2ef72443d165 [2021-02-02T17:38:45.773Z] ---> ca76c0ac2ac5 [2021-02-02T17:38:45.773Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-02-02T17:38:45.773Z] ---> Running in a37eced6eb5a [2021-02-02T17:38:46.235Z] Removing intermediate container a37eced6eb5a [2021-02-02T17:38:46.235Z] ---> 2f7e533db64c [2021-02-02T17:38:46.235Z] Step 10/10 : COPY . . [2021-02-02T17:38:46.506Z] --- PASS: TestUpdateCPUQuota (1.63s) [2021-02-02T17:38:46.506Z] === RUN TestUpdatePidsLimit [2021-02-02T17:38:46.506Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-02T17:38:46.763Z] === RUN TestUpdatePidsLimit/no_change [2021-02-02T17:38:47.020Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-02T17:38:47.275Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-02-02T17:38:47.532Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-02T17:38:48.094Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-02T17:38:48.094Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-02-02T17:38:48.276Z] --- PASS: TestUpdateRestartPolicy (13.05s) [2021-02-02T17:38:48.276Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-02T17:38:48.276Z] --- PASS: TestUpdateRestartWithAutoRemove (0.92s) [2021-02-02T17:38:48.276Z] === RUN TestWaitNonBlocked [2021-02-02T17:38:48.276Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T17:38:48.276Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T17:38:48.276Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T17:38:48.276Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T17:38:48.276Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T17:38:48.276Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T17:38:48.276Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-02-02T17:38:48.276Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.10s) [2021-02-02T17:38:48.276Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.17s) [2021-02-02T17:38:48.276Z] === RUN TestWaitBlocked [2021-02-02T17:38:48.276Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-02T17:38:48.276Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-02T17:38:48.276Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-02T17:38:48.276Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-02T17:38:48.276Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-02T17:38:48.276Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-02T17:38:48.350Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-02T17:38:48.356Z] ok github.com/docker/docker/pkg/plugins 33.619s coverage: 76.6% of statements [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/rootless [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/volume [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-02T17:38:48.356Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === Skipped [2021-02-02T17:38:48.356Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-02T17:38:48.356Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-02T17:38:48.356Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-02T17:38:48.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:38:48.356Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-02T17:38:48.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:38:48.356Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-02T17:38:48.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:38:48.356Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-02T17:38:48.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:38:48.356Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-02T17:38:48.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:38:48.356Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-02T17:38:48.356Z] graphtest_unix.go:73: No driver to put! [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-02T17:38:48.356Z] time="2021-02-02T17:37:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:38:48.356Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:38:48.356Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-02T17:38:48.356Z] time="2021-02-02T17:37:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:38:48.356Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:38:48.356Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-02T17:38:48.356Z] time="2021-02-02T17:37:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:38:48.356Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:38:48.356Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-02T17:38:48.356Z] time="2021-02-02T17:37:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:38:48.356Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:38:48.356Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-02T17:38:48.356Z] time="2021-02-02T17:37:57Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:38:48.356Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:38:48.356Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-02T17:38:48.356Z] graphtest_unix.go:73: No driver to put! [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-02T17:38:48.356Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-02T17:38:48.356Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-02T17:38:48.356Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-02T17:38:48.356Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-02T17:38:48.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:38:48.356Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-02T17:38:48.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:38:48.356Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-02T17:38:48.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:38:48.356Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-02T17:38:48.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:38:48.356Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-02T17:38:48.356Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:38:48.356Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-02T17:38:48.356Z] graphtest_unix.go:73: No driver to put! [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-02T17:38:48.356Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-02T17:38:48.356Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] [2021-02-02T17:38:48.356Z] DONE 2197 tests, 26 skipped in 93.620s Post stage [Pipeline] junit [2021-02-02T17:38:48.368Z] Recording test results [2021-02-02T17:38:48.607Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-02-02T17:38:48.607Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-02T17:38:48.673Z] ok github.com/docker/docker/cmd/dockerd 0.184s coverage: 29.1% of statements [2021-02-02T17:38:48.689Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-02-02T17:38:49.015Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41842/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:917ff358791c55091e335f0e1fb9d9224b564d94 hack/validate/vendor [2021-02-02T17:38:49.316Z] --- PASS: TestWaitBlocked (0.01s) [2021-02-02T17:38:49.316Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.09s) [2021-02-02T17:38:49.316Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.24s) [2021-02-02T17:38:49.316Z] === CONT TestContainerStartOnDaemonRestart [2021-02-02T17:38:49.316Z] === CONT TestContainerKillOnDaemonStart [2021-02-02T17:38:49.535Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-02-02T17:38:49.583Z] No vendor changes in diff. [2021-02-02T17:38:49.791Z] --- PASS: TestUpdatePidsLimit (3.61s) [2021-02-02T17:38:49.791Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.41s) [2021-02-02T17:38:49.791Z] --- PASS: TestUpdatePidsLimit/no_change (0.39s) [2021-02-02T17:38:49.791Z] --- PASS: TestUpdatePidsLimit/update_lower (0.43s) [2021-02-02T17:38:49.791Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.45s) [2021-02-02T17:38:49.791Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.39s) [2021-02-02T17:38:49.791Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.37s) [2021-02-02T17:38:49.791Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.36s) [2021-02-02T17:38:49.791Z] === RUN TestUpdateRestartPolicy [2021-02-02T17:38:50.048Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-02T17:38:50.461Z] + echo Ensuring container killed. [2021-02-02T17:38:50.461Z] Ensuring container killed. [2021-02-02T17:38:50.461Z] + docker rm -vf docker-pr3 [2021-02-02T17:38:50.461Z] Error: No such container: docker-pr3 [Pipeline] sh [2021-02-02T17:38:50.611Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-02-02T17:38:50.743Z] + echo Chowning /workspace to jenkins user [2021-02-02T17:38:50.743Z] Chowning /workspace to jenkins user [2021-02-02T17:38:50.743Z] + id -u [2021-02-02T17:38:50.743Z] + id -g [2021-02-02T17:38:50.743Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41842:/workspace busybox chown -R 1000:1000 /workspace [2021-02-02T17:38:50.867Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-02-02T17:38:51.123Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-02T17:38:51.379Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-02-02T17:38:51.606Z] + bundleName=unit [2021-02-02T17:38:51.606Z] + echo Creating unit-bundles.tar.gz [2021-02-02T17:38:51.606Z] Creating unit-bundles.tar.gz [2021-02-02T17:38:51.606Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-02-02T17:38:51.606Z] bundles/junit-report.xml [2021-02-02T17:38:51.606Z] bundles/go-test-report.json [2021-02-02T17:38:51.606Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-02-02T17:38:51.618Z] Archiving artifacts [2021-02-02T17:38:51.934Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41842/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-02T17:38:52.127Z] --- PASS: TestContainerStartOnDaemonRestart (3.04s) [2021-02-02T17:38:52.127Z] === CONT TestIpcModeOlderClient [2021-02-02T17:38:52.242Z] + make clean [2021-02-02T17:38:52.242Z] docker volume rm -f docker-dev-cache [2021-02-02T17:38:52.242Z] docker-dev-cache [Pipeline] deleteDir [2021-02-02T17:38:52.419Z] --- PASS: TestIpcModeOlderClient (0.22s) [2021-02-02T17:38:52.419Z] === CONT TestDaemonHostGatewayIP [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T17:38:53.163Z] ok github.com/docker/docker/container 0.143s coverage: 34.7% of statements [2021-02-02T17:38:53.164Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-02T17:38:53.164Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-02T17:38:53.164Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-02T17:38:53.164Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-02T17:38:54.657Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-02-02T17:38:55.932Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.054s coverage: 65.3% of statements [2021-02-02T17:38:55.943Z] --- PASS: TestDaemonHostGatewayIP (3.39s) [2021-02-02T17:38:55.943Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-02T17:38:57.927Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-02-02T17:38:59.466Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.72s) [2021-02-02T17:38:59.466Z] === CONT TestDaemonRestartIpcMode [2021-02-02T17:39:00.412Z] ok github.com/docker/docker/daemon/cluster/convert 0.052s coverage: 35.9% of statements [2021-02-02T17:39:00.559Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (18.13s) [2021-02-02T17:39:00.559Z] PASS [2021-02-02T17:39:00.559Z] [2021-02-02T17:39:00.559Z] === Skipped [2021-02-02T17:39:00.559Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-02T17:39:00.559Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:39:00.559Z] [2021-02-02T17:39:00.559Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-02-02T17:39:00.559Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:39:00.559Z] [2021-02-02T17:39:00.559Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-02T17:39:00.559Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:39:00.559Z] [2021-02-02T17:39:00.559Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-02T17:39:00.559Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:39:00.559Z] [2021-02-02T17:39:00.559Z] [2021-02-02T17:39:00.559Z] DONE 17 tests, 4 skipped in 32.754s [2021-02-02T17:39:00.559Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-02T17:39:00.559Z] ++ 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-02-02T17:39:00.559Z] ++ set -e [2021-02-02T17:39:00.559Z] ++ '[' -n 0 ']' [2021-02-02T17:39:00.559Z] ++ set -x [2021-02-02T17:39:00.559Z] ++ env -i DEST=/go/src/github.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-02-02T17:39:00.559Z] INFO: Testing against a local daemon [2021-02-02T17:39:00.559Z] === RUN TestPluginInvalidJSON [2021-02-02T17:39:00.559Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T17:39:00.559Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T17:39:00.559Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T17:39:00.559Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-02-02T17:39:00.559Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-02T17:39:00.559Z] === RUN TestPluginInstall [2021-02-02T17:39:00.559Z] === RUN TestPluginInstall/no_auth [2021-02-02T17:39:01.220Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-02-02T17:39:01.476Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-02-02T17:39:02.037Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-02-02T17:39:02.202Z] --- PASS: TestContainerKillOnDaemonStart (12.62s) [2021-02-02T17:39:02.293Z] --- PASS: TestUpdateRestartPolicy (12.50s) [2021-02-02T17:39:02.293Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-02T17:39:02.856Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-02-02T17:39:03.102Z] time="2021-02-02T17:39:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:39:03.102Z] time="2021-02-02T17:39:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2b24e00514c561df5dbed0a378834cf484e2b9600a0faec22dd141c119afdc3f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:39:03.102Z] time="2021-02-02T17:39:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:39:03.102Z] time="2021-02-02T17:39:02Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:2b24e00514c561df5dbed0a378834cf484e2b9600a0faec22dd141c119afdc3f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:39:03.102Z] === RUN TestPluginInstall/with_htpasswd [2021-02-02T17:39:03.112Z] --- PASS: TestUpdateRestartWithAutoRemove (0.78s) [2021-02-02T17:39:03.112Z] === RUN TestWaitNonBlocked [2021-02-02T17:39:03.112Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T17:39:03.112Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T17:39:03.112Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T17:39:03.112Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T17:39:03.112Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T17:39:03.112Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T17:39:03.674Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-02-02T17:39:03.716Z] --- PASS: TestDaemonRestartIpcMode (4.00s) [2021-02-02T17:39:03.717Z] PASS [2021-02-02T17:39:03.717Z] [2021-02-02T17:39:03.717Z] === Skipped [2021-02-02T17:39:03.717Z] === SKIP: s390x.integration.container TestCheckpoint (0.00s) [2021-02-02T17:39:03.717Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-02T17:39:03.717Z] [2021-02-02T17:39:03.717Z] === SKIP: s390x.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-02T17:39:03.717Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:39:03.717Z] [2021-02-02T17:39:03.717Z] === SKIP: s390x.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-02T17:39:03.717Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:39:03.717Z] [2021-02-02T17:39:03.717Z] === SKIP: s390x.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-02T17:39:03.717Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-02T17:39:03.717Z] [2021-02-02T17:39:03.717Z] === SKIP: s390x.integration.container TestDeleteDevicemapper (0.00s) [2021-02-02T17:39:03.717Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-02T17:39:03.717Z] [2021-02-02T17:39:03.717Z] === SKIP: s390x.integration.container TestUpdateMemory (0.00s) [2021-02-02T17:39:03.717Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:39:03.717Z] [2021-02-02T17:39:03.717Z] [2021-02-02T17:39:03.717Z] DONE 196 tests, 6 skipped in 157.565s [2021-02-02T17:39:03.717Z] Running /go/src/github.com/docker/docker/integration/image (s390x.integration.image) flags=-test.v -test.timeout=120m [2021-02-02T17:39:03.717Z] ++ 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-02-02T17:39:03.717Z] ++ set -e [2021-02-02T17:39:03.717Z] ++ '[' -n 0 ']' [2021-02-02T17:39:03.717Z] ++ set -x [2021-02-02T17:39:03.717Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-02T17:39:03.717Z] INFO: Testing against a local daemon [2021-02-02T17:39:03.717Z] === RUN TestCommitInheritsEnv [2021-02-02T17:39:04.043Z] time="2021-02-02T17:39:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:39:04.043Z] time="2021-02-02T17:39:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d159d6e0efcf215376a90f3d839ccf4836a289c31eccf70fd1c27625b0303f3e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:39:04.043Z] time="2021-02-02T17:39:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:39:04.043Z] time="2021-02-02T17:39:03Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d159d6e0efcf215376a90f3d839ccf4836a289c31eccf70fd1c27625b0303f3e" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:39:04.236Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-02T17:39:04.236Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.96s) [2021-02-02T17:39:04.236Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.06s) [2021-02-02T17:39:04.236Z] === RUN TestWaitBlocked [2021-02-02T17:39:04.236Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-02T17:39:04.236Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-02T17:39:04.236Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-02T17:39:04.236Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-02T17:39:04.236Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-02T17:39:04.236Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-02T17:39:04.304Z] === RUN TestPluginInstall/with_insecure [2021-02-02T17:39:04.351Z] --- PASS: TestCommitInheritsEnv (0.60s) [2021-02-02T17:39:04.351Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-02T17:39:04.351Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-02T17:39:04.351Z] === RUN TestImagesFilterMultiReference [2021-02-02T17:39:04.351Z] --- PASS: TestImagesFilterMultiReference (0.03s) [2021-02-02T17:39:04.351Z] === RUN TestImagePullPlatformInvalid [2021-02-02T17:39:04.351Z] --- PASS: TestImagePullPlatformInvalid (0.01s) [2021-02-02T17:39:04.351Z] === RUN TestRemoveImageOrphaning [2021-02-02T17:39:04.930Z] ok github.com/docker/docker/daemon/cluster 0.213s coverage: 0.5% of statements [2021-02-02T17:39:04.986Z] --- PASS: TestRemoveImageOrphaning (0.58s) [2021-02-02T17:39:04.986Z] === RUN TestRemoveImageGarbageCollector [2021-02-02T17:39:04.986Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-02T17:39:04.986Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:39:04.986Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-02T17:39:04.986Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-02-02T17:39:04.986Z] === RUN TestTagInvalidReference [2021-02-02T17:39:04.986Z] --- PASS: TestTagInvalidReference (0.01s) [2021-02-02T17:39:04.986Z] === RUN TestTagValidPrefixedRepo [2021-02-02T17:39:04.986Z] --- PASS: TestTagValidPrefixedRepo (0.03s) [2021-02-02T17:39:04.986Z] === RUN TestTagExistedNameWithoutForce [2021-02-02T17:39:04.986Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-02-02T17:39:04.986Z] === RUN TestTagOfficialNames [2021-02-02T17:39:04.986Z] --- PASS: TestTagOfficialNames (0.04s) [2021-02-02T17:39:04.986Z] === RUN TestTagMatchesDigest [2021-02-02T17:39:04.986Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-02-02T17:39:04.986Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-02T17:39:05.600Z] --- PASS: TestWaitBlocked (0.02s) [2021-02-02T17:39:05.600Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.24s) [2021-02-02T17:39:05.600Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.34s) [2021-02-02T17:39:05.600Z] === CONT TestContainerStartOnDaemonRestart [2021-02-02T17:39:05.600Z] === CONT TestIpcModeOlderClient [2021-02-02T17:39:05.600Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-02T17:39:05.600Z] --- PASS: TestIpcModeOlderClient (0.09s) [2021-02-02T17:39:05.688Z] time="2021-02-02T17:39:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:39:05.688Z] time="2021-02-02T17:39:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fea6eb1fe1d494a42c04c13cbdf027f009261d59fb590894697f8c8ebbaf9157" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:39:05.688Z] time="2021-02-02T17:39:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:39:05.688Z] time="2021-02-02T17:39:05Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:fea6eb1fe1d494a42c04c13cbdf027f009261d59fb590894697f8c8ebbaf9157" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:39:06.163Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-02-02T17:39:06.259Z] --- PASS: TestPluginInstall (5.59s) [2021-02-02T17:39:06.259Z] --- PASS: TestPluginInstall/no_auth (2.60s) [2021-02-02T17:39:06.259Z] --- PASS: TestPluginInstall/with_htpasswd (1.22s) [2021-02-02T17:39:06.259Z] --- PASS: TestPluginInstall/with_insecure (1.78s) [2021-02-02T17:39:06.259Z] plugin_test.go:160: [d0a6ffcb3baaa] daemon is not started [2021-02-02T17:39:06.259Z] === RUN TestPluginsWithRuntimes [2021-02-02T17:39:07.529Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-02-02T17:39:07.690Z] ok github.com/docker/docker/daemon/config 0.121s coverage: 81.8% of statements [2021-02-02T17:39:08.799Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-02T17:39:09.214Z] ok github.com/docker/docker/daemon/discovery 0.008s coverage: 30.0% of statements [2021-02-02T17:39:09.420Z] --- PASS: TestContainerStartOnDaemonRestart (3.98s) [2021-02-02T17:39:09.420Z] === CONT TestContainerKillOnDaemonStart [2021-02-02T17:39:09.509Z] ok github.com/docker/docker/daemon/events 0.064s coverage: 50.0% of statements [2021-02-02T17:39:09.983Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.18s) [2021-02-02T17:39:09.983Z] === CONT TestDaemonHostGatewayIP [2021-02-02T17:39:10.182Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-02T17:39:10.240Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-02-02T17:39:11.167Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-02-02T17:39:11.427Z] ---> 6be07927f5f7 [2021-02-02T17:39:11.427Z] Successfully built 6be07927f5f7 [2021-02-02T17:39:11.427Z] Successfully tagged docker:latest [2021-02-02T17:39:11.427Z] INFO: Image build ended at 02/02/2021 17:39:09. Duration:00:02:55.8002563 [2021-02-02T17:39:11.427Z] [2021-02-02T17:39:11.427Z] [2021-02-02T17:39:11.427Z] INFO: Building the test binaries at 02/02/2021 17:39:09... [2021-02-02T17:39:12.093Z] --- PASS: TestPluginsWithRuntimes (5.82s) [2021-02-02T17:39:12.093Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.72s) [2021-02-02T17:39:12.093Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.75s) [2021-02-02T17:39:12.093Z] PASS [2021-02-02T17:39:12.093Z] [2021-02-02T17:39:12.093Z] DONE 9 tests in 11.627s [2021-02-02T17:39:12.093Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-02T17:39:12.093Z] ++ 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-02-02T17:39:12.093Z] ++ set -e [2021-02-02T17:39:12.093Z] ++ '[' -n 0 ']' [2021-02-02T17:39:12.093Z] ++ set -x [2021-02-02T17:39:12.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=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-02-02T17:39:12.093Z] INFO: Testing against a local daemon [2021-02-02T17:39:12.093Z] === RUN TestExternalGraphDriver [2021-02-02T17:39:12.096Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-02-02T17:39:12.096Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-02-02T17:39:12.096Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-02-02T17:39:12.096Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-02-02T17:39:12.096Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-02-02T17:39:12.354Z] === RUN TestExternalGraphDriver/json [2021-02-02T17:39:13.025Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-02-02T17:39:13.063Z] ok github.com/docker/docker/daemon/graphdriver 0.009s coverage: 2.2% of statements [2021-02-02T17:39:13.952Z] --- PASS: TestDaemonHostGatewayIP (4.07s) [2021-02-02T17:39:13.952Z] === CONT TestDaemonRestartIpcMode [2021-02-02T17:39:14.896Z] === RUN TestExternalGraphDriver/spec [2021-02-02T17:39:15.185Z] INFO: make.ps1 starting at 02/02/2021 17:39:14 [2021-02-02T17:39:15.185Z] INFO: Git commit (cd32448b96) assumed from DOCKER_GITCOMMIT environment variable [2021-02-02T17:39:15.185Z] INFO: Invoking autogen... [2021-02-02T17:39:15.646Z] INFO: Building daemon... [2021-02-02T17:39:15.834Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.007s coverage: 2.9% of statements [2021-02-02T17:39:15.842Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-02-02T17:39:16.404Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-02-02T17:39:16.660Z] --- PASS: TestDaemonRestartIpcMode (2.87s) [2021-02-02T17:39:16.884Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.492s coverage: 14.1% of statements [2021-02-02T17:39:17.178Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.474s coverage: 57.1% of statements [2021-02-02T17:39:18.201Z] === RUN TestExternalGraphDriver/pull [2021-02-02T17:39:19.174Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-02-02T17:39:19.928Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.013s coverage: 1.9% of statements [2021-02-02T17:39:20.115Z] --- PASS: TestExternalGraphDriver (7.81s) [2021-02-02T17:39:20.115Z] --- PASS: TestExternalGraphDriver/json (2.50s) [2021-02-02T17:39:20.115Z] --- PASS: TestExternalGraphDriver/spec (2.82s) [2021-02-02T17:39:20.115Z] --- PASS: TestExternalGraphDriver/pull (2.33s) [2021-02-02T17:39:20.115Z] === RUN TestGraphdriverPluginV2 [2021-02-02T17:39:20.115Z] --- SKIP: TestGraphdriverPluginV2 (0.04s) [2021-02-02T17:39:20.115Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:39:20.115Z] PASS [2021-02-02T17:39:20.115Z] [2021-02-02T17:39:20.115Z] === Skipped [2021-02-02T17:39:20.115Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.04s) [2021-02-02T17:39:20.115Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:39:20.115Z] [2021-02-02T17:39:20.115Z] [2021-02-02T17:39:20.115Z] DONE 5 tests, 1 skipped in 8.017s [2021-02-02T17:39:20.115Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-02T17:39:20.115Z] ++ 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-02-02T17:39:20.115Z] ++ set -e [2021-02-02T17:39:20.115Z] ++ '[' -n 0 ']' [2021-02-02T17:39:20.115Z] ++ set -x [2021-02-02T17:39:20.115Z] ++ env -i DEST=/go/src/github.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-02-02T17:39:20.115Z] INFO: Testing against a local daemon [2021-02-02T17:39:20.115Z] === RUN TestContinueAfterPluginCrash [2021-02-02T17:39:20.115Z] === PAUSE TestContinueAfterPluginCrash [2021-02-02T17:39:20.115Z] === RUN TestReadPluginNoRead [2021-02-02T17:39:20.115Z] === PAUSE TestReadPluginNoRead [2021-02-02T17:39:20.115Z] === RUN TestDaemonStartWithLogOpt [2021-02-02T17:39:20.115Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-02T17:39:20.115Z] === CONT TestContinueAfterPluginCrash [2021-02-02T17:39:20.115Z] === CONT TestDaemonStartWithLogOpt [2021-02-02T17:39:20.115Z] === CONT TestReadPluginNoRead [2021-02-02T17:39:20.974Z] ok github.com/docker/docker/daemon/graphdriver/aufs 7.705s coverage: 69.3% of statements [2021-02-02T17:39:21.064Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-02-02T17:39:21.064Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-02-02T17:39:21.270Z] ok github.com/docker/docker/daemon 12.378s coverage: 17.1% of statements [2021-02-02T17:39:21.270Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-02T17:39:21.270Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-02T17:39:21.270Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-02T17:39:21.270Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-02T17:39:21.320Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-02-02T17:39:21.886Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-02-02T17:39:22.447Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-02-02T17:39:22.447Z] --- PASS: TestContainerKillOnDaemonStart (12.99s) [2021-02-02T17:39:22.447Z] PASS [2021-02-02T17:39:22.447Z] [2021-02-02T17:39:22.447Z] === Skipped [2021-02-02T17:39:22.447Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-02-02T17:39:22.447Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-02T17:39:22.447Z] [2021-02-02T17:39:22.447Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-02-02T17:39:22.447Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:39:22.447Z] [2021-02-02T17:39:22.447Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-02-02T17:39:22.447Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:39:22.447Z] [2021-02-02T17:39:22.447Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-02T17:39:22.447Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-02T17:39:22.447Z] [2021-02-02T17:39:22.447Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-02-02T17:39:22.447Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-02T17:39:22.447Z] [2021-02-02T17:39:22.447Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-02-02T17:39:22.447Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-02-02T17:39:22.447Z] [2021-02-02T17:39:22.447Z] [2021-02-02T17:39:22.447Z] DONE 196 tests, 6 skipped in 155.414s [2021-02-02T17:39:22.447Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-02-02T17:39:22.447Z] ++ 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-02-02T17:39:22.447Z] ++ set -e [2021-02-02T17:39:22.447Z] ++ '[' -n 0 ']' [2021-02-02T17:39:22.447Z] ++ set -x [2021-02-02T17:39:22.447Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-02T17:39:22.703Z] INFO: Testing against a local daemon [2021-02-02T17:39:22.703Z] === RUN TestCommitInheritsEnv [2021-02-02T17:39:22.960Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-02-02T17:39:23.217Z] --- PASS: TestCommitInheritsEnv (0.49s) [2021-02-02T17:39:23.217Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-02T17:39:23.217Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-02T17:39:23.217Z] === RUN TestImagesFilterMultiReference [2021-02-02T17:39:23.473Z] --- PASS: TestImagesFilterMultiReference (0.11s) [2021-02-02T17:39:23.473Z] === RUN TestImagePullPlatformInvalid [2021-02-02T17:39:23.473Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2021-02-02T17:39:23.473Z] === RUN TestRemoveImageOrphaning [2021-02-02T17:39:24.021Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.229s coverage: 46.2% of statements [2021-02-02T17:39:24.021Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-02T17:39:24.021Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.011s coverage: 57.5% of statements [2021-02-02T17:39:24.035Z] --- PASS: TestRemoveImageOrphaning (0.44s) [2021-02-02T17:39:24.035Z] === RUN TestRemoveImageGarbageCollector [2021-02-02T17:39:24.323Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-02T17:39:24.660Z] ok github.com/docker/docker/daemon/graphdriver/overlay 2.165s coverage: 49.4% of statements [2021-02-02T17:39:25.264Z] --- PASS: TestDaemonStartWithLogOpt (4.91s) [2021-02-02T17:39:25.924Z] --- PASS: TestRemoveImageGarbageCollector (2.12s) [2021-02-02T17:39:25.924Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-02T17:39:26.180Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-02-02T17:39:26.180Z] === RUN TestTagInvalidReference [2021-02-02T17:39:26.180Z] --- PASS: TestTagInvalidReference (0.05s) [2021-02-02T17:39:26.180Z] === RUN TestTagValidPrefixedRepo [2021-02-02T17:39:26.180Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-02-02T17:39:26.180Z] === RUN TestTagExistedNameWithoutForce [2021-02-02T17:39:26.180Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-02-02T17:39:26.180Z] === RUN TestTagOfficialNames [2021-02-02T17:39:26.180Z] --- PASS: TestTagOfficialNames (0.08s) [2021-02-02T17:39:26.180Z] === RUN TestTagMatchesDigest [2021-02-02T17:39:26.206Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-02T17:39:26.436Z] --- PASS: TestTagMatchesDigest (0.04s) [2021-02-02T17:39:26.436Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-02T17:39:26.692Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-02-02T17:39:26.762Z] ok github.com/docker/docker/daemon/links 0.005s coverage: 93.0% of statements [2021-02-02T17:39:27.060Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.021s coverage: 3.0% of statements [2021-02-02T17:39:28.117Z] === RUN TestReadPluginNoRead/default [2021-02-02T17:39:28.579Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-02-02T17:39:29.144Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 4.922s coverage: 52.1% of statements [2021-02-02T17:39:29.144Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-02-02T17:39:29.144Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-02T17:39:29.506Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-02-02T17:39:29.785Z] ok github.com/docker/docker/daemon/logger 0.267s coverage: 43.2% of statements [2021-02-02T17:39:30.026Z] --- PASS: TestReadPluginNoRead (9.83s) [2021-02-02T17:39:30.026Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.93s) [2021-02-02T17:39:30.026Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.89s) [2021-02-02T17:39:30.026Z] --- PASS: TestReadPluginNoRead/default (1.81s) [2021-02-02T17:39:30.026Z] read_test.go:92: [d36a699472ce1] daemon is not started [2021-02-02T17:39:30.068Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-02-02T17:39:30.288Z] --- PASS: TestContinueAfterPluginCrash (10.18s) [2021-02-02T17:39:30.288Z] PASS [2021-02-02T17:39:30.288Z] [2021-02-02T17:39:30.288Z] DONE 6 tests in 10.349s [2021-02-02T17:39:30.288Z] 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-02-02T17:39:30.288Z] ++ 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-02-02T17:39:30.288Z] ++ set -e [2021-02-02T17:39:30.288Z] ++ '[' -n 0 ']' [2021-02-02T17:39:30.288Z] ++ set -x [2021-02-02T17:39:30.288Z] ++ env -i DEST=/go/src/github.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-02-02T17:39:30.549Z] testing: warning: no tests to run [2021-02-02T17:39:30.549Z] PASS [2021-02-02T17:39:30.549Z] [2021-02-02T17:39:30.549Z] DONE 0 tests in 0.054s [2021-02-02T17:39:30.549Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-02T17:39:30.549Z] ++ 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-02-02T17:39:30.549Z] ++ set -e [2021-02-02T17:39:30.549Z] ++ '[' -n 0 ']' [2021-02-02T17:39:30.549Z] ++ set -x [2021-02-02T17:39:30.549Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-02T17:39:30.549Z] INFO: Testing against a local daemon [2021-02-02T17:39:30.549Z] === RUN TestPluginWithDevMounts [2021-02-02T17:39:30.549Z] === PAUSE TestPluginWithDevMounts [2021-02-02T17:39:30.549Z] === CONT TestPluginWithDevMounts [2021-02-02T17:39:31.323Z] ok github.com/docker/docker/daemon/images 0.052s coverage: 6.4% of statements [2021-02-02T17:39:31.323Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-02T17:39:31.323Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-02T17:39:31.436Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-02-02T17:39:31.619Z] ok github.com/docker/docker/daemon/logger/gelf 0.031s coverage: 67.0% of statements [2021-02-02T17:39:31.916Z] ok github.com/docker/docker/daemon/logger/awslogs 0.466s coverage: 77.8% of statements [2021-02-02T17:39:31.916Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-02T17:39:31.916Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-02T17:39:32.364Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-02-02T17:39:32.554Z] ok github.com/docker/docker/daemon/logger/journald 0.008s coverage: 23.9% of statements [2021-02-02T17:39:32.925Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-02-02T17:39:33.092Z] --- PASS: TestPluginWithDevMounts (2.18s) [2021-02-02T17:39:33.092Z] PASS [2021-02-02T17:39:33.092Z] [2021-02-02T17:39:33.092Z] DONE 1 tests in 2.339s [2021-02-02T17:39:33.092Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-02T17:39:33.092Z] ++ 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-02-02T17:39:33.092Z] ++ set -e [2021-02-02T17:39:33.092Z] ++ '[' -n 0 ']' [2021-02-02T17:39:33.092Z] ++ set -x [2021-02-02T17:39:33.092Z] ++ env -i DEST=/go/src/github.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-02-02T17:39:33.092Z] INFO: Testing against a local daemon [2021-02-02T17:39:33.092Z] === RUN TestSecretInspect [2021-02-02T17:39:33.193Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.023s coverage: 87.2% of statements [2021-02-02T17:39:34.240Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.062s coverage: 61.6% of statements [2021-02-02T17:39:34.813Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-02-02T17:39:34.813Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-02-02T17:39:34.881Z] ok github.com/docker/docker/daemon/logger/local 0.064s coverage: 75.2% of statements [2021-02-02T17:39:34.881Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-02T17:39:35.379Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-02-02T17:39:35.926Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.060s coverage: 55.1% of statements [2021-02-02T17:39:36.390Z] --- PASS: TestSecretInspect (3.27s) [2021-02-02T17:39:36.390Z] === RUN TestSecretList [2021-02-02T17:39:36.570Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.018s coverage: 31.5% of statements [2021-02-02T17:39:37.619Z] ok github.com/docker/docker/daemon/logger/templates 0.019s coverage: 8.3% of statements [2021-02-02T17:39:37.619Z] ok github.com/docker/docker/daemon/logger/syslog 0.014s coverage: 46.8% of statements [2021-02-02T17:39:38.646Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-02-02T17:39:38.646Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-02-02T17:39:39.575Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-02-02T17:39:39.575Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-02-02T17:39:39.693Z] --- PASS: TestSecretList (3.35s) [2021-02-02T17:39:39.693Z] === RUN TestSecretsCreateAndDelete [2021-02-02T17:39:40.372Z] ok github.com/docker/docker/daemon/network 0.037s coverage: 63.8% of statements [2021-02-02T17:39:40.501Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-02-02T17:39:40.667Z] ok github.com/docker/docker/daemon/logger/splunk 2.545s coverage: 82.5% of statements [2021-02-02T17:39:40.667Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-02T17:39:40.667Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-02T17:39:41.064Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-02-02T17:39:42.191Z] ok github.com/docker/docker/distribution/metadata 0.109s coverage: 48.2% of statements [2021-02-02T17:39:42.431Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-02-02T17:39:42.992Z] --- PASS: TestSecretsCreateAndDelete (3.25s) [2021-02-02T17:39:42.992Z] === RUN TestSecretsUpdate [2021-02-02T17:39:43.244Z] ok github.com/docker/docker/errdefs 0.018s coverage: 53.1% of statements [2021-02-02T17:39:43.799Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-02-02T17:39:44.289Z] ok github.com/docker/docker/distribution 0.511s coverage: 25.0% of statements [2021-02-02T17:39:44.289Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-02T17:39:44.728Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-02-02T17:39:45.664Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-02-02T17:39:45.814Z] ok github.com/docker/docker/image 0.059s coverage: 86.8% of statements [2021-02-02T17:39:46.291Z] --- PASS: TestSecretsUpdate (3.29s) [2021-02-02T17:39:46.291Z] === RUN TestTemplatedSecret [2021-02-02T17:39:46.455Z] ok github.com/docker/docker/distribution/xfer 1.680s coverage: 85.1% of statements [2021-02-02T17:39:46.455Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-02T17:39:46.455Z] ok github.com/docker/docker/image/cache 0.026s coverage: 19.2% of statements [2021-02-02T17:39:47.980Z] ok github.com/docker/docker/libcontainerd/queue 0.067s coverage: 100.0% of statements [2021-02-02T17:39:48.278Z] ok github.com/docker/docker/image/tarexport 0.018s coverage: 0.6% of statements [2021-02-02T17:39:48.920Z] ok github.com/docker/docker/image/v1 0.051s coverage: 25.0% of statements [2021-02-02T17:39:48.920Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-02T17:39:49.592Z] --- PASS: TestTemplatedSecret (3.48s) [2021-02-02T17:39:49.592Z] === RUN TestSecretCreateResolve [2021-02-02T17:39:50.445Z] ok github.com/docker/docker/pkg/aaparser 0.026s coverage: 52.9% of statements [2021-02-02T17:39:50.738Z] ok github.com/docker/docker/oci 0.017s coverage: 8.2% of statements [2021-02-02T17:39:50.919Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-02-02T17:39:51.376Z] ok github.com/docker/docker/opts 0.096s coverage: 67.1% of statements [2021-02-02T17:39:52.889Z] --- PASS: TestSecretCreateResolve (3.27s) [2021-02-02T17:39:52.889Z] PASS [2021-02-02T17:39:52.889Z] [2021-02-02T17:39:52.889Z] DONE 6 tests in 20.060s [2021-02-02T17:39:52.889Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-02-02T17:39:52.889Z] ++ 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-02-02T17:39:52.889Z] ++ set -e [2021-02-02T17:39:52.889Z] ++ '[' -n 0 ']' [2021-02-02T17:39:52.889Z] ++ set -x [2021-02-02T17:39:52.889Z] ++ env -i DEST=/go/src/github.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-02-02T17:39:53.149Z] INFO: Testing against a local daemon [2021-02-02T17:39:53.149Z] === RUN TestServiceCreateInit [2021-02-02T17:39:53.149Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-02T17:39:53.466Z] ok github.com/docker/docker/pkg/broadcaster 0.004s coverage: 100.0% of statements [2021-02-02T17:39:53.466Z] ok github.com/docker/docker/pkg/authorization 0.393s coverage: 68.3% of statements [2021-02-02T17:39:53.762Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2021-02-02T17:39:54.189Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-02-02T17:39:54.445Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-02-02T17:39:54.822Z] ok github.com/docker/docker/pkg/archive 1.160s coverage: 76.7% of statements [2021-02-02T17:39:54.822Z] ok github.com/docker/docker/pkg/directory 0.028s coverage: 80.0% of statements [2021-02-02T17:39:55.812Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-02-02T17:39:55.867Z] ok github.com/docker/docker/pkg/discovery 0.008s coverage: 58.3% of statements [2021-02-02T17:39:55.867Z] ok github.com/docker/docker/pkg/discovery/file 0.012s coverage: 97.6% of statements [2021-02-02T17:39:56.910Z] ok github.com/docker/docker/pkg/discovery/memory 0.004s coverage: 92.3% of statements [2021-02-02T17:39:57.545Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2021-02-02T17:39:57.706Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-02-02T17:39:57.838Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2021-02-02T17:39:58.434Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-02T17:39:58.875Z] ok github.com/docker/docker/pkg/chrootarchive 3.855s coverage: 43.2% of statements [2021-02-02T17:39:59.073Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-02-02T17:39:59.170Z] ok github.com/docker/docker/pkg/filenotify 0.605s coverage: 67.0% of statements [2021-02-02T17:39:59.170Z] ok github.com/docker/docker/layer 7.764s coverage: 68.8% of statements [2021-02-02T17:39:59.170Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-02T17:39:59.170Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-02T17:39:59.170Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-02T17:39:59.170Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-02T17:39:59.170Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-02T17:39:59.170Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-02T17:39:59.170Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-02T17:39:59.329Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-02-02T17:40:00.221Z] ok github.com/docker/docker/pkg/fileutils 0.034s coverage: 89.5% of statements [2021-02-02T17:40:00.258Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-02-02T17:40:00.514Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-02-02T17:40:00.516Z] ok github.com/docker/docker/pkg/discovery/kv 3.103s coverage: 84.1% of statements [2021-02-02T17:40:00.516Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 11.4% of statements [2021-02-02T17:40:00.516Z] ok github.com/docker/docker/pkg/fsutils 0.382s coverage: 85.1% of statements [2021-02-02T17:40:01.077Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-02-02T17:40:02.042Z] ok github.com/docker/docker/pkg/jsonmessage 0.039s coverage: 91.7% of statements [2021-02-02T17:40:02.042Z] ok github.com/docker/docker/pkg/longpath 0.021s coverage: 100.0% of statements [2021-02-02T17:40:02.683Z] ok github.com/docker/docker/pkg/idtools 0.559s coverage: 69.5% of statements [2021-02-02T17:40:02.966Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-02-02T17:40:02.966Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-02-02T17:40:02.979Z] ok github.com/docker/docker/pkg/namesgenerator 0.023s coverage: 85.7% of statements [2021-02-02T17:40:02.979Z] ok github.com/docker/docker/pkg/parsers 0.026s coverage: 97.0% of statements [2021-02-02T17:40:03.275Z] ok github.com/docker/docker/pkg/ioutils 1.284s coverage: 70.6% of statements [2021-02-02T17:40:03.275Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-02T17:40:03.275Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-02-02T17:40:03.275Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-02T17:40:03.275Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-02T17:40:03.721Z] --- PASS: TestServiceCreateInit (9.71s) [2021-02-02T17:40:03.721Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.98s) [2021-02-02T17:40:03.721Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.69s) [2021-02-02T17:40:03.721Z] === RUN TestCreateServiceMultipleTimes [2021-02-02T17:40:03.915Z] ok github.com/docker/docker/pkg/parsers/kernel 0.041s coverage: 60.0% of statements [2021-02-02T17:40:03.915Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.038s coverage: 86.7% of statements [2021-02-02T17:40:04.208Z] ok github.com/docker/docker/pkg/pidfile 0.038s coverage: 82.4% of statements [2021-02-02T17:40:04.208Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-02T17:40:04.208Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-02T17:40:04.856Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-02-02T17:40:05.262Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.043s coverage: 56.8% of statements [2021-02-02T17:40:05.556Z] ok github.com/docker/docker/pkg/plugins/transport 0.035s coverage: 85.7% of statements [2021-02-02T17:40:06.195Z] ok github.com/docker/docker/pkg/pools 0.050s coverage: 88.2% of statements [2021-02-02T17:40:06.195Z] ok github.com/docker/docker/pkg/progress 0.004s coverage: 75.9% of statements [2021-02-02T17:40:06.746Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-02-02T17:40:06.836Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-02-02T17:40:07.471Z] ok github.com/docker/docker/pkg/pubsub 1.143s coverage: 75.0% of statements [2021-02-02T17:40:07.471Z] ok github.com/docker/docker/pkg/stdcopy 0.006s coverage: 100.0% of statements [2021-02-02T17:40:08.110Z] ok github.com/docker/docker/pkg/stringid 0.004s coverage: 70.6% of statements [2021-02-02T17:40:08.405Z] ok github.com/docker/docker/pkg/streamformatter 0.008s coverage: 66.2% of statements [2021-02-02T17:40:09.924Z] ok github.com/docker/docker/pkg/system 0.045s coverage: 36.9% of statements [2021-02-02T17:40:09.924Z] ok github.com/docker/docker/pkg/sysinfo 0.009s coverage: 53.8% of statements [2021-02-02T17:40:10.237Z] ok github.com/docker/docker/pkg/signal 3.145s coverage: 61.0% of statements [2021-02-02T17:40:10.237Z] ok github.com/docker/docker/pkg/tailfile 0.114s coverage: 88.6% of statements [2021-02-02T17:40:10.878Z] testing: warning: no tests to run [2021-02-02T17:40:10.878Z] coverage: [no statements] [2021-02-02T17:40:10.878Z] ok github.com/docker/docker/pkg/term/windows 0.035s coverage: [no statements] [no tests to run] [2021-02-02T17:40:10.911Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-02-02T17:40:10.911Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-02-02T17:40:11.173Z] ok github.com/docker/docker/pkg/tarsum 0.171s coverage: 89.3% of statements [2021-02-02T17:40:11.173Z] ok github.com/docker/docker/pkg/truncindex 0.109s coverage: 91.5% of statements [2021-02-02T17:40:11.469Z] ok github.com/docker/docker/pkg/urlutil 0.004s coverage: 100.0% of statements [2021-02-02T17:40:11.764Z] ok github.com/docker/docker/pkg/useragent 0.005s coverage: 88.9% of statements [2021-02-02T17:40:11.840Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-02-02T17:40:11.840Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-02-02T17:40:12.401Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-02-02T17:40:13.959Z] ok github.com/docker/docker/plugin/v2 0.030s coverage: 14.5% of statements [2021-02-02T17:40:13.959Z] ok github.com/docker/docker/profiles/seccomp 0.028s coverage: 83.5% of statements [2021-02-02T17:40:14.292Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-02-02T17:40:15.480Z] ok github.com/docker/docker/reference 0.015s coverage: 84.4% of statements [2021-02-02T17:40:15.775Z] ok github.com/docker/docker/plugin 0.594s coverage: 23.2% of statements [2021-02-02T17:40:16.822Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-02-02T17:40:17.305Z] ok github.com/docker/docker/quota 0.709s coverage: 71.4% of statements [2021-02-02T17:40:17.599Z] ok github.com/docker/docker/registry/resumable 0.025s coverage: 100.0% of statements [2021-02-02T17:40:17.752Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-02-02T17:40:18.236Z] ok github.com/docker/docker/restartmanager 0.005s coverage: 45.3% of statements [2021-02-02T17:40:18.874Z] ok github.com/docker/docker/registry 0.242s coverage: 57.2% of statements [2021-02-02T17:40:18.874Z] ok github.com/docker/docker/testutil 0.006s coverage: 62.5% of statements [2021-02-02T17:40:19.643Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-02-02T17:40:19.915Z] ok github.com/docker/docker/runconfig 0.039s coverage: 66.1% of statements [2021-02-02T17:40:21.533Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-02-02T17:40:21.789Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-02-02T17:40:22.001Z] ok github.com/docker/docker/volume/drivers 0.016s coverage: 36.1% of statements [2021-02-02T17:40:24.088Z] ok github.com/docker/docker/volume/mounts 0.054s coverage: 67.0% of statements [2021-02-02T17:40:24.380Z] ok github.com/docker/docker/volume/local 0.240s coverage: 76.4% of statements [2021-02-02T17:40:24.672Z] ok github.com/docker/docker/volume/service 0.025s coverage: 73.1% of statements [2021-02-02T17:40:25.692Z] --- PASS: TestCreateServiceMultipleTimes (19.32s) [2021-02-02T17:40:25.692Z] === RUN TestCreateServiceConflict [2021-02-02T17:40:25.692Z] --- PASS: TestCreateServiceConflict (3.26s) [2021-02-02T17:40:25.692Z] === RUN TestCreateServiceMaxReplicas [2021-02-02T17:40:25.958Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-02-02T17:40:27.848Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-02-02T17:40:28.775Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-02-02T17:40:28.775Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-02-02T17:40:29.892Z] --- PASS: TestCreateServiceMaxReplicas (3.77s) [2021-02-02T17:40:29.892Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-02T17:40:30.142Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-02-02T17:40:31.070Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-02-02T17:40:33.589Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-02-02T17:40:33.589Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-02-02T17:40:40.041Z] ok github.com/docker/docker/pkg/plugins 33.630s coverage: 76.6% of statements [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/rootless [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/volume [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-02T17:40:40.041Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-02T17:40:40.041Z] [2021-02-02T17:40:40.041Z] === Skipped [2021-02-02T17:40:40.041Z] === SKIP: daemon TestExecSetPlatformOpt (0.00s) [2021-02-02T17:40:40.041Z] exec_linux_test.go:18: requires AppArmor to be enabled [2021-02-02T17:40:40.041Z] [2021-02-02T17:40:40.041Z] === SKIP: daemon TestExecSetPlatformOptPrivileged (0.00s) [2021-02-02T17:40:40.041Z] exec_linux_test.go:38: requires AppArmor to be enabled [2021-02-02T17:40:40.041Z] [2021-02-02T17:40:40.041Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-02-02T17:40:40.041Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:40:40.041Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:40:40.041Z] [2021-02-02T17:40:40.041Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-02-02T17:40:40.041Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:40:40.041Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:40:40.041Z] [2021-02-02T17:40:40.041Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-02-02T17:40:40.041Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:40:40.041Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:40:40.041Z] [2021-02-02T17:40:40.041Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-02-02T17:40:40.041Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:40:40.041Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:40:40.041Z] [2021-02-02T17:40:40.041Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-02-02T17:40:40.041Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:40:40.041Z] graphtest_unix.go:46: Driver btrfs not supported [2021-02-02T17:40:40.041Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-02-02T17:40:40.042Z] graphtest_unix.go:73: No driver to put! [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-02-02T17:40:40.042Z] time="2021-02-02T17:39:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:40:40.042Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:40:40.042Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-02-02T17:40:40.042Z] time="2021-02-02T17:39:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:40:40.042Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:40:40.042Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-02-02T17:40:40.042Z] time="2021-02-02T17:39:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:40:40.042Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:40:40.042Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-02-02T17:40:40.042Z] time="2021-02-02T17:39:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:40:40.042Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:40:40.042Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-02-02T17:40:40.042Z] time="2021-02-02T17:39:19Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-02-02T17:40:40.042Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-02-02T17:40:40.042Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-02-02T17:40:40.042Z] graphtest_unix.go:73: No driver to put! [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-02-02T17:40:40.042Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-02-02T17:40:40.042Z] overlay_test.go:49: Fails to compute changes intermittently [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-02-02T17:40:40.042Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-02-02T17:40:40.042Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-02-02T17:40:40.042Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:40:40.042Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-02-02T17:40:40.042Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:40:40.042Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-02-02T17:40:40.042Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:40:40.042Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-02-02T17:40:40.042Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:40:40.042Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-02-02T17:40:40.042Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-02-02T17:40:40.042Z] graphtest_unix.go:46: Driver zfs not supported [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-02-02T17:40:40.042Z] graphtest_unix.go:73: No driver to put! [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-02-02T17:40:40.042Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-02-02T17:40:40.042Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] [2021-02-02T17:40:40.042Z] DONE 2197 tests, 26 skipped in 264.769s Post stage [Pipeline] junit [2021-02-02T17:40:40.375Z] Recording test results [2021-02-02T17:40:41.055Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-02-02T17:40:41.475Z] + docker run --rm -t --privileged -v /home/docker/workspace/moby_PR-41842/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 -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:917ff358791c55091e335f0e1fb9d9224b564d94 hack/make.sh dynbinary test-integration [2021-02-02T17:40:41.674Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-02-02T17:40:41.771Z] [2021-02-02T17:40:41.771Z] Removing bundles/ [2021-02-02T17:40:41.771Z] [2021-02-02T17:40:41.771Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-02-02T17:40:41.771Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-02-02T17:40:41.771Z] GOOS="" GOARCH="" GOARM="" [2021-02-02T17:40:41.811Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-02-02T17:40:41.811Z] [2021-02-02T17:40:41.811Z] ________ ____ __. [2021-02-02T17:40:41.811Z] \_____ \ | |/ _| [2021-02-02T17:40:41.811Z] / | \| < [2021-02-02T17:40:41.811Z] / | \ | \ [2021-02-02T17:40:41.811Z] \_______ /____|__ \ [2021-02-02T17:40:41.811Z] \/ \/ [2021-02-02T17:40:41.811Z] [2021-02-02T17:40:41.811Z] INFO: make.ps1 ended at 02/02/2021 17:40:29 [2021-02-02T17:40:41.811Z] INFO: Binaries build ended at 02/02/2021 17:40:30. Duration:00:01:20.6038245 [2021-02-02T17:40:41.811Z] INFO: Copying the built daemon binary to d:\CI\PR-41842\3\binary\dockerd-cd32448b96.exe... [2021-02-02T17:40:41.811Z] INFO: Copying the built client binary to d:\CI\PR-41842\3\binary\docker-cd32448b96.exe... [2021-02-02T17:40:41.811Z] INFO: Copying dockerversion from the container... [2021-02-02T17:40:41.811Z] INFO: Copying the golang package from the container to d:\CI\PR-41842\3\installer\go.zip... [2021-02-02T17:40:41.811Z] INFO: Extracting go.zip to d:\CI\PR-41842\3\go [2021-02-02T17:40:42.251Z] --- PASS: TestImportExtremelyLargeImageWorks (87.64s) [2021-02-02T17:40:42.252Z] PASS [2021-02-02T17:40:42.252Z] [2021-02-02T17:40:42.252Z] === Skipped [2021-02-02T17:40:42.252Z] === SKIP: s390x.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-02T17:40:42.252Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:40:42.252Z] [2021-02-02T17:40:42.252Z] [2021-02-02T17:40:42.252Z] DONE 12 tests, 1 skipped in 89.106s [2021-02-02T17:40:42.252Z] Running /go/src/github.com/docker/docker/integration/network (s390x.integration.network) flags=-test.v -test.timeout=120m [2021-02-02T17:40:42.252Z] ++ 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-02-02T17:40:42.252Z] ++ set -e [2021-02-02T17:40:42.252Z] ++ '[' -n 0 ']' [2021-02-02T17:40:42.252Z] ++ set -x [2021-02-02T17:40:42.252Z] ++ env -i DEST=/go/src/github.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-02-02T17:40:42.252Z] INFO: Testing against a local daemon [2021-02-02T17:40:42.252Z] === RUN TestNetworkCreateDelete [2021-02-02T17:40:42.252Z] --- PASS: TestNetworkCreateDelete (0.13s) [2021-02-02T17:40:42.252Z] === RUN TestDockerNetworkDeletePreferID [2021-02-02T17:40:42.252Z] --- PASS: TestDockerNetworkDeletePreferID (0.38s) [2021-02-02T17:40:42.252Z] === RUN TestDaemonDNSFallback [2021-02-02T17:40:42.252Z] --- PASS: TestDaemonDNSFallback (2.58s) [2021-02-02T17:40:42.252Z] === RUN TestInspectNetwork [2021-02-02T17:40:42.252Z] === RUN TestInspectNetwork/full_network_id [2021-02-02T17:40:42.252Z] === RUN TestInspectNetwork/partial_network_id [2021-02-02T17:40:42.252Z] === RUN TestInspectNetwork/network_name [2021-02-02T17:40:42.252Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-02T17:40:44.791Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.99s) [2021-02-02T17:40:44.791Z] === RUN TestCreateServiceSecretFileMode [2021-02-02T17:40:47.336Z] --- PASS: TestCreateServiceSecretFileMode (3.26s) [2021-02-02T17:40:47.336Z] === RUN TestCreateServiceConfigFileMode [2021-02-02T17:40:47.848Z] --- PASS: TestInspectNetwork (11.69s) [2021-02-02T17:40:47.848Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-02T17:40:47.848Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-02T17:40:47.848Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-02T17:40:47.848Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-02T17:40:47.848Z] === RUN TestRunContainerWithBridgeNone [2021-02-02T17:40:49.763Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-02-02T17:40:49.763Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-02-02T17:40:49.920Z] --- PASS: TestRunContainerWithBridgeNone (2.47s) [2021-02-02T17:40:49.920Z] === RUN TestNetworkInvalidJSON [2021-02-02T17:40:49.920Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-02T17:40:49.920Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-02T17:40:49.920Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T17:40:49.920Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T17:40:49.920Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T17:40:49.920Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T17:40:50.212Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-02T17:40:50.212Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T17:40:50.212Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T17:40:50.212Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-02-02T17:40:50.212Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-02T17:40:50.212Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-02T17:40:50.212Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-02T17:40:50.212Z] === RUN TestNetworkList [2021-02-02T17:40:50.212Z] === RUN TestNetworkList//networks [2021-02-02T17:40:50.212Z] === PAUSE TestNetworkList//networks [2021-02-02T17:40:50.212Z] === RUN TestNetworkList//networks/ [2021-02-02T17:40:50.212Z] === PAUSE TestNetworkList//networks/ [2021-02-02T17:40:50.212Z] === CONT TestNetworkList//networks [2021-02-02T17:40:50.212Z] === CONT TestNetworkList//networks/ [2021-02-02T17:40:50.212Z] --- PASS: TestNetworkList (0.01s) [2021-02-02T17:40:50.212Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-02T17:40:50.212Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-02T17:40:50.212Z] === RUN TestHostIPv4BridgeLabel [2021-02-02T17:40:50.332Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-02-02T17:40:50.504Z] --- PASS: TestHostIPv4BridgeLabel (0.54s) [2021-02-02T17:40:50.504Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-02T17:40:50.635Z] --- PASS: TestCreateServiceConfigFileMode (2.89s) [2021-02-02T17:40:50.635Z] === RUN TestCreateServiceSysctls [2021-02-02T17:40:51.542Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-02-02T17:40:51.542Z] === RUN TestDaemonDefaultNetworkPools [2021-02-02T17:40:52.583Z] --- PASS: TestDaemonDefaultNetworkPools (0.87s) [2021-02-02T17:40:52.583Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-02T17:40:53.608Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-02-02T17:40:53.620Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2021-02-02T17:40:53.620Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-02T17:40:54.848Z] --- PASS: TestCreateServiceSysctls (4.18s) [2021-02-02T17:40:54.848Z] === RUN TestCreateServiceCapabilities [2021-02-02T17:40:54.973Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-02-02T17:40:54.973Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-02-02T17:40:55.135Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.25s) [2021-02-02T17:40:55.135Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-02T17:40:55.229Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-02-02T17:40:55.770Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.65s) [2021-02-02T17:40:55.770Z] === RUN TestServiceWithPredefinedNetwork [2021-02-02T17:40:55.790Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-02-02T17:40:56.658Z] INFO: Extraction ended at 02/02/2021 17:40:55. Duration:00:00:22.4351725 [2021-02-02T17:40:56.658Z] INFO: Updating the golang and path environment variables [2021-02-02T17:40:56.658Z] INFO: GOPATH=d:\gopath [2021-02-02T17:40:56.659Z] INFO: go version go1.13.15 windows/amd64 [2021-02-02T17:40:56.659Z] INFO: Running the daemon under test in debug mode [2021-02-02T17:40:56.659Z] INFO: Starting a daemon under test... [2021-02-02T17:40:56.659Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41842\3\daemon --pidfile d:\CI\PR-41842\3\docker.pid -D [2021-02-02T17:40:56.659Z] INFO: Process started successfully. [2021-02-02T17:40:56.659Z] INFO: Start tailing logs of the daemon under tests [2021-02-02T17:40:56.659Z] INFO: Waiting for the daemon under test to start... [2021-02-02T17:40:56.720Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-02-02T17:40:56.979Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-02-02T17:40:57.235Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-02-02T17:40:57.798Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-02-02T17:40:57.798Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-02-02T17:40:57.798Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-02-02T17:40:58.147Z] --- PASS: TestCreateServiceCapabilities (3.54s) [2021-02-02T17:40:58.147Z] === RUN TestInspect [2021-02-02T17:41:00.228Z] --- PASS: TestServiceWithPredefinedNetwork (3.89s) [2021-02-02T17:41:00.228Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-02T17:41:00.228Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-02T17:41:00.228Z] service_test.go:236: FLAKY_TEST [2021-02-02T17:41:00.228Z] === RUN TestServiceWithDataPathPortInit [2021-02-02T17:41:00.314Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-02-02T17:41:01.445Z] --- PASS: TestInspect (3.14s) [2021-02-02T17:41:01.445Z] === RUN TestCreateJob [2021-02-02T17:41:01.680Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite (351.62s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.38s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.86s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.50s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.64s) [2021-02-02T17:41:03.045Z] docker_cli_daemon_test.go:1455: [dad295d5bfd18] daemon is not started [2021-02-02T17:41:03.045Z] check_test.go:309: [d25e4e2022593] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.21s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.68s) [2021-02-02T17:41:03.045Z] check_test.go:309: [d0d926e895edc] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.80s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.03s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.64s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.75s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.83s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.78s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.55s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.43s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-02-02T17:41:03.045Z] check_test.go:309: [d9a8b3808bf47] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-02-02T17:41:03.045Z] check_test.go:309: [d3addee4df9fb] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.61s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.58s) [2021-02-02T17:41:03.045Z] check_test.go:309: [d258a7a73c6d2] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.60s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.64s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.58s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.23s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.59s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.60s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.65s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-02-02T17:41:03.045Z] check_test.go:309: [d8e68fa170665] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.52s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.55s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (2.88s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.15s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.57s) [2021-02-02T17:41:03.045Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-02T17:41:03.045Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-02-02T17:41:03.045Z] check_test.go:309: [d172b3c2f8c3d] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.23s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (1.97s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.45s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.71s) [2021-02-02T17:41:03.045Z] check_test.go:309: [dfc2bcf60a944] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (3.23s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.56s) [2021-02-02T17:41:03.045Z] check_test.go:309: [d15e642aa4169] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.70s) [2021-02-02T17:41:03.045Z] docker_cli_daemon_plugins_test.go:79: [dbae9e36354c9] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.74s) [2021-02-02T17:41:03.045Z] docker_cli_daemon_plugins_test.go:169: [d448863151a75] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.57s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.56s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.52s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.52s) [2021-02-02T17:41:03.045Z] check_test.go:309: [dc8f79e10732a] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.46s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.59s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.88s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.79s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.76s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.84s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.06s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.56s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.54s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (7.08s) [2021-02-02T17:41:03.045Z] check_test.go:309: [d23e2e7de1669] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.11s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (15.37s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.28s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.15s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (5.08s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (3.38s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (5.43s) [2021-02-02T17:41:03.045Z] check_test.go:309: [daec703fa0658] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.85s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.67s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (10.09s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (3.04s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.66s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.39s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (3.32s) [2021-02-02T17:41:03.045Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-02-02T17:41:03.045Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-02-02T17:41:03.045Z] check_test.go:309: [d1fc2154faa7d] daemon is not started [2021-02-02T17:41:03.045Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-02-02T17:41:03.045Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-02-02T17:41:03.045Z] check_test.go:309: [d51caac34275c] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.29s) [2021-02-02T17:41:03.045Z] check_test.go:309: [de8317ec05578] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.31s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.40s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (3.09s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.35s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.58s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (3.38s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (3.80s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.50s) [2021-02-02T17:41:03.045Z] check_test.go:309: [dff8c9e94c7f1] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.62s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.72s) [2021-02-02T17:41:03.045Z] docker_cli_daemon_plugins_test.go:105: [d05143635b787] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.84s) [2021-02-02T17:41:03.045Z] check_test.go:309: [d2b38b2af84cf] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.55s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.38s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.06s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.55s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.17s) [2021-02-02T17:41:03.045Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-02-02T17:41:03.045Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-02-02T17:41:03.045Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-02-02T17:41:03.045Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-02-02T17:41:03.045Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-02-02T17:41:03.045Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-02-02T17:41:03.045Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-02-02T17:41:03.045Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-02-02T17:41:03.045Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-02-02T17:41:03.045Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-02-02T17:41:03.045Z] check_test.go:309: [d00908fb52756] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.18s) [2021-02-02T17:41:03.045Z] check_test.go:309: [dd41c2969c58a] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.56s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.52s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.45s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2021-02-02T17:41:03.045Z] check_test.go:309: [d3fe6664d3b5c] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (3.01s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.97s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (4.21s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.08s) [2021-02-02T17:41:03.045Z] check_test.go:309: [d8988828055de] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (5.12s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.53s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (3.01s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.02s) [2021-02-02T17:41:03.045Z] check_test.go:309: [d77f4bdab53a6] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.60s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.57s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.88s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2021-02-02T17:41:03.045Z] check_test.go:309: [d5a34263fbb88] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.82s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.82s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.92s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.63s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.08s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.47s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.46s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.47s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.89s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.23s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.23s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.30s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (8.20s) [2021-02-02T17:41:03.045Z] docker_cli_daemon_test.go:2550: [dd410bbee6e7c] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.70s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.78s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.82s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.84s) [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.12s) [2021-02-02T17:41:03.045Z] check_test.go:309: [d343741e1a07e] daemon is not started [2021-02-02T17:41:03.045Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (5.16s) [2021-02-02T17:41:03.045Z] === RUN TestDockerSwarmSuite [2021-02-02T17:41:03.045Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-02-02T17:41:03.972Z] === RUN TestDockerSuite/TestBuildEnv [2021-02-02T17:41:05.336Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-02-02T17:41:05.646Z] --- PASS: TestCreateJob (4.12s) [2021-02-02T17:41:05.646Z] === RUN TestReplicatedJob [2021-02-02T17:41:06.700Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-02-02T17:41:06.700Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-02-02T17:41:07.629Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-02-02T17:41:09.517Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-02-02T17:41:12.227Z] --- PASS: TestReplicatedJob (6.79s) [2021-02-02T17:41:12.227Z] === RUN TestUpdateReplicatedJob [2021-02-02T17:41:14.763Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-02-02T17:41:15.324Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-02-02T17:41:16.429Z] --- PASS: TestUpdateReplicatedJob (4.44s) [2021-02-02T17:41:16.429Z] === RUN TestServiceListWithStatuses [2021-02-02T17:41:16.429Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-02T17:41:16.429Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-02T17:41:16.429Z] === RUN TestDockerNetworkConnectAlias [2021-02-02T17:41:17.792Z] .....INFO: Daemon under test started and replied! [2021-02-02T17:41:17.792Z] INFO: Docker version of the daemon under test [2021-02-02T17:41:17.792Z] [2021-02-02T17:41:17.792Z] Client: [2021-02-02T17:41:17.792Z] Version: 17.06.2-ce [2021-02-02T17:41:17.792Z] API version: 1.30 [2021-02-02T17:41:17.792Z] Go version: go1.8.3 [2021-02-02T17:41:17.792Z] Git commit: cec0b72 [2021-02-02T17:41:17.792Z] Built: Tue Sep 5 19:57:19 2017 [2021-02-02T17:41:17.792Z] OS/Arch: windows/amd64 [2021-02-02T17:41:17.792Z] [2021-02-02T17:41:17.792Z] Server: [2021-02-02T17:41:17.792Z] Version: 0.0.0-dev [2021-02-02T17:41:17.792Z] API version: 1.41 (minimum version 1.24) [2021-02-02T17:41:17.792Z] Go version: go1.13.15 [2021-02-02T17:41:17.792Z] Git commit: cd32448b96 [2021-02-02T17:41:17.792Z] Built: 02/02/2021 17:39:14 [2021-02-02T17:41:17.792Z] OS/Arch: windows/amd64 [2021-02-02T17:41:17.792Z] Experimental: false [2021-02-02T17:41:17.792Z] [2021-02-02T17:41:17.792Z] INFO: Docker info of the daemon under test [2021-02-02T17:41:17.792Z] [2021-02-02T17:41:17.792Z] Containers: 0 [2021-02-02T17:41:17.792Z] Running: 0 [2021-02-02T17:41:17.792Z] Paused: 0 [2021-02-02T17:41:17.792Z] Stopped: 0 [2021-02-02T17:41:17.792Z] Images: 0 [2021-02-02T17:41:17.792Z] Server Version: 0.0.0-dev [2021-02-02T17:41:17.792Z] Storage Driver: windowsfilter [2021-02-02T17:41:17.792Z] Windows: [2021-02-02T17:41:17.792Z] Logging Driver: json-file [2021-02-02T17:41:17.792Z] Plugins: [2021-02-02T17:41:17.792Z] Volume: local [2021-02-02T17:41:17.792Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-02T17:41:17.792Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-02T17:41:17.792Z] Swarm: inactive [2021-02-02T17:41:17.792Z] Default Isolation: process [2021-02-02T17:41:17.792Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-02T17:41:17.792Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-02T17:41:17.792Z] OSType: windows [2021-02-02T17:41:17.792Z] Architecture: x86_64 [2021-02-02T17:41:17.792Z] CPUs: 4 [2021-02-02T17:41:17.792Z] Total Memory: 32GiB [2021-02-02T17:41:17.792Z] Name: azwin-2-aca030 [2021-02-02T17:41:17.792Z] ID: FIYL:IX2I:BNE6:JTMX:PU3S:OU6N:QFTI:CJWP:4S5T:F3YR:22BS:6XVZ [2021-02-02T17:41:17.792Z] Docker Root Dir: D:\CI\PR-41842\3\daemon [2021-02-02T17:41:17.792Z] Debug Mode (client): false [2021-02-02T17:41:17.792Z] Debug Mode (server): true [2021-02-02T17:41:17.792Z] File Descriptors: -1 [2021-02-02T17:41:17.792Z] Goroutines: 16 [2021-02-02T17:41:17.792Z] System Time: 2021-02-02T17:41:15.5062164Z [2021-02-02T17:41:17.792Z] EventsListeners: 0 [2021-02-02T17:41:17.792Z] Registry: https://index.docker.io/v1/ [2021-02-02T17:41:17.792Z] Labels: [2021-02-02T17:41:17.792Z] Experimental: false [2021-02-02T17:41:17.792Z] Insecure Registries: [2021-02-02T17:41:17.792Z] 127.0.0.0/8 [2021-02-02T17:41:17.792Z] Live Restore Enabled: false [2021-02-02T17:41:17.792Z] [2021-02-02T17:41:17.792Z] [2021-02-02T17:41:17.792Z] INFO: Docker images of the daemon under test [2021-02-02T17:41:17.792Z] [2021-02-02T17:41:17.792Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-02-02T17:41:17.792Z] [2021-02-02T17:41:17.792Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-02-02T17:41:17.792Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-02-02T17:41:17.792Z] ltsc2019: Pulling from windows/servercore [2021-02-02T17:41:17.792Z] 4612f6d0b889: Pulling fs layer [2021-02-02T17:41:17.792Z] 4dcc9a9b9e68: Pulling fs layer [2021-02-02T17:41:22.700Z] --- PASS: TestServiceWithDataPathPortInit (20.55s) [2021-02-02T17:41:22.700Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-02T17:41:24.567Z] --- PASS: TestDockerNetworkConnectAlias (6.65s) [2021-02-02T17:41:24.567Z] === RUN TestDockerNetworkReConnect [2021-02-02T17:41:26.397Z] 4dcc9a9b9e68: Verifying Checksum [2021-02-02T17:41:26.397Z] 4dcc9a9b9e68: Download complete [2021-02-02T17:41:28.770Z] --- PASS: TestDockerNetworkReConnect (5.20s) [2021-02-02T17:41:28.770Z] === RUN TestServicePlugin [2021-02-02T17:41:28.770Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-02T17:41:28.770Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:41:28.770Z] === RUN TestServiceUpdateLabel [2021-02-02T17:41:30.197Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-02-02T17:41:30.197Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-02-02T17:41:31.103Z] 4612f6d0b889: Verifying Checksum [2021-02-02T17:41:31.103Z] 4612f6d0b889: Download complete [2021-02-02T17:41:31.188Z] --- PASS: TestServiceWithDefaultAddressPoolInit (10.01s) [2021-02-02T17:41:31.188Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:gbuwz9axkmz21g3n92g98wlws Created:2021-02-02 17:41:21.023279425 +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[c4b78c98cbe08b0de875835cfc6d308afa7b96d51390aaad68dc951e75e49e0e:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.8wu1fj4phfywxo4n6idx8m1pu EndpointID:3bc785372a78c4d4c0ba35b6426ce1a51d70348202f4caffba993f5aa73e2fde MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:6ac99efb97a19589df1b064b133120b1358c7b864661efbbc4e99809672a5909 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:f9d909dd981b IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.8wu1fj4phfywxo4n6idx8m1pu EndpointID:3bc785372a78c4d4c0ba35b6426ce1a51d70348202f4caffba993f5aa73e2fde EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-02T17:41:31.188Z] PASS [2021-02-02T17:41:31.188Z] [2021-02-02T17:41:31.188Z] === Skipped [2021-02-02T17:41:31.188Z] === SKIP: s390x.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-02T17:41:31.188Z] service_test.go:236: FLAKY_TEST [2021-02-02T17:41:31.188Z] [2021-02-02T17:41:31.188Z] [2021-02-02T17:41:31.188Z] DONE 26 tests, 1 skipped in 57.343s [2021-02-02T17:41:31.188Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (s390x.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-02T17:41:31.188Z] ++ 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-02-02T17:41:31.188Z] ++ set -e [2021-02-02T17:41:31.188Z] ++ '[' -n 0 ']' [2021-02-02T17:41:31.188Z] ++ set -x [2021-02-02T17:41:31.188Z] ++ env -i DEST=/go/src/github.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-02-02T17:41:31.188Z] INFO: Testing against a local daemon [2021-02-02T17:41:31.188Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-02T17:41:31.188Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-02T17:41:31.188Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:41:31.188Z] === RUN TestDockerNetworkIpvlan [2021-02-02T17:41:31.188Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-02T17:41:31.188Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:41:31.188Z] PASS [2021-02-02T17:41:31.188Z] [2021-02-02T17:41:31.188Z] === Skipped [2021-02-02T17:41:31.188Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-02T17:41:31.188Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:41:31.188Z] [2021-02-02T17:41:31.188Z] === SKIP: s390x.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-02T17:41:31.188Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:41:31.188Z] [2021-02-02T17:41:31.188Z] [2021-02-02T17:41:31.188Z] DONE 2 tests, 2 skipped in 0.070s [2021-02-02T17:41:31.188Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (s390x.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-02T17:41:31.188Z] ++ 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-02-02T17:41:31.188Z] ++ set -e [2021-02-02T17:41:31.188Z] ++ '[' -n 0 ']' [2021-02-02T17:41:31.188Z] ++ set -x [2021-02-02T17:41:31.188Z] ++ env -i DEST=/go/src/github.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-02-02T17:41:31.188Z] INFO: Testing against a local daemon [2021-02-02T17:41:31.188Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-02T17:41:31.823Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.53s) [2021-02-02T17:41:31.823Z] === RUN TestDockerNetworkMacvlan [2021-02-02T17:41:32.068Z] --- PASS: TestServiceUpdateLabel (3.25s) [2021-02-02T17:41:32.068Z] === RUN TestServiceUpdateSecrets [2021-02-02T17:41:32.524Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-02T17:41:33.565Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-02T17:41:34.602Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-02T17:41:35.442Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-02-02T17:41:37.958Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-02-02T17:41:39.053Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-02T17:41:42.564Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-02T17:41:46.042Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-02-02T17:41:46.966Z] --- PASS: TestServiceUpdateSecrets (15.45s) [2021-02-02T17:41:46.966Z] === RUN TestServiceUpdateConfigs [2021-02-02T17:41:47.407Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-02-02T17:41:47.969Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-02-02T17:41:48.531Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-02-02T17:41:49.897Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-02-02T17:41:49.897Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-02-02T17:41:50.153Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-02-02T17:41:51.049Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-02T17:41:51.683Z] --- PASS: TestDockerNetworkMacvlan (19.89s) [2021-02-02T17:41:51.683Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.11s) [2021-02-02T17:41:51.683Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2021-02-02T17:41:51.683Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.54s) [2021-02-02T17:41:51.683Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.54s) [2021-02-02T17:41:51.683Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (5.53s) [2021-02-02T17:41:51.683Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.51s) [2021-02-02T17:41:51.683Z] PASS [2021-02-02T17:41:51.683Z] [2021-02-02T17:41:51.683Z] DONE 8 tests in 21.493s [2021-02-02T17:41:51.683Z] Running /go/src/github.com/docker/docker/integration/plugin (s390x.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-02T17:41:51.683Z] ++ 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-02-02T17:41:51.683Z] ++ set -e [2021-02-02T17:41:51.683Z] ++ '[' -n 0 ']' [2021-02-02T17:41:51.683Z] ++ set -x [2021-02-02T17:41:51.683Z] ++ env -i DEST=/go/src/github.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-02-02T17:41:51.683Z] testing: warning: no tests to run [2021-02-02T17:41:51.683Z] PASS [2021-02-02T17:41:51.683Z] [2021-02-02T17:41:51.683Z] DONE 0 tests in 0.017s [2021-02-02T17:41:51.683Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (s390x.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-02T17:41:51.683Z] ++ 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-02-02T17:41:51.683Z] ++ set -e [2021-02-02T17:41:51.683Z] ++ '[' -n 0 ']' [2021-02-02T17:41:51.683Z] ++ set -x [2021-02-02T17:41:51.683Z] ++ env -i DEST=/go/src/github.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-02-02T17:41:51.683Z] INFO: Testing against a local daemon [2021-02-02T17:41:51.683Z] === RUN TestAuthZPluginAllowRequest [2021-02-02T17:41:53.756Z] --- PASS: TestAuthZPluginAllowRequest (1.75s) [2021-02-02T17:41:53.756Z] === RUN TestAuthZPluginTLS [2021-02-02T17:41:54.049Z] --- PASS: TestAuthZPluginTLS (0.53s) [2021-02-02T17:41:54.049Z] === RUN TestAuthZPluginDenyRequest [2021-02-02T17:41:54.683Z] --- PASS: TestAuthZPluginDenyRequest (0.52s) [2021-02-02T17:41:54.683Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-02T17:41:54.976Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.52s) [2021-02-02T17:41:54.976Z] === RUN TestAuthZPluginDenyResponse [2021-02-02T17:41:55.610Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2021-02-02T17:41:55.610Z] === RUN TestAuthZPluginAllowEventStream [2021-02-02T17:41:57.683Z] --- PASS: TestAuthZPluginAllowEventStream (1.74s) [2021-02-02T17:41:57.683Z] === RUN TestAuthZPluginErrorResponse [2021-02-02T17:41:58.115Z] --- PASS: TestAuthZPluginErrorResponse (0.53s) [2021-02-02T17:41:58.115Z] === RUN TestAuthZPluginErrorRequest [2021-02-02T17:41:58.236Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-02-02T17:41:58.236Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-02-02T17:41:58.407Z] --- PASS: TestAuthZPluginErrorRequest (0.52s) [2021-02-02T17:41:58.407Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-02T17:41:59.042Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-02-02T17:41:59.042Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-02T17:41:59.604Z] === RUN TestDockerSuite/TestBuildExpose [2021-02-02T17:41:59.860Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-02-02T17:42:01.178Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.22s) [2021-02-02T17:42:01.178Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-02T17:42:01.226Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-02-02T17:42:01.789Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-02-02T17:42:02.358Z] === RUN TestDockerSuite/TestBuildFails [2021-02-02T17:42:02.929Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-02-02T17:42:03.188Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-02-02T17:42:03.915Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.46s) [2021-02-02T17:42:03.915Z] === RUN TestAuthZPluginHeader [2021-02-02T17:42:04.549Z] --- PASS: TestAuthZPluginHeader (0.87s) [2021-02-02T17:42:04.549Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-02T17:42:04.549Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-02T17:42:04.549Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:42:04.549Z] === RUN TestAuthZPluginV2Disable [2021-02-02T17:42:04.549Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-02-02T17:42:04.549Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:42:04.549Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-02T17:42:04.549Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-02T17:42:04.549Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:42:04.549Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-02T17:42:04.549Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-02T17:42:04.549Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:42:04.549Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-02T17:42:05.073Z] --- PASS: TestServiceUpdateConfigs (15.26s) [2021-02-02T17:42:05.073Z] === RUN TestServiceUpdateNetwork [2021-02-02T17:42:05.076Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-02-02T17:42:07.594Z] === RUN TestDockerSuite/TestBuildForceRm [2021-02-02T17:42:08.961Z] === RUN TestDockerSuite/TestBuildFromGit [2021-02-02T17:42:10.327Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-02-02T17:42:10.583Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-02-02T17:42:11.511Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-02-02T17:42:13.401Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-02-02T17:42:14.766Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-02-02T17:42:15.328Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-02-02T17:42:17.216Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-02-02T17:42:17.316Z] --- PASS: TestServiceUpdateNetwork (14.70s) [2021-02-02T17:42:17.316Z] === RUN TestServiceUpdatePidsLimit [2021-02-02T17:42:18.698Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-02T17:42:19.084Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-02-02T17:42:19.084Z] [2021-02-02T17:42:19.084Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-02-02T17:42:19.084Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-02-02T17:42:19.084Z] HOSTNAME=055f2687e09c [2021-02-02T17:42:19.084Z] TESTDEBUG=0 [2021-02-02T17:42:19.084Z] DEST=bundles/test-integration [2021-02-02T17:42:19.084Z] PWD=/go/src/github.com/docker/docker [2021-02-02T17:42:19.084Z] DOCKER_GITCOMMIT=917ff358791c55091e335f0e1fb9d9224b564d94 [2021-02-02T17:42:19.084Z] container=docker [2021-02-02T17:42:19.084Z] HOME=/root [2021-02-02T17:42:19.084Z] GOLANG_VERSION=1.13.15 [2021-02-02T17:42:19.084Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-02-02T17:42:19.084Z] VALIDATE_BRANCH=master [2021-02-02T17:42:19.084Z] TERM=xterm [2021-02-02T17:42:19.084Z] DOCKER_PKG=github.com/docker/docker [2021-02-02T17:42:19.084Z] SHLVL=1 [2021-02-02T17:42:19.084Z] TIMEOUT=120m [2021-02-02T17:42:19.084Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-02-02T17:42:19.084Z] DOCKER_GRAPHDRIVER=overlay2 [2021-02-02T17:42:19.084Z] GO111MODULE=off [2021-02-02T17:42:19.084Z] DOCKER_EXPERIMENTAL=1 [2021-02-02T17:42:19.084Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-02-02T17:42:19.084Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-02-02T17:42:19.084Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-02-02T17:42:19.084Z] GOPATH=/go [2021-02-02T17:42:19.084Z] PKG_CONFIG=pkg-config [2021-02-02T17:42:19.084Z] _=/usr/bin/env [2021-02-02T17:42:19.084Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-02-02T17:42:19.105Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-02-02T17:42:19.640Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-02T17:42:20.470Z] === RUN TestDockerSuite/TestBuildHistory [2021-02-02T17:42:20.726Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-02-02T17:42:21.653Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-02-02T17:42:23.144Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (17.44s) [2021-02-02T17:42:23.144Z] PASS [2021-02-02T17:42:23.144Z] [2021-02-02T17:42:23.144Z] === Skipped [2021-02-02T17:42:23.144Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-02T17:42:23.144Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:42:23.144Z] [2021-02-02T17:42:23.144Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-02-02T17:42:23.144Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:42:23.144Z] [2021-02-02T17:42:23.144Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-02T17:42:23.144Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:42:23.144Z] [2021-02-02T17:42:23.144Z] === SKIP: s390x.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-02T17:42:23.144Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:42:23.144Z] [2021-02-02T17:42:23.144Z] [2021-02-02T17:42:23.144Z] DONE 17 tests, 4 skipped in 30.257s [2021-02-02T17:42:23.144Z] Running /go/src/github.com/docker/docker/integration/plugin/common (s390x.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-02T17:42:23.144Z] ++ 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-02-02T17:42:23.144Z] ++ set -e [2021-02-02T17:42:23.144Z] ++ '[' -n 0 ']' [2021-02-02T17:42:23.144Z] ++ set -x [2021-02-02T17:42:23.144Z] ++ env -i DEST=/go/src/github.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-02-02T17:42:23.144Z] INFO: Testing against a local daemon [2021-02-02T17:42:23.144Z] === RUN TestPluginInvalidJSON [2021-02-02T17:42:23.144Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T17:42:23.144Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T17:42:23.144Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T17:42:23.144Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-02-02T17:42:23.144Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-02T17:42:23.144Z] === RUN TestPluginInstall [2021-02-02T17:42:23.144Z] === RUN TestPluginInstall/no_auth [2021-02-02T17:42:24.181Z] time="2021-02-02T17:42:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:42:24.181Z] time="2021-02-02T17:42:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a1988ec13c8af5a8fb6bbef0b4000da9b1d43f03dea423fab0e74f7ec8d1dd4c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:42:24.181Z] time="2021-02-02T17:42:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:42:24.181Z] time="2021-02-02T17:42:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:a1988ec13c8af5a8fb6bbef0b4000da9b1d43f03dea423fab0e74f7ec8d1dd4c" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:42:24.473Z] === RUN TestPluginInstall/with_htpasswd [2021-02-02T17:42:24.766Z] time="2021-02-02T17:42:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:42:24.766Z] time="2021-02-02T17:42:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:26aa420267011a454d5e8bf5599cd3ef4d1d9ad2a41ae7650a10e36438f1946f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:42:24.766Z] time="2021-02-02T17:42:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:42:24.766Z] time="2021-02-02T17:42:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:26aa420267011a454d5e8bf5599cd3ef4d1d9ad2a41ae7650a10e36438f1946f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:42:25.401Z] === RUN TestPluginInstall/with_insecure [2021-02-02T17:42:25.822Z] === RUN TestDockerSuite/TestBuildIidFile [2021-02-02T17:42:26.077Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-02-02T17:42:26.438Z] time="2021-02-02T17:42:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:42:26.438Z] time="2021-02-02T17:42:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:563842c33ec495263aac58f76cc03fea3136feb568189dd717f9b31eb852e0e3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:42:26.438Z] time="2021-02-02T17:42:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:42:26.438Z] time="2021-02-02T17:42:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:563842c33ec495263aac58f76cc03fea3136feb568189dd717f9b31eb852e0e3" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:42:26.438Z] --- PASS: TestPluginInstall (4.45s) [2021-02-02T17:42:26.438Z] --- PASS: TestPluginInstall/no_auth (2.31s) [2021-02-02T17:42:26.438Z] --- PASS: TestPluginInstall/with_htpasswd (0.84s) [2021-02-02T17:42:26.438Z] --- PASS: TestPluginInstall/with_insecure (1.30s) [2021-02-02T17:42:26.438Z] plugin_test.go:160: [dbf1ce6911987] daemon is not started [2021-02-02T17:42:26.438Z] === RUN TestPluginsWithRuntimes [2021-02-02T17:42:27.004Z] === RUN TestDockerSuite/TestBuildInheritance [2021-02-02T17:42:27.566Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-02-02T17:42:27.770Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-02T17:42:28.127Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-02-02T17:42:28.127Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-02-02T17:42:28.667Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-02T17:42:29.067Z] === RUN TestDockerSuite/TestBuildLabel [2021-02-02T17:42:29.628Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-02-02T17:42:29.763Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-02T17:42:30.189Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-02-02T17:42:30.750Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-02-02T17:42:31.010Z] === RUN TestDockerSuite/TestBuildLabels [2021-02-02T17:42:31.411Z] --- PASS: TestPluginsWithRuntimes (4.65s) [2021-02-02T17:42:31.411Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.40s) [2021-02-02T17:42:31.411Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.35s) [2021-02-02T17:42:31.411Z] PASS [2021-02-02T17:42:31.411Z] [2021-02-02T17:42:31.411Z] DONE 9 tests in 9.195s [2021-02-02T17:42:31.411Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (s390x.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-02T17:42:31.411Z] ++ 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-02-02T17:42:31.411Z] ++ set -e [2021-02-02T17:42:31.411Z] ++ '[' -n 0 ']' [2021-02-02T17:42:31.411Z] ++ set -x [2021-02-02T17:42:31.411Z] ++ env -i DEST=/go/src/github.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-02-02T17:42:31.411Z] INFO: Testing against a local daemon [2021-02-02T17:42:31.411Z] === RUN TestExternalGraphDriver [2021-02-02T17:42:31.411Z] === RUN TestExternalGraphDriver/json [2021-02-02T17:42:31.572Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-02-02T17:42:32.499Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-02-02T17:42:33.611Z] === RUN TestExternalGraphDriver/spec [2021-02-02T17:42:35.689Z] === RUN TestExternalGraphDriver/pull [2021-02-02T17:42:35.767Z] === RUN TestDockerSuite/TestBuildLastModified [2021-02-02T17:42:35.901Z] --- PASS: TestServiceUpdatePidsLimit (17.58s) [2021-02-02T17:42:35.901Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.04s) [2021-02-02T17:42:35.901Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.12s) [2021-02-02T17:42:35.901Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.12s) [2021-02-02T17:42:35.901Z] PASS [2021-02-02T17:42:35.901Z] [2021-02-02T17:42:35.901Z] === Skipped [2021-02-02T17:42:35.901Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-02T17:42:35.901Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-02T17:42:35.901Z] [2021-02-02T17:42:35.901Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-02-02T17:42:35.901Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:42:35.901Z] [2021-02-02T17:42:35.901Z] [2021-02-02T17:42:35.901Z] DONE 27 tests, 2 skipped in 161.664s [2021-02-02T17:42:35.901Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-02-02T17:42:35.901Z] ++ 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-02-02T17:42:35.901Z] ++ set -e [2021-02-02T17:42:35.901Z] ++ '[' -n 0 ']' [2021-02-02T17:42:35.901Z] ++ set -x [2021-02-02T17:42:35.901Z] ++ env -i DEST=/go/src/github.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-02-02T17:42:35.901Z] INFO: Testing against a local daemon [2021-02-02T17:42:35.901Z] === RUN TestSessionCreate [2021-02-02T17:42:35.901Z] --- PASS: TestSessionCreate (0.05s) [2021-02-02T17:42:35.901Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-02T17:42:35.901Z] --- PASS: TestSessionCreateWithBadUpgrade (0.05s) [2021-02-02T17:42:35.901Z] PASS [2021-02-02T17:42:35.901Z] [2021-02-02T17:42:35.901Z] DONE 2 tests in 0.252s [2021-02-02T17:42:35.901Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-02-02T17:42:35.901Z] ++ 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-02-02T17:42:35.901Z] ++ set -e [2021-02-02T17:42:35.901Z] ++ '[' -n 0 ']' [2021-02-02T17:42:35.901Z] ++ set -x [2021-02-02T17:42:35.901Z] ++ env -i DEST=/go/src/github.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-02-02T17:42:35.901Z] INFO: Testing against a local daemon [2021-02-02T17:42:35.901Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-02T17:42:35.901Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-02T17:42:35.901Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-02T17:42:35.901Z] === RUN TestEventsExecDie [2021-02-02T17:42:35.901Z] --- PASS: TestEventsExecDie (0.94s) [2021-02-02T17:42:35.901Z] === RUN TestEventsBackwardsCompatible [2021-02-02T17:42:36.161Z] --- PASS: TestEventsBackwardsCompatible (0.12s) [2021-02-02T17:42:36.161Z] === RUN TestInfoBinaryCommits [2021-02-02T17:42:36.161Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-02-02T17:42:36.161Z] === RUN TestInfoAPIVersioned [2021-02-02T17:42:36.161Z] --- PASS: TestInfoAPIVersioned (0.02s) [2021-02-02T17:42:36.161Z] === RUN TestInfoDiscoveryBackend [2021-02-02T17:42:36.735Z] --- PASS: TestInfoDiscoveryBackend (0.67s) [2021-02-02T17:42:36.735Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-02T17:42:37.877Z] --- PASS: TestExternalGraphDriver (6.73s) [2021-02-02T17:42:37.877Z] --- PASS: TestExternalGraphDriver/json (2.07s) [2021-02-02T17:42:37.877Z] --- PASS: TestExternalGraphDriver/spec (2.15s) [2021-02-02T17:42:37.877Z] --- PASS: TestExternalGraphDriver/pull (2.40s) [2021-02-02T17:42:37.877Z] === RUN TestGraphdriverPluginV2 [2021-02-02T17:42:38.119Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.01s) [2021-02-02T17:42:38.119Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-02T17:42:38.170Z] --- SKIP: TestGraphdriverPluginV2 (0.14s) [2021-02-02T17:42:38.170Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:42:38.170Z] PASS [2021-02-02T17:42:38.170Z] [2021-02-02T17:42:38.170Z] === Skipped [2021-02-02T17:42:38.170Z] === SKIP: s390x.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.14s) [2021-02-02T17:42:38.170Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:42:38.170Z] [2021-02-02T17:42:38.170Z] [2021-02-02T17:42:38.170Z] DONE 5 tests, 1 skipped in 6.961s [2021-02-02T17:42:38.170Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (s390x.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-02T17:42:38.170Z] ++ 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-02-02T17:42:38.170Z] ++ set -e [2021-02-02T17:42:38.170Z] ++ '[' -n 0 ']' [2021-02-02T17:42:38.170Z] ++ set -x [2021-02-02T17:42:38.170Z] ++ env -i DEST=/go/src/github.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-02-02T17:42:38.170Z] INFO: Testing against a local daemon [2021-02-02T17:42:38.170Z] === RUN TestContinueAfterPluginCrash [2021-02-02T17:42:38.170Z] === PAUSE TestContinueAfterPluginCrash [2021-02-02T17:42:38.170Z] === RUN TestReadPluginNoRead [2021-02-02T17:42:38.170Z] === PAUSE TestReadPluginNoRead [2021-02-02T17:42:38.170Z] === RUN TestDaemonStartWithLogOpt [2021-02-02T17:42:38.170Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-02T17:42:38.170Z] === CONT TestContinueAfterPluginCrash [2021-02-02T17:42:38.170Z] === CONT TestDaemonStartWithLogOpt [2021-02-02T17:42:38.379Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.64s) [2021-02-02T17:42:38.379Z] === RUN TestInfoAPI [2021-02-02T17:42:38.639Z] --- PASS: TestInfoAPI (0.05s) [2021-02-02T17:42:38.639Z] === RUN TestInfoAPIWarnings [2021-02-02T17:42:39.933Z] --- PASS: TestImportExtremelyLargeImageWorks (193.17s) [2021-02-02T17:42:39.933Z] PASS [2021-02-02T17:42:39.933Z] [2021-02-02T17:42:39.933Z] DONE 12 tests in 196.917s [2021-02-02T17:42:39.933Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-02-02T17:42:39.933Z] ++ 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-02-02T17:42:39.933Z] ++ set -e [2021-02-02T17:42:39.933Z] ++ '[' -n 0 ']' [2021-02-02T17:42:39.933Z] ++ set -x [2021-02-02T17:42:39.933Z] ++ env -i DEST=/go/src/github.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-02-02T17:42:39.933Z] INFO: Testing against a local daemon [2021-02-02T17:42:39.933Z] === RUN TestNetworkCreateDelete [2021-02-02T17:42:39.933Z] --- PASS: TestNetworkCreateDelete (0.21s) [2021-02-02T17:42:39.933Z] === RUN TestDockerNetworkDeletePreferID [2021-02-02T17:42:40.494Z] --- PASS: TestDockerNetworkDeletePreferID (0.54s) [2021-02-02T17:42:40.494Z] === RUN TestDaemonDNSFallback [2021-02-02T17:42:40.494Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-02-02T17:42:42.694Z] --- PASS: TestDaemonStartWithLogOpt (3.76s) [2021-02-02T17:42:42.694Z] === CONT TestReadPluginNoRead [2021-02-02T17:42:43.010Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-02-02T17:42:43.010Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-02-02T17:42:43.266Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-02-02T17:42:43.266Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-02-02T17:42:43.266Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-02-02T17:42:43.522Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-02-02T17:42:44.789Z] === RUN TestReadPluginNoRead/default [2021-02-02T17:42:44.888Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-02-02T17:42:45.815Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-02-02T17:42:46.895Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-02T17:42:47.177Z] --- PASS: TestDaemonDNSFallback (6.67s) [2021-02-02T17:42:47.177Z] === RUN TestInspectNetwork [2021-02-02T17:42:47.529Z] --- PASS: TestContinueAfterPluginCrash (9.21s) [2021-02-02T17:42:48.542Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-02-02T17:42:49.050Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-02T17:42:49.104Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-02-02T17:42:49.665Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-02-02T17:42:51.031Z] === RUN TestInspectNetwork/full_network_id [2021-02-02T17:42:51.031Z] === RUN TestInspectNetwork/partial_network_id [2021-02-02T17:42:51.031Z] === RUN TestInspectNetwork/network_name [2021-02-02T17:42:51.031Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-02T17:42:51.257Z] --- PASS: TestReadPluginNoRead (8.98s) [2021-02-02T17:42:51.257Z] --- PASS: TestReadPluginNoRead/default (1.95s) [2021-02-02T17:42:51.257Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.06s) [2021-02-02T17:42:51.257Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.09s) [2021-02-02T17:42:51.257Z] read_test.go:92: [de33075b77a9c] daemon is not started [2021-02-02T17:42:51.257Z] PASS [2021-02-02T17:42:51.257Z] [2021-02-02T17:42:51.257Z] DONE 6 tests in 12.829s [2021-02-02T17:42:51.257Z] 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-02-02T17:42:51.257Z] ++ 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-02-02T17:42:51.257Z] ++ set -e [2021-02-02T17:42:51.257Z] ++ '[' -n 0 ']' [2021-02-02T17:42:51.257Z] ++ set -x [2021-02-02T17:42:51.257Z] ++ env -i DEST=/go/src/github.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-02-02T17:42:51.257Z] testing: warning: no tests to run [2021-02-02T17:42:51.257Z] PASS [2021-02-02T17:42:51.257Z] [2021-02-02T17:42:51.257Z] DONE 0 tests in 0.029s [2021-02-02T17:42:51.257Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (s390x.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-02T17:42:51.258Z] ++ 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-02-02T17:42:51.258Z] ++ set -e [2021-02-02T17:42:51.258Z] ++ '[' -n 0 ']' [2021-02-02T17:42:51.258Z] ++ set -x [2021-02-02T17:42:51.258Z] ++ env -i DEST=/go/src/github.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-02-02T17:42:51.258Z] INFO: Testing against a local daemon [2021-02-02T17:42:51.258Z] === RUN TestPluginWithDevMounts [2021-02-02T17:42:51.258Z] === PAUSE TestPluginWithDevMounts [2021-02-02T17:42:51.258Z] === CONT TestPluginWithDevMounts [2021-02-02T17:42:51.821Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-02-02T17:42:51.821Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-02-02T17:42:53.421Z] --- PASS: TestPluginWithDevMounts (1.95s) [2021-02-02T17:42:53.421Z] PASS [2021-02-02T17:42:53.421Z] [2021-02-02T17:42:53.421Z] DONE 1 tests in 2.039s [2021-02-02T17:42:53.421Z] Running /go/src/github.com/docker/docker/integration/secret (s390x.integration.secret) flags=-test.v -test.timeout=120m [2021-02-02T17:42:53.421Z] ++ 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-02-02T17:42:53.421Z] ++ set -e [2021-02-02T17:42:53.421Z] ++ '[' -n 0 ']' [2021-02-02T17:42:53.421Z] ++ set -x [2021-02-02T17:42:53.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-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-02-02T17:42:53.421Z] INFO: Testing against a local daemon [2021-02-02T17:42:53.421Z] === RUN TestSecretInspect [2021-02-02T17:42:55.195Z] --- PASS: TestInspectNetwork (8.15s) [2021-02-02T17:42:55.195Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-02T17:42:55.195Z] --- PASS: TestInspectNetwork/partial_network_id (0.01s) [2021-02-02T17:42:55.195Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-02T17:42:55.195Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-02T17:42:55.195Z] === RUN TestRunContainerWithBridgeNone [2021-02-02T17:42:56.747Z] --- PASS: TestInfoAPIWarnings (16.63s) [2021-02-02T17:42:56.747Z] === RUN TestInfoDebug [2021-02-02T17:42:56.747Z] --- PASS: TestInfoDebug (0.63s) [2021-02-02T17:42:56.747Z] === RUN TestInfoInsecureRegistries [2021-02-02T17:42:56.747Z] --- PASS: TestInfoInsecureRegistries (0.62s) [2021-02-02T17:42:56.747Z] === RUN TestInfoRegistryMirrors [2021-02-02T17:42:57.007Z] --- PASS: TestInfoRegistryMirrors (0.63s) [2021-02-02T17:42:57.007Z] === RUN TestLoginFailsWithBadCredentials [2021-02-02T17:42:57.106Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-02-02T17:42:57.106Z] --- PASS: TestRunContainerWithBridgeNone (1.95s) [2021-02-02T17:42:57.106Z] === RUN TestNetworkInvalidJSON [2021-02-02T17:42:57.106Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-02T17:42:57.106Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-02T17:42:57.106Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T17:42:57.106Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T17:42:57.106Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T17:42:57.106Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T17:42:57.106Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-02T17:42:57.106Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T17:42:57.106Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T17:42:57.106Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-02-02T17:42:57.106Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-02T17:42:57.106Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-02-02T17:42:57.106Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-02-02T17:42:57.106Z] === RUN TestNetworkList [2021-02-02T17:42:57.106Z] === RUN TestNetworkList//networks [2021-02-02T17:42:57.106Z] === PAUSE TestNetworkList//networks [2021-02-02T17:42:57.106Z] === RUN TestNetworkList//networks/ [2021-02-02T17:42:57.106Z] === PAUSE TestNetworkList//networks/ [2021-02-02T17:42:57.106Z] === CONT TestNetworkList//networks [2021-02-02T17:42:57.106Z] === CONT TestNetworkList//networks/ [2021-02-02T17:42:57.106Z] --- PASS: TestNetworkList (0.04s) [2021-02-02T17:42:57.106Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-02T17:42:57.106Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-02T17:42:57.106Z] === RUN TestHostIPv4BridgeLabel [2021-02-02T17:42:57.119Z] --- PASS: TestSecretInspect (3.75s) [2021-02-02T17:42:57.119Z] === RUN TestSecretList [2021-02-02T17:42:57.268Z] --- PASS: TestLoginFailsWithBadCredentials (0.28s) [2021-02-02T17:42:57.268Z] === RUN TestPingCacheHeaders [2021-02-02T17:42:57.268Z] --- PASS: TestPingCacheHeaders (0.05s) [2021-02-02T17:42:57.268Z] === RUN TestPingGet [2021-02-02T17:42:57.529Z] --- PASS: TestPingGet (0.03s) [2021-02-02T17:42:57.529Z] === RUN TestPingHead [2021-02-02T17:42:57.529Z] --- PASS: TestPingHead (0.05s) [2021-02-02T17:42:57.529Z] === RUN TestVersion [2021-02-02T17:42:57.529Z] --- PASS: TestVersion (0.05s) [2021-02-02T17:42:57.529Z] PASS [2021-02-02T17:42:57.529Z] [2021-02-02T17:42:57.529Z] === Skipped [2021-02-02T17:42:57.529Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-02T17:42:57.529Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-02T17:42:57.529Z] [2021-02-02T17:42:57.529Z] [2021-02-02T17:42:57.529Z] DONE 18 tests, 1 skipped in 22.626s [2021-02-02T17:42:57.529Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-02T17:42:57.529Z] ++ 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-02-02T17:42:57.529Z] ++ set -e [2021-02-02T17:42:57.529Z] ++ '[' -n 0 ']' [2021-02-02T17:42:57.529Z] ++ set -x [2021-02-02T17:42:57.529Z] ++ env -i DEST=/go/src/github.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-02-02T17:42:57.790Z] INFO: Testing against a local daemon [2021-02-02T17:42:57.790Z] === RUN TestVolumesCreateAndList [2021-02-02T17:42:57.790Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-02-02T17:42:57.790Z] === RUN TestVolumesRemove [2021-02-02T17:42:57.790Z] --- PASS: TestVolumesRemove (0.13s) [2021-02-02T17:42:57.790Z] === RUN TestVolumesInspect [2021-02-02T17:42:57.790Z] --- PASS: TestVolumesInspect (0.03s) [2021-02-02T17:42:57.790Z] === RUN TestVolumesInvalidJSON [2021-02-02T17:42:57.790Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-02T17:42:57.790Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-02T17:42:57.790Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-02T17:42:57.790Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-02-02T17:42:57.790Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-02T17:42:57.790Z] PASS [2021-02-02T17:42:57.790Z] [2021-02-02T17:42:57.790Z] DONE 5 tests in 0.384s [2021-02-02T17:42:58.034Z] --- PASS: TestHostIPv4BridgeLabel (0.58s) [2021-02-02T17:42:58.034Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-02T17:42:58.050Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-02T17:42:58.621Z] ++++ cat bundles/test-integration/docker.pid [2021-02-02T17:42:58.621Z] +++ kill 13861 [2021-02-02T17:42:58.961Z] --- PASS: TestDaemonRestartWithLiveRestore (1.07s) [2021-02-02T17:42:58.961Z] === RUN TestDaemonDefaultNetworkPools [2021-02-02T17:42:59.521Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-02-02T17:42:59.778Z] --- PASS: TestDaemonDefaultNetworkPools (0.79s) [2021-02-02T17:42:59.778Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-02T17:43:00.002Z] +++ /etc/init.d/apparmor stop [2021-02-02T17:43:00.002Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-02T17:43:00.002Z] [2021-02-02T17:43:00.002Z] Unloading profiles will leave already running processes permanently [2021-02-02T17:43:00.002Z] unconfined, which can lead to unexpected situations. [2021-02-02T17:43:00.002Z] [2021-02-02T17:43:00.002Z] To set a process to complain mode, use the command line tool [2021-02-02T17:43:00.002Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-02T17:43:00.002Z] +++ true [2021-02-02T17:43:00.002Z] exiting test-integration [2021-02-02T17:43:00.002Z] ++ exit 0 [2021-02-02T17:43:00.002Z] [2021-02-02T17:43:00.683Z] --- PASS: TestSecretList (3.76s) [2021-02-02T17:43:00.683Z] === RUN TestSecretsCreateAndDelete [2021-02-02T17:43:00.705Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-02-02T17:43:00.960Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2021-02-02T17:43:00.960Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-02T17:43:02.327Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.32s) [2021-02-02T17:43:02.327Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-02T17:43:02.327Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-02-02T17:43:02.327Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-02-02T17:43:02.887Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.59s) [2021-02-02T17:43:02.887Z] === RUN TestServiceWithPredefinedNetwork Post stage [Pipeline] junit [2021-02-02T17:43:04.216Z] Recording test results [2021-02-02T17:43:04.765Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-02T17:43:05.114Z] + echo Ensuring container killed. [2021-02-02T17:43:05.114Z] Ensuring container killed. [2021-02-02T17:43:05.114Z] + docker rm -vf docker-pr3 [2021-02-02T17:43:05.114Z] Error: No such container: docker-pr3 [Pipeline] sh [2021-02-02T17:43:05.139Z] --- PASS: TestSecretsCreateAndDelete (3.83s) [2021-02-02T17:43:05.139Z] === RUN TestSecretsUpdate [2021-02-02T17:43:05.404Z] + echo Chowning /workspace to jenkins user [2021-02-02T17:43:05.404Z] Chowning /workspace to jenkins user [2021-02-02T17:43:05.404Z] + id -u [2021-02-02T17:43:05.404Z] + id -g [2021-02-02T17:43:05.404Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41842:/workspace busybox chown -R 1000:1000 /workspace [2021-02-02T17:43:05.408Z] --- PASS: TestServiceWithPredefinedNetwork (2.65s) [2021-02-02T17:43:05.408Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-02T17:43:05.408Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-02T17:43:05.408Z] service_test.go:236: FLAKY_TEST [2021-02-02T17:43:05.408Z] === RUN TestServiceWithDataPathPortInit [2021-02-02T17:43:06.336Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-02-02T17:43:06.591Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-02-02T17:43:08.480Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-02-02T17:43:08.720Z] --- PASS: TestSecretsUpdate (3.86s) [2021-02-02T17:43:08.720Z] === RUN TestTemplatedSecret [2021-02-02T17:43:08.735Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-02-02T17:43:10.099Z] === RUN TestDockerSuite/TestBuildNetNone [2021-02-02T17:43:10.354Z] === RUN TestDockerSuite/TestBuildNoContext [2021-02-02T17:43:10.456Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-02T17:43:10.915Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-02-02T17:43:10.989Z] + bundleName=arm64-integration [2021-02-02T17:43:10.989Z] + echo Creating arm64-integration-bundles.tar.gz [2021-02-02T17:43:10.989Z] Creating arm64-integration-bundles.tar.gz [2021-02-02T17:43:10.989Z] + xargs tar -czf arm64-integration-bundles.tar.gz [2021-02-02T17:43:10.989Z] + 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-02-02T17:43:11.262Z] Archiving artifacts [2021-02-02T17:43:11.476Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-02-02T17:43:11.544Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41842/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-02T17:43:11.857Z] + make clean [2021-02-02T17:43:12.039Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-02-02T17:43:12.247Z] --- PASS: TestTemplatedSecret (3.73s) [2021-02-02T17:43:12.247Z] === RUN TestSecretCreateResolve [2021-02-02T17:43:12.428Z] docker volume rm -f docker-dev-cache [2021-02-02T17:43:12.428Z] docker-dev-cache [Pipeline] deleteDir [2021-02-02T17:43:13.931Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-02-02T17:43:14.493Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-02-02T17:43:14.493Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-02-02T17:43:15.421Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-02-02T17:43:15.678Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-02-02T17:43:15.768Z] --- PASS: TestSecretCreateResolve (3.83s) [2021-02-02T17:43:15.768Z] PASS [2021-02-02T17:43:16.061Z] [2021-02-02T17:43:16.061Z] DONE 6 tests in 22.829s [2021-02-02T17:43:16.061Z] Running /go/src/github.com/docker/docker/integration/service (s390x.integration.service) flags=-test.v -test.timeout=120m [2021-02-02T17:43:16.061Z] ++ 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-02-02T17:43:16.061Z] ++ set -e [2021-02-02T17:43:16.061Z] ++ '[' -n 0 ']' [2021-02-02T17:43:16.061Z] ++ set -x [2021-02-02T17:43:16.061Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-02T17:43:16.061Z] INFO: Testing against a local daemon [2021-02-02T17:43:16.061Z] === RUN TestServiceCreateInit [2021-02-02T17:43:16.061Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-02T17:43:16.607Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-02-02T17:43:17.973Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-02-02T17:43:18.544Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-02-02T17:43:20.433Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T17:43:21.359Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-02-02T17:43:21.616Z] --- PASS: TestServiceWithDataPathPortInit (16.11s) [2021-02-02T17:43:21.616Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-02T17:43:21.635Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-02T17:43:22.980Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-02-02T17:43:23.126Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-02-02T17:43:23.126Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-02-02T17:43:24.164Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-02-02T17:43:24.346Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-02-02T17:43:25.274Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-02-02T17:43:25.530Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-02-02T17:43:25.676Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-02-02T17:43:25.676Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-02-02T17:43:27.211Z] --- PASS: TestServiceCreateInit (10.69s) [2021-02-02T17:43:27.211Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (5.26s) [2021-02-02T17:43:27.211Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.42s) [2021-02-02T17:43:27.211Z] === RUN TestCreateServiceMultipleTimes [2021-02-02T17:43:27.749Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-02-02T17:43:28.042Z] === RUN TestDockerSuite/TestBuildPATH [2021-02-02T17:43:29.406Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-02-02T17:43:29.662Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.09s) [2021-02-02T17:43:29.662Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:el7tdg8uup0e9fol8jbkikxfi Created:2021-02-02 17:43:22.972183927 +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[ea1518f2b8cd219276357dfaa72edd142cfc1f9ef7b427b10358a4eef167df5c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.utkmn6uw5nawr56yl4r9xcx71 EndpointID:969015fbe073012199d5746d3f54b887752440864c6117fefe3184f81fe14d39 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0fbdc544163825370fe1f24d7b1e4f3f6fee370b37573ed9d53b670b1f456ff1 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:e4359d71befa IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.utkmn6uw5nawr56yl4r9xcx71 EndpointID:969015fbe073012199d5746d3f54b887752440864c6117fefe3184f81fe14d39 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-02T17:43:29.662Z] PASS [2021-02-02T17:43:29.662Z] [2021-02-02T17:43:29.662Z] === Skipped [2021-02-02T17:43:29.662Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-02T17:43:29.662Z] service_test.go:236: FLAKY_TEST [2021-02-02T17:43:29.662Z] [2021-02-02T17:43:29.662Z] [2021-02-02T17:43:29.662Z] DONE 26 tests, 1 skipped in 50.120s [2021-02-02T17:43:29.662Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-02T17:43:29.662Z] ++ 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-02-02T17:43:29.662Z] ++ set -e [2021-02-02T17:43:29.662Z] ++ '[' -n 0 ']' [2021-02-02T17:43:29.662Z] ++ set -x [2021-02-02T17:43:29.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=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-02-02T17:43:29.662Z] INFO: Testing against a local daemon [2021-02-02T17:43:29.662Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-02T17:43:29.662Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-02T17:43:29.662Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:43:29.662Z] === RUN TestDockerNetworkIpvlan [2021-02-02T17:43:29.662Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-02T17:43:29.662Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:43:29.662Z] PASS [2021-02-02T17:43:29.662Z] [2021-02-02T17:43:29.662Z] === Skipped [2021-02-02T17:43:29.662Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-02T17:43:29.662Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:43:29.662Z] [2021-02-02T17:43:29.662Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-02T17:43:29.662Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:43:29.662Z] [2021-02-02T17:43:29.662Z] [2021-02-02T17:43:29.662Z] DONE 2 tests, 2 skipped in 0.124s [2021-02-02T17:43:29.662Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-02T17:43:29.662Z] ++ 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-02-02T17:43:29.662Z] ++ set -e [2021-02-02T17:43:29.662Z] ++ '[' -n 0 ']' [2021-02-02T17:43:29.662Z] ++ set -x [2021-02-02T17:43:29.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=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-02-02T17:43:29.918Z] INFO: Testing against a local daemon [2021-02-02T17:43:29.918Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-02T17:43:29.918Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-02-02T17:43:30.845Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-02-02T17:43:31.276Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-02-02T17:43:31.406Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2021-02-02T17:43:31.406Z] === RUN TestDockerNetworkMacvlan [2021-02-02T17:43:32.335Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-02T17:43:32.786Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-02-02T17:43:33.276Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-02T17:43:34.203Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-02T17:43:34.303Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-02-02T17:43:34.937Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-02-02T17:43:36.721Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-02T17:43:37.016Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-02-02T17:43:38.077Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-02-02T17:43:38.610Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-02-02T17:43:38.866Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-02T17:43:40.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-02-02T17:43:41.188Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-02-02T17:43:42.233Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-02-02T17:43:43.019Z] 4612f6d0b889: Pull complete [2021-02-02T17:43:43.032Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-02-02T17:43:43.742Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-02-02T17:43:43.742Z] Using test binary docker [2021-02-02T17:43:43.742Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-02-02T17:43:43.742Z] +++ /etc/init.d/apparmor start [2021-02-02T17:43:43.742Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-02-02T17:43:43.742Z] INFO: Waiting for daemon to start... [2021-02-02T17:43:43.742Z] Starting dockerd [2021-02-02T17:43:43.742Z] +++ 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-02-02T17:43:43.959Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-02T17:43:44.220Z] === RUN TestDockerSuite/TestBuildRm [2021-02-02T17:43:45.160Z] --- PASS: TestDockerNetworkMacvlan (13.90s) [2021-02-02T17:43:45.160Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.10s) [2021-02-02T17:43:45.160Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.12s) [2021-02-02T17:43:45.160Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.35s) [2021-02-02T17:43:45.160Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.21s) [2021-02-02T17:43:45.160Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (3.79s) [2021-02-02T17:43:45.160Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.98s) [2021-02-02T17:43:45.160Z] PASS [2021-02-02T17:43:45.160Z] [2021-02-02T17:43:45.160Z] DONE 8 tests in 15.440s [2021-02-02T17:43:45.160Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-02T17:43:45.160Z] ++ 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-02-02T17:43:45.160Z] ++ set -e [2021-02-02T17:43:45.160Z] ++ '[' -n 0 ']' [2021-02-02T17:43:45.160Z] ++ set -x [2021-02-02T17:43:45.160Z] ++ env -i DEST=/go/src/github.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-02-02T17:43:45.160Z] testing: warning: no tests to run [2021-02-02T17:43:45.160Z] PASS [2021-02-02T17:43:45.160Z] [2021-02-02T17:43:45.160Z] DONE 0 tests in 0.024s [2021-02-02T17:43:45.160Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-02T17:43:45.160Z] ++ 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-02-02T17:43:45.160Z] ++ set -e [2021-02-02T17:43:45.160Z] ++ '[' -n 0 ']' [2021-02-02T17:43:45.160Z] ++ set -x [2021-02-02T17:43:45.160Z] ++ env -i DEST=/go/src/github.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-02-02T17:43:45.415Z] INFO: Testing against a local daemon [2021-02-02T17:43:45.415Z] === RUN TestAuthZPluginAllowRequest [2021-02-02T17:43:45.811Z] . [2021-02-02T17:43:45.811Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-02-02T17:43:45.811Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-02-02T17:43:45.811Z] Error: No such image: emptyfs [2021-02-02T17:43:45.811Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-02-02T17:43:45.811Z] ++++ docker load [2021-02-02T17:43:45.811Z] Running integration-test (iteration 1) [2021-02-02T17:43:45.811Z] Running /go/src/github.com/docker/docker/integration/build (ppc64le.integration.build) flags=-test.v -test.timeout=120m [2021-02-02T17:43:45.811Z] ++ 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-02-02T17:43:45.811Z] ++ set -e [2021-02-02T17:43:45.811Z] ++ '[' -n 0 ']' [2021-02-02T17:43:45.811Z] ++ set -x [2021-02-02T17:43:45.811Z] ++ env -i DEST=/go/src/github.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-02-02T17:43:46.782Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-02-02T17:43:47.038Z] --- PASS: TestAuthZPluginAllowRequest (1.52s) [2021-02-02T17:43:47.038Z] === RUN TestAuthZPluginTLS [2021-02-02T17:43:47.599Z] --- PASS: TestAuthZPluginTLS (0.59s) [2021-02-02T17:43:47.599Z] === RUN TestAuthZPluginDenyRequest [2021-02-02T17:43:47.599Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-02-02T17:43:48.161Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2021-02-02T17:43:48.161Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-02T17:43:48.723Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-02-02T17:43:48.723Z] === RUN TestAuthZPluginDenyResponse [2021-02-02T17:43:48.723Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-02-02T17:43:49.283Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-02-02T17:43:49.283Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2021-02-02T17:43:49.283Z] === RUN TestAuthZPluginAllowEventStream [2021-02-02T17:43:49.539Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-02-02T17:43:50.906Z] --- PASS: TestAuthZPluginAllowEventStream (1.49s) [2021-02-02T17:43:50.906Z] === RUN TestAuthZPluginErrorResponse [2021-02-02T17:43:50.906Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-02-02T17:43:51.467Z] --- PASS: TestAuthZPluginErrorResponse (0.62s) [2021-02-02T17:43:51.467Z] === RUN TestAuthZPluginErrorRequest [2021-02-02T17:43:52.029Z] --- PASS: TestAuthZPluginErrorRequest (0.57s) [2021-02-02T17:43:52.029Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-02T17:43:52.029Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-02-02T17:43:52.592Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-02-02T17:43:52.592Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-02T17:43:52.848Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-02-02T17:43:54.214Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.91s) [2021-02-02T17:43:54.214Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-02T17:43:54.331Z] --- PASS: TestCreateServiceMultipleTimes (23.46s) [2021-02-02T17:43:54.331Z] === RUN TestCreateServiceConflict [2021-02-02T17:43:54.331Z] --- PASS: TestCreateServiceConflict (3.84s) [2021-02-02T17:43:54.331Z] === RUN TestCreateServiceMaxReplicas [2021-02-02T17:43:56.102Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-02-02T17:43:56.102Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-02-02T17:43:56.102Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-02-02T17:43:56.102Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.87s) [2021-02-02T17:43:56.102Z] === RUN TestAuthZPluginHeader [2021-02-02T17:43:56.358Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-02-02T17:43:56.358Z] === RUN TestDockerSuite/TestBuildSpaces [2021-02-02T17:43:57.286Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-02-02T17:43:57.286Z] --- PASS: TestAuthZPluginHeader (1.07s) [2021-02-02T17:43:57.286Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-02T17:43:57.909Z] --- PASS: TestCreateServiceMaxReplicas (4.05s) [2021-02-02T17:43:57.909Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-02T17:43:58.653Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-02-02T17:43:58.653Z] === RUN TestDockerSuite/TestBuildStderr [2021-02-02T17:43:58.736Z] Loaded image: buildpack-deps:buster [2021-02-02T17:43:59.037Z] Loaded image: busybox:latest [2021-02-02T17:43:59.037Z] Loaded image: busybox:glibc [2021-02-02T17:43:59.581Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-02-02T17:44:01.776Z] Loaded image: debian:bullseye [2021-02-02T17:44:02.068Z] Loaded image: hello-world:latest [2021-02-02T17:44:02.068Z] Loaded image: arm32v7/hello-world:latest [2021-02-02T17:44:02.068Z] INFO: Testing against a local daemon [2021-02-02T17:44:02.068Z] === RUN TestCgroupNamespacesBuild [2021-02-02T17:44:02.095Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.55s) [2021-02-02T17:44:02.095Z] === RUN TestAuthZPluginV2Disable [2021-02-02T17:44:03.459Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-02-02T17:44:03.572Z] --- PASS: TestCgroupNamespacesBuild (1.39s) [2021-02-02T17:44:03.572Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-02-02T17:44:04.021Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-02-02T17:44:04.583Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-02-02T17:44:05.078Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.38s) [2021-02-02T17:44:05.078Z] === RUN TestBuildWithSession [2021-02-02T17:44:05.078Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-02T17:44:05.078Z] build_session_test.go:25: TODO: BuildKit [2021-02-02T17:44:05.078Z] === RUN TestBuildSquashParent [2021-02-02T17:44:05.145Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-02-02T17:44:05.400Z] --- PASS: TestAuthZPluginV2Disable (3.47s) [2021-02-02T17:44:05.400Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-02T17:44:05.962Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-02-02T17:44:06.897Z] === RUN TestDockerSuite/TestBuildUser [2021-02-02T17:44:08.270Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.09s) [2021-02-02T17:44:08.270Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-02T17:44:08.525Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-02-02T17:44:09.540Z] --- PASS: TestBuildSquashParent (4.35s) [2021-02-02T17:44:09.540Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-02T17:44:09.540Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:44:09.540Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:44:09.540Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:44:09.540Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:44:09.540Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:44:09.540Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:44:09.540Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:44:09.540Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:44:09.540Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:44:09.540Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:44:09.540Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:44:09.540Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:44:09.540Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:44:09.540Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:44:09.540Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:44:09.541Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:44:11.624Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:44:11.792Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-02-02T17:44:11.916Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:44:13.432Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-02-02T17:44:13.432Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.45s) [2021-02-02T17:44:13.432Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.64s) [2021-02-02T17:44:13.432Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.70s) [2021-02-02T17:44:13.432Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.81s) [2021-02-02T17:44:13.432Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.82s) [2021-02-02T17:44:13.432Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.70s) [2021-02-02T17:44:13.432Z] === RUN TestBuildMultiStageCopy [2021-02-02T17:44:13.432Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-02T17:44:14.941Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-02T17:44:15.233Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-02T17:44:15.864Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-02T17:44:16.156Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-02T17:44:16.448Z] --- PASS: TestBuildMultiStageCopy (2.85s) [2021-02-02T17:44:16.448Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.54s) [2021-02-02T17:44:16.448Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.30s) [2021-02-02T17:44:16.448Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.33s) [2021-02-02T17:44:16.448Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.32s) [2021-02-02T17:44:16.448Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.35s) [2021-02-02T17:44:16.448Z] === RUN TestBuildMultiStageParentConfig [2021-02-02T17:44:16.499Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.71s) [2021-02-02T17:44:16.499Z] === RUN TestCreateServiceSecretFileMode [2021-02-02T17:44:17.093Z] --- PASS: TestBuildMultiStageParentConfig (0.86s) [2021-02-02T17:44:17.093Z] === RUN TestBuildLabelWithTargets [2021-02-02T17:44:17.536Z] --- PASS: TestCreateServiceSecretFileMode (3.62s) [2021-02-02T17:44:17.536Z] === RUN TestCreateServiceConfigFileMode [2021-02-02T17:44:18.680Z] --- PASS: TestBuildLabelWithTargets (1.27s) [2021-02-02T17:44:18.680Z] === RUN TestBuildWithEmptyLayers [2021-02-02T17:44:18.995Z] --- PASS: TestBuildWithEmptyLayers (0.62s) [2021-02-02T17:44:18.995Z] === RUN TestBuildMultiStageOnBuild [2021-02-02T17:44:19.886Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (10.19s) [2021-02-02T17:44:19.886Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-02T17:44:20.813Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-02-02T17:44:21.058Z] --- PASS: TestCreateServiceConfigFileMode (3.80s) [2021-02-02T17:44:21.058Z] === RUN TestCreateServiceSysctls [2021-02-02T17:44:21.066Z] --- PASS: TestBuildMultiStageOnBuild (1.73s) [2021-02-02T17:44:21.066Z] === RUN TestBuildUncleanTarFilenames [2021-02-02T17:44:21.698Z] --- PASS: TestBuildUncleanTarFilenames (0.89s) [2021-02-02T17:44:21.698Z] === RUN TestBuildMultiStageLayerLeak [2021-02-02T17:44:23.768Z] --- PASS: TestBuildMultiStageLayerLeak (1.79s) [2021-02-02T17:44:23.768Z] === RUN TestBuildWithHugeFile [2021-02-02T17:44:24.979Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-02-02T17:44:24.979Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-02-02T17:44:24.979Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-02-02T17:44:25.541Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-02-02T17:44:26.467Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-02-02T17:44:26.636Z] --- PASS: TestCreateServiceSysctls (4.56s) [2021-02-02T17:44:26.636Z] === RUN TestCreateServiceCapabilities [2021-02-02T17:44:27.393Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-02-02T17:44:27.393Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-02-02T17:44:27.393Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-02-02T17:44:27.393Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-02-02T17:44:27.393Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-02-02T17:44:28.320Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-02-02T17:44:28.320Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-02-02T17:44:29.247Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-02-02T17:44:29.502Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-02-02T17:44:30.063Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-02-02T17:44:30.063Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-02-02T17:44:30.158Z] --- PASS: TestCreateServiceCapabilities (3.82s) [2021-02-02T17:44:30.158Z] === RUN TestInspect [2021-02-02T17:44:31.951Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-02-02T17:44:33.313Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-02-02T17:44:33.679Z] --- PASS: TestInspect (3.86s) [2021-02-02T17:44:33.679Z] === RUN TestCreateJob [2021-02-02T17:44:33.875Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-02-02T17:44:34.130Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-02-02T17:44:34.386Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-02-02T17:44:34.386Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-02-02T17:44:35.313Z] === RUN TestDockerSuite/TestBuildXZHost [2021-02-02T17:44:35.313Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2021-02-02T17:44:35.313Z] PASS [2021-02-02T17:44:35.313Z] [2021-02-02T17:44:35.313Z] DONE 17 tests in 49.910s [2021-02-02T17:44:35.313Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-02T17:44:35.313Z] ++ 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-02-02T17:44:35.313Z] ++ set -e [2021-02-02T17:44:35.313Z] ++ '[' -n 0 ']' [2021-02-02T17:44:35.313Z] ++ set -x [2021-02-02T17:44:35.313Z] ++ env -i DEST=/go/src/github.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-02-02T17:44:35.313Z] INFO: Testing against a local daemon [2021-02-02T17:44:35.313Z] === RUN TestPluginInvalidJSON [2021-02-02T17:44:35.313Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T17:44:35.313Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T17:44:35.313Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T17:44:35.313Z] --- PASS: TestPluginInvalidJSON (0.04s) [2021-02-02T17:44:35.313Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-02T17:44:35.313Z] === RUN TestPluginInstall [2021-02-02T17:44:35.313Z] === RUN TestPluginInstall/no_auth [2021-02-02T17:44:37.240Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-02-02T17:44:37.240Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-02-02T17:44:37.240Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-02-02T17:44:37.499Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-02-02T17:44:38.065Z] time="2021-02-02T17:44:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:44:38.065Z] time="2021-02-02T17:44:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:854ab2ace80b85b54dc85a2621884f689f578d314179415ffe5d510eb7a0ca15" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:44:38.065Z] time="2021-02-02T17:44:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:44:38.065Z] time="2021-02-02T17:44:37Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:854ab2ace80b85b54dc85a2621884f689f578d314179415ffe5d510eb7a0ca15" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:44:38.213Z] --- PASS: TestCreateJob (4.46s) [2021-02-02T17:44:38.213Z] === RUN TestReplicatedJob [2021-02-02T17:44:38.320Z] === RUN TestPluginInstall/with_htpasswd [2021-02-02T17:44:38.320Z] === RUN TestDockerSuite/TestCommitChange [2021-02-02T17:44:39.248Z] time="2021-02-02T17:44:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:44:39.248Z] time="2021-02-02T17:44:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7217519ad625bdaef1c0b2c4ca785ccd37182b03f1e54a313a1e44844b598b1f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:44:39.248Z] time="2021-02-02T17:44:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:44:39.248Z] time="2021-02-02T17:44:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:7217519ad625bdaef1c0b2c4ca785ccd37182b03f1e54a313a1e44844b598b1f" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:44:39.504Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-02-02T17:44:39.504Z] === RUN TestPluginInstall/with_insecure [2021-02-02T17:44:40.065Z] === RUN TestDockerSuite/TestCommitHardlink [2021-02-02T17:44:40.626Z] time="2021-02-02T17:44:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:44:40.626Z] time="2021-02-02T17:44:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6b8d9529e67397b32cb564768bbaa2c5938dfce032bcf8e809438bb25a303d4b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:44:40.626Z] time="2021-02-02T17:44:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:44:40.626Z] time="2021-02-02T17:44:40Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:6b8d9529e67397b32cb564768bbaa2c5938dfce032bcf8e809438bb25a303d4b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:44:40.882Z] --- PASS: TestPluginInstall (5.59s) [2021-02-02T17:44:40.882Z] --- PASS: TestPluginInstall/no_auth (3.01s) [2021-02-02T17:44:40.882Z] --- PASS: TestPluginInstall/with_htpasswd (1.08s) [2021-02-02T17:44:40.882Z] --- PASS: TestPluginInstall/with_insecure (1.50s) [2021-02-02T17:44:40.882Z] plugin_test.go:160: [d64dcbd8ddd48] daemon is not started [2021-02-02T17:44:40.882Z] === RUN TestPluginsWithRuntimes [2021-02-02T17:44:41.444Z] === RUN TestDockerSuite/TestCommitNewFile [2021-02-02T17:44:42.809Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-02-02T17:44:42.809Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-02T17:44:43.371Z] === RUN TestDockerSuite/TestCommitTTY [2021-02-02T17:44:44.297Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-02T17:44:44.552Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-02-02T17:44:44.808Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-02-02T17:44:45.118Z] --- PASS: TestReplicatedJob (7.12s) [2021-02-02T17:44:45.118Z] === RUN TestUpdateReplicatedJob [2021-02-02T17:44:45.369Z] --- PASS: TestPluginsWithRuntimes (4.35s) [2021-02-02T17:44:45.370Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.17s) [2021-02-02T17:44:45.370Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.18s) [2021-02-02T17:44:45.370Z] PASS [2021-02-02T17:44:45.370Z] [2021-02-02T17:44:45.370Z] DONE 9 tests in 10.152s [2021-02-02T17:44:45.370Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-02T17:44:45.370Z] ++ 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-02-02T17:44:45.370Z] ++ set -e [2021-02-02T17:44:45.370Z] ++ '[' -n 0 ']' [2021-02-02T17:44:45.370Z] ++ set -x [2021-02-02T17:44:45.370Z] ++ env -i DEST=/go/src/github.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-02-02T17:44:45.626Z] INFO: Testing against a local daemon [2021-02-02T17:44:45.626Z] === RUN TestExternalGraphDriver [2021-02-02T17:44:45.626Z] === RUN TestExternalGraphDriver/json [2021-02-02T17:44:45.626Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-02-02T17:44:47.515Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-02-02T17:44:48.444Z] === RUN TestExternalGraphDriver/spec [2021-02-02T17:44:48.699Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-02-02T17:44:48.699Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-02-02T17:44:48.699Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-02-02T17:44:48.699Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-02-02T17:44:48.955Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-02-02T17:44:48.955Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-02-02T17:44:48.955Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-02-02T17:44:49.211Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-02-02T17:44:49.578Z] --- PASS: TestUpdateReplicatedJob (4.50s) [2021-02-02T17:44:49.578Z] === RUN TestServiceListWithStatuses [2021-02-02T17:44:49.578Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-02T17:44:49.578Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-02T17:44:49.578Z] === RUN TestDockerNetworkConnectAlias [2021-02-02T17:44:50.577Z] === RUN TestExternalGraphDriver/pull [2021-02-02T17:44:50.577Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-02-02T17:44:52.468Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-02-02T17:44:52.468Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-02-02T17:44:52.724Z] --- PASS: TestExternalGraphDriver (7.17s) [2021-02-02T17:44:52.724Z] --- PASS: TestExternalGraphDriver/json (2.54s) [2021-02-02T17:44:52.724Z] --- PASS: TestExternalGraphDriver/spec (2.27s) [2021-02-02T17:44:52.724Z] --- PASS: TestExternalGraphDriver/pull (2.25s) [2021-02-02T17:44:52.724Z] === RUN TestGraphdriverPluginV2 [2021-02-02T17:44:53.284Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-02-02T17:44:53.845Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-02-02T17:44:54.407Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-02-02T17:44:54.968Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-02-02T17:44:55.530Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-02-02T17:44:55.530Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-02-02T17:44:55.530Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-02-02T17:44:55.786Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-02-02T17:44:55.786Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-02-02T17:44:55.786Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-02-02T17:44:56.041Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-02-02T17:44:56.041Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-02-02T17:44:56.969Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-02-02T17:44:56.969Z] --- PASS: TestGraphdriverPluginV2 (4.18s) [2021-02-02T17:44:56.969Z] PASS [2021-02-02T17:44:56.969Z] [2021-02-02T17:44:56.969Z] DONE 5 tests in 11.541s [2021-02-02T17:44:56.969Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-02T17:44:56.969Z] ++ 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-02-02T17:44:56.969Z] ++ set -e [2021-02-02T17:44:56.969Z] ++ '[' -n 0 ']' [2021-02-02T17:44:56.969Z] ++ set -x [2021-02-02T17:44:56.969Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-02T17:44:57.225Z] INFO: Testing against a local daemon [2021-02-02T17:44:57.225Z] === RUN TestContinueAfterPluginCrash [2021-02-02T17:44:57.225Z] === PAUSE TestContinueAfterPluginCrash [2021-02-02T17:44:57.225Z] === RUN TestReadPluginNoRead [2021-02-02T17:44:57.225Z] === PAUSE TestReadPluginNoRead [2021-02-02T17:44:57.225Z] === RUN TestDaemonStartWithLogOpt [2021-02-02T17:44:57.225Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-02T17:44:57.225Z] === CONT TestContinueAfterPluginCrash [2021-02-02T17:44:57.225Z] === CONT TestDaemonStartWithLogOpt [2021-02-02T17:44:57.483Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-02-02T17:44:58.045Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-02-02T17:44:58.045Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-02-02T17:44:58.065Z] --- PASS: TestDockerNetworkConnectAlias (8.04s) [2021-02-02T17:44:58.065Z] === RUN TestDockerNetworkReConnect [2021-02-02T17:44:59.955Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-02-02T17:45:00.882Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-02-02T17:45:00.882Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-02-02T17:45:01.444Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-02-02T17:45:02.007Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-02-02T17:45:02.569Z] --- PASS: TestDaemonStartWithLogOpt (5.38s) [2021-02-02T17:45:02.569Z] === CONT TestReadPluginNoRead [2021-02-02T17:45:02.825Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-02-02T17:45:03.386Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-02-02T17:45:03.386Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-02-02T17:45:03.386Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-02-02T17:45:04.315Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-02-02T17:45:04.879Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-02-02T17:45:04.966Z] --- PASS: TestDockerNetworkReConnect (6.71s) [2021-02-02T17:45:04.966Z] === RUN TestServicePlugin [2021-02-02T17:45:04.966Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-02T17:45:04.966Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:45:04.966Z] === RUN TestServiceUpdateLabel [2021-02-02T17:45:05.806Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-02-02T17:45:06.063Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-02-02T17:45:06.625Z] === RUN TestReadPluginNoRead/default [2021-02-02T17:45:06.625Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-02-02T17:45:07.989Z] --- PASS: TestContinueAfterPluginCrash (10.95s) [2021-02-02T17:45:08.246Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-02-02T17:45:08.496Z] --- PASS: TestServiceUpdateLabel (3.84s) [2021-02-02T17:45:08.496Z] === RUN TestServiceUpdateSecrets [2021-02-02T17:45:08.808Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-02T17:45:10.174Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-02-02T17:45:10.174Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-02-02T17:45:10.174Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-02-02T17:45:10.174Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-02-02T17:45:10.174Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-02-02T17:45:10.430Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-02T17:45:10.685Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-02-02T17:45:12.048Z] --- PASS: TestReadPluginNoRead (9.33s) [2021-02-02T17:45:12.048Z] --- PASS: TestReadPluginNoRead/default (2.27s) [2021-02-02T17:45:12.048Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.67s) [2021-02-02T17:45:12.048Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.32s) [2021-02-02T17:45:12.048Z] read_test.go:92: [d5f5950503604] daemon is not started [2021-02-02T17:45:12.048Z] PASS [2021-02-02T17:45:12.048Z] [2021-02-02T17:45:12.048Z] DONE 6 tests in 14.877s [2021-02-02T17:45:12.048Z] 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-02-02T17:45:12.048Z] ++ 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-02-02T17:45:12.048Z] ++ set -e [2021-02-02T17:45:12.048Z] ++ '[' -n 0 ']' [2021-02-02T17:45:12.048Z] ++ set -x [2021-02-02T17:45:12.048Z] ++ env -i DEST=/go/src/github.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-02-02T17:45:12.048Z] testing: warning: no tests to run [2021-02-02T17:45:12.048Z] PASS [2021-02-02T17:45:12.048Z] [2021-02-02T17:45:12.048Z] DONE 0 tests in 0.046s [2021-02-02T17:45:12.048Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-02T17:45:12.048Z] ++ 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-02-02T17:45:12.048Z] ++ set -e [2021-02-02T17:45:12.048Z] ++ '[' -n 0 ']' [2021-02-02T17:45:12.048Z] ++ set -x [2021-02-02T17:45:12.048Z] ++ env -i DEST=/go/src/github.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-02-02T17:45:12.048Z] INFO: Testing against a local daemon [2021-02-02T17:45:12.048Z] === RUN TestPluginWithDevMounts [2021-02-02T17:45:12.048Z] === PAUSE TestPluginWithDevMounts [2021-02-02T17:45:12.048Z] === CONT TestPluginWithDevMounts [2021-02-02T17:45:13.935Z] --- PASS: TestPluginWithDevMounts (1.69s) [2021-02-02T17:45:13.935Z] PASS [2021-02-02T17:45:13.935Z] [2021-02-02T17:45:13.935Z] DONE 1 tests in 1.805s [2021-02-02T17:45:13.935Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-02-02T17:45:13.935Z] ++ 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-02-02T17:45:13.935Z] ++ set -e [2021-02-02T17:45:13.935Z] ++ '[' -n 0 ']' [2021-02-02T17:45:13.935Z] ++ set -x [2021-02-02T17:45:13.935Z] ++ env -i DEST=/go/src/github.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-02-02T17:45:13.935Z] INFO: Testing against a local daemon [2021-02-02T17:45:13.935Z] === RUN TestSecretInspect [2021-02-02T17:45:14.861Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-02-02T17:45:15.422Z] === RUN TestDockerSuite/TestContainerAPITop [2021-02-02T17:45:16.350Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-02-02T17:45:16.350Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-02-02T17:45:16.350Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-02-02T17:45:16.605Z] --- PASS: TestSecretInspect (2.69s) [2021-02-02T17:45:16.605Z] === RUN TestSecretList [2021-02-02T17:45:19.119Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-02-02T17:45:19.119Z] --- PASS: TestSecretList (2.48s) [2021-02-02T17:45:19.119Z] === RUN TestSecretsCreateAndDelete [2021-02-02T17:45:19.374Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-02-02T17:45:20.300Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-02-02T17:45:20.721Z] --- PASS: TestBuildWithHugeFile (54.53s) [2021-02-02T17:45:20.721Z] === RUN TestBuildWCOWSandboxSize [2021-02-02T17:45:20.721Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-02-02T17:45:20.721Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-02T17:45:20.721Z] === RUN TestBuildWithEmptyDockerfile [2021-02-02T17:45:20.721Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T17:45:20.721Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T17:45:20.721Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T17:45:20.721Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T17:45:20.721Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T17:45:20.721Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T17:45:20.721Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T17:45:20.721Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T17:45:20.721Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T17:45:20.721Z] --- PASS: TestBuildWithEmptyDockerfile (0.06s) [2021-02-02T17:45:20.721Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.25s) [2021-02-02T17:45:20.721Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.26s) [2021-02-02T17:45:20.721Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2021-02-02T17:45:20.721Z] === RUN TestBuildPreserveOwnership [2021-02-02T17:45:20.721Z] === RUN TestBuildPreserveOwnership/copy_from [2021-02-02T17:45:21.041Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-02-02T17:45:22.196Z] --- PASS: TestSecretsCreateAndDelete (3.07s) [2021-02-02T17:45:22.196Z] === RUN TestSecretsUpdate [2021-02-02T17:45:22.552Z] --- PASS: TestBuildPreserveOwnership (3.84s) [2021-02-02T17:45:22.552Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.53s) [2021-02-02T17:45:22.552Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.31s) [2021-02-02T17:45:22.552Z] === RUN TestBuildPlatformInvalid [2021-02-02T17:45:22.552Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2021-02-02T17:45:22.552Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-02-02T17:45:24.096Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-02-02T17:45:24.392Z] 4dcc9a9b9e68: Pull complete [2021-02-02T17:45:24.392Z] Digest: sha256:997e32161f322f5f301023ae675f39329bd60888f5f9a373100eba77f55cbb31 [2021-02-02T17:45:24.392Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T17:45:24.392Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-02-02T17:45:24.392Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-02-02T17:45:24.392Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.1697' [2021-02-02T17:45:24.392Z] WARN: Skipping validation tests [2021-02-02T17:45:24.392Z] INFO: Running unit tests at 02/02/2021 17:45:16... [2021-02-02T17:45:24.392Z] INFO: make.ps1 starting at 02/02/2021 17:45:20 [2021-02-02T17:45:24.392Z] INFO: Git commit (cd32448b96) assumed from DOCKER_GITCOMMIT environment variable [2021-02-02T17:45:24.392Z] INFO: Invoking autogen... [2021-02-02T17:45:24.392Z] INFO: Running unit tests... [2021-02-02T17:45:24.658Z] --- PASS: TestSecretsUpdate (2.50s) [2021-02-02T17:45:24.658Z] === RUN TestTemplatedSecret [2021-02-02T17:45:24.658Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-02-02T17:45:26.024Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-02-02T17:45:27.119Z] --- PASS: TestServiceUpdateSecrets (16.19s) [2021-02-02T17:45:27.119Z] === RUN TestServiceUpdateConfigs [2021-02-02T17:45:27.387Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-02-02T17:45:27.387Z] --- PASS: TestTemplatedSecret (2.76s) [2021-02-02T17:45:27.387Z] === RUN TestSecretCreateResolve [2021-02-02T17:45:28.470Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-02-02T17:45:29.833Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-02-02T17:45:29.833Z] --- PASS: TestSecretCreateResolve (2.45s) [2021-02-02T17:45:29.833Z] PASS [2021-02-02T17:45:29.833Z] [2021-02-02T17:45:29.833Z] DONE 6 tests in 16.070s [2021-02-02T17:45:29.833Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-02-02T17:45:29.833Z] ++ 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-02-02T17:45:29.833Z] ++ set -e [2021-02-02T17:45:29.833Z] ++ '[' -n 0 ']' [2021-02-02T17:45:29.833Z] ++ set -x [2021-02-02T17:45:29.833Z] ++ env -i DEST=/go/src/github.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-02-02T17:45:30.089Z] INFO: Testing against a local daemon [2021-02-02T17:45:30.089Z] === RUN TestServiceCreateInit [2021-02-02T17:45:30.089Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-02T17:45:30.214Z] 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-02-02T17:45:31.014Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-02-02T17:45:32.381Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-02-02T17:45:33.745Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000acf2e0_} [2021-02-02T17:45:34.001Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-02T17:45:35.366Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1050771172_/foo_false____} [2021-02-02T17:45:36.736Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1050771172_/foo_true____} [2021-02-02T17:45:37.933Z] Loaded image: buildpack-deps:buster [2021-02-02T17:45:37.933Z] Loaded image: busybox:latest [2021-02-02T17:45:37.933Z] Loaded image: busybox:glibc [2021-02-02T17:45:38.226Z] Loaded image: debian:bullseye [2021-02-02T17:45:38.517Z] Loaded image: hello-world:latest [2021-02-02T17:45:38.517Z] Loaded image: arm32v7/hello-world:latest [2021-02-02T17:45:38.623Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3661994739_/foo_false____} [2021-02-02T17:45:38.623Z] --- PASS: TestServiceCreateInit (8.35s) [2021-02-02T17:45:38.623Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.06s) [2021-02-02T17:45:38.623Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.27s) [2021-02-02T17:45:38.623Z] === RUN TestCreateServiceMultipleTimes [2021-02-02T17:45:38.825Z] ? github.com/docker/docker/api [no test files] [2021-02-02T17:45:39.551Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3661994739_/foo_true____} [2021-02-02T17:45:41.440Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3661994739_/foo_true__0xc000acf340__} [2021-02-02T17:45:42.543Z] --- PASS: TestServiceUpdateConfigs (15.71s) [2021-02-02T17:45:42.543Z] === RUN TestServiceUpdateNetwork [2021-02-02T17:45:42.805Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000acf360_} [2021-02-02T17:45:44.174Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000acf380_} [2021-02-02T17:45:45.426Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (22.39s) [2021-02-02T17:45:45.426Z] PASS [2021-02-02T17:45:45.426Z] [2021-02-02T17:45:45.426Z] === Skipped [2021-02-02T17:45:45.426Z] === SKIP: ppc64le.integration.build TestBuildWithSession (0.00s) [2021-02-02T17:45:45.426Z] build_session_test.go:25: TODO: BuildKit [2021-02-02T17:45:45.426Z] [2021-02-02T17:45:45.426Z] === SKIP: ppc64le.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-02-02T17:45:45.426Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-02-02T17:45:45.426Z] [2021-02-02T17:45:45.426Z] [2021-02-02T17:45:45.426Z] DONE 34 tests, 2 skipped in 118.809s [2021-02-02T17:45:45.426Z] Running /go/src/github.com/docker/docker/integration/config (ppc64le.integration.config) flags=-test.v -test.timeout=120m [2021-02-02T17:45:45.426Z] ++ 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-02-02T17:45:45.426Z] ++ set -e [2021-02-02T17:45:45.426Z] ++ '[' -n 0 ']' [2021-02-02T17:45:45.426Z] ++ set -x [2021-02-02T17:45:45.426Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-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-02-02T17:45:45.426Z] INFO: Testing against a local daemon [2021-02-02T17:45:45.426Z] === RUN TestConfigInspect [2021-02-02T17:45:45.550Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000acf3a0_} [2021-02-02T17:45:46.939Z] --- PASS: TestConfigInspect (1.92s) [2021-02-02T17:45:46.939Z] === RUN TestConfigList [2021-02-02T17:45:47.438Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000acf3c0_} [2021-02-02T17:45:48.802Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-02-02T17:45:49.363Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-02-02T17:45:49.363Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-02-02T17:45:49.363Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-02-02T17:45:49.363Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-02-02T17:45:49.363Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-02-02T17:45:49.363Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-02-02T17:45:49.363Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-02-02T17:45:49.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-02-02T17:45:49.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-02-02T17:45:49.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-02-02T17:45:49.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-02-02T17:45:49.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-02-02T17:45:49.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-02-02T17:45:49.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-02-02T17:45:49.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-02-02T17:45:49.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-02-02T17:45:49.619Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-02-02T17:45:49.619Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-02-02T17:45:49.672Z] --- PASS: TestConfigList (2.40s) [2021-02-02T17:45:49.672Z] === RUN TestConfigsCreateAndDelete [2021-02-02T17:45:51.180Z] --- PASS: TestConfigsCreateAndDelete (1.94s) [2021-02-02T17:45:51.180Z] === RUN TestConfigsUpdate [2021-02-02T17:45:51.506Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-02-02T17:45:52.871Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-02-02T17:45:53.253Z] --- PASS: TestConfigsUpdate (1.87s) [2021-02-02T17:45:53.253Z] === RUN TestTemplatedConfig [2021-02-02T17:45:53.683Z] === RUN TestMiddlewares [2021-02-02T17:45:53.683Z] --- PASS: TestMiddlewares (0.00s) [2021-02-02T17:45:53.683Z] PASS [2021-02-02T17:45:53.683Z] coverage: 9.0% of statements [2021-02-02T17:45:53.683Z] ok github.com/docker/docker/api/server 0.101s coverage: 9.0% of statements [2021-02-02T17:45:54.760Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-02-02T17:45:54.760Z] --- PASS: TestCreateServiceMultipleTimes (16.53s) [2021-02-02T17:45:54.760Z] === RUN TestCreateServiceConflict [2021-02-02T17:45:55.329Z] --- PASS: TestTemplatedConfig (2.41s) [2021-02-02T17:45:55.329Z] === RUN TestConfigCreateResolve [2021-02-02T17:45:56.124Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-02-02T17:45:56.125Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-02-02T17:45:56.685Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-02-02T17:45:57.247Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-02-02T17:45:57.398Z] --- PASS: TestConfigCreateResolve (1.90s) [2021-02-02T17:45:57.398Z] === RUN TestConfigDaemonLibtrustID [2021-02-02T17:45:57.503Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-02-02T17:45:57.503Z] --- PASS: TestCreateServiceConflict (2.72s) [2021-02-02T17:45:57.503Z] === RUN TestCreateServiceMaxReplicas [2021-02-02T17:45:57.894Z] --- PASS: TestServiceUpdateNetwork (17.11s) [2021-02-02T17:45:57.894Z] === RUN TestServiceUpdatePidsLimit [2021-02-02T17:45:58.032Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2021-02-02T17:45:58.032Z] PASS [2021-02-02T17:45:58.032Z] [2021-02-02T17:45:58.032Z] DONE 7 tests in 13.073s [2021-02-02T17:45:58.032Z] Running /go/src/github.com/docker/docker/integration/container (ppc64le.integration.container) flags=-test.v -test.timeout=120m [2021-02-02T17:45:58.032Z] ++ 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-02-02T17:45:58.032Z] ++ set -e [2021-02-02T17:45:58.032Z] ++ '[' -n 0 ']' [2021-02-02T17:45:58.032Z] ++ set -x [2021-02-02T17:45:58.032Z] ++ env -i DEST=/go/src/github.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-02-02T17:45:58.032Z] INFO: Testing against a local daemon [2021-02-02T17:45:58.032Z] === RUN TestCheckpoint [2021-02-02T17:45:58.032Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-02T17:45:58.032Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-02T17:45:58.032Z] === RUN TestContainerInvalidJSON [2021-02-02T17:45:58.032Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T17:45:58.032Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T17:45:58.032Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T17:45:58.032Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T17:45:58.032Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-02T17:45:58.032Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-02T17:45:58.032Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T17:45:58.032Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T17:45:58.032Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-02T17:45:58.032Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-02-02T17:45:58.032Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-02T17:45:58.032Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-02-02T17:45:58.032Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-02T17:45:58.032Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-02T17:45:58.032Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-02-02T17:45:58.032Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-02T17:45:58.032Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-02-02T17:45:58.032Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-02T17:45:58.322Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-02-02T17:45:58.322Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-02T17:45:58.322Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-02-02T17:45:58.322Z] === RUN TestCopyFromContainer [2021-02-02T17:45:58.431Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-02-02T17:45:58.528Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-02T17:45:59.357Z] === RUN TestCopyFromContainer// [2021-02-02T17:45:59.361Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-02-02T17:45:59.564Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-02T17:45:59.648Z] === RUN TestCopyFromContainer//bar/root [2021-02-02T17:45:59.648Z] === RUN TestCopyFromContainer//bar/root/ [2021-02-02T17:45:59.648Z] === RUN TestCopyFromContainer/bar/quux [2021-02-02T17:45:59.943Z] === RUN TestCopyFromContainer/bar/quux/ [2021-02-02T17:45:59.943Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-02-02T17:45:59.943Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-02-02T17:45:59.943Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-02-02T17:45:59.943Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-02-02T17:46:00.234Z] === RUN TestCopyFromContainer/bar/notarget [2021-02-02T17:46:00.234Z] --- PASS: TestCopyFromContainer (1.95s) [2021-02-02T17:46:00.234Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-02-02T17:46:00.234Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2021-02-02T17:46:00.234Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-02-02T17:46:00.234Z] --- PASS: TestCopyFromContainer/bar/quux (0.08s) [2021-02-02T17:46:00.234Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-02-02T17:46:00.234Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-02-02T17:46:00.234Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2021-02-02T17:46:00.234Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-02-02T17:46:00.234Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-02-02T17:46:00.234Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-02-02T17:46:00.234Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-02T17:46:00.234Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T17:46:00.234Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T17:46:00.234Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T17:46:00.234Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T17:46:00.234Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T17:46:00.234Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T17:46:00.234Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T17:46:00.234Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T17:46:00.234Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T17:46:00.234Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-02-02T17:46:00.234Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-02T17:46:00.234Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-02T17:46:00.234Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-02-02T17:46:00.234Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-02T17:46:00.234Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-02-02T17:46:00.234Z] === RUN TestCreateWithInvalidEnv [2021-02-02T17:46:00.234Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-02T17:46:00.234Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-02T17:46:00.234Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-02T17:46:00.234Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-02T17:46:00.234Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-02T17:46:00.234Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-02T17:46:00.234Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-02T17:46:00.234Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-02T17:46:00.234Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-02T17:46:00.234Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-02-02T17:46:00.234Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-02T17:46:00.234Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-02T17:46:00.234Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-02T17:46:00.234Z] === RUN TestCreateTmpfsMountsTarget [2021-02-02T17:46:00.234Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-02-02T17:46:00.234Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-02T17:46:00.728Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-02-02T17:46:01.657Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-02-02T17:46:01.657Z] --- PASS: TestCreateServiceMaxReplicas (4.11s) [2021-02-02T17:46:01.657Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-02T17:46:01.746Z] --- PASS: TestCreateWithCustomMaskedPaths (1.46s) [2021-02-02T17:46:01.746Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-02T17:46:02.586Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-02-02T17:46:03.277Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.60s) [2021-02-02T17:46:03.277Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-02T17:46:03.277Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T17:46:03.277Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T17:46:03.277Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T17:46:03.277Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T17:46:03.277Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T17:46:03.277Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T17:46:03.277Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T17:46:03.277Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T17:46:03.277Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T17:46:03.277Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T17:46:03.573Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T17:46:03.573Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T17:46:03.573Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T17:46:03.573Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T17:46:03.573Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T17:46:03.573Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-02T17:46:03.573Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.04s) [2021-02-02T17:46:03.573Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.05s) [2021-02-02T17:46:03.573Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.05s) [2021-02-02T17:46:03.573Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.05s) [2021-02-02T17:46:03.573Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.02s) [2021-02-02T17:46:03.573Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-02T17:46:03.864Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.49s) [2021-02-02T17:46:03.864Z] === RUN TestCreateDifferentPlatform [2021-02-02T17:46:03.864Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-02T17:46:03.864Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-02T17:46:03.864Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-02-02T17:46:03.864Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-02T17:46:03.864Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-02T17:46:03.864Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-02T17:46:03.953Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-02-02T17:46:04.159Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-02-02T17:46:04.159Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-02T17:46:04.159Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-02-02T17:46:04.159Z] === RUN TestContainerStartOnDaemonRestart [2021-02-02T17:46:04.159Z] === PAUSE TestContainerStartOnDaemonRestart [2021-02-02T17:46:04.159Z] === RUN TestDaemonRestartIpcMode [2021-02-02T17:46:04.159Z] === PAUSE TestDaemonRestartIpcMode [2021-02-02T17:46:04.159Z] === RUN TestDaemonHostGatewayIP [2021-02-02T17:46:04.159Z] === PAUSE TestDaemonHostGatewayIP [2021-02-02T17:46:04.159Z] === RUN TestRestartDaemonWithRestartingContainer [2021-02-02T17:46:04.159Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-02-02T17:46:04.159Z] === RUN TestContainerKillOnDaemonStart [2021-02-02T17:46:04.159Z] === PAUSE TestContainerKillOnDaemonStart [2021-02-02T17:46:04.159Z] === RUN TestDiff [2021-02-02T17:46:04.793Z] --- PASS: TestDiff (0.52s) [2021-02-02T17:46:04.793Z] === RUN TestExecWithCloseStdin [2021-02-02T17:46:04.881Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-02-02T17:46:05.099Z] --- PASS: TestExecWithCloseStdin (0.62s) [2021-02-02T17:46:05.099Z] === RUN TestExec [2021-02-02T17:46:05.736Z] --- PASS: TestExec (0.62s) [2021-02-02T17:46:05.736Z] === RUN TestExecUser [2021-02-02T17:46:05.808Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-02-02T17:46:06.372Z] --- PASS: TestExecUser (0.61s) [2021-02-02T17:46:06.372Z] === RUN TestExportContainerAndImportImage [2021-02-02T17:46:06.735Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-02-02T17:46:07.307Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-02-02T17:46:07.412Z] --- PASS: TestExportContainerAndImportImage (0.80s) [2021-02-02T17:46:07.412Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-02T17:46:08.049Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-02T17:46:08.235Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-02-02T17:46:08.934Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s) [2021-02-02T17:46:08.934Z] === RUN TestHealthCheckWorkdir [2021-02-02T17:46:09.566Z] --- PASS: TestHealthCheckWorkdir (0.73s) [2021-02-02T17:46:09.566Z] === RUN TestHealthKillContainer [2021-02-02T17:46:09.602Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-02-02T17:46:10.163Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-02-02T17:46:10.724Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-02-02T17:46:10.724Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-02-02T17:46:11.284Z] === RUN TestDockerSuite/TestCpRelativePath [2021-02-02T17:46:11.845Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-02-02T17:46:12.290Z] --- PASS: TestHealthKillContainer (2.59s) [2021-02-02T17:46:12.290Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-02T17:46:12.410Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-02-02T17:46:12.586Z] --- PASS: TestInspectCpusetInConfigPre120 (0.54s) [2021-02-02T17:46:12.586Z] === RUN TestIpcModeNone [2021-02-02T17:46:12.971Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-02-02T17:46:13.223Z] --- PASS: TestIpcModeNone (0.58s) [2021-02-02T17:46:13.223Z] === RUN TestIpcModePrivate [2021-02-02T17:46:13.534Z] === RUN TestDockerSuite/TestCpToCaseA [2021-02-02T17:46:13.856Z] --- PASS: TestIpcModePrivate (0.62s) [2021-02-02T17:46:13.856Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:62, shared: false, mustBeShared: false [2021-02-02T17:46:13.856Z] === RUN TestIpcModeShareable [2021-02-02T17:46:14.096Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-02-02T17:46:14.351Z] === RUN TestDockerSuite/TestCpToCaseB [2021-02-02T17:46:14.488Z] --- PASS: TestIpcModeShareable (0.65s) [2021-02-02T17:46:14.488Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:56, shared: true, mustBeShared: true [2021-02-02T17:46:14.488Z] === RUN TestAPIIpcModeShareableAndContainer [2021-02-02T17:46:14.913Z] === RUN TestDockerSuite/TestCpToCaseC [2021-02-02T17:46:14.950Z] --- PASS: TestServiceUpdatePidsLimit (18.00s) [2021-02-02T17:46:14.950Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.91s) [2021-02-02T17:46:14.950Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.24s) [2021-02-02T17:46:14.950Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.24s) [2021-02-02T17:46:14.950Z] PASS [2021-02-02T17:46:14.950Z] [2021-02-02T17:46:14.950Z] === Skipped [2021-02-02T17:46:14.950Z] === SKIP: s390x.integration.service TestServiceListWithStatuses (0.00s) [2021-02-02T17:46:14.950Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-02T17:46:14.950Z] [2021-02-02T17:46:14.950Z] === SKIP: s390x.integration.service TestServicePlugin (0.00s) [2021-02-02T17:46:14.950Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:46:14.950Z] [2021-02-02T17:46:14.950Z] [2021-02-02T17:46:14.950Z] DONE 27 tests, 2 skipped in 179.163s [2021-02-02T17:46:14.950Z] Running /go/src/github.com/docker/docker/integration/session (s390x.integration.session) flags=-test.v -test.timeout=120m [2021-02-02T17:46:14.950Z] ++ 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-02-02T17:46:14.950Z] ++ set -e [2021-02-02T17:46:14.950Z] ++ '[' -n 0 ']' [2021-02-02T17:46:14.950Z] ++ set -x [2021-02-02T17:46:14.950Z] ++ env -i DEST=/go/src/github.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-02-02T17:46:15.250Z] INFO: Testing against a local daemon [2021-02-02T17:46:15.250Z] === RUN TestSessionCreate [2021-02-02T17:46:15.250Z] --- PASS: TestSessionCreate (0.02s) [2021-02-02T17:46:15.250Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-02T17:46:15.250Z] --- PASS: TestSessionCreateWithBadUpgrade (0.01s) [2021-02-02T17:46:15.250Z] PASS [2021-02-02T17:46:15.250Z] [2021-02-02T17:46:15.250Z] DONE 2 tests in 0.100s [2021-02-02T17:46:15.250Z] Running /go/src/github.com/docker/docker/integration/system (s390x.integration.system) flags=-test.v -test.timeout=120m [2021-02-02T17:46:15.250Z] ++ 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-02-02T17:46:15.250Z] ++ set -e [2021-02-02T17:46:15.250Z] ++ '[' -n 0 ']' [2021-02-02T17:46:15.250Z] ++ set -x [2021-02-02T17:46:15.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=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-02-02T17:46:15.250Z] INFO: Testing against a local daemon [2021-02-02T17:46:15.250Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-02T17:46:15.250Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-02T17:46:15.250Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-02T17:46:15.250Z] === RUN TestEventsExecDie [2021-02-02T17:46:16.280Z] --- PASS: TestCreateWithDuplicateNetworkNames (14.72s) [2021-02-02T17:46:16.280Z] === RUN TestCreateServiceSecretFileMode [2021-02-02T17:46:16.334Z] --- PASS: TestEventsExecDie (0.96s) [2021-02-02T17:46:16.334Z] === RUN TestEventsBackwardsCompatible [2021-02-02T17:46:16.334Z] --- PASS: TestEventsBackwardsCompatible (0.11s) [2021-02-02T17:46:16.334Z] === RUN TestInfoBinaryCommits [2021-02-02T17:46:16.334Z] --- PASS: TestInfoBinaryCommits (0.01s) [2021-02-02T17:46:16.334Z] === RUN TestInfoAPIVersioned [2021-02-02T17:46:16.334Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-02T17:46:16.334Z] === RUN TestInfoDiscoveryBackend [2021-02-02T17:46:16.556Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.80s) [2021-02-02T17:46:16.556Z] === RUN TestAPIIpcModeHost [2021-02-02T17:46:16.556Z] --- PASS: TestAPIIpcModeHost (0.47s) [2021-02-02T17:46:16.556Z] === RUN TestDaemonIpcModeShareable [2021-02-02T17:46:16.972Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-02-02T17:46:16.972Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-02T17:46:17.208Z] === RUN TestDockerSuite/TestCpToCaseD [2021-02-02T17:46:18.008Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-02T17:46:18.008Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-02T17:46:18.094Z] --- PASS: TestDaemonIpcModeShareable (1.40s) [2021-02-02T17:46:18.094Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2021-02-02T17:46:18.094Z] === RUN TestDaemonIpcModePrivate [2021-02-02T17:46:18.300Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-02-02T17:46:18.300Z] === RUN TestInfoAPI [2021-02-02T17:46:18.300Z] --- PASS: TestInfoAPI (0.02s) [2021-02-02T17:46:18.300Z] === RUN TestInfoAPIWarnings [2021-02-02T17:46:19.603Z] --- PASS: TestDaemonIpcModePrivate (1.39s) [2021-02-02T17:46:19.603Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2021-02-02T17:46:19.603Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-02-02T17:46:19.734Z] --- PASS: TestCreateServiceSecretFileMode (3.15s) [2021-02-02T17:46:19.734Z] === RUN TestCreateServiceConfigFileMode [2021-02-02T17:46:21.100Z] === RUN TestDockerSuite/TestCpToCaseE [2021-02-02T17:46:21.113Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.39s) [2021-02-02T17:46:21.113Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:70, shared: false, mustBeShared: false [2021-02-02T17:46:21.113Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-02-02T17:46:22.028Z] --- PASS: TestCreateServiceConfigFileMode (2.53s) [2021-02-02T17:46:22.028Z] === RUN TestCreateServiceSysctls [2021-02-02T17:46:22.144Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.40s) [2021-02-02T17:46:22.144Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:64, shared: true, mustBeShared: true [2021-02-02T17:46:22.144Z] === RUN TestIpcModeOlderClient [2021-02-02T17:46:22.144Z] === PAUSE TestIpcModeOlderClient [2021-02-02T17:46:22.144Z] === RUN TestKillContainerInvalidSignal [2021-02-02T17:46:22.777Z] --- PASS: TestKillContainerInvalidSignal (0.53s) [2021-02-02T17:46:22.777Z] === RUN TestKillContainer [2021-02-02T17:46:22.777Z] === RUN TestKillContainer/no_signal [2021-02-02T17:46:23.395Z] === RUN TestDockerSuite/TestCpToCaseF [2021-02-02T17:46:23.410Z] === RUN TestKillContainer/non_killing_signal [2021-02-02T17:46:23.703Z] === RUN TestKillContainer/killing_signal [2021-02-02T17:46:23.957Z] === RUN TestDockerSuite/TestCpToCaseG [2021-02-02T17:46:24.336Z] --- PASS: TestKillContainer (1.66s) [2021-02-02T17:46:24.336Z] --- PASS: TestKillContainer/no_signal (0.54s) [2021-02-02T17:46:24.336Z] --- PASS: TestKillContainer/non_killing_signal (0.40s) [2021-02-02T17:46:24.336Z] --- PASS: TestKillContainer/killing_signal (0.50s) [2021-02-02T17:46:24.336Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-02T17:46:24.336Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-02-02T17:46:24.967Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-02-02T17:46:25.603Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.11s) [2021-02-02T17:46:25.603Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.53s) [2021-02-02T17:46:25.603Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.38s) [2021-02-02T17:46:25.603Z] === RUN TestKillStoppedContainer [2021-02-02T17:46:25.603Z] --- PASS: TestKillStoppedContainer (0.09s) [2021-02-02T17:46:25.603Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-02T17:46:25.603Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-02-02T17:46:25.603Z] === RUN TestKillDifferentUserContainer [2021-02-02T17:46:26.243Z] --- PASS: TestKillDifferentUserContainer (0.55s) [2021-02-02T17:46:26.243Z] === RUN TestInspectOomKilledTrue [2021-02-02T17:46:26.472Z] --- PASS: TestCreateServiceSysctls (4.02s) [2021-02-02T17:46:26.472Z] === RUN TestCreateServiceCapabilities [2021-02-02T17:46:27.276Z] --- PASS: TestInspectOomKilledTrue (0.96s) [2021-02-02T17:46:27.276Z] === RUN TestInspectOomKilledFalse [2021-02-02T17:46:27.837Z] === RUN TestDockerSuite/TestCpToCaseH [2021-02-02T17:46:27.908Z] --- PASS: TestInspectOomKilledFalse (0.55s) [2021-02-02T17:46:27.908Z] === RUN TestLinksEtcHostsContentMatch [2021-02-02T17:46:28.203Z] --- PASS: TestLinksEtcHostsContentMatch (0.41s) [2021-02-02T17:46:28.203Z] === RUN TestLinksContainerNames [2021-02-02T17:46:29.205Z] --- PASS: TestCreateServiceCapabilities (3.18s) [2021-02-02T17:46:29.205Z] === RUN TestInspect [2021-02-02T17:46:29.242Z] --- PASS: TestLinksContainerNames (1.02s) [2021-02-02T17:46:29.242Z] === RUN TestLogsFollowTailEmpty [2021-02-02T17:46:29.876Z] --- PASS: TestLogsFollowTailEmpty (0.55s) [2021-02-02T17:46:29.876Z] === RUN TestContainerNetworkMountsNoChown [2021-02-02T17:46:30.168Z] --- PASS: TestContainerNetworkMountsNoChown (0.51s) [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/default [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/default [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/private [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/private [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/rprivate [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/rprivate [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/slave [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/slave [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/rslave [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/rslave [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/shared [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/shared [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/rshared [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/rshared [2021-02-02T17:46:30.168Z] === CONT TestMountDaemonRoot/default [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-02-02T17:46:30.168Z] === CONT TestMountDaemonRoot/shared [2021-02-02T17:46:30.168Z] === CONT TestMountDaemonRoot/rslave [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-02-02T17:46:30.168Z] === CONT TestMountDaemonRoot/rshared [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/default/mount_root [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/default/bind_root [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-02-02T17:46:30.168Z] === CONT TestMountDaemonRoot/slave [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-02-02T17:46:30.168Z] === CONT TestMountDaemonRoot/private [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/private/bind_root [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/private/mount_root [2021-02-02T17:46:30.168Z] === CONT TestMountDaemonRoot/rprivate [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-02-02T17:46:30.168Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-02-02T17:46:30.168Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-02-02T17:46:30.168Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-02-02T17:46:30.168Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-02-02T17:46:30.168Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-02-02T17:46:30.168Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-02-02T17:46:30.168Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-02-02T17:46:30.168Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-02-02T17:46:30.168Z] === CONT TestMountDaemonRoot/default/bind_root [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/default/mount_root [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/private/bind_root [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/private/mount_root [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-02-02T17:46:30.458Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.05s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.06s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-02-02T17:46:30.458Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.04s) [2021-02-02T17:46:30.459Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-02-02T17:46:30.459Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.04s) [2021-02-02T17:46:30.459Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-02-02T17:46:30.459Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-02-02T17:46:30.459Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-02-02T17:46:30.459Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-02-02T17:46:30.459Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-02-02T17:46:30.459Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-02-02T17:46:30.459Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-02-02T17:46:30.459Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-02-02T17:46:30.459Z] === RUN TestContainerBindMountNonRecursive [2021-02-02T17:46:30.584Z] === RUN TestDockerSuite/TestCpToCaseI [2021-02-02T17:46:31.148Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-02-02T17:46:32.528Z] --- PASS: TestContainerBindMountNonRecursive (1.59s) [2021-02-02T17:46:32.528Z] === RUN TestContainerVolumesMountedAsShared [2021-02-02T17:46:32.817Z] --- PASS: TestContainerVolumesMountedAsShared (0.58s) [2021-02-02T17:46:32.817Z] === RUN TestContainerVolumesMountedAsSlave [2021-02-02T17:46:33.038Z] --- PASS: TestInspect (3.52s) [2021-02-02T17:46:33.038Z] === RUN TestCreateJob [2021-02-02T17:46:33.109Z] --- PASS: TestContainerVolumesMountedAsSlave (0.39s) [2021-02-02T17:46:33.109Z] === RUN TestNetworkNat [2021-02-02T17:46:33.746Z] --- PASS: TestNetworkNat (0.57s) [2021-02-02T17:46:33.746Z] === RUN TestNetworkLocalhostTCPNat [2021-02-02T17:46:34.376Z] --- PASS: TestNetworkLocalhostTCPNat (0.54s) [2021-02-02T17:46:34.376Z] === RUN TestNetworkLoopbackNat [2021-02-02T17:46:34.925Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-02-02T17:46:35.854Z] === RUN TestDockerSuite/TestCpToDot [2021-02-02T17:46:36.416Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-02-02T17:46:36.672Z] --- PASS: TestCreateJob (3.84s) [2021-02-02T17:46:36.672Z] === RUN TestReplicatedJob [2021-02-02T17:46:36.894Z] --- PASS: TestInfoAPIWarnings (16.26s) [2021-02-02T17:46:36.894Z] === RUN TestInfoDebug [2021-02-02T17:46:36.894Z] --- PASS: TestInfoDebug (0.52s) [2021-02-02T17:46:36.894Z] === RUN TestInfoInsecureRegistries [2021-02-02T17:46:36.894Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-02-02T17:46:36.894Z] === RUN TestInfoRegistryMirrors [2021-02-02T17:46:36.894Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-02-02T17:46:36.894Z] === RUN TestLoginFailsWithBadCredentials [2021-02-02T17:46:36.894Z] --- PASS: TestLoginFailsWithBadCredentials (0.26s) [2021-02-02T17:46:36.894Z] === RUN TestPingCacheHeaders [2021-02-02T17:46:36.894Z] --- PASS: TestPingCacheHeaders (0.01s) [2021-02-02T17:46:36.894Z] === RUN TestPingGet [2021-02-02T17:46:36.894Z] --- PASS: TestPingGet (0.01s) [2021-02-02T17:46:36.894Z] === RUN TestPingHead [2021-02-02T17:46:36.894Z] --- PASS: TestPingHead (0.02s) [2021-02-02T17:46:36.894Z] === RUN TestVersion [2021-02-02T17:46:36.894Z] --- PASS: TestVersion (0.01s) [2021-02-02T17:46:36.894Z] PASS [2021-02-02T17:46:36.894Z] [2021-02-02T17:46:36.894Z] === Skipped [2021-02-02T17:46:36.894Z] === SKIP: s390x.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-02T17:46:36.894Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-02T17:46:36.894Z] [2021-02-02T17:46:36.894Z] [2021-02-02T17:46:36.894Z] DONE 18 tests, 1 skipped in 21.364s [2021-02-02T17:46:36.894Z] Running /go/src/github.com/docker/docker/integration/volume (s390x.integration.volume) flags=-test.v -test.timeout=120m [2021-02-02T17:46:36.894Z] ++ 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-02-02T17:46:36.894Z] ++ set -e [2021-02-02T17:46:36.894Z] ++ '[' -n 0 ']' [2021-02-02T17:46:36.894Z] ++ set -x [2021-02-02T17:46:36.894Z] ++ env -i DEST=/go/src/github.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-02-02T17:46:36.894Z] INFO: Testing against a local daemon [2021-02-02T17:46:36.894Z] === RUN TestVolumesCreateAndList [2021-02-02T17:46:36.894Z] --- PASS: TestVolumesCreateAndList (0.01s) [2021-02-02T17:46:36.894Z] === RUN TestVolumesRemove [2021-02-02T17:46:36.894Z] --- PASS: TestVolumesRemove (0.12s) [2021-02-02T17:46:36.894Z] === RUN TestVolumesInspect [2021-02-02T17:46:36.894Z] --- PASS: TestVolumesInspect (0.01s) [2021-02-02T17:46:36.894Z] === RUN TestVolumesInvalidJSON [2021-02-02T17:46:36.894Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-02T17:46:36.894Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-02T17:46:36.894Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-02T17:46:36.894Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-02T17:46:36.894Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-02T17:46:36.894Z] PASS [2021-02-02T17:46:36.894Z] [2021-02-02T17:46:36.894Z] DONE 5 tests in 0.231s [2021-02-02T17:46:36.894Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-02T17:46:37.099Z] --- PASS: TestNetworkLoopbackNat (2.74s) [2021-02-02T17:46:37.099Z] === RUN TestPause [2021-02-02T17:46:37.186Z] ++++ cat bundles/test-integration/docker.pid [2021-02-02T17:46:37.186Z] +++ kill 12228 [2021-02-02T17:46:37.390Z] --- PASS: TestPause (0.57s) [2021-02-02T17:46:37.390Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-02T17:46:37.598Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-02-02T17:46:37.681Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-02T17:46:37.681Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-02T17:46:37.681Z] === RUN TestPauseStopPausedContainer [2021-02-02T17:46:37.975Z] --- PASS: TestPauseStopPausedContainer (0.57s) [2021-02-02T17:46:37.975Z] === RUN TestPsFilter [2021-02-02T17:46:38.269Z] --- PASS: TestPsFilter (0.16s) [2021-02-02T17:46:38.269Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-02T17:46:38.698Z] +++ /etc/init.d/apparmor stop [2021-02-02T17:46:38.698Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-02T17:46:38.698Z] [2021-02-02T17:46:38.698Z] Unloading profiles will leave already running processes permanently [2021-02-02T17:46:38.698Z] unconfined, which can lead to unexpected situations. [2021-02-02T17:46:38.698Z] [2021-02-02T17:46:38.698Z] To set a process to complain mode, use the command line tool [2021-02-02T17:46:38.698Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-02T17:46:38.698Z] +++ true [2021-02-02T17:46:38.698Z] exiting test-integration [2021-02-02T17:46:38.698Z] ++ exit 0 [2021-02-02T17:46:38.698Z] [2021-02-02T17:46:38.902Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.53s) [2021-02-02T17:46:38.902Z] === RUN TestRemoveContainerWithVolume [2021-02-02T17:46:38.965Z] === RUN TestDockerSuite/TestCpToStdout [2021-02-02T17:46:39.533Z] --- PASS: TestRemoveContainerWithVolume (0.56s) [2021-02-02T17:46:39.533Z] === RUN TestRemoveContainerRunning [2021-02-02T17:46:39.825Z] --- PASS: TestRemoveContainerRunning (0.54s) [2021-02-02T17:46:39.825Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-02T17:46:39.894Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-02-02T17:46:40.457Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.51s) [2021-02-02T17:46:40.457Z] === RUN TestRemoveInvalidContainer [2021-02-02T17:46:40.457Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-02-02T17:46:40.457Z] === RUN TestRenameLinkedContainer [2021-02-02T17:46:41.261Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-02-02T17:46:41.261Z] === RUN TestDockerSuite/TestCpUnprivilegedUser Post stage [Pipeline] junit [2021-02-02T17:46:41.483Z] Recording test results [2021-02-02T17:46:41.959Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-02T17:46:42.189Z] === RUN TestDockerSuite/TestCpVolumePath [2021-02-02T17:46:42.396Z] + echo Ensuring container killed. [2021-02-02T17:46:42.396Z] Ensuring container killed. [2021-02-02T17:46:42.396Z] + docker rm -vf docker-pr3 [2021-02-02T17:46:42.396Z] Error: No such container: docker-pr3 [2021-02-02T17:46:42.396Z] + true [Pipeline] sh [2021-02-02T17:46:42.529Z] --- PASS: TestRenameLinkedContainer (2.11s) [2021-02-02T17:46:42.529Z] === RUN TestRenameStoppedContainer [2021-02-02T17:46:42.776Z] + echo Chowning /workspace to jenkins user [2021-02-02T17:46:42.776Z] Chowning /workspace to jenkins user [2021-02-02T17:46:42.776Z] + id -u [2021-02-02T17:46:42.776Z] + id -g [2021-02-02T17:46:42.776Z] + docker run --rm -v /home/jenkins/workspace/moby_PR-41842:/workspace busybox chown -R 1001:1001 /workspace [2021-02-02T17:46:42.776Z] Unable to find image 'busybox:latest' locally [2021-02-02T17:46:43.068Z] latest: Pulling from library/busybox [2021-02-02T17:46:43.068Z] 583c7f5c745c: Pulling fs layer [2021-02-02T17:46:43.116Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-02-02T17:46:43.116Z] === RUN TestDockerSuite/TestCreateArgs [2021-02-02T17:46:43.166Z] --- PASS: TestRenameStoppedContainer (0.56s) [2021-02-02T17:46:43.166Z] === RUN TestRenameRunningContainerAndReuse [2021-02-02T17:46:43.360Z] 583c7f5c745c: Verifying Checksum [2021-02-02T17:46:43.360Z] 583c7f5c745c: Download complete [2021-02-02T17:46:43.372Z] === RUN TestDockerSuite/TestCreateByImageID [2021-02-02T17:46:43.372Z] --- PASS: TestReplicatedJob (6.85s) [2021-02-02T17:46:43.372Z] === RUN TestUpdateReplicatedJob [2021-02-02T17:46:43.653Z] 583c7f5c745c: Pull complete [2021-02-02T17:46:43.934Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-02-02T17:46:43.946Z] Digest: sha256:e1488cb900233d035575f0a7787448cb1fa93bed0ccc0d4efc1963d7d72a8f17 [2021-02-02T17:46:43.946Z] Status: Downloaded newer image for busybox:latest [2021-02-02T17:46:44.210Z] --- PASS: TestRenameRunningContainerAndReuse (1.03s) [2021-02-02T17:46:44.210Z] === RUN TestRenameInvalidName [2021-02-02T17:46:44.496Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-02-02T17:46:44.496Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-02-02T17:46:44.496Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-02-02T17:46:44.843Z] --- PASS: TestRenameInvalidName (0.74s) [2021-02-02T17:46:44.843Z] === RUN TestRenameAnonymousContainer [2021-02-02T17:46:45.058Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-02-02T17:46:45.619Z] === RUN TestDockerSuite/TestCreateLabels [2021-02-02T17:46:45.619Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-02-02T17:46:45.619Z] === RUN TestDockerSuite/TestCreateRM [2021-02-02T17:46:45.875Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-02-02T17:46:45.875Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-02-02T17:46:45.875Z] === RUN TestDockerSuite/TestCreateStopTimeout [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-02T17:46:46.131Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-02-02T17:46:46.447Z] + bundleName=s390x-integration [2021-02-02T17:46:46.447Z] + echo Creating s390x-integration-bundles.tar.gz [2021-02-02T17:46:46.447Z] Creating s390x-integration-bundles.tar.gz [2021-02-02T17:46:46.447Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-02-02T17:46:46.447Z] + xargs tar -czf s390x-integration-bundles.tar.gz [Pipeline] archiveArtifacts [2021-02-02T17:46:46.784Z] Archiving artifacts [2021-02-02T17:46:46.906Z] --- PASS: TestRenameAnonymousContainer (1.96s) [2021-02-02T17:46:46.906Z] === RUN TestRenameContainerWithSameName [2021-02-02T17:46:47.060Z] --- PASS: TestUpdateReplicatedJob (3.49s) [2021-02-02T17:46:47.060Z] === RUN TestServiceListWithStatuses [2021-02-02T17:46:47.060Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-02T17:46:47.060Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-02T17:46:47.060Z] === RUN TestDockerNetworkConnectAlias [2021-02-02T17:46:47.173Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41842/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-02T17:46:47.540Z] --- PASS: TestRenameContainerWithSameName (0.52s) [2021-02-02T17:46:47.540Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-02T17:46:47.555Z] + make clean [2021-02-02T17:46:47.988Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-02-02T17:46:47.988Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-02-02T17:46:47.988Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-02-02T17:46:48.189Z] docker volume rm -f docker-dev-cache [2021-02-02T17:46:48.189Z] docker-dev-cache [Pipeline] deleteDir [2021-02-02T17:46:48.575Z] --- PASS: TestRenameContainerWithLinkedContainer (1.02s) [2021-02-02T17:46:48.575Z] === RUN TestResize [2021-02-02T17:46:48.868Z] --- PASS: TestResize (0.52s) [2021-02-02T17:46:48.868Z] === RUN TestResizeWithInvalidSize [2021-02-02T17:46:49.355Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-02-02T17:46:49.501Z] --- PASS: TestResizeWithInvalidSize (0.55s) [2021-02-02T17:46:49.501Z] === RUN TestResizeWhenContainerNotStarted [2021-02-02T17:46:50.137Z] --- PASS: TestResizeWhenContainerNotStarted (0.54s) [2021-02-02T17:46:50.137Z] === RUN TestDaemonRestartKillContainers [2021-02-02T17:46:50.137Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-02T17:46:50.138Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-02T17:46:50.138Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-02T17:46:50.138Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-02T17:46:50.138Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-02T17:46:50.138Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-02T17:46:50.138Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-02T17:46:50.138Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-02T17:46:50.138Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-02T17:46:50.138Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-02T17:46:50.138Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-02T17:46:50.138Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-02T17:46:50.138Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-02T17:46:50.138Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-02T17:46:50.138Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-02T17:46:50.138Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-02T17:46:50.138Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:46:50.138Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:46:50.138Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:46:50.138Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:46:50.138Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:46:50.138Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:46:50.138Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:46:50.138Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:46:50.138Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-02-02T17:46:50.138Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:46:50.138Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-02-02T17:46:50.138Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T17:46:51.668Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-02-02T17:46:51.966Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-02-02T17:46:52.608Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-02-02T17:46:52.608Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-02-02T17:46:52.621Z] --- PASS: TestDockerNetworkConnectAlias (5.74s) [2021-02-02T17:46:52.621Z] === RUN TestDockerNetworkReConnect [2021-02-02T17:46:53.561Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-02-02T17:46:53.561Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-02-02T17:46:53.561Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-02-02T17:46:53.659Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-02-02T17:46:53.821Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-02-02T17:46:53.821Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-02-02T17:46:53.821Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-02-02T17:46:54.200Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-02-02T17:46:54.200Z] === RUN TestBoolValue [2021-02-02T17:46:54.200Z] --- PASS: TestBoolValue (0.00s) [2021-02-02T17:46:54.200Z] === RUN TestBoolValueOrDefault [2021-02-02T17:46:54.200Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-02-02T17:46:54.200Z] === RUN TestInt64ValueOrZero [2021-02-02T17:46:54.200Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-02-02T17:46:54.200Z] === RUN TestInt64ValueOrDefault [2021-02-02T17:46:54.200Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-02-02T17:46:54.200Z] === RUN TestInt64ValueOrDefaultWithError [2021-02-02T17:46:54.200Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-02-02T17:46:54.200Z] === RUN TestJsonContentType [2021-02-02T17:46:54.200Z] --- PASS: TestJsonContentType (0.00s) [2021-02-02T17:46:54.200Z] PASS [2021-02-02T17:46:54.200Z] coverage: 14.7% of statements [2021-02-02T17:46:54.200Z] ok github.com/docker/docker/api/server/httputils 0.072s coverage: 14.7% of statements [2021-02-02T17:46:54.200Z] === RUN TestMaskSecretKeys [2021-02-02T17:46:54.200Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-02-02T17:46:54.200Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-02-02T17:46:54.200Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-02-02T17:46:54.200Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-02-02T17:46:54.200Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-02-02T17:46:54.200Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-02-02T17:46:54.200Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-02-02T17:46:54.200Z] === RUN TestVersionMiddlewareVersion [2021-02-02T17:46:54.200Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-02-02T17:46:54.200Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-02-02T17:46:54.200Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-02-02T17:46:54.200Z] PASS [2021-02-02T17:46:54.200Z] coverage: 37.7% of statements [2021-02-02T17:46:54.200Z] ok github.com/docker/docker/api/server/middleware 0.072s coverage: 37.7% of statements [2021-02-02T17:46:54.200Z] ? github.com/docker/docker/api/server/router [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-02-02T17:46:54.201Z] === RUN TestToJSON [2021-02-02T17:46:54.201Z] --- PASS: TestToJSON (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestToParamWithVersion [2021-02-02T17:46:54.201Z] --- PASS: TestToParamWithVersion (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestFromJSON [2021-02-02T17:46:54.201Z] --- PASS: TestFromJSON (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestEmpty [2021-02-02T17:46:54.201Z] --- PASS: TestEmpty (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestArgsMatchKVListEmptySources [2021-02-02T17:46:54.201Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestArgsMatchKVList [2021-02-02T17:46:54.201Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestArgsMatch [2021-02-02T17:46:54.201Z] --- PASS: TestArgsMatch (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestAdd [2021-02-02T17:46:54.201Z] --- PASS: TestAdd (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestDel [2021-02-02T17:46:54.201Z] --- PASS: TestDel (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestLen [2021-02-02T17:46:54.201Z] --- PASS: TestLen (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestExactMatch [2021-02-02T17:46:54.201Z] --- PASS: TestExactMatch (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestOnlyOneExactMatch [2021-02-02T17:46:54.201Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestContains [2021-02-02T17:46:54.201Z] --- PASS: TestContains (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestValidate [2021-02-02T17:46:54.201Z] --- PASS: TestValidate (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestWalkValues [2021-02-02T17:46:54.201Z] --- PASS: TestWalkValues (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestFuzzyMatch [2021-02-02T17:46:54.201Z] --- PASS: TestFuzzyMatch (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestClone [2021-02-02T17:46:54.201Z] --- PASS: TestClone (0.00s) [2021-02-02T17:46:54.201Z] PASS [2021-02-02T17:46:54.201Z] coverage: 92.2% of statements [2021-02-02T17:46:54.201Z] ok github.com/docker/docker/api/types/filters 0.058s coverage: 92.2% of statements [2021-02-02T17:46:54.201Z] === RUN TestStrSliceMarshalJSON [2021-02-02T17:46:54.201Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestStrSliceUnmarshalJSON [2021-02-02T17:46:54.201Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestStrSliceUnmarshalString [2021-02-02T17:46:54.201Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestStrSliceUnmarshalSlice [2021-02-02T17:46:54.201Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-02-02T17:46:54.201Z] PASS [2021-02-02T17:46:54.201Z] coverage: 90.0% of statements [2021-02-02T17:46:54.201Z] ok github.com/docker/docker/api/types/strslice 0.075s coverage: 90.0% of statements [2021-02-02T17:46:54.201Z] === RUN TestAdjustForAPIVersion [2021-02-02T17:46:54.201Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-02-02T17:46:54.201Z] PASS [2021-02-02T17:46:54.201Z] coverage: 5.7% of statements [2021-02-02T17:46:54.201Z] ok github.com/docker/docker/api/server/router/swarm 0.060s coverage: 5.7% of statements [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/types [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/types/container [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/types/events [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/types/image [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/types/network [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-02-02T17:46:54.201Z] === RUN TestDurationToSecondsString [2021-02-02T17:46:54.201Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestGetTimestamp [2021-02-02T17:46:54.201Z] --- PASS: TestGetTimestamp (0.12s) [2021-02-02T17:46:54.201Z] === RUN TestParseTimestamps [2021-02-02T17:46:54.201Z] --- PASS: TestParseTimestamps (0.00s) [2021-02-02T17:46:54.201Z] PASS [2021-02-02T17:46:54.201Z] coverage: 100.0% of statements [2021-02-02T17:46:54.201Z] ok github.com/docker/docker/api/types/time 0.173s coverage: 100.0% of statements [2021-02-02T17:46:54.201Z] === RUN TestCompareVersion [2021-02-02T17:46:54.201Z] --- PASS: TestCompareVersion (0.00s) [2021-02-02T17:46:54.201Z] PASS [2021-02-02T17:46:54.201Z] coverage: 75.0% of statements [2021-02-02T17:46:54.201Z] ok github.com/docker/docker/api/types/versions 0.059s coverage: 75.0% of statements [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/builder [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-02-02T17:46:54.201Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-02-02T17:46:54.201Z] === RUN TestParseRemoteURL [2021-02-02T17:46:54.201Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-02-02T17:46:54.201Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-02-02T17:46:54.201Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-02-02T17:46:54.201Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-02-02T17:46:54.201Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-02-02T17:46:54.201Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-02-02T17:46:54.201Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-02-02T17:46:54.201Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-02-02T17:46:54.201Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-02-02T17:46:54.201Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-02-02T17:46:54.201Z] --- PASS: TestParseRemoteURL (0.00s) [2021-02-02T17:46:54.201Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-02-02T17:46:54.201Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-02-02T17:46:54.201Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-02-02T17:46:54.201Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-02-02T17:46:54.201Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-02-02T17:46:54.201Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-02-02T17:46:54.201Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-02-02T17:46:54.201Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-02-02T17:46:54.201Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-02-02T17:46:54.201Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestCloneArgsSmartHttp [2021-02-02T17:46:54.201Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-02-02T17:46:54.201Z] === RUN TestCloneArgsDumbHttp [2021-02-02T17:46:54.201Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestCloneArgsGit [2021-02-02T17:46:54.201Z] --- PASS: TestCloneArgsGit (0.00s) [2021-02-02T17:46:54.201Z] === RUN TestCheckoutGit [2021-02-02T17:46:54.311Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-02-02T17:46:54.390Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-02-02T17:46:54.663Z] === RUN TestEnable [2021-02-02T17:46:54.663Z] --- PASS: TestEnable (0.00s) [2021-02-02T17:46:54.663Z] === RUN TestDisable [2021-02-02T17:46:54.663Z] --- PASS: TestDisable (0.00s) [2021-02-02T17:46:54.663Z] === RUN TestEnabled [2021-02-02T17:46:54.663Z] --- PASS: TestEnabled (0.00s) [2021-02-02T17:46:54.663Z] PASS [2021-02-02T17:46:54.663Z] coverage: 100.0% of statements [2021-02-02T17:46:54.663Z] ok github.com/docker/docker/cli/debug 0.058s coverage: 100.0% of statements [2021-02-02T17:46:55.125Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-02-02T17:46:55.125Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.01s) [2021-02-02T17:46:55.125Z] === RUN TestProcessNoDockerignore [2021-02-02T17:46:55.125Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-02-02T17:46:55.125Z] === RUN TestProcessShouldLeaveAllFiles [2021-02-02T17:46:55.125Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-02-02T17:46:55.125Z] === RUN TestDetectContentType [2021-02-02T17:46:55.356Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-02-02T17:46:55.587Z] --- PASS: TestDetectContentType (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestSelectAcceptableMIME [2021-02-02T17:46:55.588Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestInspectEmptyResponse [2021-02-02T17:46:55.588Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestInspectResponseBinary [2021-02-02T17:46:55.588Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestResponseUnsupportedContentType [2021-02-02T17:46:55.588Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestInspectResponseTextSimple [2021-02-02T17:46:55.588Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestInspectResponseEmptyContentType [2021-02-02T17:46:55.588Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestUnknownContentLength [2021-02-02T17:46:55.588Z] --- PASS: TestUnknownContentLength (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestDownloadRemote [2021-02-02T17:46:55.588Z] --- PASS: TestDownloadRemote (0.09s) [2021-02-02T17:46:55.588Z] === RUN TestGetWithStatusError [2021-02-02T17:46:55.588Z] --- PASS: TestGetWithStatusError (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestCloseRootDirectory [2021-02-02T17:46:55.588Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-02-02T17:46:55.588Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:46:55.588Z] === RUN TestHashFile [2021-02-02T17:46:55.588Z] --- SKIP: TestHashFile (0.01s) [2021-02-02T17:46:55.588Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:46:55.588Z] === RUN TestHashSubdir [2021-02-02T17:46:55.588Z] --- SKIP: TestHashSubdir (0.00s) [2021-02-02T17:46:55.588Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:46:55.588Z] === RUN TestRemoveDirectory [2021-02-02T17:46:55.588Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-02-02T17:46:55.588Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:46:55.588Z] PASS [2021-02-02T17:46:55.588Z] coverage: 9.3% of statements [2021-02-02T17:46:55.588Z] ok github.com/docker/docker/builder/remotecontext 0.288s coverage: 9.3% of statements [2021-02-02T17:46:55.588Z] === RUN TestGetAllAllowed [2021-02-02T17:46:55.588Z] --- PASS: TestGetAllAllowed (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestGetAllMeta [2021-02-02T17:46:55.588Z] --- PASS: TestGetAllMeta (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestWarnOnUnusedBuildArgs [2021-02-02T17:46:55.588Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestIsUnreferencedBuiltin [2021-02-02T17:46:55.588Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestIsExistingDirectory [2021-02-02T17:46:55.588Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestGetFilenameForDownload [2021-02-02T17:46:55.588Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestEnv2Variables [2021-02-02T17:46:55.588Z] --- PASS: TestEnv2Variables (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-02-02T17:46:55.588Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestMaintainer [2021-02-02T17:46:55.588Z] --- PASS: TestMaintainer (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestLabel [2021-02-02T17:46:55.588Z] --- PASS: TestLabel (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestFromScratch [2021-02-02T17:46:55.588Z] --- PASS: TestFromScratch (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestFromWithArg [2021-02-02T17:46:55.588Z] --- PASS: TestFromWithArg (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-02-02T17:46:55.588Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-02-02T17:46:55.588Z] === RUN TestFromWithUndefinedArg [2021-02-02T17:46:55.759Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-02-02T17:46:55.994Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-02-02T17:46:56.050Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestFromMultiStageWithNamedStage [2021-02-02T17:46:56.050Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestOnbuild [2021-02-02T17:46:56.050Z] --- PASS: TestOnbuild (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestWorkdir [2021-02-02T17:46:56.050Z] --- PASS: TestWorkdir (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestCmd [2021-02-02T17:46:56.050Z] --- PASS: TestCmd (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestHealthcheckNone [2021-02-02T17:46:56.050Z] --- PASS: TestHealthcheckNone (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestHealthcheckCmd [2021-02-02T17:46:56.050Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestEntrypoint [2021-02-02T17:46:56.050Z] --- PASS: TestEntrypoint (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestExpose [2021-02-02T17:46:56.050Z] --- PASS: TestExpose (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestUser [2021-02-02T17:46:56.050Z] --- PASS: TestUser (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestVolume [2021-02-02T17:46:56.050Z] --- PASS: TestVolume (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestStopSignal [2021-02-02T17:46:56.050Z] --- SKIP: TestStopSignal (0.00s) [2021-02-02T17:46:56.050Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-02-02T17:46:56.050Z] === RUN TestArg [2021-02-02T17:46:56.050Z] --- PASS: TestArg (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestShell [2021-02-02T17:46:56.050Z] --- PASS: TestShell (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestPrependEnvOnCmd [2021-02-02T17:46:56.050Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestRunWithBuildArgs [2021-02-02T17:46:56.050Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestRunIgnoresHealthcheck [2021-02-02T17:46:56.050Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestNormalizeWorkdir [2021-02-02T17:46:56.050Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestDispatch [2021-02-02T17:46:56.050Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-02-02T17:46:56.050Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-02-02T17:46:56.050Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-02-02T17:46:56.050Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-02-02T17:46:56.050Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-02-02T17:46:56.050Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-02-02T17:46:56.050Z] === RUN TestDispatch/COPY_url [2021-02-02T17:46:56.050Z] --- PASS: TestDispatch (0.06s) [2021-02-02T17:46:56.050Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-02-02T17:46:56.050Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-02-02T17:46:56.050Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-02-02T17:46:56.050Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.00s) [2021-02-02T17:46:56.050Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-02-02T17:46:56.050Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-02-02T17:46:56.050Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestAddScratchImageAddsToMounts [2021-02-02T17:46:56.050Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestAddFromScratchPopulatesPlatform [2021-02-02T17:46:56.050Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-02-02T17:46:56.050Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-02-02T17:46:56.050Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestImageSourceGetAddsToMounts [2021-02-02T17:46:56.050Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestEmptyDockerfile [2021-02-02T17:46:56.050Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestSymlinkDockerfile [2021-02-02T17:46:56.050Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-02-02T17:46:56.050Z] === RUN TestDockerfileOutsideTheBuildContext [2021-02-02T17:46:56.050Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestNonExistingDockerfile [2021-02-02T17:46:56.050Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestCopyRunConfig [2021-02-02T17:46:56.050Z] --- PASS: TestCopyRunConfig (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestDeepCopyRunConfig [2021-02-02T17:46:56.050Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestExportImage [2021-02-02T17:46:56.050Z] --- PASS: TestExportImage (0.00s) [2021-02-02T17:46:56.050Z] === RUN TestNormalizeDest [2021-02-02T17:46:56.050Z] --- PASS: TestNormalizeDest (0.00s) [2021-02-02T17:46:56.050Z] PASS [2021-02-02T17:46:56.050Z] coverage: 46.6% of statements [2021-02-02T17:46:56.050Z] ok github.com/docker/docker/builder/dockerfile 0.264s coverage: 46.6% of statements [2021-02-02T17:46:56.050Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-02-02T17:46:56.320Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-02-02T17:46:56.320Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-02-02T17:46:57.248Z] --- PASS: TestDockerNetworkReConnect (4.44s) [2021-02-02T17:46:57.248Z] === RUN TestServicePlugin [2021-02-02T17:46:57.809Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-02-02T17:46:58.072Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-02-02T17:46:58.072Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.79s) [2021-02-02T17:46:58.072Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.82s) [2021-02-02T17:46:58.072Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.64s) [2021-02-02T17:46:58.072Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.64s) [2021-02-02T17:46:58.072Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.72s) [2021-02-02T17:46:58.072Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.49s) [2021-02-02T17:46:58.072Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.56s) [2021-02-02T17:46:58.072Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.18s) [2021-02-02T17:46:58.072Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.73s) [2021-02-02T17:46:58.072Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.61s) [2021-02-02T17:46:58.072Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.19s) [2021-02-02T17:46:58.072Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.21s) [2021-02-02T17:46:58.072Z] === RUN TestCgroupNamespacesRun [2021-02-02T17:46:59.581Z] --- PASS: TestCgroupNamespacesRun (1.36s) [2021-02-02T17:46:59.581Z] === RUN TestCgroupNamespacesRunPrivileged [2021-02-02T17:46:59.701Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-02-02T17:47:00.618Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.36s) [2021-02-02T17:47:00.618Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-02-02T17:47:00.629Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-02-02T17:47:00.885Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-02-02T17:47:01.141Z] === RUN TestDockerSuite/TestDevicePermissions [2021-02-02T17:47:01.703Z] === RUN TestDockerSuite/TestDockerFails [2021-02-02T17:47:01.703Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-02-02T17:47:01.703Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-02-02T17:47:01.703Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-02-02T17:47:02.122Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.36s) [2021-02-02T17:47:02.122Z] === RUN TestCgroupNamespacesRunHostMode [2021-02-02T17:47:03.069Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-02-02T17:47:03.629Z] --- PASS: TestCgroupNamespacesRunHostMode (1.33s) [2021-02-02T17:47:03.629Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-02-02T17:47:03.630Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-02-02T17:47:04.995Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-02-02T17:47:04.995Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-02-02T17:47:04.995Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-02-02T17:47:05.137Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.39s) [2021-02-02T17:47:05.137Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-02-02T17:47:05.250Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-02-02T17:47:06.194Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.36s) [2021-02-02T17:47:06.194Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-02-02T17:47:07.228Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.84s) [2021-02-02T17:47:07.228Z] === RUN TestCgroupNamespacesRunOlderClient [2021-02-02T17:47:08.266Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.37s) [2021-02-02T17:47:08.266Z] === RUN TestKernelTCPMemory [2021-02-02T17:47:08.496Z] === RUN TestCheckpointCreateError [2021-02-02T17:47:08.496Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestCheckpointCreate [2021-02-02T17:47:08.496Z] --- PASS: TestCheckpointCreate (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestCheckpointDeleteError [2021-02-02T17:47:08.496Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestCheckpointDelete [2021-02-02T17:47:08.496Z] --- PASS: TestCheckpointDelete (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestCheckpointListError [2021-02-02T17:47:08.496Z] --- PASS: TestCheckpointListError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestCheckpointList [2021-02-02T17:47:08.496Z] --- PASS: TestCheckpointList (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestCheckpointListContainerNotFound [2021-02-02T17:47:08.496Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestNewClientWithOpsFromEnv [2021-02-02T17:47:08.496Z] --- SKIP: TestNewClientWithOpsFromEnv (0.01s) [2021-02-02T17:47:08.496Z] client_test.go:23: runtime.GOOS == "windows" [2021-02-02T17:47:08.496Z] === RUN TestGetAPIPath [2021-02-02T17:47:08.496Z] --- PASS: TestGetAPIPath (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestParseHostURL [2021-02-02T17:47:08.496Z] --- PASS: TestParseHostURL (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-02-02T17:47:08.496Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestNegotiateAPIVersionEmpty [2021-02-02T17:47:08.496Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestNegotiateAPIVersion [2021-02-02T17:47:08.496Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestNegotiateAPVersionOverride [2021-02-02T17:47:08.496Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestNegotiateAPIVersionAutomatic [2021-02-02T17:47:08.496Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-02-02T17:47:08.496Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-02-02T17:47:08.496Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestClientRedirect [2021-02-02T17:47:08.496Z] --- PASS: TestClientRedirect (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigCreateUnsupported [2021-02-02T17:47:08.496Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigCreateError [2021-02-02T17:47:08.496Z] --- PASS: TestConfigCreateError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigCreate [2021-02-02T17:47:08.496Z] --- PASS: TestConfigCreate (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigInspectNotFound [2021-02-02T17:47:08.496Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigInspectWithEmptyID [2021-02-02T17:47:08.496Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigInspectUnsupported [2021-02-02T17:47:08.496Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigInspectError [2021-02-02T17:47:08.496Z] --- PASS: TestConfigInspectError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigInspectConfigNotFound [2021-02-02T17:47:08.496Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigInspect [2021-02-02T17:47:08.496Z] --- PASS: TestConfigInspect (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigListUnsupported [2021-02-02T17:47:08.496Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigListError [2021-02-02T17:47:08.496Z] --- PASS: TestConfigListError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigList [2021-02-02T17:47:08.496Z] --- PASS: TestConfigList (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigRemoveUnsupported [2021-02-02T17:47:08.496Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigRemoveError [2021-02-02T17:47:08.496Z] --- PASS: TestConfigRemoveError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigRemove [2021-02-02T17:47:08.496Z] --- PASS: TestConfigRemove (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigUpdateUnsupported [2021-02-02T17:47:08.496Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigUpdateError [2021-02-02T17:47:08.496Z] --- PASS: TestConfigUpdateError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestConfigUpdate [2021-02-02T17:47:08.496Z] --- PASS: TestConfigUpdate (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerCommitError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerCommitError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerCommit [2021-02-02T17:47:08.496Z] --- PASS: TestContainerCommit (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerStatPathError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerStatPathError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerStatPathNotFoundError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerStatPathNoHeaderError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerStatPath [2021-02-02T17:47:08.496Z] --- PASS: TestContainerStatPath (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestCopyToContainerError [2021-02-02T17:47:08.496Z] --- PASS: TestCopyToContainerError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestCopyToContainerNotFoundError [2021-02-02T17:47:08.496Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestCopyToContainerNotStatusOKError [2021-02-02T17:47:08.496Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestCopyToContainer [2021-02-02T17:47:08.496Z] --- PASS: TestCopyToContainer (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestCopyFromContainerError [2021-02-02T17:47:08.496Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestCopyFromContainerNotFoundError [2021-02-02T17:47:08.496Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestCopyFromContainerNotStatusOKError [2021-02-02T17:47:08.496Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestCopyFromContainerNoHeaderError [2021-02-02T17:47:08.496Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestCopyFromContainer [2021-02-02T17:47:08.496Z] --- PASS: TestCopyFromContainer (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerCreateError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerCreateError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerCreateImageNotFound [2021-02-02T17:47:08.496Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerCreateWithName [2021-02-02T17:47:08.496Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerCreateAutoRemove [2021-02-02T17:47:08.496Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerDiffError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerDiffError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerDiff [2021-02-02T17:47:08.496Z] --- PASS: TestContainerDiff (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerExecCreateError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerExecCreate [2021-02-02T17:47:08.496Z] --- PASS: TestContainerExecCreate (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerExecStartError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerExecStartError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerExecStart [2021-02-02T17:47:08.496Z] --- PASS: TestContainerExecStart (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerExecInspectError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerExecInspect [2021-02-02T17:47:08.496Z] --- PASS: TestContainerExecInspect (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerExportError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerExportError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerExport [2021-02-02T17:47:08.496Z] --- PASS: TestContainerExport (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerInspectError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerInspectError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerInspectContainerNotFound [2021-02-02T17:47:08.496Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerInspectWithEmptyID [2021-02-02T17:47:08.496Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerInspect [2021-02-02T17:47:08.496Z] --- PASS: TestContainerInspect (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerInspectNode [2021-02-02T17:47:08.496Z] --- PASS: TestContainerInspectNode (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerKillError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerKillError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerKill [2021-02-02T17:47:08.496Z] --- PASS: TestContainerKill (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerListError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerListError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerList [2021-02-02T17:47:08.496Z] --- PASS: TestContainerList (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerLogsNotFoundError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerLogsError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerLogsError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerLogs [2021-02-02T17:47:08.496Z] --- PASS: TestContainerLogs (0.13s) [2021-02-02T17:47:08.496Z] === RUN TestContainerPauseError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerPauseError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerPause [2021-02-02T17:47:08.496Z] --- PASS: TestContainerPause (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainersPruneError [2021-02-02T17:47:08.496Z] --- PASS: TestContainersPruneError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainersPrune [2021-02-02T17:47:08.496Z] --- PASS: TestContainersPrune (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerRemoveError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerRemoveError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerRemoveNotFoundError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerRemove [2021-02-02T17:47:08.496Z] --- PASS: TestContainerRemove (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerRenameError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerRenameError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerRename [2021-02-02T17:47:08.496Z] --- PASS: TestContainerRename (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerResizeError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerResizeError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerExecResizeError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerResize [2021-02-02T17:47:08.496Z] --- PASS: TestContainerResize (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerExecResize [2021-02-02T17:47:08.496Z] --- PASS: TestContainerExecResize (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerRestartError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerRestartError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerRestart [2021-02-02T17:47:08.496Z] --- PASS: TestContainerRestart (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerStartError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerStartError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerStart [2021-02-02T17:47:08.496Z] --- PASS: TestContainerStart (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerStatsError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerStatsError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerStats [2021-02-02T17:47:08.496Z] --- PASS: TestContainerStats (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerStopError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerStopError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerStop [2021-02-02T17:47:08.496Z] --- PASS: TestContainerStop (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerTopError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerTopError (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerTop [2021-02-02T17:47:08.496Z] --- PASS: TestContainerTop (0.00s) [2021-02-02T17:47:08.496Z] === RUN TestContainerUnpauseError [2021-02-02T17:47:08.496Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestContainerUnpause [2021-02-02T17:47:08.497Z] --- PASS: TestContainerUnpause (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestContainerUpdateError [2021-02-02T17:47:08.497Z] --- PASS: TestContainerUpdateError (0.01s) [2021-02-02T17:47:08.497Z] === RUN TestContainerUpdate [2021-02-02T17:47:08.497Z] --- PASS: TestContainerUpdate (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestContainerWaitError [2021-02-02T17:47:08.497Z] --- PASS: TestContainerWaitError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestContainerWait [2021-02-02T17:47:08.497Z] --- PASS: TestContainerWait (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestDiskUsageError [2021-02-02T17:47:08.497Z] --- PASS: TestDiskUsageError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestDiskUsage [2021-02-02T17:47:08.497Z] --- PASS: TestDiskUsage (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestDistributionInspectUnsupported [2021-02-02T17:47:08.497Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestDistributionInspectWithEmptyID [2021-02-02T17:47:08.497Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestEventsErrorInOptions [2021-02-02T17:47:08.497Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestEventsErrorFromServer [2021-02-02T17:47:08.497Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestEvents [2021-02-02T17:47:08.497Z] --- PASS: TestEvents (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestTLSCloseWriter [2021-02-02T17:47:08.497Z] === PAUSE TestTLSCloseWriter [2021-02-02T17:47:08.497Z] === RUN TestImageBuildError [2021-02-02T17:47:08.497Z] --- PASS: TestImageBuildError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageBuild [2021-02-02T17:47:08.497Z] --- PASS: TestImageBuild (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestGetDockerOS [2021-02-02T17:47:08.497Z] --- PASS: TestGetDockerOS (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageCreateError [2021-02-02T17:47:08.497Z] --- PASS: TestImageCreateError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageCreate [2021-02-02T17:47:08.497Z] --- PASS: TestImageCreate (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageHistoryError [2021-02-02T17:47:08.497Z] --- PASS: TestImageHistoryError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageHistory [2021-02-02T17:47:08.497Z] --- PASS: TestImageHistory (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageImportError [2021-02-02T17:47:08.497Z] --- PASS: TestImageImportError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageImport [2021-02-02T17:47:08.497Z] --- PASS: TestImageImport (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageInspectError [2021-02-02T17:47:08.497Z] --- PASS: TestImageInspectError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageInspectImageNotFound [2021-02-02T17:47:08.497Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageInspectWithEmptyID [2021-02-02T17:47:08.497Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageInspect [2021-02-02T17:47:08.497Z] --- PASS: TestImageInspect (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageListError [2021-02-02T17:47:08.497Z] --- PASS: TestImageListError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageList [2021-02-02T17:47:08.497Z] --- PASS: TestImageList (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageListApiBefore125 [2021-02-02T17:47:08.497Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageLoadError [2021-02-02T17:47:08.497Z] --- PASS: TestImageLoadError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageLoad [2021-02-02T17:47:08.497Z] --- PASS: TestImageLoad (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImagesPruneError [2021-02-02T17:47:08.497Z] --- PASS: TestImagesPruneError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImagesPrune [2021-02-02T17:47:08.497Z] --- PASS: TestImagesPrune (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImagePullReferenceParseError [2021-02-02T17:47:08.497Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImagePullAnyError [2021-02-02T17:47:08.497Z] --- PASS: TestImagePullAnyError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImagePullStatusUnauthorizedError [2021-02-02T17:47:08.497Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-02T17:47:08.497Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-02T17:47:08.497Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-02-02T17:47:08.497Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImagePullWithoutErrors [2021-02-02T17:47:08.497Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImagePushReferenceError [2021-02-02T17:47:08.497Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImagePushAnyError [2021-02-02T17:47:08.497Z] --- PASS: TestImagePushAnyError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImagePushStatusUnauthorizedError [2021-02-02T17:47:08.497Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-02T17:47:08.497Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-02T17:47:08.497Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-02-02T17:47:08.497Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImagePushWithoutErrors [2021-02-02T17:47:08.497Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-02-02T17:47:08.497Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-02-02T17:47:08.497Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-02-02T17:47:08.497Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-02-02T17:47:08.497Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-02-02T17:47:08.497Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-02-02T17:47:08.497Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-02-02T17:47:08.497Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-02-02T17:47:08.497Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageRemoveError [2021-02-02T17:47:08.497Z] --- PASS: TestImageRemoveError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageRemoveImageNotFound [2021-02-02T17:47:08.497Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageRemove [2021-02-02T17:47:08.497Z] --- PASS: TestImageRemove (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageSaveError [2021-02-02T17:47:08.497Z] --- PASS: TestImageSaveError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageSave [2021-02-02T17:47:08.497Z] --- PASS: TestImageSave (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageSearchAnyError [2021-02-02T17:47:08.497Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageSearchStatusUnauthorizedError [2021-02-02T17:47:08.497Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-02-02T17:47:08.497Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-02-02T17:47:08.497Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-02-02T17:47:08.497Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageSearchWithoutErrors [2021-02-02T17:47:08.497Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageTagError [2021-02-02T17:47:08.497Z] --- PASS: TestImageTagError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageTagInvalidReference [2021-02-02T17:47:08.497Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageTagInvalidSourceImageName [2021-02-02T17:47:08.497Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageTagHexSource [2021-02-02T17:47:08.497Z] --- PASS: TestImageTagHexSource (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestImageTag [2021-02-02T17:47:08.497Z] --- PASS: TestImageTag (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestInfoServerError [2021-02-02T17:47:08.497Z] --- PASS: TestInfoServerError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestInfoInvalidResponseJSONError [2021-02-02T17:47:08.497Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestInfo [2021-02-02T17:47:08.497Z] --- PASS: TestInfo (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworkConnectError [2021-02-02T17:47:08.497Z] --- PASS: TestNetworkConnectError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-02-02T17:47:08.497Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworkConnect [2021-02-02T17:47:08.497Z] --- PASS: TestNetworkConnect (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworkCreateError [2021-02-02T17:47:08.497Z] --- PASS: TestNetworkCreateError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworkCreate [2021-02-02T17:47:08.497Z] --- PASS: TestNetworkCreate (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworkDisconnectError [2021-02-02T17:47:08.497Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworkDisconnect [2021-02-02T17:47:08.497Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworkInspectError [2021-02-02T17:47:08.497Z] --- PASS: TestNetworkInspectError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworkInspectNotFoundError [2021-02-02T17:47:08.497Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworkInspectWithEmptyID [2021-02-02T17:47:08.497Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworkInspect [2021-02-02T17:47:08.497Z] --- PASS: TestNetworkInspect (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworkListError [2021-02-02T17:47:08.497Z] --- PASS: TestNetworkListError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworkList [2021-02-02T17:47:08.497Z] --- PASS: TestNetworkList (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworksPruneError [2021-02-02T17:47:08.497Z] --- PASS: TestNetworksPruneError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworksPrune [2021-02-02T17:47:08.497Z] --- PASS: TestNetworksPrune (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworkRemoveError [2021-02-02T17:47:08.497Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNetworkRemove [2021-02-02T17:47:08.497Z] --- PASS: TestNetworkRemove (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNodeInspectError [2021-02-02T17:47:08.497Z] --- PASS: TestNodeInspectError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNodeInspectNodeNotFound [2021-02-02T17:47:08.497Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNodeInspectWithEmptyID [2021-02-02T17:47:08.497Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNodeInspect [2021-02-02T17:47:08.497Z] --- PASS: TestNodeInspect (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNodeListError [2021-02-02T17:47:08.497Z] --- PASS: TestNodeListError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNodeList [2021-02-02T17:47:08.497Z] --- PASS: TestNodeList (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNodeRemoveError [2021-02-02T17:47:08.497Z] --- PASS: TestNodeRemoveError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNodeRemove [2021-02-02T17:47:08.497Z] --- PASS: TestNodeRemove (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNodeUpdateError [2021-02-02T17:47:08.497Z] --- PASS: TestNodeUpdateError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestNodeUpdate [2021-02-02T17:47:08.497Z] --- PASS: TestNodeUpdate (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestOptionWithTimeout [2021-02-02T17:47:08.497Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPingFail [2021-02-02T17:47:08.497Z] --- PASS: TestPingFail (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPingWithError [2021-02-02T17:47:08.497Z] 2021/02/02 17:47:07 RoundTripper returned a response & error; ignoring response [2021-02-02T17:47:08.497Z] 2021/02/02 17:47:07 RoundTripper returned a response & error; ignoring response [2021-02-02T17:47:08.497Z] --- PASS: TestPingWithError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPingSuccess [2021-02-02T17:47:08.497Z] --- PASS: TestPingSuccess (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPingHeadFallback [2021-02-02T17:47:08.497Z] === RUN TestPingHeadFallback/OK [2021-02-02T17:47:08.497Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-02-02T17:47:08.497Z] === RUN TestPingHeadFallback/Not_Found [2021-02-02T17:47:08.497Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-02-02T17:47:08.497Z] --- PASS: TestPingHeadFallback (0.00s) [2021-02-02T17:47:08.497Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-02-02T17:47:08.497Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-02-02T17:47:08.497Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-02-02T17:47:08.497Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPluginDisableError [2021-02-02T17:47:08.497Z] --- PASS: TestPluginDisableError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPluginDisable [2021-02-02T17:47:08.497Z] --- PASS: TestPluginDisable (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPluginEnableError [2021-02-02T17:47:08.497Z] --- PASS: TestPluginEnableError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPluginEnable [2021-02-02T17:47:08.497Z] --- PASS: TestPluginEnable (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPluginInspectError [2021-02-02T17:47:08.497Z] --- PASS: TestPluginInspectError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPluginInspectWithEmptyID [2021-02-02T17:47:08.497Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPluginInspect [2021-02-02T17:47:08.497Z] --- PASS: TestPluginInspect (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPluginListError [2021-02-02T17:47:08.497Z] --- PASS: TestPluginListError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPluginList [2021-02-02T17:47:08.497Z] --- PASS: TestPluginList (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPluginPushError [2021-02-02T17:47:08.497Z] --- PASS: TestPluginPushError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPluginPush [2021-02-02T17:47:08.497Z] --- PASS: TestPluginPush (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPluginRemoveError [2021-02-02T17:47:08.497Z] --- PASS: TestPluginRemoveError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPluginRemove [2021-02-02T17:47:08.497Z] --- PASS: TestPluginRemove (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPluginSetError [2021-02-02T17:47:08.497Z] --- PASS: TestPluginSetError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPluginSet [2021-02-02T17:47:08.497Z] --- PASS: TestPluginSet (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSetHostHeader [2021-02-02T17:47:08.497Z] --- PASS: TestSetHostHeader (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestPlainTextError [2021-02-02T17:47:08.497Z] --- PASS: TestPlainTextError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestInfiniteError [2021-02-02T17:47:08.497Z] --- PASS: TestInfiniteError (0.02s) [2021-02-02T17:47:08.497Z] === RUN TestSecretCreateUnsupported [2021-02-02T17:47:08.497Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSecretCreateError [2021-02-02T17:47:08.497Z] --- PASS: TestSecretCreateError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSecretCreate [2021-02-02T17:47:08.497Z] --- PASS: TestSecretCreate (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSecretInspectUnsupported [2021-02-02T17:47:08.497Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSecretInspectError [2021-02-02T17:47:08.497Z] --- PASS: TestSecretInspectError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSecretInspectSecretNotFound [2021-02-02T17:47:08.497Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSecretInspectWithEmptyID [2021-02-02T17:47:08.497Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSecretInspect [2021-02-02T17:47:08.497Z] --- PASS: TestSecretInspect (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSecretListUnsupported [2021-02-02T17:47:08.497Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSecretListError [2021-02-02T17:47:08.497Z] --- PASS: TestSecretListError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSecretList [2021-02-02T17:47:08.497Z] --- PASS: TestSecretList (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSecretRemoveUnsupported [2021-02-02T17:47:08.497Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSecretRemoveError [2021-02-02T17:47:08.497Z] --- PASS: TestSecretRemoveError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSecretRemove [2021-02-02T17:47:08.497Z] --- PASS: TestSecretRemove (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSecretUpdateUnsupported [2021-02-02T17:47:08.497Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSecretUpdateError [2021-02-02T17:47:08.497Z] --- PASS: TestSecretUpdateError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSecretUpdate [2021-02-02T17:47:08.497Z] --- PASS: TestSecretUpdate (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceCreateError [2021-02-02T17:47:08.497Z] --- PASS: TestServiceCreateError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceCreate [2021-02-02T17:47:08.497Z] --- PASS: TestServiceCreate (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceCreateCompatiblePlatforms [2021-02-02T17:47:08.497Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceCreateDigestPinning [2021-02-02T17:47:08.497Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceInspectError [2021-02-02T17:47:08.497Z] --- PASS: TestServiceInspectError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceInspectServiceNotFound [2021-02-02T17:47:08.497Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceInspectWithEmptyID [2021-02-02T17:47:08.497Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceInspect [2021-02-02T17:47:08.497Z] --- PASS: TestServiceInspect (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceListError [2021-02-02T17:47:08.497Z] --- PASS: TestServiceListError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceList [2021-02-02T17:47:08.497Z] --- PASS: TestServiceList (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceLogsError [2021-02-02T17:47:08.497Z] --- PASS: TestServiceLogsError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceLogs [2021-02-02T17:47:08.497Z] --- PASS: TestServiceLogs (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceRemoveError [2021-02-02T17:47:08.497Z] --- PASS: TestServiceRemoveError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceRemoveNotFoundError [2021-02-02T17:47:08.497Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceRemove [2021-02-02T17:47:08.497Z] --- PASS: TestServiceRemove (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceUpdateError [2021-02-02T17:47:08.497Z] --- PASS: TestServiceUpdateError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestServiceUpdate [2021-02-02T17:47:08.497Z] --- PASS: TestServiceUpdate (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSwarmGetUnlockKeyError [2021-02-02T17:47:08.497Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSwarmGetUnlockKey [2021-02-02T17:47:08.497Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSwarmInitError [2021-02-02T17:47:08.497Z] --- PASS: TestSwarmInitError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSwarmInit [2021-02-02T17:47:08.497Z] --- PASS: TestSwarmInit (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSwarmInspectError [2021-02-02T17:47:08.497Z] --- PASS: TestSwarmInspectError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSwarmInspect [2021-02-02T17:47:08.497Z] --- PASS: TestSwarmInspect (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSwarmJoinError [2021-02-02T17:47:08.497Z] --- PASS: TestSwarmJoinError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSwarmJoin [2021-02-02T17:47:08.497Z] --- PASS: TestSwarmJoin (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSwarmLeaveError [2021-02-02T17:47:08.497Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSwarmLeave [2021-02-02T17:47:08.497Z] --- PASS: TestSwarmLeave (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSwarmUnlockError [2021-02-02T17:47:08.497Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSwarmUnlock [2021-02-02T17:47:08.497Z] --- PASS: TestSwarmUnlock (0.00s) [2021-02-02T17:47:08.497Z] === RUN TestSwarmUpdateError [2021-02-02T17:47:08.497Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-02-02T17:47:08.498Z] === RUN TestSwarmUpdate [2021-02-02T17:47:08.498Z] --- PASS: TestSwarmUpdate (0.00s) [2021-02-02T17:47:08.498Z] === RUN TestTaskInspectError [2021-02-02T17:47:08.498Z] --- PASS: TestTaskInspectError (0.00s) [2021-02-02T17:47:08.498Z] === RUN TestTaskInspectWithEmptyID [2021-02-02T17:47:08.498Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-02-02T17:47:08.498Z] === RUN TestTaskInspect [2021-02-02T17:47:08.498Z] --- PASS: TestTaskInspect (0.00s) [2021-02-02T17:47:08.498Z] === RUN TestTaskListError [2021-02-02T17:47:08.498Z] --- PASS: TestTaskListError (0.00s) [2021-02-02T17:47:08.498Z] === RUN TestTaskList [2021-02-02T17:47:08.498Z] --- PASS: TestTaskList (0.00s) [2021-02-02T17:47:08.498Z] === RUN TestVolumeCreateError [2021-02-02T17:47:08.498Z] --- PASS: TestVolumeCreateError (0.00s) [2021-02-02T17:47:08.498Z] === RUN TestVolumeCreate [2021-02-02T17:47:08.498Z] --- PASS: TestVolumeCreate (0.00s) [2021-02-02T17:47:08.498Z] === RUN TestVolumeInspectError [2021-02-02T17:47:08.498Z] --- PASS: TestVolumeInspectError (0.00s) [2021-02-02T17:47:08.498Z] === RUN TestVolumeInspectNotFound [2021-02-02T17:47:08.498Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-02-02T17:47:08.498Z] === RUN TestVolumeInspectWithEmptyID [2021-02-02T17:47:08.498Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-02-02T17:47:08.498Z] === RUN TestVolumeInspect [2021-02-02T17:47:08.498Z] --- PASS: TestVolumeInspect (0.00s) [2021-02-02T17:47:08.498Z] === RUN TestVolumeListError [2021-02-02T17:47:08.498Z] --- PASS: TestVolumeListError (0.00s) [2021-02-02T17:47:08.498Z] === RUN TestVolumeList [2021-02-02T17:47:08.498Z] --- PASS: TestVolumeList (0.00s) [2021-02-02T17:47:08.498Z] === RUN TestVolumeRemoveError [2021-02-02T17:47:08.498Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-02-02T17:47:08.498Z] === RUN TestVolumeRemove [2021-02-02T17:47:08.498Z] --- PASS: TestVolumeRemove (0.00s) [2021-02-02T17:47:08.498Z] === CONT TestTLSCloseWriter [2021-02-02T17:47:08.498Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-02-02T17:47:08.498Z] PASS [2021-02-02T17:47:08.498Z] coverage: 74.9% of statements [2021-02-02T17:47:08.498Z] ok github.com/docker/docker/client 0.543s coverage: 74.9% of statements [2021-02-02T17:47:08.899Z] --- PASS: TestKernelTCPMemory (0.63s) [2021-02-02T17:47:08.899Z] === RUN TestNISDomainname [2021-02-02T17:47:09.931Z] --- PASS: TestNISDomainname (0.67s) [2021-02-02T17:47:09.931Z] === RUN TestHostnameDnsResolution [2021-02-02T17:47:10.563Z] --- PASS: TestHostnameDnsResolution (0.84s) [2021-02-02T17:47:10.563Z] === RUN TestStats [2021-02-02T17:47:11.780Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-02-02T17:47:12.343Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-02-02T17:47:13.411Z] --- PASS: TestStats (2.53s) [2021-02-02T17:47:13.411Z] === RUN TestStopContainerWithTimeout [2021-02-02T17:47:13.411Z] === RUN TestStopContainerWithTimeout/0 [2021-02-02T17:47:13.411Z] === PAUSE TestStopContainerWithTimeout/0 [2021-02-02T17:47:13.411Z] === RUN TestStopContainerWithTimeout/1 [2021-02-02T17:47:13.411Z] === PAUSE TestStopContainerWithTimeout/1 [2021-02-02T17:47:13.411Z] === RUN TestStopContainerWithTimeout/3 [2021-02-02T17:47:13.411Z] === PAUSE TestStopContainerWithTimeout/3 [2021-02-02T17:47:13.411Z] === RUN TestStopContainerWithTimeout/-1 [2021-02-02T17:47:13.411Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-02-02T17:47:13.411Z] === CONT TestStopContainerWithTimeout/0 [2021-02-02T17:47:13.411Z] === CONT TestStopContainerWithTimeout/3 [2021-02-02T17:47:13.411Z] === CONT TestStopContainerWithTimeout/-1 [2021-02-02T17:47:13.411Z] === CONT TestStopContainerWithTimeout/1 [2021-02-02T17:47:14.857Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-02-02T17:47:15.784Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-02-02T17:47:16.142Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-02-02T17:47:16.142Z] --- PASS: TestStopContainerWithTimeout/0 (1.07s) [2021-02-02T17:47:16.142Z] --- PASS: TestStopContainerWithTimeout/1 (1.94s) [2021-02-02T17:47:16.142Z] --- PASS: TestStopContainerWithTimeout/3 (2.63s) [2021-02-02T17:47:16.142Z] --- PASS: TestStopContainerWithTimeout/-1 (3.04s) [2021-02-02T17:47:16.142Z] === RUN TestDeleteDevicemapper [2021-02-02T17:47:16.142Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-02-02T17:47:16.142Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-02T17:47:16.142Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-02T17:47:16.346Z] === RUN TestDockerSuite/TestEventsAttach [2021-02-02T17:47:17.274Z] === RUN TestDockerSuite/TestEventsCommit [2021-02-02T17:47:17.838Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-02-02T17:47:18.093Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-02-02T17:47:18.214Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.85s) [2021-02-02T17:47:18.214Z] === RUN TestUpdateMemory [2021-02-02T17:47:18.655Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-02-02T17:47:18.851Z] --- PASS: TestUpdateMemory (0.85s) [2021-02-02T17:47:18.851Z] === RUN TestUpdateCPUQuota [2021-02-02T17:47:19.223Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-02-02T17:47:19.788Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-02-02T17:47:19.884Z] --- PASS: TestUpdateCPUQuota (0.90s) [2021-02-02T17:47:19.884Z] === RUN TestUpdatePidsLimit [2021-02-02T17:47:19.884Z] === RUN TestUpdatePidsLimit/update_from_none [2021-02-02T17:47:19.884Z] === RUN TestUpdatePidsLimit/no_change [2021-02-02T17:47:20.176Z] === RUN TestUpdatePidsLimit/update_lower [2021-02-02T17:47:20.466Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-02-02T17:47:20.758Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-02-02T17:47:21.051Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-02-02T17:47:21.152Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-02-02T17:47:21.341Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-02-02T17:47:21.974Z] --- PASS: TestUpdatePidsLimit (2.39s) [2021-02-02T17:47:21.974Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.27s) [2021-02-02T17:47:21.974Z] --- PASS: TestUpdatePidsLimit/no_change (0.26s) [2021-02-02T17:47:21.974Z] --- PASS: TestUpdatePidsLimit/update_lower (0.24s) [2021-02-02T17:47:21.974Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.24s) [2021-02-02T17:47:21.974Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.26s) [2021-02-02T17:47:21.974Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.25s) [2021-02-02T17:47:21.974Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s) [2021-02-02T17:47:21.974Z] === RUN TestUpdateRestartPolicy [2021-02-02T17:47:22.520Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-02-02T17:47:25.032Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-02-02T17:47:26.239Z] --- PASS: TestCheckoutGit (32.82s) [2021-02-02T17:47:26.239Z] === RUN TestValidGitTransport [2021-02-02T17:47:26.239Z] --- PASS: TestValidGitTransport (0.00s) [2021-02-02T17:47:26.239Z] === RUN TestGitInvalidRef [2021-02-02T17:47:26.239Z] --- PASS: TestGitInvalidRef (0.19s) [2021-02-02T17:47:26.239Z] PASS [2021-02-02T17:47:26.239Z] coverage: 86.3% of statements [2021-02-02T17:47:26.239Z] ok github.com/docker/docker/builder/remotecontext/git 33.202s coverage: 86.3% of statements [2021-02-02T17:47:26.239Z] ? github.com/docker/docker/cli [no test files] [2021-02-02T17:47:26.239Z] ? github.com/docker/docker/cli/config [no test files] [2021-02-02T17:47:26.918Z] === RUN TestDockerSuite/TestEventsCopy [2021-02-02T17:47:27.480Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-02-02T17:47:28.407Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-02-02T17:47:30.293Z] --- PASS: TestServicePlugin (33.13s) [2021-02-02T17:47:30.293Z] plugin_test.go:62: [de5f730cdeae9] joining swarm manager [d60665e6df92f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T17:47:30.293Z] plugin_test.go:65: [d5cd158b326e4] joining swarm manager [d60665e6df92f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T17:47:30.293Z] === RUN TestServiceUpdateLabel [2021-02-02T17:47:32.805Z] --- PASS: TestServiceUpdateLabel (2.46s) [2021-02-02T17:47:32.805Z] === RUN TestServiceUpdateSecrets [2021-02-02T17:47:33.346Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-02-02T17:47:33.346Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-02-02T17:47:33.346Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-02-02T17:47:33.346Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-02-02T17:47:33.346Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-02-02T17:47:33.346Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-02-02T17:47:33.346Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-02-02T17:47:33.346Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-02-02T17:47:33.346Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-02-02T17:47:33.346Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-02-02T17:47:33.346Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-02-02T17:47:33.346Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-02-02T17:47:33.346Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-02-02T17:47:33.346Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-02-02T17:47:33.346Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-02-02T17:47:33.346Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-02-02T17:47:33.346Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-02-02T17:47:33.346Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-02-02T17:47:33.346Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-02-02T17:47:33.346Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-02-02T17:47:33.346Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-02-02T17:47:33.346Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-02-02T17:47:33.346Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-02-02T17:47:33.346Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-02-02T17:47:33.346Z] === RUN TestConfigureDaemonLogs [2021-02-02T17:47:33.346Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-02-02T17:47:33.346Z] === RUN TestCommonOptionsInstallFlags [2021-02-02T17:47:33.346Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-02-02T17:47:33.346Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-02-02T17:47:33.346Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-02-02T17:47:33.346Z] PASS [2021-02-02T17:47:33.346Z] coverage: 18.4% of statements [2021-02-02T17:47:33.346Z] ok github.com/docker/docker/cmd/dockerd 0.371s coverage: 18.4% of statements [2021-02-02T17:47:34.169Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-02-02T17:47:34.320Z] === RUN TestContainerStopSignal [2021-02-02T17:47:34.320Z] --- PASS: TestContainerStopSignal (0.00s) [2021-02-02T17:47:34.320Z] === RUN TestContainerStopTimeout [2021-02-02T17:47:34.320Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-02-02T17:47:34.320Z] === RUN TestContainerSecretReferenceDestTarget [2021-02-02T17:47:34.320Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-02-02T17:47:34.320Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-02-02T17:47:34.320Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-02-02T17:47:34.320Z] === RUN TestContainerLogPathSetForRingLogger [2021-02-02T17:47:34.320Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-02-02T17:47:34.320Z] === RUN TestReplaceAndAppendEnvVars [2021-02-02T17:47:34.320Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-02-02T17:47:34.320Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-02-02T17:47:34.320Z] === RUN TestNewMemoryStore [2021-02-02T17:47:34.320Z] --- PASS: TestNewMemoryStore (0.00s) [2021-02-02T17:47:34.320Z] === RUN TestAddContainers [2021-02-02T17:47:34.320Z] --- PASS: TestAddContainers (0.00s) [2021-02-02T17:47:34.320Z] === RUN TestGetContainer [2021-02-02T17:47:34.320Z] --- PASS: TestGetContainer (0.00s) [2021-02-02T17:47:34.320Z] === RUN TestDeleteContainer [2021-02-02T17:47:34.320Z] --- PASS: TestDeleteContainer (0.00s) [2021-02-02T17:47:34.320Z] === RUN TestListContainers [2021-02-02T17:47:34.320Z] --- PASS: TestListContainers (0.00s) [2021-02-02T17:47:34.320Z] === RUN TestFirstContainer [2021-02-02T17:47:34.320Z] --- PASS: TestFirstContainer (0.00s) [2021-02-02T17:47:34.320Z] === RUN TestApplyAllContainer [2021-02-02T17:47:34.320Z] --- PASS: TestApplyAllContainer (0.00s) [2021-02-02T17:47:34.320Z] === RUN TestIsValidHealthString [2021-02-02T17:47:34.320Z] --- PASS: TestIsValidHealthString (0.00s) [2021-02-02T17:47:34.320Z] === RUN TestStateRunStop [2021-02-02T17:47:34.320Z] --- PASS: TestStateRunStop (0.00s) [2021-02-02T17:47:34.320Z] === RUN TestStateTimeoutWait [2021-02-02T17:47:34.320Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-02-02T17:47:34.320Z] state_test.go:141: Stop callback fired [2021-02-02T17:47:34.320Z] state_test.go:165: Stop callback fired [2021-02-02T17:47:34.320Z] === RUN TestIsValidStateString [2021-02-02T17:47:34.320Z] --- PASS: TestIsValidStateString (0.00s) [2021-02-02T17:47:34.320Z] === RUN TestViewSaveDelete [2021-02-02T17:47:34.320Z] --- PASS: TestViewSaveDelete (0.01s) [2021-02-02T17:47:34.320Z] === RUN TestViewAll [2021-02-02T17:47:34.320Z] --- PASS: TestViewAll (0.02s) [2021-02-02T17:47:34.320Z] === RUN TestViewGet [2021-02-02T17:47:34.320Z] --- PASS: TestViewGet (0.01s) [2021-02-02T17:47:34.320Z] === RUN TestNames [2021-02-02T17:47:34.320Z] --- PASS: TestNames (0.00s) [2021-02-02T17:47:34.320Z] === RUN TestViewWithHealthCheck [2021-02-02T17:47:34.320Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-02-02T17:47:34.320Z] PASS [2021-02-02T17:47:34.320Z] coverage: 41.3% of statements [2021-02-02T17:47:34.320Z] ok github.com/docker/docker/container 0.353s coverage: 41.3% of statements [2021-02-02T17:47:34.426Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-02-02T17:47:34.614Z] --- PASS: TestUpdateRestartPolicy (11.23s) [2021-02-02T17:47:34.614Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-02T17:47:34.614Z] --- PASS: TestUpdateRestartWithAutoRemove (0.51s) [2021-02-02T17:47:34.614Z] === RUN TestWaitNonBlocked [2021-02-02T17:47:34.614Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T17:47:34.614Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T17:47:34.614Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T17:47:34.614Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T17:47:34.614Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T17:47:34.614Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T17:47:34.614Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-02-02T17:47:34.614Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.60s) [2021-02-02T17:47:34.614Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.67s) [2021-02-02T17:47:34.614Z] === RUN TestWaitBlocked [2021-02-02T17:47:34.614Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-02T17:47:34.614Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-02T17:47:34.614Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-02-02T17:47:34.614Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-02-02T17:47:34.614Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-02-02T17:47:34.614Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-02-02T17:47:34.782Z] ? github.com/docker/docker/container/stream [no test files] [2021-02-02T17:47:34.782Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-02-02T17:47:34.782Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-02-02T17:47:34.782Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-02-02T17:47:35.251Z] --- PASS: TestWaitBlocked (0.02s) [2021-02-02T17:47:35.251Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.70s) [2021-02-02T17:47:35.251Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.75s) [2021-02-02T17:47:35.251Z] === CONT TestContainerStartOnDaemonRestart [2021-02-02T17:47:35.251Z] === CONT TestContainerKillOnDaemonStart [2021-02-02T17:47:35.251Z] === CONT TestRestartDaemonWithRestartingContainer [2021-02-02T17:47:35.251Z] === CONT TestDaemonHostGatewayIP [2021-02-02T17:47:35.352Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-02-02T17:47:36.277Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-02-02T17:47:36.277Z] === RUN TestDockerSuite/TestEventsFilterType [2021-02-02T17:47:36.533Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-02-02T17:47:36.789Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-02-02T17:47:36.789Z] === RUN TestDockerSuite/TestEventsFilters [2021-02-02T17:47:36.975Z] === RUN TestPrepare [2021-02-02T17:47:36.975Z] --- PASS: TestPrepare (0.00s) [2021-02-02T17:47:36.975Z] === RUN TestStart [2021-02-02T17:47:36.975Z] --- PASS: TestStart (0.00s) [2021-02-02T17:47:36.975Z] === RUN TestWaitCancel [2021-02-02T17:47:36.975Z] --- PASS: TestWaitCancel (0.00s) [2021-02-02T17:47:36.975Z] === RUN TestWaitDisabled [2021-02-02T17:47:36.975Z] --- PASS: TestWaitDisabled (0.00s) [2021-02-02T17:47:36.975Z] === RUN TestWaitEnabled [2021-02-02T17:47:36.975Z] --- PASS: TestWaitEnabled (0.00s) [2021-02-02T17:47:36.975Z] === RUN TestRemove [2021-02-02T17:47:36.975Z] --- PASS: TestRemove (0.00s) [2021-02-02T17:47:36.975Z] PASS [2021-02-02T17:47:36.975Z] coverage: 65.3% of statements [2021-02-02T17:47:36.975Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.548s coverage: 65.3% of statements [2021-02-02T17:47:37.716Z] === RUN TestDockerSuite/TestEventsFormat [2021-02-02T17:47:38.641Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-02-02T17:47:38.641Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-02-02T17:47:38.641Z] === RUN TestDockerSuite/TestEventsImageImport [2021-02-02T17:47:38.813Z] --- PASS: TestRestartDaemonWithRestartingContainer (3.56s) [2021-02-02T17:47:38.813Z] === CONT TestDaemonRestartIpcMode [2021-02-02T17:47:39.104Z] --- PASS: TestContainerStartOnDaemonRestart (3.88s) [2021-02-02T17:47:39.104Z] === CONT TestIpcModeOlderClient [2021-02-02T17:47:39.167Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-02-02T17:47:39.167Z] === RUN TestNewListSecretsFilters [2021-02-02T17:47:39.167Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-02-02T17:47:39.167Z] === RUN TestNewListConfigsFilters [2021-02-02T17:47:39.167Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-02-02T17:47:39.167Z] PASS [2021-02-02T17:47:39.167Z] coverage: 0.5% of statements [2021-02-02T17:47:39.167Z] ok github.com/docker/docker/daemon/cluster 0.381s coverage: 0.5% of statements [2021-02-02T17:47:39.203Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-02-02T17:47:39.398Z] --- PASS: TestIpcModeOlderClient (0.09s) [2021-02-02T17:47:39.458Z] === RUN TestDockerSuite/TestEventsImagePull [2021-02-02T17:47:39.630Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCIsolation [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertFromGRPCIsolation [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-02-02T17:47:39.630Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-02-02T17:47:39.630Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertFromGRPCConfigs [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCConfigs [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-02-02T17:47:39.630Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-02-02T17:47:39.630Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-02-02T17:47:39.630Z] PASS [2021-02-02T17:47:39.630Z] coverage: 35.9% of statements [2021-02-02T17:47:39.630Z] ok github.com/docker/docker/daemon/cluster/convert 0.314s coverage: 35.9% of statements [2021-02-02T17:47:39.690Z] --- PASS: TestDaemonHostGatewayIP (4.30s) [2021-02-02T17:47:39.713Z] === RUN TestDockerSuite/TestEventsImageTag [2021-02-02T17:47:41.075Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-02-02T17:47:41.075Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-02-02T17:47:41.075Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-02-02T17:47:41.075Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-02-02T17:47:41.757Z] --- PASS: TestDaemonRestartIpcMode (2.56s) [2021-02-02T17:47:42.439Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-02-02T17:47:43.009Z] === RUN TestDockerSuite/TestEventsRename [2021-02-02T17:47:43.266Z] === RUN TestDockerSuite/TestEventsResize [2021-02-02T17:47:43.828Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-02-02T17:47:44.389Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-02-02T17:47:44.951Z] === RUN TestDockerSuite/TestEventsStreaming [2021-02-02T17:47:45.517Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-02-02T17:47:45.681Z] === RUN TestBuilderGC [2021-02-02T17:47:45.681Z] --- PASS: TestBuilderGC (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestDaemonConfigurationNotFound [2021-02-02T17:47:45.681Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestDaemonBrokenConfiguration [2021-02-02T17:47:45.681Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestParseClusterAdvertiseSettings [2021-02-02T17:47:45.681Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestFindConfigurationConflicts [2021-02-02T17:47:45.681Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-02-02T17:47:45.681Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestDaemonConfigurationMergeConflicts [2021-02-02T17:47:45.681Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-02-02T17:47:45.681Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-02-02T17:47:45.681Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-02-02T17:47:45.681Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-02-02T17:47:45.681Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-02-02T17:47:45.681Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-02-02T17:47:45.681Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-02-02T17:47:45.681Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-02-02T17:47:45.681Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-02-02T17:47:45.681Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestValidateConfigurationErrors [2021-02-02T17:47:45.681Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-02-02T17:47:45.681Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-02-02T17:47:45.681Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-02-02T17:47:45.681Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-02-02T17:47:45.681Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-02-02T17:47:45.681Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-02-02T17:47:45.681Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-02-02T17:47:45.681Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-02-02T17:47:45.681Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-02-02T17:47:45.681Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-02-02T17:47:45.681Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-02-02T17:47:45.681Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestValidateConfiguration [2021-02-02T17:47:45.681Z] === RUN TestValidateConfiguration/with_label [2021-02-02T17:47:45.681Z] === RUN TestValidateConfiguration/with_dns [2021-02-02T17:47:45.681Z] === RUN TestValidateConfiguration/with_dns-search [2021-02-02T17:47:45.681Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-02-02T17:47:45.681Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-02-02T17:47:45.681Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-02-02T17:47:45.681Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-02-02T17:47:45.681Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfiguration (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-02-02T17:47:45.681Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestModifiedDiscoverySettings [2021-02-02T17:47:45.681Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestReloadSetConfigFileNotExist [2021-02-02T17:47:45.681Z] time="2021-02-02T17:47:44Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-02-02T17:47:45.681Z] --- PASS: TestReloadSetConfigFileNotExist (0.12s) [2021-02-02T17:47:45.681Z] === RUN TestReloadDefaultConfigNotExist [2021-02-02T17:47:45.681Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2021-02-02T17:47:45.681Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:47:45.681Z] === RUN TestReloadBadDefaultConfig [2021-02-02T17:47:45.681Z] time="2021-02-02T17:47:44Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-979422227" [2021-02-02T17:47:45.681Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestReloadWithConflictingLabels [2021-02-02T17:47:45.681Z] time="2021-02-02T17:47:44Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-994987606" [2021-02-02T17:47:45.681Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestReloadWithDuplicateLabels [2021-02-02T17:47:45.681Z] time="2021-02-02T17:47:44Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-088772029" [2021-02-02T17:47:45.681Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-02-02T17:47:45.681Z] === RUN TestDaemonConfigurationMerge [2021-02-02T17:47:45.681Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-02-02T17:47:45.681Z] PASS [2021-02-02T17:47:45.681Z] coverage: 79.7% of statements [2021-02-02T17:47:45.681Z] ok github.com/docker/docker/daemon/config 0.560s coverage: 79.7% of statements [2021-02-02T17:47:46.677Z] === RUN TestDiscoveryOptsErrors [2021-02-02T17:47:46.677Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-02-02T17:47:46.677Z] === RUN TestDiscoveryOpts [2021-02-02T17:47:46.677Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-02-02T17:47:46.677Z] PASS [2021-02-02T17:47:46.677Z] coverage: 30.0% of statements [2021-02-02T17:47:46.677Z] ok github.com/docker/docker/daemon/discovery 0.561s coverage: 30.0% of statements [2021-02-02T17:47:47.140Z] === RUN TestVerifyNetworkingConfig [2021-02-02T17:47:47.140Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-02-02T17:47:47.140Z] === RUN TestGetContainer [2021-02-02T17:47:47.140Z] --- PASS: TestGetContainer (0.00s) [2021-02-02T17:47:47.140Z] === RUN TestValidContainerNames [2021-02-02T17:47:47.140Z] --- PASS: TestValidContainerNames (0.00s) [2021-02-02T17:47:47.140Z] === RUN TestContainerInitDNS [2021-02-02T17:47:47.140Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-02-02T17:47:47.140Z] daemon_test.go:147: root required [2021-02-02T17:47:47.140Z] === RUN TestMerge [2021-02-02T17:47:47.140Z] --- PASS: TestMerge (0.00s) [2021-02-02T17:47:47.140Z] === RUN TestValidateContainerIsolation [2021-02-02T17:47:47.140Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-02-02T17:47:47.140Z] === RUN TestFindNetworkErrorType [2021-02-02T17:47:47.140Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-02-02T17:47:47.140Z] === RUN TestEnsureServicesExist [2021-02-02T17:47:47.140Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-02-02T17:47:47.140Z] === RUN TestEnsureServicesExistErrors [2021-02-02T17:47:47.140Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-02-02T17:47:47.140Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-02-02T17:47:47.140Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-02-02T17:47:47.140Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-02-02T17:47:47.140Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-02-02T17:47:47.140Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-02-02T17:47:47.140Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-02-02T17:47:47.140Z] === RUN TestContainerDelete [2021-02-02T17:47:47.140Z] --- PASS: TestContainerDelete (0.00s) [2021-02-02T17:47:47.140Z] === RUN TestContainerDoubleDelete [2021-02-02T17:47:47.140Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-02-02T17:47:47.140Z] === RUN TestLogContainerEventCopyLabels [2021-02-02T17:47:47.140Z] --- PASS: TestLogContainerEventCopyLabels (0.01s) [2021-02-02T17:47:47.140Z] === RUN TestLogContainerEventWithAttributes [2021-02-02T17:47:47.140Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-02-02T17:47:47.140Z] === RUN TestNoneHealthcheck [2021-02-02T17:47:47.140Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-02-02T17:47:47.140Z] === RUN TestHealthStates [2021-02-02T17:47:47.407Z] --- PASS: TestServiceUpdateSecrets (14.53s) [2021-02-02T17:47:47.407Z] === RUN TestServiceUpdateConfigs [2021-02-02T17:47:47.602Z] time="2021-02-02T17:47:47Z" 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-02-02T17:47:47.602Z] time="2021-02-02T17:47:47Z" 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-02-02T17:47:47.602Z] time="2021-02-02T17:47:47Z" 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-02-02T17:47:47.603Z] time="2021-02-02T17:47:47Z" 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-02-02T17:47:47.603Z] time="2021-02-02T17:47:47Z" 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-02-02T17:47:47.603Z] time="2021-02-02T17:47:47Z" 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-02-02T17:47:47.603Z] time="2021-02-02T17:47:47Z" 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-02-02T17:47:47.603Z] time="2021-02-02T17:47:47Z" 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-02-02T17:47:47.603Z] time="2021-02-02T17:47:47Z" 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-02-02T17:47:47.603Z] time="2021-02-02T17:47:47Z" 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-02-02T17:47:47.603Z] --- PASS: TestHealthStates (0.13s) [2021-02-02T17:47:47.603Z] === RUN TestMaskURLCredentials [2021-02-02T17:47:47.603Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-02-02T17:47:47.603Z] === RUN TestGetInspectData [2021-02-02T17:47:47.603Z] --- PASS: TestGetInspectData (0.00s) [2021-02-02T17:47:47.603Z] === RUN TestFillLicense [2021-02-02T17:47:47.603Z] --- PASS: TestFillLicense (0.00s) [2021-02-02T17:47:47.603Z] === RUN TestListInvalidFilter [2021-02-02T17:47:47.603Z] --- PASS: TestListInvalidFilter (0.00s) [2021-02-02T17:47:47.603Z] === RUN TestNameFilter [2021-02-02T17:47:47.603Z] --- PASS: TestNameFilter (0.00s) [2021-02-02T17:47:47.603Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-02-02T17:47:47.603Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-02-02T17:47:47.603Z] === 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-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-02-02T17:47:47.603Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-02-02T17:47:47.603Z] --- 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-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-02-02T17:47:47.603Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-02-02T17:47:47.603Z] === RUN TestDaemonReloadLabels [2021-02-02T17:47:47.603Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-02-02T17:47:47.603Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-02-02T17:47:47.603Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-02-02T17:47:47.603Z] === RUN TestDaemonReloadMirrors [2021-02-02T17:47:47.603Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-02-02T17:47:47.603Z] === RUN TestDaemonReloadInsecureRegistries [2021-02-02T17:47:47.603Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-02-02T17:47:47.603Z] === RUN TestDaemonReloadNotAffectOthers [2021-02-02T17:47:47.603Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-02-02T17:47:47.603Z] === RUN TestDaemonDiscoveryReload [2021-02-02T17:47:47.603Z] === RUN TestEventsLog [2021-02-02T17:47:47.603Z] --- PASS: TestEventsLog (0.00s) [2021-02-02T17:47:47.603Z] === RUN TestEventsLogTimeout [2021-02-02T17:47:47.603Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-02-02T17:47:47.603Z] === RUN TestLogEvents [2021-02-02T17:47:47.603Z] --- PASS: TestLogEvents (0.05s) [2021-02-02T17:47:47.603Z] === RUN TestLoadBufferedEvents [2021-02-02T17:47:47.603Z] --- PASS: TestLoadBufferedEvents (0.08s) [2021-02-02T17:47:47.603Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-02-02T17:47:47.603Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-02-02T17:47:47.603Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-02-02T17:47:47.603Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-02-02T17:47:47.603Z] PASS [2021-02-02T17:47:47.603Z] coverage: 50.0% of statements [2021-02-02T17:47:47.603Z] ok github.com/docker/docker/daemon/events 0.216s coverage: 50.0% of statements [2021-02-02T17:47:48.065Z] === RUN TestWaitNodeAttachment [2021-02-02T17:47:48.333Z] === RUN TestDockerSuite/TestEventsTop [2021-02-02T17:47:48.527Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-02-02T17:47:48.527Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-02-02T17:47:48.527Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-02-02T17:47:48.527Z] === RUN TestIsolationConversion [2021-02-02T17:47:48.527Z] === RUN TestIsolationConversion/default [2021-02-02T17:47:48.527Z] === RUN TestIsolationConversion/process [2021-02-02T17:47:48.527Z] === RUN TestIsolationConversion/hyperv [2021-02-02T17:47:48.527Z] --- PASS: TestIsolationConversion (0.00s) [2021-02-02T17:47:48.527Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-02-02T17:47:48.527Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-02-02T17:47:48.527Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-02-02T17:47:48.527Z] === RUN TestContainerLabels [2021-02-02T17:47:48.527Z] --- PASS: TestContainerLabels (0.00s) [2021-02-02T17:47:48.527Z] === RUN TestCredentialSpecConversion [2021-02-02T17:47:48.527Z] === RUN TestCredentialSpecConversion/none [2021-02-02T17:47:48.527Z] === RUN TestCredentialSpecConversion/config [2021-02-02T17:47:48.527Z] === RUN TestCredentialSpecConversion/file [2021-02-02T17:47:48.527Z] === RUN TestCredentialSpecConversion/registry [2021-02-02T17:47:48.527Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-02-02T17:47:48.527Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-02-02T17:47:48.527Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-02-02T17:47:48.527Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-02-02T17:47:48.527Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-02-02T17:47:48.527Z] === RUN TestControllerValidateMountBind [2021-02-02T17:47:48.527Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-02-02T17:47:48.527Z] === RUN TestControllerValidateMountVolume [2021-02-02T17:47:48.527Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-02-02T17:47:48.527Z] === RUN TestControllerValidateMountTarget [2021-02-02T17:47:48.527Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-02-02T17:47:48.527Z] === RUN TestControllerValidateMountTmpfs [2021-02-02T17:47:48.527Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-02-02T17:47:48.527Z] === RUN TestControllerValidateMountInvalidType [2021-02-02T17:47:48.527Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-02-02T17:47:48.527Z] === RUN TestControllerValidateMountNamedPipe [2021-02-02T17:47:48.527Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-02-02T17:47:48.527Z] PASS [2021-02-02T17:47:48.527Z] coverage: 11.3% of statements [2021-02-02T17:47:48.527Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.851s coverage: 11.3% of statements [2021-02-02T17:47:48.638Z] --- PASS: TestContainerKillOnDaemonStart (12.94s) [2021-02-02T17:47:48.638Z] PASS [2021-02-02T17:47:48.638Z] [2021-02-02T17:47:48.638Z] === Skipped [2021-02-02T17:47:48.638Z] === SKIP: ppc64le.integration.container TestCheckpoint (0.00s) [2021-02-02T17:47:48.638Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-02T17:47:48.638Z] [2021-02-02T17:47:48.638Z] === SKIP: ppc64le.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-02-02T17:47:48.638Z] pause_test.go:55: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-02-02T17:47:48.638Z] [2021-02-02T17:47:48.638Z] === SKIP: ppc64le.integration.container TestDeleteDevicemapper (0.00s) [2021-02-02T17:47:48.638Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-02-02T17:47:48.638Z] [2021-02-02T17:47:48.638Z] [2021-02-02T17:47:48.638Z] DONE 196 tests, 3 skipped in 110.360s [2021-02-02T17:47:48.638Z] Running /go/src/github.com/docker/docker/integration/image (ppc64le.integration.image) flags=-test.v -test.timeout=120m [2021-02-02T17:47:48.638Z] ++ 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-02-02T17:47:48.638Z] ++ set -e [2021-02-02T17:47:48.638Z] ++ '[' -n 0 ']' [2021-02-02T17:47:48.638Z] ++ set -x [2021-02-02T17:47:48.638Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=ppc64le DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/ppc64le-integration-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-02-02T17:47:48.638Z] INFO: Testing against a local daemon [2021-02-02T17:47:48.638Z] === RUN TestCommitInheritsEnv [2021-02-02T17:47:48.638Z] --- PASS: TestCommitInheritsEnv (0.34s) [2021-02-02T17:47:48.638Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-02T17:47:48.638Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-02-02T17:47:48.638Z] === RUN TestImagesFilterMultiReference [2021-02-02T17:47:48.638Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-02-02T17:47:48.638Z] === RUN TestImagePullPlatformInvalid [2021-02-02T17:47:48.894Z] === RUN TestDockerSuite/TestEventsUntag [2021-02-02T17:47:48.928Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-02-02T17:47:48.928Z] === RUN TestRemoveImageOrphaning [2021-02-02T17:47:48.989Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.55s) [2021-02-02T17:47:48.989Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-02-02T17:47:49.220Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2021-02-02T17:47:49.220Z] === RUN TestRemoveImageGarbageCollector [2021-02-02T17:47:49.220Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-02-02T17:47:49.220Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:47:49.220Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-02T17:47:49.220Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-02-02T17:47:49.220Z] === RUN TestTagInvalidReference [2021-02-02T17:47:49.220Z] --- PASS: TestTagInvalidReference (0.02s) [2021-02-02T17:47:49.220Z] === RUN TestTagValidPrefixedRepo [2021-02-02T17:47:49.220Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-02-02T17:47:49.220Z] === RUN TestTagExistedNameWithoutForce [2021-02-02T17:47:49.220Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-02-02T17:47:49.220Z] === RUN TestTagOfficialNames [2021-02-02T17:47:49.220Z] --- PASS: TestTagOfficialNames (0.04s) [2021-02-02T17:47:49.220Z] === RUN TestTagMatchesDigest [2021-02-02T17:47:49.220Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-02-02T17:47:49.220Z] === CONT TestImportExtremelyLargeImageWorks [2021-02-02T17:47:49.451Z] === RUN TestIsEmptyDir [2021-02-02T17:47:49.451Z] --- PASS: TestIsEmptyDir (0.00s) [2021-02-02T17:47:49.452Z] PASS [2021-02-02T17:47:49.452Z] coverage: 2.3% of statements [2021-02-02T17:47:49.452Z] ok github.com/docker/docker/daemon/graphdriver 0.067s coverage: 2.3% of statements [2021-02-02T17:47:49.452Z] === RUN TestLinkNaming [2021-02-02T17:47:49.452Z] --- PASS: TestLinkNaming (0.00s) [2021-02-02T17:47:49.452Z] === RUN TestLinkNew [2021-02-02T17:47:49.452Z] --- PASS: TestLinkNew (0.00s) [2021-02-02T17:47:49.452Z] === RUN TestLinkEnv [2021-02-02T17:47:49.452Z] --- PASS: TestLinkEnv (0.00s) [2021-02-02T17:47:49.452Z] === RUN TestLinkMultipleEnv [2021-02-02T17:47:49.452Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-02-02T17:47:49.452Z] === RUN TestLinkPortRangeEnv [2021-02-02T17:47:49.452Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-02-02T17:47:49.452Z] PASS [2021-02-02T17:47:49.452Z] coverage: 93.0% of statements [2021-02-02T17:47:49.452Z] ok github.com/docker/docker/daemon/links 0.059s coverage: 93.0% of statements [2021-02-02T17:47:49.452Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-02-02T17:47:49.452Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-02-02T17:47:49.452Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-02-02T17:47:49.452Z] reload_test.go:520: root required [2021-02-02T17:47:49.452Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-02-02T17:47:49.452Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.01s) [2021-02-02T17:47:49.452Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-02-02T17:47:49.452Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2021-02-02T17:47:49.452Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-02-02T17:47:49.452Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-02-02T17:47:49.452Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-02-02T17:47:49.452Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s) [2021-02-02T17:47:49.452Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-02-02T17:47:49.452Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-02-02T17:47:49.452Z] === RUN TestParseVolumesFrom [2021-02-02T17:47:49.452Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-02-02T17:47:49.452Z] PASS [2021-02-02T17:47:49.452Z] coverage: 9.1% of statements [2021-02-02T17:47:49.452Z] ok github.com/docker/docker/daemon 2.812s coverage: 9.1% of statements [2021-02-02T17:47:49.452Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-02-02T17:47:49.452Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-02-02T17:47:49.452Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-02-02T17:47:49.452Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-02-02T17:47:49.452Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-02-02T17:47:49.452Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-02-02T17:47:49.452Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-02-02T17:47:49.452Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-02-02T17:47:49.452Z] ? github.com/docker/docker/daemon/graphdriver/lcow [no test files] [2021-02-02T17:47:49.452Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-02-02T17:47:49.452Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-02-02T17:47:49.452Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-02-02T17:47:49.452Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-02-02T17:47:49.452Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-02-02T17:47:49.452Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-02-02T17:47:51.406Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-02-02T17:47:53.281Z] === RUN TestNewStreamConfig [2021-02-02T17:47:53.281Z] === RUN TestNewStreamConfig/defaults [2021-02-02T17:47:53.281Z] === RUN TestNewStreamConfig/invalid_create_group [2021-02-02T17:47:53.281Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-02-02T17:47:53.281Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-02-02T17:47:53.281Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-02-02T17:47:53.281Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-02-02T17:47:53.281Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-02-02T17:47:53.281Z] --- PASS: TestNewStreamConfig (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-02-02T17:47:53.281Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-02-02T17:47:53.281Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestNewAWSLogsClientRegionDetect [2021-02-02T17:47:53.281Z] time="2021-02-02T17:47:52Z" level=info msg="Trying to get region from EC2 Metadata" [2021-02-02T17:47:53.281Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2021-02-02T17:47:53.281Z] === RUN TestCreateSuccess [2021-02-02T17:47:53.281Z] --- PASS: TestCreateSuccess (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestCreateLogGroupSuccess [2021-02-02T17:47:53.281Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestCreateError [2021-02-02T17:47:53.281Z] --- PASS: TestCreateError (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestCreateAlreadyExists [2021-02-02T17:47:53.281Z] time="2021-02-02T17:47:52Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-02-02T17:47:53.281Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestLogClosed [2021-02-02T17:47:53.281Z] --- PASS: TestLogClosed (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestLogBlocking [2021-02-02T17:47:53.281Z] --- PASS: TestLogBlocking (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestLogNonBlockingBufferEmpty [2021-02-02T17:47:53.281Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestLogNonBlockingBufferFull [2021-02-02T17:47:53.281Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestPublishBatchSuccess [2021-02-02T17:47:53.281Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestPublishBatchError [2021-02-02T17:47:53.281Z] time="2021-02-02T17:47:52Z" level=error msg=Error [2021-02-02T17:47:53.281Z] --- PASS: TestPublishBatchError (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-02-02T17:47:53.281Z] time="2021-02-02T17:47:52Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-02-02T17:47:53.281Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestPublishBatchAlreadyAccepted [2021-02-02T17:47:53.281Z] time="2021-02-02T17:47:52Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-02-02T17:47:53.281Z] time="2021-02-02T17:47:52Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-02-02T17:47:53.281Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestCollectBatchSimple [2021-02-02T17:47:53.281Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestCollectBatchTicker [2021-02-02T17:47:53.281Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestCollectBatchMultilinePattern [2021-02-02T17:47:53.281Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-02-02T17:47:53.281Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-02-02T17:47:53.281Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-02-02T17:47:53.281Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.17s) [2021-02-02T17:47:53.281Z] === RUN TestCollectBatchClose [2021-02-02T17:47:53.281Z] --- PASS: TestCollectBatchClose (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestEffectiveLen [2021-02-02T17:47:53.281Z] === RUN TestEffectiveLen/0/Hello [2021-02-02T17:47:53.281Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-02-02T17:47:53.281Z] === RUN TestEffectiveLen/2/🙃 [2021-02-02T17:47:53.281Z] === RUN TestEffectiveLen/3/���� [2021-02-02T17:47:53.281Z] === RUN TestEffectiveLen/4/He��o [2021-02-02T17:47:53.281Z] === RUN TestEffectiveLen/5/ [2021-02-02T17:47:53.281Z] --- PASS: TestEffectiveLen (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestFindValidSplit [2021-02-02T17:47:53.281Z] === RUN TestFindValidSplit/0/ [2021-02-02T17:47:53.281Z] === RUN TestFindValidSplit/1/Hello [2021-02-02T17:47:53.281Z] === RUN TestFindValidSplit/2/Hello [2021-02-02T17:47:53.281Z] === RUN TestFindValidSplit/3/Hello [2021-02-02T17:47:53.281Z] === RUN TestFindValidSplit/4/🙃 [2021-02-02T17:47:53.281Z] === RUN TestFindValidSplit/5/🙃 [2021-02-02T17:47:53.281Z] === RUN TestFindValidSplit/6/a� [2021-02-02T17:47:53.281Z] === RUN TestFindValidSplit/7/a� [2021-02-02T17:47:53.281Z] --- PASS: TestFindValidSplit (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-02-02T17:47:53.281Z] cloudwatchlogs_test.go:1044: [2021-02-02T17:47:53.281Z] cloudwatchlogs_test.go:1045: [2021-02-02T17:47:53.281Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-02-02T17:47:53.281Z] cloudwatchlogs_test.go:1044: Hello [2021-02-02T17:47:53.281Z] cloudwatchlogs_test.go:1045: [2021-02-02T17:47:53.281Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-02-02T17:47:53.281Z] cloudwatchlogs_test.go:1044: He [2021-02-02T17:47:53.281Z] cloudwatchlogs_test.go:1045: llo [2021-02-02T17:47:53.281Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-02-02T17:47:53.281Z] cloudwatchlogs_test.go:1044: [2021-02-02T17:47:53.281Z] cloudwatchlogs_test.go:1045: Hello [2021-02-02T17:47:53.281Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-02-02T17:47:53.281Z] cloudwatchlogs_test.go:1044: [2021-02-02T17:47:53.281Z] cloudwatchlogs_test.go:1045: 🙃 [2021-02-02T17:47:53.281Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-02-02T17:47:53.281Z] cloudwatchlogs_test.go:1044: 🙃 [2021-02-02T17:47:53.281Z] cloudwatchlogs_test.go:1045: [2021-02-02T17:47:53.281Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-02-02T17:47:53.281Z] cloudwatchlogs_test.go:1044: a [2021-02-02T17:47:53.281Z] cloudwatchlogs_test.go:1045: � [2021-02-02T17:47:53.281Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-02-02T17:47:53.281Z] cloudwatchlogs_test.go:1044: a� [2021-02-02T17:47:53.281Z] cloudwatchlogs_test.go:1045: [2021-02-02T17:47:53.281Z] === RUN TestProcessEventEmoji [2021-02-02T17:47:53.281Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestCollectBatchLineSplit [2021-02-02T17:47:53.281Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestCollectBatchLineSplitWithBinary [2021-02-02T17:47:53.281Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestCollectBatchMaxEvents [2021-02-02T17:47:53.281Z] --- PASS: TestCollectBatchMaxEvents (0.04s) [2021-02-02T17:47:53.281Z] === RUN TestCollectBatchMaxTotalBytes [2021-02-02T17:47:53.281Z] --- PASS: TestCollectBatchMaxTotalBytes (0.07s) [2021-02-02T17:47:53.281Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-02-02T17:47:53.281Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-02-02T17:47:53.281Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-02-02T17:47:53.281Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2021-02-02T17:47:53.281Z] === RUN TestParseLogOptionsMultilinePattern [2021-02-02T17:47:53.281Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestParseLogOptionsDatetimeFormat [2021-02-02T17:47:53.281Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-02-02T17:47:53.281Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-02-02T17:47:53.281Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-02-02T17:47:53.281Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-02-02T17:47:53.281Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-02-02T17:47:53.281Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-02-02T17:47:53.281Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-02-02T17:47:53.281Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-02-02T17:47:53.281Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-02-02T17:47:53.281Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-02-02T17:47:53.282Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-02-02T17:47:53.282Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-02-02T17:47:53.282Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-02-02T17:47:53.282Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-02-02T17:47:53.282Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-02-02T17:47:53.282Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-02-02T17:47:53.282Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-02-02T17:47:53.282Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-02-02T17:47:53.282Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-02-02T17:47:53.282Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-02-02T17:47:53.282Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-02-02T17:47:53.282Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-02-02T17:47:53.282Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-02-02T17:47:53.282Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-02-02T17:47:53.282Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-02-02T17:47:53.282Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-02-02T17:47:53.282Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-02-02T17:47:53.282Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-02-02T17:47:53.282Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-02-02T17:47:53.282Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-02-02T17:47:53.282Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-02-02T17:47:53.282Z] === RUN TestCreateTagSuccess [2021-02-02T17:47:53.282Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-02-02T17:47:53.282Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-02-02T17:47:53.282Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.00s) [2021-02-02T17:47:53.282Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-02-02T17:47:53.282Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-02-02T17:47:53.282Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-02-02T17:47:53.282Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-02-02T17:47:53.282Z] PASS [2021-02-02T17:47:53.282Z] coverage: 77.8% of statements [2021-02-02T17:47:53.282Z] ok github.com/docker/docker/daemon/logger/awslogs 0.605s coverage: 77.8% of statements [2021-02-02T17:47:53.282Z] === RUN TestAdapterReadLogs [2021-02-02T17:47:53.282Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-02-02T17:47:53.282Z] === RUN TestCopier [2021-02-02T17:47:53.282Z] --- PASS: TestCopier (0.00s) [2021-02-02T17:47:53.282Z] === RUN TestCopierLongLines [2021-02-02T17:47:53.282Z] --- PASS: TestCopierLongLines (0.01s) [2021-02-02T17:47:53.282Z] === RUN TestCopierSlow [2021-02-02T17:47:53.745Z] --- PASS: TestCopierSlow (0.20s) [2021-02-02T17:47:53.745Z] === RUN TestCopierWithSized [2021-02-02T17:47:53.745Z] === RUN TestCopierWithSized/as_is [2021-02-02T17:47:53.745Z] === RUN TestCopierWithSized/With_RingLogger [2021-02-02T17:47:53.745Z] --- PASS: TestCopierWithSized (0.01s) [2021-02-02T17:47:53.745Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-02-02T17:47:53.745Z] --- PASS: TestCopierWithSized/With_RingLogger (0.00s) [2021-02-02T17:47:53.745Z] === RUN TestCopierWithPartial [2021-02-02T17:47:53.745Z] --- PASS: TestCopierWithPartial (0.00s) [2021-02-02T17:47:53.745Z] === RUN TestRingLogger [2021-02-02T17:47:53.745Z] --- PASS: TestRingLogger (0.00s) [2021-02-02T17:47:53.745Z] === RUN TestRingCap [2021-02-02T17:47:53.745Z] --- PASS: TestRingCap (0.00s) [2021-02-02T17:47:53.745Z] === RUN TestRingClose [2021-02-02T17:47:53.745Z] --- PASS: TestRingClose (0.00s) [2021-02-02T17:47:53.745Z] === RUN TestRingDrain [2021-02-02T17:47:53.745Z] --- PASS: TestRingDrain (0.00s) [2021-02-02T17:47:53.745Z] PASS [2021-02-02T17:47:53.745Z] coverage: 43.5% of statements [2021-02-02T17:47:53.745Z] ok github.com/docker/docker/daemon/logger 0.314s coverage: 43.5% of statements [2021-02-02T17:47:53.745Z] === RUN TestSearchRegistryForImagesErrors [2021-02-02T17:47:53.745Z] --- PASS: TestSearchRegistryForImagesErrors (0.03s) [2021-02-02T17:47:53.745Z] === RUN TestSearchRegistryForImages [2021-02-02T17:47:53.745Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-02-02T17:47:53.745Z] === RUN TestImageDelete [2021-02-02T17:47:53.745Z] === RUN TestImageDelete/no_lease [2021-02-02T17:47:53.745Z] === RUN TestImageDelete/lease_exists [2021-02-02T17:47:53.745Z] === RUN TestJSONFileLogger [2021-02-02T17:47:53.745Z] --- PASS: TestImageDelete (0.10s) [2021-02-02T17:47:53.745Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-02-02T17:47:53.745Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-02-02T17:47:53.745Z] === RUN TestContentStoreForPull [2021-02-02T17:47:53.745Z] --- PASS: TestJSONFileLogger (0.00s) [2021-02-02T17:47:53.745Z] === RUN TestJSONFileLoggerWithTags [2021-02-02T17:47:53.745Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-02-02T17:47:53.745Z] === RUN TestJSONFileLoggerWithOpts [2021-02-02T17:47:53.745Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-02-02T17:47:53.745Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-02-02T17:47:53.745Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-02-02T17:47:53.745Z] === RUN TestEncodeDecode [2021-02-02T17:47:53.745Z] === PAUSE TestEncodeDecode [2021-02-02T17:47:53.745Z] === CONT TestEncodeDecode [2021-02-02T17:47:53.745Z] --- PASS: TestEncodeDecode (0.16s) [2021-02-02T17:47:53.745Z] PASS [2021-02-02T17:47:53.745Z] coverage: 61.6% of statements [2021-02-02T17:47:54.207Z] --- PASS: TestContentStoreForPull (0.18s) [2021-02-02T17:47:54.207Z] PASS [2021-02-02T17:47:54.207Z] coverage: 6.4% of statements [2021-02-02T17:47:54.207Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.439s coverage: 61.6% of statements [2021-02-02T17:47:54.207Z] ok github.com/docker/docker/daemon/images 0.497s coverage: 6.4% of statements [2021-02-02T17:47:54.207Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-02-02T17:47:54.207Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-02-02T17:47:54.207Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-02-02T17:47:54.207Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-02-02T17:47:54.207Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-02-02T17:47:54.207Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-02-02T17:47:54.207Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-02-02T17:47:54.669Z] === RUN TestJSONLogsMarshalJSONBuf [2021-02-02T17:47:54.669Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-02-02T17:47:54.669Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-02-02T17:47:55.131Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.11s) [2021-02-02T17:47:55.131Z] === RUN TestFastTimeMarshalJSON [2021-02-02T17:47:55.131Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-02-02T17:47:55.131Z] PASS [2021-02-02T17:47:55.131Z] coverage: 87.2% of statements [2021-02-02T17:47:55.131Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.174s coverage: 87.2% of statements [2021-02-02T17:47:56.108Z] === RUN TestWriteLog [2021-02-02T17:47:56.108Z] === PAUSE TestWriteLog [2021-02-02T17:47:56.570Z] === RUN TestReadLog [2021-02-02T17:47:56.570Z] === PAUSE TestReadLog [2021-02-02T17:47:56.570Z] === CONT TestWriteLog [2021-02-02T17:47:56.570Z] === CONT TestReadLog [2021-02-02T17:47:56.570Z] --- PASS: TestWriteLog (0.00s) [2021-02-02T17:47:56.570Z] === RUN TestReadLog/tail_exact [2021-02-02T17:47:56.570Z] === RUN TestReadLog/tail_less_than_available [2021-02-02T17:47:56.570Z] === RUN TestReadLog/tail_more_than_available [2021-02-02T17:47:56.570Z] --- PASS: TestReadLog (0.31s) [2021-02-02T17:47:56.570Z] --- PASS: TestReadLog/tail_exact (0.15s) [2021-02-02T17:47:56.570Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-02-02T17:47:56.570Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-02-02T17:47:56.570Z] PASS [2021-02-02T17:47:56.570Z] coverage: 75.2% of statements [2021-02-02T17:47:56.570Z] ok github.com/docker/docker/daemon/logger/local 0.544s coverage: 75.2% of statements [2021-02-02T17:47:56.570Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-02-02T17:47:56.570Z] === RUN TestOpenFileDelete [2021-02-02T17:47:56.570Z] --- PASS: TestOpenFileDelete (0.00s) [2021-02-02T17:47:56.570Z] === RUN TestOpenFileRename [2021-02-02T17:47:56.570Z] --- PASS: TestOpenFileRename (0.00s) [2021-02-02T17:47:56.570Z] === RUN TestParseLogTagDefaultTag [2021-02-02T17:47:56.570Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-02-02T17:47:56.570Z] === RUN TestParseLogTag [2021-02-02T17:47:56.570Z] --- PASS: TestParseLogTag (0.00s) [2021-02-02T17:47:56.570Z] === RUN TestParseLogTagEmptyTag [2021-02-02T17:47:56.570Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-02-02T17:47:56.570Z] === RUN TestTailFiles [2021-02-02T17:47:56.570Z] --- PASS: TestTailFiles (0.00s) [2021-02-02T17:47:56.570Z] === RUN TestFollowLogsConsumerGone [2021-02-02T17:47:56.570Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-02-02T17:47:56.570Z] === RUN TestFollowLogsProducerGone [2021-02-02T17:47:56.570Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-02-02T17:47:56.570Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-02-02T17:47:56.570Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-02-02T17:47:56.570Z] === RUN TestCheckCapacityAndRotate [2021-02-02T17:47:56.570Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-02-02T17:47:56.570Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-02-02T17:47:57.032Z] --- PASS: TestCheckCapacityAndRotate (0.17s) [2021-02-02T17:47:57.032Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-02-02T17:47:57.032Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2021-02-02T17:47:57.032Z] PASS [2021-02-02T17:47:57.032Z] coverage: 55.3% of statements [2021-02-02T17:47:57.032Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.273s coverage: 55.3% of statements [2021-02-02T17:47:57.032Z] === RUN TestLog [2021-02-02T17:47:57.032Z] --- PASS: TestLog (0.01s) [2021-02-02T17:47:57.032Z] PASS [2021-02-02T17:47:57.032Z] coverage: 31.5% of statements [2021-02-02T17:47:57.032Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.128s coverage: 31.5% of statements [2021-02-02T17:47:58.585Z] === RUN TestNewParse [2021-02-02T17:47:58.585Z] --- PASS: TestNewParse (0.00s) [2021-02-02T17:47:58.585Z] PASS [2021-02-02T17:47:58.585Z] coverage: 8.3% of statements [2021-02-02T17:47:58.585Z] ok github.com/docker/docker/daemon/logger/templates 0.047s coverage: 8.3% of statements [2021-02-02T17:47:58.585Z] === RUN TestValidateLogOpt [2021-02-02T17:47:58.585Z] --- PASS: TestValidateLogOpt (0.00s) [2021-02-02T17:47:58.585Z] === RUN TestNewMissedConfig [2021-02-02T17:47:58.585Z] --- PASS: TestNewMissedConfig (0.00s) [2021-02-02T17:47:58.585Z] === RUN TestNewMissedUrl [2021-02-02T17:47:58.585Z] --- PASS: TestNewMissedUrl (0.00s) [2021-02-02T17:47:58.585Z] === RUN TestNewMissedToken [2021-02-02T17:47:58.585Z] --- PASS: TestNewMissedToken (0.00s) [2021-02-02T17:47:58.585Z] === RUN TestNewWithProxy [2021-02-02T17:47:58.585Z] --- PASS: TestNewWithProxy (0.00s) [2021-02-02T17:47:58.585Z] === RUN TestDefault [2021-02-02T17:47:58.585Z] --- PASS: TestDefault (0.01s) [2021-02-02T17:47:58.585Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-02-02T17:47:58.585Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-02-02T17:47:58.585Z] === RUN TestJsonFormat [2021-02-02T17:47:58.585Z] --- PASS: TestJsonFormat (0.00s) [2021-02-02T17:47:58.585Z] === RUN TestRawFormat [2021-02-02T17:47:58.585Z] --- PASS: TestRawFormat (0.00s) [2021-02-02T17:47:58.585Z] === RUN TestRawFormatWithLabels [2021-02-02T17:47:58.585Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-02-02T17:47:58.585Z] === RUN TestRawFormatWithoutTag [2021-02-02T17:47:58.585Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-02-02T17:47:58.585Z] === RUN TestBatching [2021-02-02T17:47:59.047Z] --- PASS: TestBatching (0.40s) [2021-02-02T17:47:59.047Z] === RUN TestFrequency [2021-02-02T17:47:59.047Z] === RUN TestParseLogFormat [2021-02-02T17:47:59.047Z] --- PASS: TestParseLogFormat (0.00s) [2021-02-02T17:47:59.047Z] === RUN TestValidateLogOptEmpty [2021-02-02T17:47:59.047Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-02-02T17:47:59.047Z] === RUN TestValidateSyslogAddress [2021-02-02T17:47:59.047Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-02-02T17:47:59.047Z] === RUN TestParseAddressDefaultPort [2021-02-02T17:47:59.047Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-02-02T17:47:59.047Z] === RUN TestValidateSyslogFacility [2021-02-02T17:47:59.047Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-02-02T17:47:59.047Z] === RUN TestValidateLogOptSyslogFormat [2021-02-02T17:47:59.047Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-02-02T17:47:59.047Z] === RUN TestValidateLogOpt [2021-02-02T17:47:59.047Z] --- PASS: TestValidateLogOpt (0.00s) [2021-02-02T17:47:59.047Z] PASS [2021-02-02T17:47:59.047Z] coverage: 46.8% of statements [2021-02-02T17:47:59.047Z] ok github.com/docker/docker/daemon/logger/syslog 0.151s coverage: 46.8% of statements [2021-02-02T17:47:59.047Z] --- PASS: TestFrequency (0.17s) [2021-02-02T17:47:59.047Z] === RUN TestOneMessagePerRequest [2021-02-02T17:47:59.047Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-02-02T17:47:59.047Z] === RUN TestVerify [2021-02-02T17:47:59.047Z] --- PASS: TestVerify (0.00s) [2021-02-02T17:47:59.047Z] === RUN TestSkipVerify [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:58Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-02T17:47:59.509Z] --- PASS: TestSkipVerify (0.56s) [2021-02-02T17:47:59.509Z] === RUN TestBufferMaximum [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1612288079.362869\",\"host\":\"2c97193bd7e5\"}'" [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1612288079.362869\",\"host\":\"2c97193bd7e5\"}'" [2021-02-02T17:47:59.509Z] --- PASS: TestBufferMaximum (0.00s) [2021-02-02T17:47:59.509Z] === RUN TestServerAlwaysDown [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1612288079.365865\",\"host\":\"2c97193bd7e5\"}'" [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1612288079.365865\",\"host\":\"2c97193bd7e5\"}'" [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:59Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1612288079.365865\",\"host\":\"2c97193bd7e5\"}'" [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1612288079.370868\",\"host\":\"2c97193bd7e5\"}'" [2021-02-02T17:47:59.509Z] time="2021-02-02T17:47:59Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1612288079.370868\",\"host\":\"2c97193bd7e5\"}'" [2021-02-02T17:47:59.509Z] --- PASS: TestServerAlwaysDown (0.01s) [2021-02-02T17:47:59.509Z] === RUN TestCannotSendAfterClose [2021-02-02T17:47:59.509Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-02-02T17:47:59.509Z] === RUN TestDeadlockOnBlockedEndpoint [2021-02-02T17:48:00.484Z] time="2021-02-02T17:48:00Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49201/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-02-02T17:48:00.484Z] time="2021-02-02T17:48:00Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"2c97193bd7e5\"}'" [2021-02-02T17:48:00.484Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.01s) [2021-02-02T17:48:00.484Z] PASS [2021-02-02T17:48:00.484Z] coverage: 82.5% of statements [2021-02-02T17:48:00.484Z] ok github.com/docker/docker/daemon/logger/splunk 2.371s coverage: 82.5% of statements [2021-02-02T17:48:00.484Z] ? github.com/docker/docker/daemon/names [no test files] [2021-02-02T17:48:00.484Z] ? github.com/docker/docker/daemon/network [no test files] [2021-02-02T17:48:00.484Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-02-02T17:48:01.466Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-02-02T17:48:01.466Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-02-02T17:48:01.466Z] === RUN TestContinueOnError_MirrorEndpoint [2021-02-02T17:48:01.466Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-02-02T17:48:01.466Z] === RUN TestContinueOnError_NeverContinue [2021-02-02T17:48:01.466Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-02-02T17:48:01.466Z] === RUN TestContinueOnError_UnnestsErrors [2021-02-02T17:48:01.466Z] --- PASS: TestContinueOnError_UnnestsErrors (0.00s) [2021-02-02T17:48:01.466Z] === RUN TestManifestStore [2021-02-02T17:48:01.466Z] === RUN TestManifestStore/no_remote_or_local [2021-02-02T17:48:01.466Z] time="2021-02-02T17:48:01Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local748619203\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-02-02T17:48:01.466Z] === RUN TestV1IDService [2021-02-02T17:48:01.466Z] === RUN TestManifestStore/no_local_cache [2021-02-02T17:48:01.466Z] --- PASS: TestV1IDService (0.02s) [2021-02-02T17:48:01.466Z] === RUN TestV2MetadataService [2021-02-02T17:48:01.466Z] === RUN TestManifestStore/with_local_cache [2021-02-02T17:48:01.466Z] === RUN TestManifestStore/unknown_media_type [2021-02-02T17:48:01.466Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-02-02T17:48:01.466Z] time="2021-02-02T17:48:01Z" level=warning msg="reference for unknown type: " [2021-02-02T17:48:01.466Z] === RUN TestSuccessfulDownload [2021-02-02T17:48:01.466Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-02-02T17:48:01.466Z] download_test.go:268: Needs fixing on Windows [2021-02-02T17:48:01.466Z] === RUN TestCancelledDownload [2021-02-02T17:48:01.466Z] --- PASS: TestCancelledDownload (0.00s) [2021-02-02T17:48:01.466Z] === RUN TestMaxDownloadAttempts [2021-02-02T17:48:01.466Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-02T17:48:01.466Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-02T17:48:01.466Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-02T17:48:01.466Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-02T17:48:01.466Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-02T17:48:01.466Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-02T17:48:01.466Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-02T17:48:01.466Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-02T17:48:01.466Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-02-02T17:48:01.466Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-02-02T17:48:01.466Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-02-02T17:48:01.466Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-02-02T17:48:01.466Z] time="2021-02-02T17:48:01Z" level=warning msg="reference for unknown type: " [2021-02-02T17:48:01.466Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-02-02T17:48:01.466Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-02-02T17:48:01.466Z] time="2021-02-02T17:48:01Z" level=warning msg="reference for unknown type: " [2021-02-02T17:48:01.466Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-02-02T17:48:01.466Z] time="2021-02-02T17:48:01Z" level=warning msg="reference for unknown type: " [2021-02-02T17:48:01.466Z] time="2021-02-02T17:48:01Z" level=warning msg="reference for unknown type: " [2021-02-02T17:48:01.466Z] === RUN TestManifestStore/error_persisting_manifest [2021-02-02T17:48:01.466Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-02-02T17:48:01.466Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-02-02T17:48:01.466Z] time="2021-02-02T17:48:01Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-02-02T17:48:01.466Z] --- PASS: TestManifestStore (0.31s) [2021-02-02T17:48:01.466Z] --- PASS: TestManifestStore/no_remote_or_local (0.13s) [2021-02-02T17:48:01.466Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-02-02T17:48:01.466Z] --- PASS: TestManifestStore/with_local_cache (0.02s) [2021-02-02T17:48:01.466Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2021-02-02T17:48:01.466Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.02s) [2021-02-02T17:48:01.466Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2021-02-02T17:48:01.466Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-02-02T17:48:01.466Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-02-02T17:48:01.466Z] --- PASS: TestManifestStore/error_persisting_manifest (0.08s) [2021-02-02T17:48:01.466Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2021-02-02T17:48:01.466Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.07s) [2021-02-02T17:48:01.466Z] === RUN TestDetectManifestBlobMediaType [2021-02-02T17:48:01.466Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-02-02T17:48:01.466Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-02-02T17:48:01.466Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-02-02T17:48:01.466Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-02-02T17:48:01.466Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-02-02T17:48:01.466Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-02-02T17:48:01.466Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-02-02T17:48:01.466Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-02-02T17:48:01.466Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-02-02T17:48:01.466Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-02-02T17:48:01.466Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-02-02T17:48:01.466Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-02-02T17:48:01.466Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-02-02T17:48:01.466Z] === RUN TestFixManifestLayers [2021-02-02T17:48:01.466Z] --- PASS: TestFixManifestLayers (0.00s) [2021-02-02T17:48:01.466Z] === RUN TestFixManifestLayersBaseLayerParent [2021-02-02T17:48:01.466Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-02-02T17:48:01.466Z] pull_v2_test.go:73: Needs fixing on Windows [2021-02-02T17:48:01.466Z] === RUN TestFixManifestLayersBadParent [2021-02-02T17:48:01.466Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-02-02T17:48:01.466Z] === RUN TestValidateManifest [2021-02-02T17:48:01.466Z] --- SKIP: TestValidateManifest (0.00s) [2021-02-02T17:48:01.466Z] pull_v2_test.go:118: Needs fixing on Windows [2021-02-02T17:48:01.466Z] === RUN TestFormatPlatform [2021-02-02T17:48:01.466Z] --- PASS: TestFormatPlatform (0.00s) [2021-02-02T17:48:01.466Z] === RUN TestGetRepositoryMountCandidates [2021-02-02T17:48:01.466Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-02-02T17:48:01.466Z] === RUN TestLayerAlreadyExists [2021-02-02T17:48:01.466Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-02-02T17:48:01.466Z] 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-02-02T17:48:01.466Z] 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-02-02T17:48:01.466Z] 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-02-02T17:48:01.466Z] 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-02-02T17:48:01.466Z] 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-02-02T17:48:01.466Z] 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-02-02T17:48:01.466Z] === RUN TestWhenEmptyAuthConfig [2021-02-02T17:48:01.935Z] time="2021-02-02T17:48:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-02T17:48:01.935Z] time="2021-02-02T17:48:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-02T17:48:01.935Z] time="2021-02-02T17:48:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-02T17:48:01.935Z] time="2021-02-02T17:48:01Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-02-02T17:48:01.935Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-02-02T17:48:01.935Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.39s) [2021-02-02T17:48:01.935Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.39s) [2021-02-02T17:48:01.935Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.39s) [2021-02-02T17:48:01.935Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.39s) [2021-02-02T17:48:01.935Z] === RUN TestTransfer [2021-02-02T17:48:01.935Z] --- PASS: TestTransfer (0.12s) [2021-02-02T17:48:01.935Z] === RUN TestConcurrencyLimit [2021-02-02T17:48:02.400Z] --- PASS: TestV2MetadataService (0.75s) [2021-02-02T17:48:02.400Z] PASS [2021-02-02T17:48:02.400Z] coverage: 48.2% of statements [2021-02-02T17:48:02.400Z] ok github.com/docker/docker/distribution/metadata 0.878s coverage: 48.2% of statements [2021-02-02T17:48:02.400Z] --- PASS: TestConcurrencyLimit (0.36s) [2021-02-02T17:48:02.400Z] === RUN TestInactiveJobs [2021-02-02T17:48:02.862Z] --- PASS: TestWhenEmptyAuthConfig (1.10s) [2021-02-02T17:48:02.862Z] --- PASS: TestInactiveJobs (0.39s) [2021-02-02T17:48:02.862Z] === RUN TestWatchRelease [2021-02-02T17:48:02.862Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-02-02T17:48:02.862Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-02-02T17:48:02.862Z] === RUN TestTokenPassThru [2021-02-02T17:48:02.862Z] --- PASS: TestTokenPassThru (0.01s) [2021-02-02T17:48:02.862Z] === RUN TestTokenPassThruDifferentHost [2021-02-02T17:48:02.862Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-02-02T17:48:02.862Z] PASS [2021-02-02T17:48:02.862Z] coverage: 23.4% of statements [2021-02-02T17:48:02.862Z] ok github.com/docker/docker/distribution 1.587s coverage: 23.4% of statements [2021-02-02T17:48:02.862Z] --- PASS: TestWatchRelease (0.04s) [2021-02-02T17:48:02.862Z] === RUN TestWatchFinishedTransfer [2021-02-02T17:48:02.862Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-02-02T17:48:02.862Z] === RUN TestDuplicateTransfer [2021-02-02T17:48:02.862Z] === RUN TestNotFound [2021-02-02T17:48:02.862Z] --- PASS: TestNotFound (0.00s) [2021-02-02T17:48:02.862Z] === RUN TestConflict [2021-02-02T17:48:02.862Z] --- PASS: TestConflict (0.00s) [2021-02-02T17:48:02.862Z] === RUN TestForbidden [2021-02-02T17:48:02.862Z] --- PASS: TestForbidden (0.00s) [2021-02-02T17:48:02.862Z] === RUN TestInvalidParameter [2021-02-02T17:48:02.862Z] --- PASS: TestInvalidParameter (0.00s) [2021-02-02T17:48:02.862Z] === RUN TestNotImplemented [2021-02-02T17:48:02.862Z] --- PASS: TestNotImplemented (0.00s) [2021-02-02T17:48:02.862Z] === RUN TestNotModified [2021-02-02T17:48:02.862Z] --- PASS: TestNotModified (0.00s) [2021-02-02T17:48:02.862Z] === RUN TestUnauthorized [2021-02-02T17:48:02.862Z] --- PASS: TestUnauthorized (0.00s) [2021-02-02T17:48:02.862Z] === RUN TestUnknown [2021-02-02T17:48:02.862Z] --- PASS: TestUnknown (0.00s) [2021-02-02T17:48:02.862Z] === RUN TestCancelled [2021-02-02T17:48:02.862Z] --- PASS: TestCancelled (0.00s) [2021-02-02T17:48:02.862Z] === RUN TestDeadline [2021-02-02T17:48:02.862Z] --- PASS: TestDeadline (0.00s) [2021-02-02T17:48:02.862Z] === RUN TestDataLoss [2021-02-02T17:48:02.862Z] --- PASS: TestDataLoss (0.00s) [2021-02-02T17:48:02.862Z] === RUN TestUnavailable [2021-02-02T17:48:02.862Z] --- PASS: TestUnavailable (0.00s) [2021-02-02T17:48:02.862Z] === RUN TestSystem [2021-02-02T17:48:02.862Z] --- PASS: TestSystem (0.00s) [2021-02-02T17:48:02.862Z] === RUN TestFromStatusCode [2021-02-02T17:48:02.862Z] === RUN TestFromStatusCode/Not_Found [2021-02-02T17:48:02.862Z] === RUN TestFromStatusCode/Bad_Request [2021-02-02T17:48:02.862Z] === RUN TestFromStatusCode/Conflict [2021-02-02T17:48:02.862Z] === RUN TestFromStatusCode/Unauthorized [2021-02-02T17:48:02.862Z] === RUN TestFromStatusCode/Service_Unavailable [2021-02-02T17:48:02.862Z] === RUN TestFromStatusCode/Forbidden [2021-02-02T17:48:02.862Z] === RUN TestFromStatusCode/Not_Modified [2021-02-02T17:48:02.862Z] === RUN TestFromStatusCode/Not_Implemented [2021-02-02T17:48:02.862Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-02-02T17:48:02.862Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-02-02T17:48:02.862Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-02-02T17:48:02.862Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-02-02T17:48:02.862Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-02-02T17:48:02.862Z] --- PASS: TestFromStatusCode (0.00s) [2021-02-02T17:48:02.862Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-02-02T17:48:02.862Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-02-02T17:48:02.862Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-02-02T17:48:02.862Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-02-02T17:48:02.862Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-02-02T17:48:02.862Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-02-02T17:48:02.862Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-02-02T17:48:02.862Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-02-02T17:48:02.862Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-02-02T17:48:02.862Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-02-02T17:48:02.862Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-02-02T17:48:02.863Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-02-02T17:48:02.863Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-02-02T17:48:02.863Z] PASS [2021-02-02T17:48:02.863Z] coverage: 53.1% of statements [2021-02-02T17:48:02.863Z] ok github.com/docker/docker/errdefs 0.063s coverage: 53.1% of statements [2021-02-02T17:48:02.863Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-02-02T17:48:02.863Z] === RUN TestSuccessfulUpload [2021-02-02T17:48:02.863Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-02-02T17:48:03.325Z] time="2021-02-02T17:48:02Z" level=error msg="Upload failed, retrying: simulating retry" [2021-02-02T17:48:03.325Z] --- PASS: TestSuccessfulUpload (0.43s) [2021-02-02T17:48:03.325Z] === RUN TestCancelledUpload [2021-02-02T17:48:03.325Z] --- PASS: TestCancelledUpload (0.00s) [2021-02-02T17:48:03.325Z] PASS [2021-02-02T17:48:03.325Z] coverage: 76.8% of statements [2021-02-02T17:48:03.325Z] ok github.com/docker/docker/distribution/xfer 1.905s coverage: 76.8% of statements [2021-02-02T17:48:03.325Z] ? github.com/docker/docker/dockerversion [no test files] [2021-02-02T17:48:03.569Z] --- PASS: TestServiceUpdateConfigs (14.77s) [2021-02-02T17:48:03.569Z] === RUN TestServiceUpdateNetwork [2021-02-02T17:48:03.569Z] === RUN TestDockerSuite/TestExec [2021-02-02T17:48:03.569Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-02-02T17:48:03.569Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-02-02T17:48:04.133Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-02-02T17:48:04.870Z] === RUN TestFSGetInvalidData [2021-02-02T17:48:04.870Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-02-02T17:48:04.870Z] === RUN TestFSInvalidSet [2021-02-02T17:48:04.870Z] --- PASS: TestFSInvalidSet (0.01s) [2021-02-02T17:48:04.870Z] === RUN TestFSInvalidRoot [2021-02-02T17:48:04.870Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-02-02T17:48:04.870Z] === RUN TestFSMetadataGetSet [2021-02-02T17:48:04.870Z] === RUN TestCompare [2021-02-02T17:48:04.870Z] --- PASS: TestCompare (0.00s) [2021-02-02T17:48:04.870Z] PASS [2021-02-02T17:48:04.870Z] coverage: 19.2% of statements [2021-02-02T17:48:04.870Z] ok github.com/docker/docker/image/cache 0.147s coverage: 19.2% of statements [2021-02-02T17:48:04.870Z] --- PASS: TestFSMetadataGetSet (0.04s) [2021-02-02T17:48:04.870Z] === RUN TestFSInvalidWalker [2021-02-02T17:48:04.870Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-02-02T17:48:04.870Z] === RUN TestFSGetSet [2021-02-02T17:48:04.870Z] --- PASS: TestFSGetSet (0.02s) [2021-02-02T17:48:04.870Z] === RUN TestFSGetUnsetKey [2021-02-02T17:48:04.870Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-02-02T17:48:04.870Z] === RUN TestFSGetEmptyData [2021-02-02T17:48:04.870Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-02-02T17:48:04.870Z] === RUN TestFSDelete [2021-02-02T17:48:04.870Z] --- PASS: TestFSDelete (0.02s) [2021-02-02T17:48:04.870Z] === RUN TestFSWalker [2021-02-02T17:48:04.870Z] --- PASS: TestFSWalker (0.02s) [2021-02-02T17:48:04.870Z] === RUN TestFSWalkerStopOnError [2021-02-02T17:48:04.870Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-02-02T17:48:04.870Z] === RUN TestNewFromJSON [2021-02-02T17:48:04.870Z] --- PASS: TestNewFromJSON (0.00s) [2021-02-02T17:48:04.870Z] === RUN TestNewFromJSONWithInvalidJSON [2021-02-02T17:48:04.870Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-02-02T17:48:04.870Z] === RUN TestMarshalKeyOrder [2021-02-02T17:48:04.870Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-02-02T17:48:04.870Z] === RUN TestImage [2021-02-02T17:48:04.870Z] --- PASS: TestImage (0.00s) [2021-02-02T17:48:04.870Z] === RUN TestImageOSNotEmpty [2021-02-02T17:48:04.870Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-02-02T17:48:04.870Z] === RUN TestNewChildImageFromImageWithRootFS [2021-02-02T17:48:04.870Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-02-02T17:48:04.870Z] === RUN TestCreate [2021-02-02T17:48:04.870Z] --- PASS: TestCreate (0.00s) [2021-02-02T17:48:04.870Z] === RUN TestRestore [2021-02-02T17:48:05.338Z] time="2021-02-02T17:48:04Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-02-02T17:48:05.338Z] --- PASS: TestRestore (0.16s) [2021-02-02T17:48:05.338Z] === RUN TestAddDelete [2021-02-02T17:48:05.338Z] --- PASS: TestAddDelete (0.09s) [2021-02-02T17:48:05.338Z] === RUN TestSearchAfterDelete [2021-02-02T17:48:05.338Z] --- PASS: TestSearchAfterDelete (0.08s) [2021-02-02T17:48:05.338Z] === RUN TestParentReset [2021-02-02T17:48:05.338Z] --- PASS: TestParentReset (0.04s) [2021-02-02T17:48:05.338Z] === RUN TestGetAndSetLastUpdated [2021-02-02T17:48:05.338Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2021-02-02T17:48:05.338Z] === RUN TestStoreLen [2021-02-02T17:48:05.338Z] --- PASS: TestStoreLen (0.05s) [2021-02-02T17:48:05.338Z] PASS [2021-02-02T17:48:05.338Z] coverage: 86.8% of statements [2021-02-02T17:48:05.338Z] ok github.com/docker/docker/image 0.854s coverage: 86.8% of statements [2021-02-02T17:48:05.500Z] === RUN TestDockerSuite/TestExecAPIStart [2021-02-02T17:48:05.801Z] === RUN TestValidateManifest [2021-02-02T17:48:05.801Z] === RUN TestValidateManifest/nil [2021-02-02T17:48:05.801Z] === RUN TestValidateManifest/non-nil [2021-02-02T17:48:05.801Z] --- PASS: TestValidateManifest (0.00s) [2021-02-02T17:48:05.801Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-02-02T17:48:05.801Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-02-02T17:48:05.801Z] PASS [2021-02-02T17:48:05.801Z] coverage: 0.6% of statements [2021-02-02T17:48:05.801Z] ok github.com/docker/docker/image/tarexport 0.067s coverage: 0.6% of statements [2021-02-02T17:48:05.801Z] === RUN TestMakeV1ConfigFromConfig [2021-02-02T17:48:05.801Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-02-02T17:48:05.801Z] PASS [2021-02-02T17:48:05.801Z] coverage: 25.0% of statements [2021-02-02T17:48:05.801Z] ok github.com/docker/docker/image/v1 0.091s coverage: 25.0% of statements [2021-02-02T17:48:05.801Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-02-02T17:48:06.868Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-02-02T17:48:07.127Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-02-02T17:48:07.347Z] === RUN TestSerialization [2021-02-02T17:48:07.347Z] --- PASS: TestSerialization (0.02s) [2021-02-02T17:48:07.347Z] PASS [2021-02-02T17:48:07.347Z] coverage: 100.0% of statements [2021-02-02T17:48:07.347Z] ok github.com/docker/docker/libcontainerd/queue 0.063s coverage: 100.0% of statements [2021-02-02T17:48:07.687Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-02-02T17:48:08.248Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-02-02T17:48:08.321Z] === RUN TestEmptyLayer [2021-02-02T17:48:08.321Z] --- PASS: TestEmptyLayer (0.00s) [2021-02-02T17:48:08.321Z] === RUN TestCommitFailure [2021-02-02T17:48:08.321Z] --- PASS: TestCommitFailure (0.05s) [2021-02-02T17:48:08.321Z] === RUN TestStartTransactionFailure [2021-02-02T17:48:08.321Z] --- PASS: TestStartTransactionFailure (0.01s) [2021-02-02T17:48:08.321Z] === RUN TestGetOrphan [2021-02-02T17:48:08.321Z] --- PASS: TestGetOrphan (0.01s) [2021-02-02T17:48:08.321Z] === RUN TestMountAndRegister [2021-02-02T17:48:08.321Z] --- PASS: TestMountAndRegister (0.04s) [2021-02-02T17:48:08.321Z] layer_test.go:271: Layer size: 14 [2021-02-02T17:48:08.321Z] === RUN TestLayerRelease [2021-02-02T17:48:08.321Z] --- SKIP: TestLayerRelease (0.00s) [2021-02-02T17:48:08.321Z] layer_test.go:304: Failing on Windows [2021-02-02T17:48:08.321Z] === RUN TestStoreRestore [2021-02-02T17:48:08.321Z] --- SKIP: TestStoreRestore (0.00s) [2021-02-02T17:48:08.321Z] layer_test.go:353: Failing on Windows [2021-02-02T17:48:08.321Z] === RUN TestTarStreamStability [2021-02-02T17:48:08.321Z] --- SKIP: TestTarStreamStability (0.00s) [2021-02-02T17:48:08.321Z] layer_test.go:468: Failing on Windows [2021-02-02T17:48:08.321Z] === RUN TestRegisterExistingLayer [2021-02-02T17:48:08.790Z] --- PASS: TestRegisterExistingLayer (0.17s) [2021-02-02T17:48:08.790Z] === RUN TestTarStreamVerification [2021-02-02T17:48:08.790Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-02-02T17:48:08.790Z] layer_test.go:697: Failing on Windows [2021-02-02T17:48:08.790Z] === RUN TestLayerMigration [2021-02-02T17:48:08.790Z] --- SKIP: TestLayerMigration (0.00s) [2021-02-02T17:48:08.790Z] migration_test.go:46: Failing on Windows [2021-02-02T17:48:08.790Z] === RUN TestLayerMigrationNoTarsplit [2021-02-02T17:48:08.790Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-02-02T17:48:08.790Z] migration_test.go:182: Failing on Windows [2021-02-02T17:48:08.790Z] === RUN TestMountInit [2021-02-02T17:48:08.790Z] --- SKIP: TestMountInit (0.00s) [2021-02-02T17:48:08.790Z] mount_test.go:17: Failing on Windows [2021-02-02T17:48:08.790Z] === RUN TestMountSize [2021-02-02T17:48:08.790Z] --- SKIP: TestMountSize (0.00s) [2021-02-02T17:48:08.790Z] mount_test.go:76: Failing on Windows [2021-02-02T17:48:08.790Z] === RUN TestMountChanges [2021-02-02T17:48:08.790Z] --- SKIP: TestMountChanges (0.00s) [2021-02-02T17:48:08.790Z] mount_test.go:125: Failing on Windows [2021-02-02T17:48:08.790Z] === RUN TestMountApply [2021-02-02T17:48:08.790Z] --- SKIP: TestMountApply (0.00s) [2021-02-02T17:48:08.790Z] mount_test.go:212: Failing on Windows [2021-02-02T17:48:08.790Z] PASS [2021-02-02T17:48:08.790Z] coverage: 30.1% of statements [2021-02-02T17:48:08.790Z] ok github.com/docker/docker/layer 0.415s coverage: 30.1% of statements [2021-02-02T17:48:08.790Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-02-02T17:48:08.790Z] === RUN TestAddressPoolOpt [2021-02-02T17:48:08.790Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/a [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/something [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/_=a [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/env1=value1 [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/_env1=value1 [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/env2=value2=value3 [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/env3=abc!qwe [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/env_4=value_4 [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/PATH [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/=a [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/PATH= [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/PATH=something [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/asd!qwe [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/1asd [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/123 [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/some_space [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/__some_space_before [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/some_space_after__ [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/= [2021-02-02T17:48:08.790Z] === RUN TestValidateEnv/PaTh [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/a (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/something (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/= (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestParseHost [2021-02-02T17:48:08.790Z] --- PASS: TestParseHost (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestParseDockerDaemonHost [2021-02-02T17:48:08.790Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestParseTCP [2021-02-02T17:48:08.790Z] --- PASS: TestParseTCP (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestParseInvalidUnixAddrInvalid [2021-02-02T17:48:08.790Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestValidateExtraHosts [2021-02-02T17:48:08.790Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestIpOptString [2021-02-02T17:48:08.790Z] --- PASS: TestIpOptString (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestNewIpOptInvalidDefaultVal [2021-02-02T17:48:08.790Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestNewIpOptValidDefaultVal [2021-02-02T17:48:08.790Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestIpOptSetInvalidVal [2021-02-02T17:48:08.790Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestValidateIPAddress [2021-02-02T17:48:08.790Z] --- PASS: TestValidateIPAddress (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestMapOpts [2021-02-02T17:48:08.790Z] --- PASS: TestMapOpts (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestListOptsWithoutValidator [2021-02-02T17:48:08.790Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestListOptsWithValidator [2021-02-02T17:48:08.790Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestValidateDNSSearch [2021-02-02T17:48:08.790Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestValidateLabel [2021-02-02T17:48:08.790Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-02-02T17:48:08.790Z] === RUN TestValidateLabel/label_with_general_format [2021-02-02T17:48:08.790Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-02-02T17:48:08.790Z] === RUN TestValidateLabel/label_with_one_more [2021-02-02T17:48:08.790Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-02-02T17:48:08.790Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-02-02T17:48:08.790Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-02-02T17:48:08.790Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-02-02T17:48:08.790Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-02-02T17:48:08.790Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-02-02T17:48:08.790Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-02-02T17:48:08.790Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-02-02T17:48:08.790Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-02-02T17:48:08.790Z] --- PASS: TestValidateLabel (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-02-02T17:48:08.790Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestNamedListOpts [2021-02-02T17:48:08.790Z] --- PASS: TestNamedListOpts (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestNamedMapOpts [2021-02-02T17:48:08.790Z] --- PASS: TestNamedMapOpts (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestParseLink [2021-02-02T17:48:08.790Z] --- PASS: TestParseLink (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestQuotedStringSetWithQuotes [2021-02-02T17:48:08.790Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-02-02T17:48:08.790Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestQuotedStringSetWithNoQuotes [2021-02-02T17:48:08.790Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-02-02T17:48:08.790Z] === RUN TestUlimitOpt [2021-02-02T17:48:08.790Z] --- PASS: TestUlimitOpt (0.00s) [2021-02-02T17:48:08.790Z] PASS [2021-02-02T17:48:08.790Z] coverage: 67.1% of statements [2021-02-02T17:48:08.790Z] ok github.com/docker/docker/opts 0.093s coverage: 67.1% of statements [2021-02-02T17:48:08.790Z] === RUN TestParseVersion [2021-02-02T17:48:08.790Z] --- PASS: TestParseVersion (0.00s) [2021-02-02T17:48:08.809Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-02-02T17:48:09.252Z] PASS [2021-02-02T17:48:09.252Z] coverage: 52.9% of statements [2021-02-02T17:48:09.252Z] === RUN TestEnvironmentParsing [2021-02-02T17:48:09.252Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-02-02T17:48:09.252Z] PASS [2021-02-02T17:48:09.252Z] coverage: 1.0% of statements [2021-02-02T17:48:09.252Z] ok github.com/docker/docker/pkg/aaparser 0.040s coverage: 52.9% of statements [2021-02-02T17:48:09.252Z] ok github.com/docker/docker/libcontainerd/local 0.158s coverage: 1.0% of statements [2021-02-02T17:48:09.252Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-02-02T17:48:09.252Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-02-02T17:48:09.252Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-02-02T17:48:09.252Z] ? github.com/docker/docker/oci [no test files] [2021-02-02T17:48:09.252Z] ? github.com/docker/docker/oci/caps [no test files] [2021-02-02T17:48:09.371Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-02-02T17:48:10.228Z] === RUN TestUnbuffered [2021-02-02T17:48:10.229Z] --- PASS: TestUnbuffered (0.00s) [2021-02-02T17:48:10.229Z] === RUN TestRaceUnbuffered [2021-02-02T17:48:10.229Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-02-02T17:48:10.229Z] PASS [2021-02-02T17:48:10.229Z] coverage: 100.0% of statements [2021-02-02T17:48:10.229Z] ok github.com/docker/docker/pkg/broadcaster 0.404s coverage: 100.0% of statements [2021-02-02T17:48:10.299Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-02-02T17:48:10.691Z] === RUN TestMatch [2021-02-02T17:48:10.691Z] === RUN TestMatch/[[]] [2021-02-02T17:48:10.691Z] === RUN TestMatch/[[foo]] [2021-02-02T17:48:10.691Z] === RUN TestMatch/[[bar]_[foo]] [2021-02-02T17:48:10.691Z] === RUN TestMatch/[[foo_bar]] [2021-02-02T17:48:10.691Z] === RUN TestMatch/[[qux]_[foo]] [2021-02-02T17:48:10.691Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-02-02T17:48:10.691Z] === RUN TestMatch/[] [2021-02-02T17:48:10.691Z] === RUN TestMatch/[]#01 [2021-02-02T17:48:10.691Z] === RUN TestMatch/[[qux]] [2021-02-02T17:48:10.691Z] === RUN TestMatch/[[foo_bar_qux]] [2021-02-02T17:48:10.691Z] === RUN TestMatch/[[qux]_[baz]] [2021-02-02T17:48:10.691Z] === RUN TestMatch/[[foo_baz]] [2021-02-02T17:48:10.691Z] --- PASS: TestMatch (0.00s) [2021-02-02T17:48:10.691Z] --- PASS: TestMatch/[[]] (0.00s) [2021-02-02T17:48:10.691Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-02-02T17:48:10.691Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-02-02T17:48:10.691Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-02-02T17:48:10.691Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-02-02T17:48:10.691Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-02-02T17:48:10.691Z] --- PASS: TestMatch/[] (0.00s) [2021-02-02T17:48:10.691Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-02-02T17:48:10.691Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-02-02T17:48:10.691Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-02-02T17:48:10.691Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-02-02T17:48:10.691Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-02-02T17:48:10.691Z] PASS [2021-02-02T17:48:10.691Z] coverage: 87.5% of statements [2021-02-02T17:48:10.691Z] ok github.com/docker/docker/pkg/capabilities 0.038s coverage: 87.5% of statements [2021-02-02T17:48:11.153Z] === RUN TestPeerCertificateMarshalJSON [2021-02-02T17:48:11.623Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-02-02T17:48:11.623Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-02-02T17:48:11.623Z] --- PASS: TestPeerCertificateMarshalJSON (0.53s) [2021-02-02T17:48:11.623Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-02-02T17:48:11.623Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-02-02T17:48:11.623Z] === RUN TestMiddleware [2021-02-02T17:48:11.623Z] --- PASS: TestMiddleware (0.00s) [2021-02-02T17:48:11.623Z] === RUN TestNewResponseModifier [2021-02-02T17:48:11.623Z] --- PASS: TestNewResponseModifier (0.00s) [2021-02-02T17:48:11.623Z] PASS [2021-02-02T17:48:11.623Z] coverage: 26.8% of statements [2021-02-02T17:48:11.623Z] ok github.com/docker/docker/pkg/authorization 0.655s coverage: 26.8% of statements [2021-02-02T17:48:11.667Z] === RUN TestDockerSuite/TestExecCgroup [2021-02-02T17:48:11.923Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-02-02T17:48:12.085Z] === RUN TestChrootTarUntar [2021-02-02T17:48:12.085Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-02-02T17:48:12.085Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:12.085Z] === RUN TestChrootUntarWithHugeExcludesList [2021-02-02T17:48:12.085Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-02-02T17:48:12.085Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:12.085Z] === RUN TestChrootUntarEmptyArchive [2021-02-02T17:48:12.085Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-02-02T17:48:12.085Z] === RUN TestChrootTarUntarWithSymlink [2021-02-02T17:48:12.085Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-02-02T17:48:12.085Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-02T17:48:12.085Z] === RUN TestChrootCopyWithTar [2021-02-02T17:48:12.085Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-02-02T17:48:12.085Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-02T17:48:12.085Z] === RUN TestChrootCopyFileWithTar [2021-02-02T17:48:12.085Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-02-02T17:48:12.085Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:12.085Z] === RUN TestChrootUntarPath [2021-02-02T17:48:12.085Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-02-02T17:48:12.085Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-02T17:48:12.085Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-02-02T17:48:12.085Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-02-02T17:48:12.085Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:12.085Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-02-02T17:48:12.085Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-02-02T17:48:12.085Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:12.085Z] === RUN TestChrootApplyDotDotFile [2021-02-02T17:48:12.085Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-02-02T17:48:12.085Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:12.085Z] PASS [2021-02-02T17:48:12.085Z] coverage: 15.4% of statements [2021-02-02T17:48:12.085Z] ok github.com/docker/docker/pkg/chrootarchive 0.111s coverage: 15.4% of statements [2021-02-02T17:48:12.085Z] === RUN TestIsArchivePathDir [2021-02-02T17:48:12.484Z] === RUN TestDockerSuite/TestExecEnv [2021-02-02T17:48:12.547Z] === RUN TestSizeEmpty [2021-02-02T17:48:12.547Z] --- PASS: TestSizeEmpty (0.00s) [2021-02-02T17:48:12.547Z] === RUN TestSizeEmptyFile [2021-02-02T17:48:12.547Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-02-02T17:48:12.547Z] === RUN TestSizeNonemptyFile [2021-02-02T17:48:12.547Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-02-02T17:48:12.547Z] === RUN TestSizeNestedDirectoryEmpty [2021-02-02T17:48:12.547Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-02-02T17:48:12.547Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-02-02T17:48:12.547Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-02-02T17:48:12.547Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-02-02T17:48:12.547Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-02-02T17:48:12.547Z] === RUN TestMoveToSubdir [2021-02-02T17:48:12.547Z] --- PASS: TestMoveToSubdir (0.00s) [2021-02-02T17:48:12.547Z] === RUN TestSizeNonExistingDirectory [2021-02-02T17:48:12.547Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-02-02T17:48:12.547Z] PASS [2021-02-02T17:48:12.547Z] coverage: 80.0% of statements [2021-02-02T17:48:12.547Z] ok github.com/docker/docker/pkg/directory 0.120s coverage: 80.0% of statements [2021-02-02T17:48:12.547Z] --- PASS: TestIsArchivePathDir (0.07s) [2021-02-02T17:48:12.547Z] === RUN TestIsArchivePathInvalidFile [2021-02-02T17:48:12.547Z] --- PASS: TestIsArchivePathInvalidFile (0.14s) [2021-02-02T17:48:12.547Z] === RUN TestIsArchivePathTar [2021-02-02T17:48:12.547Z] --- PASS: TestIsArchivePathTar (0.19s) [2021-02-02T17:48:12.547Z] === RUN TestDecompressStreamGzip [2021-02-02T17:48:13.009Z] --- PASS: TestDecompressStreamGzip (0.14s) [2021-02-02T17:48:13.009Z] === RUN TestDecompressStreamBzip2 [2021-02-02T17:48:13.009Z] --- PASS: TestDecompressStreamBzip2 (0.23s) [2021-02-02T17:48:13.009Z] === RUN TestDecompressStreamXz [2021-02-02T17:48:13.009Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-02-02T17:48:13.009Z] archive_test.go:133: Xz not present in msys2 [2021-02-02T17:48:13.009Z] === RUN TestCompressStreamXzUnsupported [2021-02-02T17:48:13.009Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-02-02T17:48:13.009Z] === RUN TestCompressStreamBzip2Unsupported [2021-02-02T17:48:13.009Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-02-02T17:48:13.009Z] === RUN TestCompressStreamInvalid [2021-02-02T17:48:13.009Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-02-02T17:48:13.009Z] === RUN TestExtensionInvalid [2021-02-02T17:48:13.009Z] --- PASS: TestExtensionInvalid (0.00s) [2021-02-02T17:48:13.009Z] === RUN TestExtensionUncompressed [2021-02-02T17:48:13.009Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-02-02T17:48:13.009Z] === RUN TestExtensionBzip2 [2021-02-02T17:48:13.009Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-02-02T17:48:13.009Z] === RUN TestExtensionGzip [2021-02-02T17:48:13.009Z] --- PASS: TestExtensionGzip (0.00s) [2021-02-02T17:48:13.009Z] === RUN TestExtensionXz [2021-02-02T17:48:13.009Z] --- PASS: TestExtensionXz (0.00s) [2021-02-02T17:48:13.009Z] === RUN TestCmdStreamLargeStderr [2021-02-02T17:48:13.009Z] === RUN Test [2021-02-02T17:48:13.009Z] === RUN Test/TestContainsEntry [2021-02-02T17:48:13.009Z] === RUN Test/TestCreateEntries [2021-02-02T17:48:13.009Z] === RUN Test/TestEntriesDiff [2021-02-02T17:48:13.009Z] === RUN Test/TestEntriesEquality [2021-02-02T17:48:13.009Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-02-02T17:48:13.009Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-02-02T17:48:13.009Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-02-02T17:48:13.009Z] === RUN Test/TestGeneratorNotGenerate [2021-02-02T17:48:13.009Z] === RUN Test/TestGeneratorWithPort [2021-02-02T17:48:13.009Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-02-02T17:48:13.009Z] === RUN Test/TestNewEntry [2021-02-02T17:48:13.009Z] === RUN Test/TestParse [2021-02-02T17:48:13.009Z] --- PASS: Test (0.00s) [2021-02-02T17:48:13.009Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-02-02T17:48:13.009Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-02-02T17:48:13.009Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-02-02T17:48:13.009Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-02-02T17:48:13.009Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-02-02T17:48:13.009Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-02-02T17:48:13.009Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-02-02T17:48:13.009Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-02-02T17:48:13.009Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-02-02T17:48:13.009Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-02-02T17:48:13.009Z] --- PASS: Test/TestNewEntry (0.00s) [2021-02-02T17:48:13.009Z] --- PASS: Test/TestParse (0.00s) [2021-02-02T17:48:13.009Z] PASS [2021-02-02T17:48:13.009Z] coverage: 58.3% of statements [2021-02-02T17:48:13.009Z] ok github.com/docker/docker/pkg/discovery 0.109s coverage: 58.3% of statements [2021-02-02T17:48:13.009Z] --- PASS: TestCmdStreamLargeStderr (0.12s) [2021-02-02T17:48:13.009Z] === RUN TestCmdStreamBad [2021-02-02T17:48:13.009Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-02-02T17:48:13.009Z] archive_test.go:238: Failing on Windows CI machines [2021-02-02T17:48:13.009Z] === RUN TestCmdStreamGood [2021-02-02T17:48:13.049Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-02-02T17:48:13.477Z] --- PASS: TestCmdStreamGood (0.04s) [2021-02-02T17:48:13.477Z] === RUN TestUntarPathWithInvalidDest [2021-02-02T17:48:13.477Z] --- PASS: TestUntarPathWithInvalidDest (0.06s) [2021-02-02T17:48:13.477Z] === RUN TestUntarPathWithInvalidSrc [2021-02-02T17:48:13.477Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-02-02T17:48:13.477Z] === RUN TestUntarPath [2021-02-02T17:48:13.477Z] --- PASS: TestUntarPath (0.13s) [2021-02-02T17:48:13.477Z] === RUN TestUntarPathWithDestinationFile [2021-02-02T17:48:13.477Z] --- PASS: TestUntarPathWithDestinationFile (0.06s) [2021-02-02T17:48:13.477Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-02-02T17:48:13.477Z] === RUN Test [2021-02-02T17:48:13.477Z] === RUN Test/TestContent [2021-02-02T17:48:13.477Z] === RUN Test/TestInitialize [2021-02-02T17:48:13.477Z] === RUN Test/TestNew [2021-02-02T17:48:13.477Z] === RUN Test/TestParsingContentsWithComments [2021-02-02T17:48:13.477Z] === RUN Test/TestRegister [2021-02-02T17:48:13.477Z] === RUN Test/TestWatch [2021-02-02T17:48:13.477Z] --- PASS: Test (0.01s) [2021-02-02T17:48:13.477Z] --- PASS: Test/TestContent (0.00s) [2021-02-02T17:48:13.477Z] --- PASS: Test/TestInitialize (0.00s) [2021-02-02T17:48:13.477Z] --- PASS: Test/TestNew (0.00s) [2021-02-02T17:48:13.477Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-02-02T17:48:13.477Z] --- PASS: Test/TestRegister (0.00s) [2021-02-02T17:48:13.477Z] --- PASS: Test/TestWatch (0.01s) [2021-02-02T17:48:13.477Z] PASS [2021-02-02T17:48:13.477Z] coverage: 92.9% of statements [2021-02-02T17:48:13.477Z] ok github.com/docker/docker/pkg/discovery/file 0.060s coverage: 92.9% of statements [2021-02-02T17:48:13.477Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-02-02T17:48:13.477Z] === RUN TestCopyWithTarInvalidSrc [2021-02-02T17:48:13.477Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-02-02T17:48:13.477Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-02-02T17:48:13.477Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-02-02T17:48:13.477Z] === RUN TestCopyWithTarSrcFile [2021-02-02T17:48:13.477Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-02-02T17:48:13.477Z] === RUN TestCopyWithTarSrcFolder [2021-02-02T17:48:13.477Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-02-02T17:48:13.477Z] === RUN TestCopyFileWithTarInvalidSrc [2021-02-02T17:48:13.477Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-02-02T17:48:13.477Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-02-02T17:48:13.477Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-02-02T17:48:13.477Z] === RUN TestCopyFileWithTarSrcFolder [2021-02-02T17:48:13.477Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-02-02T17:48:13.477Z] === RUN TestCopyFileWithTarSrcFile [2021-02-02T17:48:13.477Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-02-02T17:48:13.477Z] === RUN TestTarFiles [2021-02-02T17:48:14.466Z] === RUN Test [2021-02-02T17:48:14.466Z] === RUN Test/TestWatch [2021-02-02T17:48:14.466Z] --- PASS: Test (0.00s) [2021-02-02T17:48:14.466Z] --- PASS: Test/TestWatch (0.00s) [2021-02-02T17:48:14.466Z] PASS [2021-02-02T17:48:14.466Z] coverage: 92.3% of statements [2021-02-02T17:48:14.466Z] ok github.com/docker/docker/pkg/discovery/memory 0.043s coverage: 92.3% of statements [2021-02-02T17:48:14.929Z] === RUN Test [2021-02-02T17:48:14.929Z] === RUN Test/TestInitialize [2021-02-02T17:48:14.929Z] time="2021-02-02T17:48:14Z" level=info msg="Initializing discovery without TLS" [2021-02-02T17:48:14.929Z] time="2021-02-02T17:48:14Z" level=info msg="Initializing discovery without TLS" [2021-02-02T17:48:14.929Z] time="2021-02-02T17:48:14Z" level=info msg="Initializing discovery without TLS" [2021-02-02T17:48:14.929Z] === RUN Test/TestInitializeWithCerts [2021-02-02T17:48:14.929Z] time="2021-02-02T17:48:14Z" level=info msg="Initializing discovery with TLS" [2021-02-02T17:48:14.929Z] === RUN Test/TestWatch [2021-02-02T17:48:14.929Z] time="2021-02-02T17:48:14Z" level=info msg="Initializing discovery without TLS" [2021-02-02T17:48:14.929Z] === RUN Test [2021-02-02T17:48:14.929Z] === RUN Test/TestInitialize [2021-02-02T17:48:14.929Z] === RUN Test/TestInitializeWithPattern [2021-02-02T17:48:14.929Z] === RUN Test/TestRegister [2021-02-02T17:48:14.929Z] === RUN Test/TestWatch [2021-02-02T17:48:14.929Z] --- PASS: Test (0.00s) [2021-02-02T17:48:14.929Z] --- PASS: Test/TestInitialize (0.00s) [2021-02-02T17:48:14.929Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-02-02T17:48:14.929Z] --- PASS: Test/TestRegister (0.00s) [2021-02-02T17:48:14.929Z] --- PASS: Test/TestWatch (0.00s) [2021-02-02T17:48:14.929Z] PASS [2021-02-02T17:48:14.929Z] coverage: 93.8% of statements [2021-02-02T17:48:14.929Z] ok github.com/docker/docker/pkg/discovery/nodes 0.063s coverage: 93.8% of statements [2021-02-02T17:48:14.938Z] === RUN TestDockerSuite/TestExecExitStatus [2021-02-02T17:48:15.194Z] === RUN TestDockerSuite/TestExecInspectID [2021-02-02T17:48:15.903Z] === RUN TestPollerAddRemove [2021-02-02T17:48:15.903Z] --- PASS: TestPollerAddRemove (0.00s) [2021-02-02T17:48:15.903Z] === RUN TestPollerEvent [2021-02-02T17:48:15.903Z] --- SKIP: TestPollerEvent (0.00s) [2021-02-02T17:48:15.903Z] poller_test.go:41: No chmod on Windows [2021-02-02T17:48:15.903Z] === RUN TestPollerClose [2021-02-02T17:48:15.903Z] --- PASS: TestPollerClose (0.00s) [2021-02-02T17:48:15.903Z] PASS [2021-02-02T17:48:15.903Z] coverage: 45.7% of statements [2021-02-02T17:48:15.903Z] ok github.com/docker/docker/pkg/filenotify 0.064s coverage: 45.7% of statements [2021-02-02T17:48:16.557Z] --- PASS: TestServiceUpdateNetwork (14.55s) [2021-02-02T17:48:16.557Z] === RUN TestServiceUpdatePidsLimit [2021-02-02T17:48:16.877Z] === RUN TestCopyFileWithInvalidSrc [2021-02-02T17:48:16.877Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestCopyFileWithInvalidDest [2021-02-02T17:48:16.877Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestCopyFileWithSameSrcAndDest [2021-02-02T17:48:16.877Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-02-02T17:48:16.877Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestCopyFile [2021-02-02T17:48:16.877Z] --- PASS: TestCopyFile (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-02-02T17:48:16.877Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-02-02T17:48:16.877Z] fileutils_test.go:134: Needs porting to Windows [2021-02-02T17:48:16.877Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-02-02T17:48:16.877Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestReadSymlinkedDirectoryToFile [2021-02-02T17:48:16.877Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-02-02T17:48:16.877Z] fileutils_test.go:180: Needs porting to Windows [2021-02-02T17:48:16.877Z] === RUN TestWildcardMatches [2021-02-02T17:48:16.877Z] --- PASS: TestWildcardMatches (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestPatternMatches [2021-02-02T17:48:16.877Z] --- PASS: TestPatternMatches (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-02-02T17:48:16.877Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestPatternMatchesFolderExclusions [2021-02-02T17:48:16.877Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-02-02T17:48:16.877Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-02-02T17:48:16.877Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-02-02T17:48:16.877Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-02-02T17:48:16.877Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestSingleExclamationError [2021-02-02T17:48:16.877Z] --- PASS: TestSingleExclamationError (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestMatchesWithNoPatterns [2021-02-02T17:48:16.877Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestMatchesWithMalformedPatterns [2021-02-02T17:48:16.877Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestMatches [2021-02-02T17:48:16.877Z] --- PASS: TestMatches (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestCleanPatterns [2021-02-02T17:48:16.877Z] --- PASS: TestCleanPatterns (0.00s) [2021-02-02T17:48:16.877Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-02-02T17:48:16.878Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-02-02T17:48:16.878Z] === RUN TestCleanPatternsExceptionFlag [2021-02-02T17:48:16.878Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-02-02T17:48:16.878Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-02-02T17:48:16.878Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-02-02T17:48:16.878Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-02-02T17:48:16.878Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-02-02T17:48:16.878Z] === RUN TestCleanPatternsErrorSingleException [2021-02-02T17:48:16.878Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-02-02T17:48:16.878Z] === RUN TestCreateIfNotExistsDir [2021-02-02T17:48:16.878Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-02-02T17:48:16.878Z] === RUN TestCreateIfNotExistsFile [2021-02-02T17:48:16.878Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-02-02T17:48:16.878Z] === RUN TestMatch [2021-02-02T17:48:16.878Z] --- PASS: TestMatch (0.00s) [2021-02-02T17:48:16.878Z] PASS [2021-02-02T17:48:16.878Z] coverage: 87.7% of statements [2021-02-02T17:48:16.878Z] ok github.com/docker/docker/pkg/fileutils 0.102s coverage: 87.7% of statements [2021-02-02T17:48:16.878Z] === RUN TestGet [2021-02-02T17:48:16.878Z] --- PASS: TestGet (0.00s) [2021-02-02T17:48:16.878Z] === RUN TestGetShortcutString [2021-02-02T17:48:16.878Z] --- PASS: TestGetShortcutString (0.00s) [2021-02-02T17:48:16.878Z] PASS [2021-02-02T17:48:16.878Z] coverage: 42.9% of statements [2021-02-02T17:48:16.878Z] ok github.com/docker/docker/pkg/homedir 0.058s coverage: 42.9% of statements [2021-02-02T17:48:17.859Z] --- PASS: Test (3.15s) [2021-02-02T17:48:17.859Z] --- PASS: Test/TestInitialize (0.13s) [2021-02-02T17:48:17.859Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-02-02T17:48:17.859Z] --- PASS: Test/TestWatch (3.01s) [2021-02-02T17:48:17.859Z] PASS [2021-02-02T17:48:17.859Z] coverage: 84.1% of statements [2021-02-02T17:48:17.859Z] ok github.com/docker/docker/pkg/discovery/kv 3.281s coverage: 84.1% of statements [2021-02-02T17:48:17.921Z] === RUN TestDockerSuite/TestExecInteractive [2021-02-02T17:48:17.921Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-02T17:48:18.322Z] === RUN TestCreateIDMapOrder [2021-02-02T17:48:18.322Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-02-02T17:48:18.322Z] PASS [2021-02-02T17:48:18.322Z] coverage: 7.2% of statements [2021-02-02T17:48:18.322Z] ok github.com/docker/docker/pkg/idtools 0.093s coverage: 7.2% of statements [2021-02-02T17:48:18.799Z] --- PASS: TestTarFiles (5.07s) [2021-02-02T17:48:18.799Z] === RUN TestTarUntar [2021-02-02T17:48:18.799Z] --- PASS: TestTarUntar (0.02s) [2021-02-02T17:48:18.799Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-02-02T17:48:18.799Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-02-02T17:48:18.799Z] === RUN TestTarWithOptions [2021-02-02T17:48:18.799Z] --- PASS: TestTarWithOptions (0.02s) [2021-02-02T17:48:18.799Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-02-02T17:48:18.799Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-02-02T17:48:18.799Z] === RUN TestUntarUstarGnuConflict [2021-02-02T17:48:18.799Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-02-02T17:48:18.799Z] === RUN TestUntarInvalidFilenames [2021-02-02T17:48:18.799Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames827425794\\dest" [2021-02-02T17:48:18.799Z] --- PASS: TestUntarInvalidFilenames (0.15s) [2021-02-02T17:48:18.799Z] === RUN TestUntarHardlinkToSymlink [2021-02-02T17:48:18.799Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-02-02T17:48:18.799Z] === RUN TestUntarInvalidHardlink [2021-02-02T17:48:18.799Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink250901011\\victim\\hello" -> "../victim/hello" [2021-02-02T17:48:18.799Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink284277846\\victim\\hello" -> "/../victim/hello" [2021-02-02T17:48:18.799Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink832616381\\victim" -> "../victim" [2021-02-02T17:48:18.799Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink532514296\\victim" -> "../victim" [2021-02-02T17:48:18.800Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink280840951\\victim" -> "../victim" [2021-02-02T17:48:18.800Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink096904170\\victim" -> "../victim" [2021-02-02T17:48:18.800Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-02-02T17:48:18.800Z] === RUN TestUntarInvalidSymlink [2021-02-02T17:48:18.800Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink470205505\\dest\\dotdot" -> "../victim/hello" [2021-02-02T17:48:18.800Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink236731564\\dest\\slash-dotdot" -> "/../victim/hello" [2021-02-02T17:48:18.800Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink219933723\\dest\\loophole-victim" -> "../victim" [2021-02-02T17:48:18.800Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink404774078\\dest\\loophole-victim" -> "../victim" [2021-02-02T17:48:18.800Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink979930885\\dest\\loophole-victim" -> "../victim" [2021-02-02T17:48:18.800Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink934421664\\dest\\loophole-victim" -> "../victim" [2021-02-02T17:48:18.800Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink036536191\\dest\\dir\\loophole" -> "../../victim" [2021-02-02T17:48:18.800Z] --- PASS: TestUntarInvalidSymlink (0.04s) [2021-02-02T17:48:18.800Z] === RUN TestTempArchiveCloseMultipleTimes [2021-02-02T17:48:18.800Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-02-02T17:48:18.800Z] === RUN TestReplaceFileTarWrapper [2021-02-02T17:48:18.800Z] === RUN TestFixedBufferCap [2021-02-02T17:48:18.800Z] --- PASS: TestFixedBufferCap (0.00s) [2021-02-02T17:48:18.800Z] === RUN TestFixedBufferLen [2021-02-02T17:48:18.800Z] --- PASS: TestFixedBufferLen (0.00s) [2021-02-02T17:48:18.800Z] === RUN TestFixedBufferString [2021-02-02T17:48:18.800Z] --- PASS: TestFixedBufferString (0.00s) [2021-02-02T17:48:18.800Z] === RUN TestFixedBufferWrite [2021-02-02T17:48:18.800Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-02-02T17:48:18.800Z] === RUN TestFixedBufferRead [2021-02-02T17:48:18.800Z] --- PASS: TestFixedBufferRead (0.00s) [2021-02-02T17:48:18.800Z] === RUN TestBytesPipeRead [2021-02-02T17:48:18.800Z] --- PASS: TestBytesPipeRead (0.00s) [2021-02-02T17:48:18.800Z] === RUN TestBytesPipeWrite [2021-02-02T17:48:18.800Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-02-02T17:48:18.800Z] === RUN TestBytesPipeWriteRandomChunks [2021-02-02T17:48:18.850Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-02-02T17:48:19.266Z] --- PASS: TestReplaceFileTarWrapper (0.14s) [2021-02-02T17:48:19.266Z] === RUN TestPrefixHeaderReadable [2021-02-02T17:48:19.266Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-02-02T17:48:19.266Z] === RUN TestDisablePigz [2021-02-02T17:48:19.266Z] === RUN TestError [2021-02-02T17:48:19.266Z] --- PASS: TestError (0.00s) [2021-02-02T17:48:19.266Z] === RUN TestProgressString [2021-02-02T17:48:19.266Z] === RUN TestProgressString/no_progress [2021-02-02T17:48:19.266Z] === RUN TestProgressString/progress_1 [2021-02-02T17:48:19.266Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-02-02T17:48:19.266Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-02-02T17:48:19.266Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-02-02T17:48:19.266Z] === RUN TestProgressString/with_units [2021-02-02T17:48:19.266Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-02-02T17:48:19.266Z] === RUN TestProgressString/hide_counts [2021-02-02T17:48:19.266Z] --- PASS: TestProgressString (0.00s) [2021-02-02T17:48:19.266Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-02-02T17:48:19.266Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-02-02T17:48:19.266Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-02-02T17:48:19.266Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-02-02T17:48:19.266Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-02-02T17:48:19.266Z] --- PASS: TestProgressString/with_units (0.00s) [2021-02-02T17:48:19.266Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-02-02T17:48:19.266Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-02-02T17:48:19.266Z] === RUN TestJSONMessageDisplay [2021-02-02T17:48:19.266Z] --- PASS: TestDisablePigz (0.13s) [2021-02-02T17:48:19.266Z] archive_test.go:1310: Test will not check full path when Pigz not installed [2021-02-02T17:48:19.266Z] === RUN TestPigz [2021-02-02T17:48:19.266Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-02-02T17:48:19.266Z] === RUN TestJSONMessageDisplayWithJSONError [2021-02-02T17:48:19.266Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-02-02T17:48:19.266Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-02-02T17:48:19.266Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-02-02T17:48:19.266Z] === RUN TestDisplayJSONMessagesStream [2021-02-02T17:48:19.266Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-02-02T17:48:19.266Z] PASS [2021-02-02T17:48:19.266Z] coverage: 91.7% of statements [2021-02-02T17:48:19.266Z] ok github.com/docker/docker/pkg/jsonmessage 0.167s coverage: 91.7% of statements [2021-02-02T17:48:19.266Z] --- PASS: TestPigz (0.14s) [2021-02-02T17:48:19.266Z] archive_test.go:1339: Tested whether Pigz is not used, as it not installed [2021-02-02T17:48:19.266Z] === RUN TestCopyFileWithInvalidDest [2021-02-02T17:48:19.266Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-02-02T17:48:19.266Z] archive_windows_test.go:16: Currently fails [2021-02-02T17:48:19.266Z] === RUN TestCanonicalTarNameForPath [2021-02-02T17:48:19.266Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-02-02T17:48:19.266Z] === RUN TestCanonicalTarName [2021-02-02T17:48:19.266Z] --- PASS: TestCanonicalTarName (0.00s) [2021-02-02T17:48:19.266Z] === RUN TestChmodTarEntry [2021-02-02T17:48:19.266Z] --- PASS: TestChmodTarEntry (0.00s) [2021-02-02T17:48:19.266Z] === RUN TestHardLinkOrder [2021-02-02T17:48:19.266Z] --- PASS: TestBytesPipeWriteRandomChunks (0.48s) [2021-02-02T17:48:19.266Z] === RUN TestAtomicWriteToFile [2021-02-02T17:48:19.266Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-02-02T17:48:19.266Z] === RUN TestAtomicWriteSetCommit [2021-02-02T17:48:19.266Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-02-02T17:48:19.266Z] === RUN TestAtomicWriteSetCancel [2021-02-02T17:48:19.266Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-02-02T17:48:19.266Z] === RUN TestReadCloserWrapperClose [2021-02-02T17:48:19.266Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-02-02T17:48:19.266Z] === RUN TestReaderErrWrapperReadOnError [2021-02-02T17:48:19.266Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-02-02T17:48:19.266Z] === RUN TestReaderErrWrapperRead [2021-02-02T17:48:19.266Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-02-02T17:48:19.266Z] === RUN TestHashData [2021-02-02T17:48:19.266Z] --- PASS: TestHashData (0.00s) [2021-02-02T17:48:19.266Z] === RUN TestCancelReadCloser [2021-02-02T17:48:19.266Z] --- PASS: TestHardLinkOrder (0.11s) [2021-02-02T17:48:19.266Z] === RUN TestChangeString [2021-02-02T17:48:19.266Z] --- PASS: TestChangeString (0.00s) [2021-02-02T17:48:19.412Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-02T17:48:19.668Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-02-02T17:48:19.728Z] === RUN TestChangesWithNoChanges [2021-02-02T17:48:19.728Z] --- PASS: TestChangesWithNoChanges (0.03s) [2021-02-02T17:48:19.728Z] === RUN TestChangesWithChanges [2021-02-02T17:48:19.728Z] --- PASS: TestChangesWithChanges (0.03s) [2021-02-02T17:48:19.728Z] === RUN TestChangesWithChangesGH13590 [2021-02-02T17:48:19.728Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-02-02T17:48:19.728Z] changes_test.go:192: needs more investigation [2021-02-02T17:48:19.728Z] === RUN TestChangesDirsEmpty [2021-02-02T17:48:19.728Z] --- PASS: TestCancelReadCloser (0.10s) [2021-02-02T17:48:19.728Z] === RUN TestWriteCloserWrapperClose [2021-02-02T17:48:19.728Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-02-02T17:48:19.728Z] === RUN TestNopWriteCloser [2021-02-02T17:48:19.728Z] --- PASS: TestNopWriteCloser (0.00s) [2021-02-02T17:48:19.728Z] === RUN TestNopWriter [2021-02-02T17:48:19.728Z] --- PASS: TestNopWriter (0.00s) [2021-02-02T17:48:19.728Z] === RUN TestWriteCounter [2021-02-02T17:48:19.728Z] --- PASS: TestWriteCounter (0.00s) [2021-02-02T17:48:19.728Z] PASS [2021-02-02T17:48:19.728Z] coverage: 69.2% of statements [2021-02-02T17:48:19.728Z] ok github.com/docker/docker/pkg/ioutils 0.665s coverage: 69.2% of statements [2021-02-02T17:48:19.728Z] === RUN TestStandardLongPath [2021-02-02T17:48:19.728Z] --- PASS: TestStandardLongPath (0.00s) [2021-02-02T17:48:19.728Z] === RUN TestUNCLongPath [2021-02-02T17:48:19.728Z] --- PASS: TestUNCLongPath (0.00s) [2021-02-02T17:48:19.728Z] PASS [2021-02-02T17:48:19.728Z] coverage: 100.0% of statements [2021-02-02T17:48:19.728Z] ok github.com/docker/docker/pkg/longpath 0.042s coverage: 100.0% of statements [2021-02-02T17:48:19.728Z] --- PASS: TestChangesDirsEmpty (0.11s) [2021-02-02T17:48:19.728Z] === RUN TestChangesDirsMutated [2021-02-02T17:48:19.728Z] --- PASS: TestChangesDirsMutated (0.15s) [2021-02-02T17:48:19.728Z] === RUN TestApplyLayer [2021-02-02T17:48:19.728Z] --- SKIP: TestApplyLayer (0.00s) [2021-02-02T17:48:19.728Z] changes_test.go:405: needs further investigation [2021-02-02T17:48:19.728Z] === RUN TestChangesSizeWithHardlinks [2021-02-02T17:48:19.728Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-02-02T17:48:19.728Z] changes_test.go:441: needs further investigation [2021-02-02T17:48:19.728Z] === RUN TestChangesSizeWithNoChanges [2021-02-02T17:48:19.728Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-02-02T17:48:19.728Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-02-02T17:48:19.728Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-02-02T17:48:19.728Z] === RUN TestChangesSize [2021-02-02T17:48:19.728Z] --- PASS: TestChangesSize (0.00s) [2021-02-02T17:48:19.728Z] === RUN TestApplyLayerInvalidFilenames [2021-02-02T17:48:19.728Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames014117939\\dest" [2021-02-02T17:48:19.728Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-02-02T17:48:19.728Z] === RUN TestApplyLayerInvalidHardlink [2021-02-02T17:48:19.728Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink558842077\\victim\\hello" -> "../victim/hello" [2021-02-02T17:48:19.728Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink518722200\\victim\\hello" -> "/../victim/hello" [2021-02-02T17:48:19.728Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink218409751\\victim" -> "../victim" [2021-02-02T17:48:19.728Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink832418186\\victim" -> "../victim" [2021-02-02T17:48:19.728Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink883997025\\victim" -> "../victim" [2021-02-02T17:48:19.728Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink841169228\\victim" -> "../victim" [2021-02-02T17:48:19.728Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-02-02T17:48:19.728Z] === RUN TestApplyLayerInvalidSymlink [2021-02-02T17:48:19.728Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink604047419\\dest\\dotdot" -> "../victim/hello" [2021-02-02T17:48:19.728Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink408556126\\dest\\slash-dotdot" -> "/../victim/hello" [2021-02-02T17:48:19.728Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink036821541\\dest\\loophole-victim" -> "../victim" [2021-02-02T17:48:19.728Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink206123328\\dest\\loophole-victim" -> "../victim" [2021-02-02T17:48:19.728Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink947970975\\dest\\loophole-victim" -> "../victim" [2021-02-02T17:48:19.728Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink330157170\\dest\\loophole-victim" -> "../victim" [2021-02-02T17:48:19.728Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-02-02T17:48:19.728Z] === RUN TestApplyLayerWhiteouts [2021-02-02T17:48:19.728Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2021-02-02T17:48:19.728Z] === RUN TestGenerateEmptyFile [2021-02-02T17:48:19.728Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-02-02T17:48:19.728Z] === RUN TestGenerateWithContent [2021-02-02T17:48:19.728Z] --- PASS: TestGenerateWithContent (0.00s) [2021-02-02T17:48:19.728Z] PASS [2021-02-02T17:48:19.728Z] coverage: 62.5% of statements [2021-02-02T17:48:19.728Z] ok github.com/docker/docker/pkg/archive 7.713s coverage: 62.5% of statements [2021-02-02T17:48:20.594Z] === RUN TestDockerSuite/TestExecParseError [2021-02-02T17:48:20.703Z] === RUN TestNameFormat [2021-02-02T17:48:20.703Z] --- PASS: TestNameFormat (0.00s) [2021-02-02T17:48:20.703Z] === RUN TestNameRetries [2021-02-02T17:48:20.703Z] --- PASS: TestNameRetries (0.00s) [2021-02-02T17:48:20.703Z] PASS [2021-02-02T17:48:20.703Z] coverage: 85.7% of statements [2021-02-02T17:48:20.703Z] ok github.com/docker/docker/pkg/namesgenerator 0.038s coverage: 85.7% of statements [2021-02-02T17:48:20.703Z] === RUN TestParseKeyValueOpt [2021-02-02T17:48:20.703Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-02-02T17:48:20.703Z] === RUN TestParseUintList [2021-02-02T17:48:20.703Z] --- PASS: TestParseUintList (0.00s) [2021-02-02T17:48:20.703Z] === RUN TestParseUintListMaximumLimits [2021-02-02T17:48:20.703Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-02-02T17:48:20.703Z] PASS [2021-02-02T17:48:20.703Z] coverage: 97.0% of statements [2021-02-02T17:48:20.703Z] ok github.com/docker/docker/pkg/parsers 0.047s coverage: 97.0% of statements [2021-02-02T17:48:21.155Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-02-02T17:48:21.165Z] === RUN TestNewAndRemove [2021-02-02T17:48:21.165Z] --- PASS: TestNewAndRemove (0.00s) [2021-02-02T17:48:21.165Z] === RUN TestRemoveInvalidPath [2021-02-02T17:48:21.165Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-02-02T17:48:21.165Z] PASS [2021-02-02T17:48:21.165Z] coverage: 82.6% of statements [2021-02-02T17:48:21.165Z] ok github.com/docker/docker/pkg/pidfile 0.087s coverage: 82.6% of statements [2021-02-02T17:48:21.716Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-02-02T17:48:22.138Z] === RUN TestParseEmptyInterface [2021-02-02T17:48:22.138Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-02-02T17:48:22.138Z] === RUN TestParseNonInterfaceType [2021-02-02T17:48:22.138Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-02-02T17:48:22.138Z] === RUN TestParseWithOneFunction [2021-02-02T17:48:22.138Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-02-02T17:48:22.138Z] === RUN TestParseWithMultipleFuncs [2021-02-02T17:48:22.138Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-02-02T17:48:22.138Z] === RUN TestParseWithUnnamedReturn [2021-02-02T17:48:22.138Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-02-02T17:48:22.138Z] === RUN TestEmbeddedInterface [2021-02-02T17:48:22.138Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-02-02T17:48:22.138Z] === RUN TestParsedImports [2021-02-02T17:48:22.138Z] --- PASS: TestParsedImports (0.00s) [2021-02-02T17:48:22.138Z] === RUN TestAliasedImports [2021-02-02T17:48:22.138Z] --- PASS: TestAliasedImports (0.00s) [2021-02-02T17:48:22.138Z] PASS [2021-02-02T17:48:22.138Z] coverage: 56.8% of statements [2021-02-02T17:48:22.138Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.052s coverage: 56.8% of statements [2021-02-02T17:48:22.277Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-02-02T17:48:23.118Z] === RUN TestFailedConnection [2021-02-02T17:48:23.202Z] === RUN TestDockerSuite/TestExecSetEnv [2021-02-02T17:48:23.580Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-02-02T17:48:23.580Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-02-02T17:48:23.580Z] === RUN TestBufioReaderPoolPutAndGet [2021-02-02T17:48:23.580Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-02-02T17:48:23.580Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-02-02T17:48:23.580Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-02-02T17:48:23.580Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-02-02T17:48:23.580Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-02-02T17:48:23.580Z] === RUN TestBufioWriterPoolPutAndGet [2021-02-02T17:48:23.580Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-02-02T17:48:23.580Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-02-02T17:48:23.580Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-02-02T17:48:23.580Z] === RUN TestBufferPoolPutAndGet [2021-02-02T17:48:23.580Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-02-02T17:48:23.580Z] PASS [2021-02-02T17:48:23.580Z] coverage: 88.2% of statements [2021-02-02T17:48:23.580Z] ok github.com/docker/docker/pkg/pools 0.037s coverage: 88.2% of statements [2021-02-02T17:48:23.580Z] === RUN TestHTTPTransport [2021-02-02T17:48:23.580Z] --- PASS: TestHTTPTransport (0.00s) [2021-02-02T17:48:23.580Z] PASS [2021-02-02T17:48:23.580Z] coverage: 85.7% of statements [2021-02-02T17:48:23.580Z] ok github.com/docker/docker/pkg/plugins/transport 0.043s coverage: 85.7% of statements [2021-02-02T17:48:23.764Z] === RUN TestDockerSuite/TestExecStartFails [2021-02-02T17:48:24.325Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-02-02T17:48:24.554Z] --- PASS: TestFailedConnection (1.10s) [2021-02-02T17:48:24.554Z] === RUN TestFailOnce [2021-02-02T17:48:24.554Z] === RUN TestOutputOnPrematureClose [2021-02-02T17:48:24.554Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-02-02T17:48:24.554Z] === RUN TestCompleteSilently [2021-02-02T17:48:24.554Z] --- PASS: TestCompleteSilently (0.00s) [2021-02-02T17:48:24.554Z] PASS [2021-02-02T17:48:24.554Z] coverage: 75.9% of statements [2021-02-02T17:48:24.554Z] ok github.com/docker/docker/pkg/progress 0.044s coverage: 75.9% of statements [2021-02-02T17:48:24.554Z] 2021/02/02 17:48:23 http: panic serving 127.0.0.1:49221: Plugin not ready [2021-02-02T17:48:24.554Z] goroutine 10 [running]: [2021-02-02T17:48:24.554Z] net/http.(*conn).serve.func1(0xc000058aa0) [2021-02-02T17:48:24.554Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-02-02T17:48:24.554Z] panic(0x849b40, 0x986ad0) [2021-02-02T17:48:24.554Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-02-02T17:48:24.554Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-02T17:48:24.554Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-02-02T17:48:24.554Z] net/http.HandlerFunc.ServeHTTP(0xc0000ec050, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-02T17:48:24.554Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-02-02T17:48:24.554Z] net/http.(*ServeMux).ServeHTTP(0xc0000fc000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-02T17:48:24.554Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-02-02T17:48:24.554Z] net/http.serverHandler.ServeHTTP(0xc000102000, 0x99a700, 0xc000132000, 0xc0000d0300) [2021-02-02T17:48:24.554Z] c:/go/src/net/http/server.go:2831 +0xab [2021-02-02T17:48:24.554Z] net/http.(*conn).serve(0xc000058aa0, 0x99b2c0, 0xc00004a980) [2021-02-02T17:48:24.554Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-02-02T17:48:24.554Z] created by net/http.(*Server).Serve [2021-02-02T17:48:24.554Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-02-02T17:48:24.554Z] time="2021-02-02T17:48:24Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49220/Test.FailOnce: Post http://127.0.0.1:49220/Test.FailOnce: EOF, retrying in 1s" [2021-02-02T17:48:24.554Z] === RUN TestSendToOneSub [2021-02-02T17:48:24.554Z] --- PASS: TestSendToOneSub (0.00s) [2021-02-02T17:48:24.554Z] === RUN TestSendToMultipleSubs [2021-02-02T17:48:24.554Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-02-02T17:48:24.554Z] === RUN TestEvictOneSub [2021-02-02T17:48:24.554Z] --- PASS: TestEvictOneSub (0.00s) [2021-02-02T17:48:24.554Z] === RUN TestClosePublisher [2021-02-02T17:48:24.554Z] --- PASS: TestClosePublisher (0.00s) [2021-02-02T17:48:24.554Z] === RUN TestPubSubRace [2021-02-02T17:48:25.528Z] === RUN TestRegister [2021-02-02T17:48:25.528Z] --- PASS: TestRegister (0.00s) [2021-02-02T17:48:25.528Z] === RUN TestCommand [2021-02-02T17:48:25.528Z] --- PASS: TestFailOnce (1.19s) [2021-02-02T17:48:25.528Z] === RUN TestEchoInputOutput [2021-02-02T17:48:25.528Z] --- PASS: TestCommand (0.03s) [2021-02-02T17:48:25.528Z] === RUN TestNaiveSelf [2021-02-02T17:48:25.528Z] --- PASS: TestEchoInputOutput (0.00s) [2021-02-02T17:48:25.528Z] === RUN TestBackoff [2021-02-02T17:48:25.528Z] --- PASS: TestBackoff (0.00s) [2021-02-02T17:48:25.528Z] === RUN TestAbortRetry [2021-02-02T17:48:25.528Z] --- PASS: TestAbortRetry (0.00s) [2021-02-02T17:48:25.528Z] === RUN TestClientScheme [2021-02-02T17:48:25.528Z] --- PASS: TestClientScheme (0.00s) [2021-02-02T17:48:25.528Z] === RUN TestNewClientWithTimeout [2021-02-02T17:48:25.528Z] --- PASS: TestNaiveSelf (0.02s) [2021-02-02T17:48:25.528Z] PASS [2021-02-02T17:48:25.528Z] coverage: 82.4% of statements [2021-02-02T17:48:25.528Z] ok github.com/docker/docker/pkg/reexec 0.085s coverage: 82.4% of statements [2021-02-02T17:48:25.528Z] --- PASS: TestPubSubRace (1.05s) [2021-02-02T17:48:25.528Z] PASS [2021-02-02T17:48:25.528Z] coverage: 75.0% of statements [2021-02-02T17:48:25.528Z] ok github.com/docker/docker/pkg/pubsub 1.091s coverage: 75.0% of statements [2021-02-02T17:48:25.993Z] time="2021-02-02T17:48:25Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-02-02T17:48:26.315Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-02T17:48:26.456Z] === RUN TestParseSignal [2021-02-02T17:48:26.456Z] --- PASS: TestParseSignal (0.00s) [2021-02-02T17:48:26.456Z] === RUN TestValidSignalForPlatform [2021-02-02T17:48:26.456Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-02-02T17:48:26.456Z] PASS [2021-02-02T17:48:26.456Z] coverage: 20.3% of statements [2021-02-02T17:48:26.456Z] ok github.com/docker/docker/pkg/signal 0.056s coverage: 20.3% of statements [2021-02-02T17:48:26.456Z] === RUN TestNewStdWriter [2021-02-02T17:48:26.456Z] --- PASS: TestNewStdWriter (0.00s) [2021-02-02T17:48:26.456Z] === RUN TestWriteWithUninitializedStdWriter [2021-02-02T17:48:26.456Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-02-02T17:48:26.456Z] === RUN TestWriteWithNilBytes [2021-02-02T17:48:26.456Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-02-02T17:48:26.456Z] === RUN TestWrite [2021-02-02T17:48:26.456Z] --- PASS: TestWrite (0.00s) [2021-02-02T17:48:26.456Z] === RUN TestWriteWithWriterError [2021-02-02T17:48:26.456Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-02-02T17:48:26.456Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-02-02T17:48:26.456Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-02-02T17:48:26.456Z] === RUN TestStdCopyWriteAndRead [2021-02-02T17:48:26.456Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-02-02T17:48:26.456Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-02-02T17:48:26.456Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-02-02T17:48:26.456Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-02-02T17:48:26.456Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-02-02T17:48:26.456Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-02-02T17:48:26.456Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-02-02T17:48:26.456Z] === RUN TestStdCopyWithInvalidInputHeader [2021-02-02T17:48:26.456Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-02-02T17:48:26.456Z] === RUN TestStdCopyWithCorruptedPrefix [2021-02-02T17:48:26.456Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-02-02T17:48:26.456Z] === RUN TestStdCopyReturnsWriteErrors [2021-02-02T17:48:26.456Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-02-02T17:48:26.456Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-02-02T17:48:26.456Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-02-02T17:48:26.456Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-02-02T17:48:26.456Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-02-02T17:48:26.456Z] PASS [2021-02-02T17:48:26.456Z] coverage: 100.0% of statements [2021-02-02T17:48:26.456Z] ok github.com/docker/docker/pkg/stdcopy 0.044s coverage: 100.0% of statements [2021-02-02T17:48:27.445Z] time="2021-02-02T17:48:27Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-02-02T17:48:27.445Z] === RUN TestRawProgressFormatterFormatStatus [2021-02-02T17:48:27.445Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-02-02T17:48:27.445Z] === RUN TestRawProgressFormatterFormatProgress [2021-02-02T17:48:27.445Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-02-02T17:48:27.445Z] === RUN TestFormatStatus [2021-02-02T17:48:27.445Z] --- PASS: TestFormatStatus (0.00s) [2021-02-02T17:48:27.445Z] === RUN TestFormatError [2021-02-02T17:48:27.445Z] --- PASS: TestFormatError (0.00s) [2021-02-02T17:48:27.445Z] === RUN TestFormatJSONError [2021-02-02T17:48:27.445Z] --- PASS: TestFormatJSONError (0.00s) [2021-02-02T17:48:27.445Z] === RUN TestJsonProgressFormatterFormatProgress [2021-02-02T17:48:27.445Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-02-02T17:48:27.445Z] === RUN TestJsonProgressFormatterFormatStatus [2021-02-02T17:48:27.445Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-02-02T17:48:27.445Z] === RUN TestNewJSONProgressOutput [2021-02-02T17:48:27.445Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-02-02T17:48:27.445Z] === RUN TestAuxFormatterEmit [2021-02-02T17:48:27.445Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-02-02T17:48:27.445Z] === RUN TestStreamWriterStdout [2021-02-02T17:48:27.445Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-02-02T17:48:27.445Z] === RUN TestStreamWriterStderr [2021-02-02T17:48:27.445Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-02-02T17:48:27.445Z] PASS [2021-02-02T17:48:27.445Z] coverage: 66.2% of statements [2021-02-02T17:48:27.445Z] ok github.com/docker/docker/pkg/streamformatter 0.059s coverage: 66.2% of statements [2021-02-02T17:48:27.445Z] === RUN TestGenerateRandomID [2021-02-02T17:48:27.445Z] --- PASS: TestGenerateRandomID (0.00s) [2021-02-02T17:48:27.445Z] === RUN TestShortenId [2021-02-02T17:48:27.445Z] --- PASS: TestShortenId (0.00s) [2021-02-02T17:48:27.445Z] === RUN TestShortenSha256Id [2021-02-02T17:48:27.445Z] --- PASS: TestShortenSha256Id (0.00s) [2021-02-02T17:48:27.445Z] === RUN TestShortenIdEmpty [2021-02-02T17:48:27.445Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-02-02T17:48:27.445Z] === RUN TestShortenIdInvalid [2021-02-02T17:48:27.445Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-02-02T17:48:27.445Z] === RUN TestIsShortIDNonHex [2021-02-02T17:48:27.445Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-02-02T17:48:27.445Z] === RUN TestIsShortIDNotCorrectSize [2021-02-02T17:48:27.445Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-02-02T17:48:27.445Z] PASS [2021-02-02T17:48:27.445Z] coverage: 70.6% of statements [2021-02-02T17:48:27.445Z] ok github.com/docker/docker/pkg/stringid 0.041s coverage: 70.6% of statements [2021-02-02T17:48:28.419Z] === RUN TestIsCpusetListAvailable [2021-02-02T17:48:28.419Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-02-02T17:48:28.419Z] PASS [2021-02-02T17:48:28.419Z] coverage: 38.2% of statements [2021-02-02T17:48:28.419Z] ok github.com/docker/docker/pkg/sysinfo 0.040s coverage: 38.2% of statements [2021-02-02T17:48:29.396Z] === RUN TestChtimes [2021-02-02T17:48:29.396Z] --- PASS: TestChtimes (0.00s) [2021-02-02T17:48:29.396Z] === RUN TestChtimesWindows [2021-02-02T17:48:29.396Z] --- PASS: TestChtimesWindows (0.00s) [2021-02-02T17:48:29.396Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-02-02T17:48:29.396Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-02-02T17:48:29.396Z] === RUN TestEnsureRemoveAllNotExist [2021-02-02T17:48:29.396Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-02-02T17:48:29.396Z] === RUN TestEnsureRemoveAllWithDir [2021-02-02T17:48:29.396Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-02-02T17:48:29.396Z] === RUN TestEnsureRemoveAllWithFile [2021-02-02T17:48:29.396Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-02-02T17:48:29.396Z] === RUN TestHasWin32KSupport [2021-02-02T17:48:29.396Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-02-02T17:48:29.396Z] syscall_windows_test.go:8: win32k: true [2021-02-02T17:48:29.396Z] PASS [2021-02-02T17:48:29.396Z] coverage: 12.0% of statements [2021-02-02T17:48:29.396Z] ok github.com/docker/docker/pkg/system 0.055s coverage: 12.0% of statements [2021-02-02T17:48:29.858Z] === RUN TestTailFile [2021-02-02T17:48:29.858Z] --- PASS: TestTailFile (0.00s) [2021-02-02T17:48:29.858Z] === RUN TestTailFileManyLines [2021-02-02T17:48:29.858Z] --- PASS: TestTailFileManyLines (0.00s) [2021-02-02T17:48:29.858Z] === RUN TestTailEmptyFile [2021-02-02T17:48:29.858Z] --- PASS: TestTailEmptyFile (0.00s) [2021-02-02T17:48:29.858Z] === RUN TestTailNegativeN [2021-02-02T17:48:29.858Z] --- PASS: TestTailNegativeN (0.00s) [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader [2021-02-02T17:48:29.858Z] === PAUSE TestNewTailReader [2021-02-02T17:48:29.858Z] === CONT TestNewTailReader [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/4_byte_delimiter [2021-02-02T17:48:29.858Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/8_byte_delimiter [2021-02-02T17:48:29.858Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/12_byte_delimiter [2021-02-02T17:48:29.858Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/no_delimiter [2021-02-02T17:48:29.858Z] === PAUSE TestNewTailReader/no_delimiter [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/single_byte_delimiter [2021-02-02T17:48:29.858Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/2_byte_delimiter [2021-02-02T17:48:29.858Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/truncated_last_line [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-02-02T17:48:29.858Z] === CONT TestNewTailReader/4_byte_delimiter [2021-02-02T17:48:29.858Z] === CONT TestNewTailReader/no_delimiter [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-02-02T17:48:29.858Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-02-02T17:48:29.858Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-02-02T17:48:29.858Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:29.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:29.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:29.858Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:29.858Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-02T17:48:29.858Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-02T17:48:29.859Z] === CONT TestNewTailReader/12_byte_delimiter [2021-02-02T17:48:29.859Z] === CONT TestNewTailReader/2_byte_delimiter [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-02T17:48:29.859Z] === CONT TestNewTailReader/single_byte_delimiter [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-02T17:48:29.859Z] === CONT TestNewTailReader/8_byte_delimiter [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-02T17:48:29.859Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-02-02T17:48:29.859Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-02-02T17:48:29.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-02T17:48:29.859Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:29.859Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:29.859Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:29.859Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:29.860Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-02T17:48:29.860Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-02T17:48:29.860Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-02-02T17:48:29.861Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:29.861Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:29.861Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:29.861Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-02T17:48:30.324Z] time="2021-02-02T17:48:29Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-02-02T17:48:30.324Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.324Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:30.324Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:30.324Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-02T17:48:30.325Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:30.325Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-02-02T17:48:30.326Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-02-02T17:48:30.327Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.01s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.02s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.01s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.01s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.01s) [2021-02-02T17:48:30.327Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.01s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.01s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.01s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.01s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.01s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.01s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.01s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.03s) [2021-02-02T17:48:30.328Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.01s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.03s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-02-02T17:48:30.329Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-02-02T17:48:30.329Z] PASS [2021-02-02T17:48:30.329Z] coverage: 88.6% of statements [2021-02-02T17:48:30.329Z] ok github.com/docker/docker/pkg/tailfile 0.406s coverage: 88.6% of statements [2021-02-02T17:48:30.791Z] === RUN TestTarSumRemoveNonExistent [2021-02-02T17:48:30.791Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-02-02T17:48:30.791Z] === RUN TestTarSumRemove [2021-02-02T17:48:30.791Z] --- PASS: TestTarSumRemove (0.00s) [2021-02-02T17:48:30.791Z] === RUN TestSortFileInfoSums [2021-02-02T17:48:30.791Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-02-02T17:48:30.791Z] === RUN TestNewTarSumForLabelInvalid [2021-02-02T17:48:30.791Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-02-02T17:48:30.791Z] === RUN TestNewTarSumForLabel [2021-02-02T17:48:30.791Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-02-02T17:48:30.791Z] === RUN TestEmptyTar [2021-02-02T17:48:30.791Z] --- PASS: TestEmptyTar (0.00s) [2021-02-02T17:48:30.791Z] === RUN TestTarSumsReadSize [2021-02-02T17:48:30.791Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-02-02T17:48:30.791Z] === RUN TestTarSums [2021-02-02T17:48:30.791Z] --- PASS: TestTarSums (0.07s) [2021-02-02T17:48:30.791Z] === RUN TestIteration [2021-02-02T17:48:30.791Z] --- PASS: TestIteration (0.00s) [2021-02-02T17:48:30.791Z] === RUN TestVersionLabelForChecksum [2021-02-02T17:48:30.791Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-02-02T17:48:30.791Z] === RUN TestVersion [2021-02-02T17:48:30.791Z] --- PASS: TestVersion (0.00s) [2021-02-02T17:48:30.791Z] === RUN TestGetVersion [2021-02-02T17:48:30.791Z] --- PASS: TestGetVersion (0.00s) [2021-02-02T17:48:30.791Z] === RUN TestGetVersions [2021-02-02T17:48:30.791Z] --- PASS: TestGetVersions (0.00s) [2021-02-02T17:48:30.791Z] PASS [2021-02-02T17:48:30.791Z] coverage: 89.3% of statements [2021-02-02T17:48:30.791Z] ok github.com/docker/docker/pkg/tarsum 0.122s coverage: 89.3% of statements [2021-02-02T17:48:31.254Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-02-02T17:48:31.254Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-02-02T17:48:31.254Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-02-02T17:48:31.254Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-02-02T17:48:31.254Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-02-02T17:48:31.254Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-02-02T17:48:31.254Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-02-02T17:48:31.254Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-02-02T17:48:31.254Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-02-02T17:48:31.254Z] testing: warning: no tests to run [2021-02-02T17:48:31.254Z] PASS [2021-02-02T17:48:31.254Z] coverage: [no statements] [2021-02-02T17:48:31.254Z] ok github.com/docker/docker/pkg/term/windows 0.059s coverage: [no statements] [no tests to run] [2021-02-02T17:48:31.715Z] === RUN TestTruncIndex [2021-02-02T17:48:31.715Z] === RUN TestIsGIT [2021-02-02T17:48:31.715Z] --- PASS: TestIsGIT (0.00s) [2021-02-02T17:48:31.715Z] === RUN TestIsTransport [2021-02-02T17:48:31.715Z] --- PASS: TestIsTransport (0.00s) [2021-02-02T17:48:31.715Z] PASS [2021-02-02T17:48:31.716Z] coverage: 100.0% of statements [2021-02-02T17:48:31.716Z] ok github.com/docker/docker/pkg/urlutil 0.043s coverage: 100.0% of statements [2021-02-02T17:48:31.716Z] --- PASS: TestTruncIndex (0.10s) [2021-02-02T17:48:31.716Z] PASS [2021-02-02T17:48:31.716Z] coverage: 91.5% of statements [2021-02-02T17:48:31.716Z] ok github.com/docker/docker/pkg/truncindex 0.139s coverage: 91.5% of statements [2021-02-02T17:48:32.178Z] === RUN TestVersionInfo [2021-02-02T17:48:32.178Z] --- PASS: TestVersionInfo (0.00s) [2021-02-02T17:48:32.178Z] === RUN TestAppendVersions [2021-02-02T17:48:32.178Z] --- PASS: TestAppendVersions (0.00s) [2021-02-02T17:48:32.178Z] PASS [2021-02-02T17:48:32.178Z] coverage: 88.9% of statements [2021-02-02T17:48:32.178Z] ok github.com/docker/docker/pkg/useragent 0.048s coverage: 88.9% of statements [2021-02-02T17:48:33.724Z] === RUN TestNewSettable [2021-02-02T17:48:33.724Z] --- PASS: TestNewSettable (0.00s) [2021-02-02T17:48:33.724Z] === RUN TestIsSettable [2021-02-02T17:48:33.724Z] --- PASS: TestIsSettable (0.00s) [2021-02-02T17:48:33.724Z] === RUN TestUpdateSettingsEnv [2021-02-02T17:48:33.724Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-02-02T17:48:33.724Z] PASS [2021-02-02T17:48:33.724Z] coverage: 20.1% of statements [2021-02-02T17:48:33.724Z] ok github.com/docker/docker/plugin/v2 0.052s coverage: 20.1% of statements [2021-02-02T17:48:33.724Z] === RUN TestLoad [2021-02-02T17:48:33.724Z] --- PASS: TestLoad (0.00s) [2021-02-02T17:48:33.724Z] === RUN TestSave [2021-02-02T17:48:33.724Z] --- PASS: TestSave (0.03s) [2021-02-02T17:48:33.724Z] === RUN TestAddDeleteGet [2021-02-02T17:48:33.724Z] --- PASS: TestAddDeleteGet (0.05s) [2021-02-02T17:48:33.724Z] === RUN TestInvalidTags [2021-02-02T17:48:33.724Z] --- PASS: TestInvalidTags (0.01s) [2021-02-02T17:48:33.724Z] PASS [2021-02-02T17:48:33.724Z] coverage: 84.4% of statements [2021-02-02T17:48:33.724Z] ok github.com/docker/docker/reference 0.131s coverage: 84.4% of statements [2021-02-02T17:48:34.187Z] === RUN TestValidatePrivileges [2021-02-02T17:48:34.187Z] --- PASS: TestValidatePrivileges (0.00s) [2021-02-02T17:48:34.187Z] === RUN TestFilterByCapNeg [2021-02-02T17:48:34.187Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-02-02T17:48:34.187Z] === RUN TestFilterByCapPos [2021-02-02T17:48:34.187Z] --- PASS: TestFilterByCapPos (0.00s) [2021-02-02T17:48:34.187Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-02-02T17:48:34.187Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-02-02T17:48:34.187Z] PASS [2021-02-02T17:48:34.187Z] coverage: 12.0% of statements [2021-02-02T17:48:34.187Z] ok github.com/docker/docker/plugin 0.216s coverage: 12.0% of statements [2021-02-02T17:48:34.391Z] --- PASS: TestServiceUpdatePidsLimit (17.12s) [2021-02-02T17:48:34.391Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.26s) [2021-02-02T17:48:34.391Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.14s) [2021-02-02T17:48:34.391Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.79s) [2021-02-02T17:48:34.391Z] PASS [2021-02-02T17:48:34.391Z] [2021-02-02T17:48:34.391Z] === Skipped [2021-02-02T17:48:34.391Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-02-02T17:48:34.391Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-02T17:48:34.391Z] [2021-02-02T17:48:34.391Z] [2021-02-02T17:48:34.391Z] DONE 27 tests, 1 skipped in 183.891s [2021-02-02T17:48:34.391Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-02-02T17:48:34.391Z] ++ 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-02-02T17:48:34.391Z] ++ set -e [2021-02-02T17:48:34.391Z] ++ '[' -n 0 ']' [2021-02-02T17:48:34.391Z] ++ set -x [2021-02-02T17:48:34.391Z] ++ env -i DEST=/go/src/github.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-02-02T17:48:34.391Z] INFO: Testing against a local daemon [2021-02-02T17:48:34.391Z] === RUN TestSessionCreate [2021-02-02T17:48:34.391Z] --- PASS: TestSessionCreate (0.04s) [2021-02-02T17:48:34.391Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-02T17:48:34.391Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-02-02T17:48:34.391Z] PASS [2021-02-02T17:48:34.391Z] [2021-02-02T17:48:34.391Z] DONE 2 tests in 0.155s [2021-02-02T17:48:34.391Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-02-02T17:48:34.391Z] ++ 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-02-02T17:48:34.391Z] ++ set -e [2021-02-02T17:48:34.391Z] ++ '[' -n 0 ']' [2021-02-02T17:48:34.391Z] ++ set -x [2021-02-02T17:48:34.392Z] ++ env -i DEST=/go/src/github.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-02-02T17:48:34.392Z] INFO: Testing against a local daemon [2021-02-02T17:48:34.392Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-02T17:48:34.392Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-02T17:48:34.392Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-02T17:48:34.392Z] === RUN TestEventsExecDie [2021-02-02T17:48:34.647Z] --- PASS: TestEventsExecDie (0.56s) [2021-02-02T17:48:34.647Z] === RUN TestEventsBackwardsCompatible [2021-02-02T17:48:34.647Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-02-02T17:48:34.647Z] === RUN TestInfoBinaryCommits [2021-02-02T17:48:34.647Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-02-02T17:48:34.647Z] === RUN TestInfoAPIVersioned [2021-02-02T17:48:34.647Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-02T17:48:34.647Z] === RUN TestInfoDiscoveryBackend [2021-02-02T17:48:34.648Z] time="2021-02-02T17:48:34Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49225/Test.Echo: Post http://127.0.0.1:49225/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-02-02T17:48:34.903Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-02-02T17:48:35.159Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-02-02T17:48:35.159Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-02T17:48:35.626Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-02-02T17:48:35.626Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-02-02T17:48:35.626Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-02-02T17:48:35.626Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-02-02T17:48:35.626Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-02-02T17:48:35.626Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-02-02T17:48:35.626Z] === RUN TestResumableRequestReaderWithReadError [2021-02-02T17:48:35.626Z] time="2021-02-02T17:48:35Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-02-02T17:48:35.626Z] --- PASS: TestResumableRequestReaderWithReadError (0.12s) [2021-02-02T17:48:35.626Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-02-02T17:48:35.626Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-02-02T17:48:35.626Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-02-02T17:48:35.626Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-02-02T17:48:35.626Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-02-02T17:48:35.626Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-02-02T17:48:35.626Z] === RUN TestResumableRequestReader [2021-02-02T17:48:35.626Z] --- PASS: TestResumableRequestReader (0.00s) [2021-02-02T17:48:35.626Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-02-02T17:48:35.626Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-02-02T17:48:35.626Z] PASS [2021-02-02T17:48:35.626Z] coverage: 100.0% of statements [2021-02-02T17:48:35.626Z] ok github.com/docker/docker/registry/resumable 0.179s coverage: 100.0% of statements [2021-02-02T17:48:35.626Z] === RUN TestRestartManagerTimeout [2021-02-02T17:48:35.626Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-02-02T17:48:35.626Z] === RUN TestRestartManagerTimeoutReset [2021-02-02T17:48:35.626Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-02-02T17:48:35.626Z] PASS [2021-02-02T17:48:35.626Z] coverage: 50.9% of statements [2021-02-02T17:48:35.626Z] ok github.com/docker/docker/restartmanager 0.037s coverage: 50.9% of statements [2021-02-02T17:48:35.720Z] === RUN TestDockerSuite/TestExecTTY [2021-02-02T17:48:36.090Z] === RUN TestResolveAuthConfigIndexServer [2021-02-02T17:48:36.090Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-02-02T17:48:36.091Z] === RUN TestResolveAuthConfigFullURL [2021-02-02T17:48:36.091Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-02-02T17:48:36.091Z] === RUN TestLoadAllowNondistributableArtifacts [2021-02-02T17:48:36.091Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-02-02T17:48:36.091Z] === RUN TestValidateMirror [2021-02-02T17:48:36.091Z] --- PASS: TestValidateMirror (0.00s) [2021-02-02T17:48:36.091Z] === RUN TestLoadInsecureRegistries [2021-02-02T17:48:36.091Z] time="2021-02-02T17:48:35Z" level=warning msg="insecure registry http://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-02-02T17:48:36.091Z] time="2021-02-02T17:48:35Z" level=warning msg="insecure registry https://mytest.com should not contain 'https://' and 'https://' has been removed from the insecure registry config" [2021-02-02T17:48:36.091Z] time="2021-02-02T17:48:35Z" level=warning msg="insecure registry HTTP://mytest.com should not contain 'http://' and 'http://' has been removed from the insecure registry config" [2021-02-02T17:48:36.091Z] --- PASS: TestLoadInsecureRegistries (0.11s) [2021-02-02T17:48:36.091Z] === RUN TestNewServiceConfig [2021-02-02T17:48:36.091Z] --- PASS: TestNewServiceConfig (0.00s) [2021-02-02T17:48:36.091Z] === RUN TestValidateIndexName [2021-02-02T17:48:36.091Z] --- PASS: TestValidateIndexName (0.00s) [2021-02-02T17:48:36.091Z] === RUN TestValidateIndexNameWithError [2021-02-02T17:48:36.091Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-02-02T17:48:36.091Z] === RUN TestEndpointParse [2021-02-02T17:48:36.091Z] --- PASS: TestEndpointParse (0.00s) [2021-02-02T17:48:36.091Z] === RUN TestEndpointParseInvalid [2021-02-02T17:48:36.091Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-02-02T17:48:36.091Z] === RUN TestValidateEndpoint [2021-02-02T17:48:36.091Z] --- PASS: TestValidateEndpoint (0.01s) [2021-02-02T17:48:36.091Z] === RUN TestPing [2021-02-02T17:48:36.091Z] --- PASS: TestPing (0.00s) [2021-02-02T17:48:36.091Z] === RUN TestPingRegistryEndpoint [2021-02-02T17:48:36.091Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-02-02T17:48:36.091Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:36.091Z] === RUN TestEndpoint [2021-02-02T17:48:36.091Z] --- SKIP: TestEndpoint (0.00s) [2021-02-02T17:48:36.091Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:36.091Z] === RUN TestParseRepositoryInfo [2021-02-02T17:48:36.091Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-02-02T17:48:36.091Z] === RUN TestNewIndexInfo [2021-02-02T17:48:36.091Z] --- PASS: TestNewIndexInfo (0.00s) [2021-02-02T17:48:36.091Z] === RUN TestMirrorEndpointLookup [2021-02-02T17:48:36.091Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-02-02T17:48:36.091Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:36.091Z] === RUN TestSearchRepositories [2021-02-02T17:48:36.091Z] --- PASS: TestSearchRepositories (0.00s) [2021-02-02T17:48:36.091Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-02-02T17:48:36.091Z] Host: 127.0.0.1:49240 [2021-02-02T17:48:36.091Z] User-Agent: docker test client [2021-02-02T17:48:36.091Z] Authorization: Token fake-token [2021-02-02T17:48:36.091Z] X-Docker-Token: true [2021-02-02T17:48:36.091Z] Accept-Encoding: gzip [2021-02-02T17:48:36.091Z] [2021-02-02T17:48:36.091Z] [2021-02-02T17:48:36.091Z] registry_test.go:730: HTTP/1.1 200 OK [2021-02-02T17:48:36.091Z] Connection: close [2021-02-02T17:48:36.091Z] Content-Length: 144 [2021-02-02T17:48:36.091Z] Cache-Control: no-cache [2021-02-02T17:48:36.091Z] Content-Type: application/json [2021-02-02T17:48:36.091Z] Date: Tue, 02 Feb 2021 17:48:35 GMT [2021-02-02T17:48:36.091Z] Expires: -1 [2021-02-02T17:48:36.091Z] Pragma: no-cache [2021-02-02T17:48:36.091Z] Server: docker-tests/mock [2021-02-02T17:48:36.091Z] X-Docker-Registry-Config: mock [2021-02-02T17:48:36.091Z] X-Docker-Registry-Version: 0.0.0 [2021-02-02T17:48:36.091Z] [2021-02-02T17:48:36.091Z] [2021-02-02T17:48:36.091Z] === RUN TestTrustedLocation [2021-02-02T17:48:36.091Z] --- PASS: TestTrustedLocation (0.00s) [2021-02-02T17:48:36.091Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-02-02T17:48:36.091Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-02-02T17:48:36.091Z] === RUN TestAllowNondistributableArtifacts [2021-02-02T17:48:36.091Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-02-02T17:48:36.091Z] === RUN TestIsSecureIndex [2021-02-02T17:48:36.091Z] --- PASS: TestIsSecureIndex (0.00s) [2021-02-02T17:48:36.091Z] PASS [2021-02-02T17:48:36.091Z] coverage: 50.3% of statements [2021-02-02T17:48:36.091Z] ok github.com/docker/docker/registry 0.220s coverage: 50.3% of statements [2021-02-02T17:48:36.281Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-02T17:48:36.281Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-02T17:48:36.281Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-02-02T17:48:36.553Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-02-02T17:48:36.553Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-02-02T17:48:36.553Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-02-02T17:48:36.553Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-02-02T17:48:36.553Z] PASS [2021-02-02T17:48:36.553Z] coverage: 62.5% of statements [2021-02-02T17:48:36.553Z] ok github.com/docker/docker/testutil 0.038s coverage: 62.5% of statements [2021-02-02T17:48:36.553Z] === RUN TestDecodeContainerConfig [2021-02-02T17:48:36.553Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-02-02T17:48:36.553Z] === RUN TestDecodeContainerConfigIsolation [2021-02-02T17:48:36.553Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-02-02T17:48:36.553Z] === RUN TestValidatePrivileged [2021-02-02T17:48:36.842Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2021-02-02T17:48:36.842Z] === RUN TestInfoAPI [2021-02-02T17:48:36.842Z] --- PASS: TestInfoAPI (0.03s) [2021-02-02T17:48:36.842Z] === RUN TestInfoAPIWarnings [2021-02-02T17:48:36.842Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-02-02T17:48:37.015Z] --- PASS: TestValidatePrivileged (0.00s) [2021-02-02T17:48:37.015Z] PASS [2021-02-02T17:48:37.015Z] coverage: 52.2% of statements [2021-02-02T17:48:37.015Z] ok github.com/docker/docker/runconfig 0.083s coverage: 52.2% of statements [2021-02-02T17:48:37.770Z] === RUN TestDockerSuite/TestExecUlimits [2021-02-02T17:48:38.332Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-02-02T17:48:38.332Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-02-02T17:48:39.205Z] === RUN TestGetDriver [2021-02-02T17:48:39.205Z] --- PASS: TestGetDriver (0.00s) [2021-02-02T17:48:39.205Z] === RUN TestVolumeRequestError [2021-02-02T17:48:39.205Z] --- PASS: TestVolumeRequestError (0.01s) [2021-02-02T17:48:39.205Z] PASS [2021-02-02T17:48:39.205Z] coverage: 36.1% of statements [2021-02-02T17:48:39.205Z] ok github.com/docker/docker/volume/drivers 0.109s coverage: 36.1% of statements [2021-02-02T17:48:39.667Z] === RUN TestGetAddress [2021-02-02T17:48:39.667Z] --- PASS: TestGetAddress (0.00s) [2021-02-02T17:48:39.667Z] === RUN TestRemove [2021-02-02T17:48:39.667Z] --- SKIP: TestRemove (0.00s) [2021-02-02T17:48:39.667Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-02-02T17:48:39.667Z] === RUN TestInitializeWithVolumes [2021-02-02T17:48:39.667Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-02-02T17:48:39.667Z] === RUN TestCreate [2021-02-02T17:48:39.667Z] --- PASS: TestCreate (0.01s) [2021-02-02T17:48:39.667Z] === RUN TestValidateName [2021-02-02T17:48:39.667Z] --- PASS: TestValidateName (0.00s) [2021-02-02T17:48:39.667Z] === RUN TestCreateWithOpts [2021-02-02T17:48:39.667Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-02-02T17:48:39.667Z] local_test.go:181: runtime.GOOS == "windows" [2021-02-02T17:48:39.667Z] === RUN TestRelaodNoOpts [2021-02-02T17:48:39.667Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-02-02T17:48:39.667Z] PASS [2021-02-02T17:48:39.667Z] coverage: 41.5% of statements [2021-02-02T17:48:39.667Z] ok github.com/docker/docker/volume/local 0.123s coverage: 41.5% of statements [2021-02-02T17:48:39.706Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-02-02T17:48:40.129Z] === RUN TestConvertTmpfsOptions [2021-02-02T17:48:40.130Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-02-02T17:48:40.130Z] parser_test.go:49: data="mode=700,size=1m" [2021-02-02T17:48:40.130Z] parser_test.go:49: data="ro" [2021-02-02T17:48:40.130Z] === RUN TestParseMountRaw [2021-02-02T17:48:40.130Z] --- PASS: TestParseMountRaw (0.02s) [2021-02-02T17:48:40.130Z] === RUN TestParseMountRawSplit [2021-02-02T17:48:40.130Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-02-02T17:48:40.130Z] parser_test.go:390: case 0 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 1 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 2 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 3 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 4 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 5 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 6 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 7 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 8 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 0 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 1 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 2 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 3 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 4 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 5 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 6 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 7 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 8 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 9 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 10 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 11 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 12 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 0 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 1 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 2 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 3 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 4 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 5 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 6 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 7 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 8 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 9 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 10 [2021-02-02T17:48:40.130Z] parser_test.go:390: case 11 [2021-02-02T17:48:40.130Z] === RUN TestParseMountSpec [2021-02-02T17:48:40.130Z] --- PASS: TestParseMountSpec (0.00s) [2021-02-02T17:48:40.130Z] parser_test.go:455: case 0 [2021-02-02T17:48:40.130Z] parser_test.go:455: case 1 [2021-02-02T17:48:40.130Z] parser_test.go:455: case 2 [2021-02-02T17:48:40.130Z] parser_test.go:455: case 3 [2021-02-02T17:48:40.130Z] parser_test.go:455: case 4 [2021-02-02T17:48:40.130Z] parser_test.go:455: case 5 [2021-02-02T17:48:40.130Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-02-02T17:48:40.130Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-02-02T17:48:40.130Z] === RUN TestValidateMount [2021-02-02T17:48:40.130Z] --- PASS: TestValidateMount (0.00s) [2021-02-02T17:48:40.130Z] PASS [2021-02-02T17:48:40.130Z] coverage: 66.2% of statements [2021-02-02T17:48:40.130Z] ok github.com/docker/docker/volume/mounts 0.073s coverage: 66.2% of statements [2021-02-02T17:48:40.267Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-02-02T17:48:41.194Z] === RUN TestDockerSuite/TestExecWithTERM [2021-02-02T17:48:41.677Z] === RUN TestSetGetMeta [2021-02-02T17:48:41.677Z] === PAUSE TestSetGetMeta [2021-02-02T17:48:41.677Z] === RUN TestRestore [2021-02-02T17:48:41.677Z] === PAUSE TestRestore [2021-02-02T17:48:41.677Z] === RUN TestServiceCreate [2021-02-02T17:48:41.677Z] === PAUSE TestServiceCreate [2021-02-02T17:48:41.677Z] === RUN TestServiceList [2021-02-02T17:48:41.677Z] === PAUSE TestServiceList [2021-02-02T17:48:41.677Z] === RUN TestServiceRemove [2021-02-02T17:48:41.677Z] === PAUSE TestServiceRemove [2021-02-02T17:48:41.677Z] === RUN TestServiceGet [2021-02-02T17:48:41.677Z] === PAUSE TestServiceGet [2021-02-02T17:48:41.677Z] === RUN TestServicePrune [2021-02-02T17:48:41.677Z] === PAUSE TestServicePrune [2021-02-02T17:48:41.677Z] === RUN TestCreate [2021-02-02T17:48:41.677Z] === PAUSE TestCreate [2021-02-02T17:48:41.677Z] === RUN TestRemove [2021-02-02T17:48:41.677Z] === PAUSE TestRemove [2021-02-02T17:48:41.677Z] === RUN TestList [2021-02-02T17:48:41.677Z] === PAUSE TestList [2021-02-02T17:48:41.677Z] === RUN TestFindByDriver [2021-02-02T17:48:41.677Z] === PAUSE TestFindByDriver [2021-02-02T17:48:41.677Z] === RUN TestFindByReferenced [2021-02-02T17:48:41.677Z] === PAUSE TestFindByReferenced [2021-02-02T17:48:41.677Z] === RUN TestDerefMultipleOfSameRef [2021-02-02T17:48:41.677Z] === PAUSE TestDerefMultipleOfSameRef [2021-02-02T17:48:41.677Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-02T17:48:41.677Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-02T17:48:41.677Z] === RUN TestDefererencePluginOnCreateError [2021-02-02T17:48:41.677Z] === PAUSE TestDefererencePluginOnCreateError [2021-02-02T17:48:41.677Z] === RUN TestRefDerefRemove [2021-02-02T17:48:41.677Z] === PAUSE TestRefDerefRemove [2021-02-02T17:48:41.677Z] === RUN TestGet [2021-02-02T17:48:41.677Z] === PAUSE TestGet [2021-02-02T17:48:41.677Z] === RUN TestGetWithReference [2021-02-02T17:48:41.677Z] === PAUSE TestGetWithReference [2021-02-02T17:48:41.677Z] === RUN TestFilterFunc [2021-02-02T17:48:41.677Z] === RUN TestFilterFunc/test_nil_list [2021-02-02T17:48:41.677Z] === PAUSE TestFilterFunc/test_nil_list [2021-02-02T17:48:41.677Z] === RUN TestFilterFunc/test_empty_list [2021-02-02T17:48:41.677Z] === PAUSE TestFilterFunc/test_empty_list [2021-02-02T17:48:41.677Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-02-02T17:48:41.677Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-02-02T17:48:41.677Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-02T17:48:41.677Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-02T17:48:41.677Z] === RUN TestFilterFunc/test_filter_some [2021-02-02T17:48:41.677Z] === PAUSE TestFilterFunc/test_filter_some [2021-02-02T17:48:41.677Z] === RUN TestFilterFunc/test_filter_middle [2021-02-02T17:48:41.677Z] === PAUSE TestFilterFunc/test_filter_middle [2021-02-02T17:48:41.677Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-02-02T17:48:41.677Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-02-02T17:48:41.677Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-02-02T17:48:41.677Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-02-02T17:48:41.677Z] === CONT TestFilterFunc/test_nil_list [2021-02-02T17:48:41.677Z] === CONT TestFilterFunc/test_filter_some [2021-02-02T17:48:41.677Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-02-02T17:48:41.677Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-02-02T17:48:41.677Z] === CONT TestFilterFunc/test_empty_list [2021-02-02T17:48:41.677Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-02-02T17:48:41.677Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-02-02T17:48:41.677Z] === CONT TestFilterFunc/test_filter_middle [2021-02-02T17:48:41.677Z] --- PASS: TestFilterFunc (0.00s) [2021-02-02T17:48:41.677Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-02-02T17:48:41.677Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-02-02T17:48:41.677Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-02-02T17:48:41.677Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-02-02T17:48:41.677Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-02-02T17:48:41.677Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-02-02T17:48:41.677Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-02-02T17:48:41.677Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-02-02T17:48:41.677Z] === CONT TestSetGetMeta [2021-02-02T17:48:41.677Z] === CONT TestFindByDriver [2021-02-02T17:48:41.677Z] === CONT TestRefDerefRemove [2021-02-02T17:48:41.677Z] === CONT TestServiceGet [2021-02-02T17:48:41.677Z] --- PASS: TestSetGetMeta (0.02s) [2021-02-02T17:48:41.677Z] === CONT TestGetWithReference [2021-02-02T17:48:41.677Z] --- PASS: TestRefDerefRemove (0.03s) [2021-02-02T17:48:41.677Z] === CONT TestGet [2021-02-02T17:48:41.677Z] --- PASS: TestFindByDriver (0.03s) [2021-02-02T17:48:41.677Z] === CONT TestDefererencePluginOnCreateError [2021-02-02T17:48:41.677Z] --- PASS: TestGetWithReference (0.02s) [2021-02-02T17:48:41.677Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-02-02T17:48:41.677Z] --- PASS: TestGet (0.02s) [2021-02-02T17:48:41.677Z] === CONT TestDerefMultipleOfSameRef [2021-02-02T17:48:41.677Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-02-02T17:48:41.677Z] === CONT TestFindByReferenced [2021-02-02T17:48:41.677Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-02-02T17:48:41.677Z] === CONT TestServiceList [2021-02-02T17:48:41.677Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-02-02T17:48:41.677Z] === CONT TestServiceRemove [2021-02-02T17:48:41.677Z] === CONT TestServiceCreate [2021-02-02T17:48:41.677Z] --- PASS: TestFindByReferenced (0.02s) [2021-02-02T17:48:41.677Z] --- PASS: TestServiceGet (0.13s) [2021-02-02T17:48:41.677Z] === CONT TestRemove [2021-02-02T17:48:41.677Z] --- PASS: TestServiceRemove (0.07s) [2021-02-02T17:48:41.677Z] === CONT TestList [2021-02-02T17:48:41.677Z] --- PASS: TestServiceCreate (0.06s) [2021-02-02T17:48:41.677Z] === CONT TestCreate [2021-02-02T17:48:41.677Z] --- PASS: TestServiceList (0.08s) [2021-02-02T17:48:41.677Z] === CONT TestServicePrune [2021-02-02T17:48:41.677Z] --- PASS: TestRemove (0.03s) [2021-02-02T17:48:41.677Z] === CONT TestRestore [2021-02-02T17:48:41.677Z] --- PASS: TestCreate (0.02s) [2021-02-02T17:48:41.677Z] time="2021-02-02T17:48:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-02T17:48:41.677Z] --- PASS: TestList (0.03s) [2021-02-02T17:48:41.677Z] time="2021-02-02T17:48:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-02T17:48:41.677Z] time="2021-02-02T17:48:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-02T17:48:41.677Z] time="2021-02-02T17:48:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-02-02T17:48:41.677Z] --- PASS: TestRestore (0.03s) [2021-02-02T17:48:41.677Z] time="2021-02-02T17:48:41Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-02-02T17:48:41.677Z] --- PASS: TestServicePrune (0.06s) [2021-02-02T17:48:41.677Z] PASS [2021-02-02T17:48:41.677Z] coverage: 70.3% of statements [2021-02-02T17:48:41.677Z] ok github.com/docker/docker/volume/service 0.256s coverage: 70.3% of statements [2021-02-02T17:48:41.755Z] === RUN TestDockerSuite/TestExecWithUser [2021-02-02T17:48:42.317Z] === RUN TestDockerSuite/TestGetContainerStats [2021-02-02T17:48:43.228Z] --- PASS: TestNewClientWithTimeout (17.66s) [2021-02-02T17:48:43.228Z] === RUN TestClientStream [2021-02-02T17:48:43.228Z] --- PASS: TestClientStream (0.00s) [2021-02-02T17:48:43.228Z] === RUN TestClientSendFile [2021-02-02T17:48:43.228Z] --- PASS: TestClientSendFile (0.00s) [2021-02-02T17:48:43.228Z] === RUN TestClientWithRequestTimeout [2021-02-02T17:48:43.228Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-02-02T17:48:43.228Z] === RUN TestFileSpecPlugin [2021-02-02T17:48:43.228Z] --- PASS: TestFileSpecPlugin (0.00s) [2021-02-02T17:48:43.228Z] === RUN TestFileJSONSpecPlugin [2021-02-02T17:48:43.228Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-02-02T17:48:43.228Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-02-02T17:48:43.228Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-02-02T17:48:43.228Z] === RUN TestPluginAddHandler [2021-02-02T17:48:43.228Z] --- PASS: TestPluginAddHandler (0.00s) [2021-02-02T17:48:43.228Z] === RUN TestPluginWaitBadPlugin [2021-02-02T17:48:43.228Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-02-02T17:48:43.228Z] === RUN TestGet [2021-02-02T17:48:43.228Z] time="2021-02-02T17:48:42Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-02-02T17:48:44.202Z] time="2021-02-02T17:48:43Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-02-02T17:48:46.394Z] time="2021-02-02T17:48:45Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-02-02T17:48:47.553Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-02-02T17:48:50.151Z] time="2021-02-02T17:48:49Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-02-02T17:48:51.713Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-02-02T17:48:53.076Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-02-02T17:48:53.076Z] --- PASS: TestInfoAPIWarnings (16.44s) [2021-02-02T17:48:53.076Z] === RUN TestInfoDebug [2021-02-02T17:48:53.638Z] --- PASS: TestInfoDebug (0.52s) [2021-02-02T17:48:53.638Z] === RUN TestInfoInsecureRegistries [2021-02-02T17:48:54.199Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-02-02T17:48:54.199Z] === RUN TestInfoRegistryMirrors [2021-02-02T17:48:54.759Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-02-02T17:48:54.759Z] === RUN TestLoginFailsWithBadCredentials [2021-02-02T17:48:55.016Z] --- PASS: TestLoginFailsWithBadCredentials (0.17s) [2021-02-02T17:48:55.016Z] === RUN TestPingCacheHeaders [2021-02-02T17:48:55.016Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-02-02T17:48:55.016Z] === RUN TestPingGet [2021-02-02T17:48:55.016Z] --- PASS: TestPingGet (0.01s) [2021-02-02T17:48:55.016Z] === RUN TestPingHead [2021-02-02T17:48:55.016Z] --- PASS: TestPingHead (0.02s) [2021-02-02T17:48:55.016Z] === RUN TestVersion [2021-02-02T17:48:55.016Z] --- PASS: TestVersion (0.02s) [2021-02-02T17:48:55.016Z] PASS [2021-02-02T17:48:55.016Z] [2021-02-02T17:48:55.016Z] === Skipped [2021-02-02T17:48:55.016Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-02T17:48:55.016Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-02T17:48:55.016Z] [2021-02-02T17:48:55.016Z] [2021-02-02T17:48:55.016Z] DONE 18 tests, 1 skipped in 21.106s [2021-02-02T17:48:55.016Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-02-02T17:48:55.016Z] ++ 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-02-02T17:48:55.016Z] ++ set -e [2021-02-02T17:48:55.016Z] ++ '[' -n 0 ']' [2021-02-02T17:48:55.016Z] ++ set -x [2021-02-02T17:48:55.016Z] ++ env -i DEST=/go/src/github.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-02-02T17:48:55.016Z] INFO: Testing against a local daemon [2021-02-02T17:48:55.016Z] === RUN TestVolumesCreateAndList [2021-02-02T17:48:55.016Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-02-02T17:48:55.016Z] === RUN TestVolumesRemove [2021-02-02T17:48:55.271Z] --- PASS: TestVolumesRemove (0.05s) [2021-02-02T17:48:55.271Z] === RUN TestVolumesInspect [2021-02-02T17:48:55.271Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-02T17:48:55.271Z] === RUN TestVolumesInvalidJSON [2021-02-02T17:48:55.271Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-02T17:48:55.271Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-02T17:48:55.272Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-02T17:48:55.272Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-02-02T17:48:55.272Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-02T17:48:55.272Z] PASS [2021-02-02T17:48:55.272Z] [2021-02-02T17:48:55.272Z] DONE 5 tests in 0.208s [2021-02-02T17:48:55.272Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-02T17:48:55.528Z] ++++ cat bundles/test-integration/docker.pid [2021-02-02T17:48:55.528Z] +++ kill 5678 [2021-02-02T17:48:56.890Z] +++ /etc/init.d/apparmor stop [2021-02-02T17:48:56.890Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-02T17:48:56.890Z] [2021-02-02T17:48:56.890Z] Unloading profiles will leave already running processes permanently [2021-02-02T17:48:56.890Z] unconfined, which can lead to unexpected situations. [2021-02-02T17:48:56.890Z] [2021-02-02T17:48:56.890Z] To set a process to complain mode, use the command line tool [2021-02-02T17:48:56.890Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-02T17:48:56.890Z] +++ true [2021-02-02T17:48:56.890Z] exiting test-integration [2021-02-02T17:48:56.890Z] ++ exit 0 [2021-02-02T17:48:56.890Z] [2021-02-02T17:48:57.452Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-02-02T17:48:57.452Z] + for job in $(jobs -p) [2021-02-02T17:48:57.452Z] + wait 8403 [2021-02-02T17:48:58.377Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-02-02T17:48:58.377Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-02-02T17:48:58.377Z] === RUN TestDockerSuite/TestHealth [2021-02-02T17:48:58.762Z] --- PASS: TestGet (15.01s) [2021-02-02T17:48:58.762Z] === RUN TestPluginWithNoManifest [2021-02-02T17:48:58.762Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-02-02T17:48:58.762Z] === RUN TestGetAll [2021-02-02T17:48:58.762Z] --- PASS: TestGetAll (0.00s) [2021-02-02T17:48:58.762Z] PASS [2021-02-02T17:48:58.762Z] coverage: 73.4% of statements [2021-02-02T17:48:58.762Z] ok github.com/docker/docker/pkg/plugins 35.237s coverage: 73.4% of statements [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/pkg/term [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/quota [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/rootless [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/testutil/request [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/volume [no test files] [2021-02-02T17:48:58.762Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-02-02T17:48:58.763Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === Skipped [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-02-02T17:48:59.740Z] dispatchers_test.go:376: Windows does not support stopsignal [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-02-02T17:48:59.740Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.01s) [2021-02-02T17:48:59.740Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-02-02T17:48:59.740Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-02-02T17:48:59.740Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.01s) [2021-02-02T17:48:59.740Z] client_test.go:23: runtime.GOOS == "windows" [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-02-02T17:48:59.740Z] daemon_test.go:147: root required [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-02-02T17:48:59.740Z] reload_test.go:520: root required [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2021-02-02T17:48:59.740Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-02-02T17:48:59.740Z] pull_v2_test.go:73: Needs fixing on Windows [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-02-02T17:48:59.740Z] pull_v2_test.go:118: Needs fixing on Windows [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-02-02T17:48:59.740Z] download_test.go:268: Needs fixing on Windows [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-02-02T17:48:59.740Z] layer_test.go:304: Failing on Windows [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-02-02T17:48:59.740Z] layer_test.go:353: Failing on Windows [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-02-02T17:48:59.740Z] layer_test.go:468: Failing on Windows [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-02-02T17:48:59.740Z] layer_test.go:697: Failing on Windows [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-02-02T17:48:59.740Z] migration_test.go:46: Failing on Windows [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-02-02T17:48:59.740Z] migration_test.go:182: Failing on Windows [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-02-02T17:48:59.740Z] mount_test.go:17: Failing on Windows [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-02-02T17:48:59.740Z] mount_test.go:76: Failing on Windows [2021-02-02T17:48:59.740Z] [2021-02-02T17:48:59.740Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-02-02T17:48:59.740Z] mount_test.go:125: Failing on Windows [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-02-02T17:48:59.741Z] mount_test.go:212: Failing on Windows [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-02-02T17:48:59.741Z] archive_test.go:133: Xz not present in msys2 [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-02-02T17:48:59.741Z] archive_test.go:238: Failing on Windows CI machines [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-02-02T17:48:59.741Z] archive_windows_test.go:16: Currently fails [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-02-02T17:48:59.741Z] changes_test.go:192: needs more investigation [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-02-02T17:48:59.741Z] changes_test.go:405: needs further investigation [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-02-02T17:48:59.741Z] changes_test.go:441: needs further investigation [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-02-02T17:48:59.741Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-02-02T17:48:59.741Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-02-02T17:48:59.741Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-02-02T17:48:59.741Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-02-02T17:48:59.741Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-02-02T17:48:59.741Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-02-02T17:48:59.741Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-02-02T17:48:59.741Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-02-02T17:48:59.741Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-02-02T17:48:59.741Z] poller_test.go:41: No chmod on Windows [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-02-02T17:48:59.741Z] fileutils_test.go:134: Needs porting to Windows [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-02-02T17:48:59.741Z] fileutils_test.go:180: Needs porting to Windows [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-02-02T17:48:59.741Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-02-02T17:48:59.741Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-02-02T17:48:59.741Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-02-02T17:48:59.741Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-02-02T17:48:59.741Z] local_test.go:181: runtime.GOOS == "windows" [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] [2021-02-02T17:48:59.741Z] DONE 1798 tests, 45 skipped in 209.092s [2021-02-02T17:48:59.741Z] INFO: make.ps1 ended at 02/02/2021 17:48:59 [2021-02-02T17:49:01.297Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-02-02T17:49:01.297Z] INFO: Unit tests ended at 02/02/2021 17:49:00. Duration:00:03:43.9228428 [2021-02-02T17:49:01.297Z] INFO: Building busybox [2021-02-02T17:49:01.297Z] Sending build context to Docker daemon 5.12kB [2021-02-02T17:49:01.297Z] [2021-02-02T17:49:01.297Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-02-02T17:49:01.297Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-02-02T17:49:01.297Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-02-02T17:49:01.297Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-02-02T17:49:01.297Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-02-02T17:49:01.297Z] ---> 5e0078d88ebd [2021-02-02T17:49:01.297Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-02-02T17:49:01.297Z] ---> Running in 5346da4d7ce9 [2021-02-02T17:49:07.115Z] Removing intermediate container 5346da4d7ce9 [2021-02-02T17:49:07.115Z] ---> c5732cebfc31 [2021-02-02T17:49:07.115Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-02-02T17:49:07.115Z] ---> Running in 7c68c826d613 [2021-02-02T17:49:07.115Z] Removing intermediate container 7c68c826d613 [2021-02-02T17:49:07.115Z] ---> bd2929cee7d4 [2021-02-02T17:49:07.115Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-02-02T17:49:07.115Z] ---> Running in 46258744596a [2021-02-02T17:49:07.577Z] Removing intermediate container 46258744596a [2021-02-02T17:49:07.577Z] ---> e11115ea3b37 [2021-02-02T17:49:07.577Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-02-02T17:49:09.124Z] [2021-02-02T17:49:09.124Z] ---> 5aa9824f37a9 [2021-02-02T17:49:09.124Z] Step 10/13 : RUN powershell if ((Get-FileHash -Path /bin/busybox.exe -Algorithm SHA256).Hash -ne $Env:BUSYBOX_SHA256SUM) { Throw \"Checksum validation failed\" } [2021-02-02T17:49:09.124Z] ---> Running in 4c54b861379b [2021-02-02T17:49:16.412Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-02-02T17:49:17.337Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-02-02T17:49:17.337Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-02-02T17:49:17.337Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-02-02T17:49:17.337Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-02-02T17:49:17.722Z] Removing intermediate container 4c54b861379b [2021-02-02T17:49:17.722Z] ---> 95ac07c3876d [2021-02-02T17:49:17.722Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-02-02T17:49:17.722Z] ---> Running in c6842e4058d6 [2021-02-02T17:49:17.927Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-02-02T17:49:17.927Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-02-02T17:49:18.492Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-02-02T17:49:18.492Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-02-02T17:49:18.492Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-02-02T17:49:18.492Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-02-02T17:49:18.748Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-02-02T17:49:19.003Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-02-02T17:49:19.258Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-02-02T17:49:19.258Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-02-02T17:49:19.271Z] [2021-02-02T17:49:19.271Z] SUCCESS: Specified value was saved. [2021-02-02T17:49:19.820Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-02-02T17:49:20.076Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-02-02T17:49:20.637Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-02-02T17:49:21.198Z] === RUN TestDockerSuite/TestImagesFormat [2021-02-02T17:49:21.198Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-02-02T17:49:21.464Z] Removing intermediate container c6842e4058d6 [2021-02-02T17:49:21.464Z] ---> ae6a9344a700 [2021-02-02T17:49:21.464Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-02-02T17:49:21.464Z] ---> Running in 071b4b0a88b1 [2021-02-02T17:49:21.760Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-02-02T17:49:24.271Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-02-02T17:49:24.527Z] === RUN TestDockerSuite/TestImportBadURL [2021-02-02T17:49:24.527Z] === RUN TestDockerSuite/TestImportDisplay [2021-02-02T17:49:25.231Z] Cannot create a file when that file already exists. [2021-02-02T17:49:25.891Z] === RUN TestDockerSuite/TestImportFile [2021-02-02T17:49:26.817Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-02-02T17:49:26.817Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-02-02T17:49:27.745Z] === RUN TestDockerSuite/TestImportGzipped [2021-02-02T17:49:29.111Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-02-02T17:49:29.946Z] Removing intermediate container 071b4b0a88b1 [2021-02-02T17:49:29.946Z] ---> fa5ec6f02a09 [2021-02-02T17:49:29.946Z] Step 13/13 : CMD ["sh"] [2021-02-02T17:49:30.407Z] ---> Running in fff9a3f78f3d [2021-02-02T17:49:30.407Z] Removing intermediate container fff9a3f78f3d [2021-02-02T17:49:30.407Z] ---> 05e704e4329c [2021-02-02T17:49:30.407Z] Successfully built 05e704e4329c [2021-02-02T17:49:30.407Z] Successfully tagged busybox:latest [2021-02-02T17:49:30.407Z] INFO: Docker images of the daemon under test [2021-02-02T17:49:30.407Z] [2021-02-02T17:49:30.407Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-02-02T17:49:30.407Z] busybox latest 05e704e4329c Less than a second ago 5.28GB [2021-02-02T17:49:30.407Z] mcr.microsoft.com/windows/servercore ltsc2019 5e0078d88ebd 3 weeks ago 5.21GB [2021-02-02T17:49:30.407Z] microsoft/windowsservercore latest 5e0078d88ebd 3 weeks ago 5.21GB [2021-02-02T17:49:30.476Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-02-02T17:49:30.732Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-02-02T17:49:30.869Z] [2021-02-02T17:49:30.869Z] INFO: Running integration tests at 02/02/2021 17:49:30... [2021-02-02T17:49:30.869Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-02-02T17:49:30.869Z] INFO: Integration API tests being run from the host: [2021-02-02T17:49:30.869Z] INFO: make.ps1 starting at 02/02/2021 17:49:30 [2021-02-02T17:49:31.294Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-02-02T17:49:31.332Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-02-02T17:49:31.855Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-02-02T17:49:31.855Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-02-02T17:49:31.855Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-02-02T17:49:32.417Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-02-02T17:49:32.673Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-02-02T17:49:33.234Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-02-02T17:49:33.795Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-02-02T17:49:34.050Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-02-02T17:49:34.611Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-02-02T17:49:34.611Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-02-02T17:49:34.867Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-02-02T17:49:36.234Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-02-02T17:49:36.796Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-02-02T17:49:37.358Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-02-02T17:49:37.358Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-02-02T17:49:38.287Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-02-02T17:49:38.287Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-02-02T17:49:39.230Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-02-02T17:49:39.487Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-02-02T17:49:40.052Z] === RUN TestDockerSuite/TestInspectDefault [2021-02-02T17:49:40.613Z] === RUN TestDockerSuite/TestInspectHistory [2021-02-02T17:49:41.540Z] === RUN TestDockerSuite/TestInspectImage [2021-02-02T17:49:41.540Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-02-02T17:49:41.540Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-02-02T17:49:41.540Z] === RUN TestDockerSuite/TestInspectInt64 [2021-02-02T17:49:42.101Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-02-02T17:49:42.663Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-02-02T17:49:42.663Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-02-02T17:49:43.591Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-02-02T17:49:44.155Z] === RUN TestDockerSuite/TestInspectPlugin [2021-02-02T17:49:46.045Z] === RUN TestDockerSuite/TestInspectRootFS [2021-02-02T17:49:46.045Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-02-02T17:49:46.607Z] === RUN TestDockerSuite/TestInspectStatus [2021-02-02T17:49:47.534Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-02-02T17:49:48.901Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-02-02T17:49:49.156Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-02-02T17:49:49.717Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-02-02T17:49:49.973Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-02-02T17:49:50.533Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-02-02T17:49:51.096Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-02-02T17:49:51.352Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-02-02T17:49:51.608Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-02-02T17:49:52.971Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-02-02T17:49:54.336Z] === RUN TestDockerSuite/TestLinksEnvs [2021-02-02T17:49:54.897Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-02-02T17:49:55.152Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-02-02T17:49:56.515Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-02-02T17:49:56.531Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T17:49:56.531Z] INFO: Testing against a local daemon [2021-02-02T17:49:56.531Z] === RUN TestBuildWithSession [2021-02-02T17:49:56.531Z] --- SKIP: TestBuildWithSession (0.00s) [2021-02-02T17:49:56.531Z] build_session_test.go:25: TODO: BuildKit [2021-02-02T17:49:56.531Z] === RUN TestBuildSquashParent [2021-02-02T17:49:56.531Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-02-02T17:49:56.531Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T17:49:56.531Z] === RUN TestBuildWithRemoveAndForceRemove [2021-02-02T17:49:56.531Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:49:56.531Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:49:56.531Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:49:56.531Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:49:56.531Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:49:56.531Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:49:56.531Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:49:56.531Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:49:56.531Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:49:56.531Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:49:56.531Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:49:56.531Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:49:56.531Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-02-02T17:49:56.531Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-02-02T17:49:56.531Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-02-02T17:49:56.531Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-02-02T17:49:57.879Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-02-02T17:49:57.879Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-02-02T17:49:59.244Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-02-02T17:49:59.244Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-02-02T17:50:01.150Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-02-02T17:50:01.715Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-02-02T17:50:02.643Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-02-02T17:50:05.144Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-02-02T17:50:05.144Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-02-02T17:50:10.726Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-02-02T17:50:12.618Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-02-02T17:50:13.543Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-02-02T17:50:13.774Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.03s) [2021-02-02T17:50:13.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (10.27s) [2021-02-02T17:50:13.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.59s) [2021-02-02T17:50:13.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (10.85s) [2021-02-02T17:50:13.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (15.87s) [2021-02-02T17:50:13.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (7.83s) [2021-02-02T17:50:13.774Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (8.48s) [2021-02-02T17:50:13.774Z] === RUN TestBuildMultiStageCopy [2021-02-02T17:50:13.774Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-02-02T17:50:13.799Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-02-02T17:50:15.687Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-02-02T17:50:15.687Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-02-02T17:50:15.687Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-02-02T17:50:15.687Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-02-02T17:50:15.687Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-02-02T17:50:15.687Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-02-02T17:50:16.614Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-02-02T17:50:16.870Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-02-02T17:50:20.881Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-02-02T17:50:21.034Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-02-02T17:50:21.034Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-02-02T17:50:21.343Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-02-02T17:50:22.317Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-02-02T17:50:23.867Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-02-02T17:50:24.840Z] --- PASS: TestBuildMultiStageCopy (11.95s) [2021-02-02T17:50:24.840Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (7.90s) [2021-02-02T17:50:24.840Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.75s) [2021-02-02T17:50:24.840Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.97s) [2021-02-02T17:50:24.840Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.07s) [2021-02-02T17:50:24.840Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.26s) [2021-02-02T17:50:24.840Z] === RUN TestBuildMultiStageParentConfig [2021-02-02T17:50:26.271Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-02-02T17:50:26.271Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-02-02T17:50:26.271Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-02-02T17:50:26.832Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-02-02T17:50:27.031Z] --- PASS: TestBuildMultiStageParentConfig (2.41s) [2021-02-02T17:50:27.031Z] === RUN TestBuildLabelWithTargets [2021-02-02T17:50:27.031Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-02-02T17:50:27.031Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-02T17:50:27.031Z] === RUN TestBuildWithEmptyLayers [2021-02-02T17:50:27.761Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-02-02T17:50:28.577Z] --- PASS: TestBuildWithEmptyLayers (1.28s) [2021-02-02T17:50:28.577Z] === RUN TestBuildMultiStageOnBuild [2021-02-02T17:50:28.689Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-02-02T17:50:29.615Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-02-02T17:50:30.176Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-02-02T17:50:30.737Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-02-02T17:50:32.656Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-02-02T17:50:33.218Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-02-02T17:50:34.145Z] === RUN TestDockerSuite/TestLogsSince [2021-02-02T17:50:37.412Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-02-02T17:50:40.680Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-02-02T17:50:46.305Z] --- PASS: TestBuildMultiStageOnBuild (15.48s) [2021-02-02T17:50:46.305Z] === RUN TestBuildUncleanTarFilenames [2021-02-02T17:50:46.305Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-02-02T17:50:46.305Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-02T17:50:46.305Z] === RUN TestBuildMultiStageLayerLeak [2021-02-02T17:50:47.213Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-02-02T17:50:47.213Z] === RUN TestDockerSuite/TestLogsTail [2021-02-02T17:50:47.213Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-02-02T17:50:47.774Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-02-02T17:50:48.336Z] === RUN TestDockerSuite/TestMountIntoProc [2021-02-02T17:50:48.336Z] === RUN TestDockerSuite/TestMountIntoSys [2021-02-02T17:50:48.897Z] === RUN TestDockerSuite/TestNetHostname [2021-02-02T17:50:50.261Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-02-02T17:50:50.517Z] === RUN TestDockerSuite/TestNetworkEvents [2021-02-02T17:50:57.045Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-02-02T17:50:57.300Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-02-02T17:50:57.861Z] === RUN TestDockerSuite/TestPluginActive [2021-02-02T17:50:58.716Z] --- PASS: TestBuildMultiStageLayerLeak (14.28s) [2021-02-02T17:50:58.716Z] === RUN TestBuildWithHugeFile [2021-02-02T17:50:59.224Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-02-02T17:51:04.464Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-02-02T17:51:04.464Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-02-02T17:51:04.464Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-02-02T17:51:04.733Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-02-02T17:51:06.631Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-02-02T17:51:07.192Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-02-02T17:51:09.082Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-02-02T17:51:10.971Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-02-02T17:51:11.781Z] --- PASS: TestImportExtremelyLargeImageWorks (192.76s) [2021-02-02T17:51:11.781Z] PASS [2021-02-02T17:51:11.781Z] [2021-02-02T17:51:11.781Z] === Skipped [2021-02-02T17:51:11.781Z] === SKIP: ppc64le.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-02-02T17:51:11.781Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:51:11.781Z] [2021-02-02T17:51:11.781Z] [2021-02-02T17:51:11.781Z] DONE 12 tests, 1 skipped in 193.772s [2021-02-02T17:51:11.781Z] Running /go/src/github.com/docker/docker/integration/network (ppc64le.integration.network) flags=-test.v -test.timeout=120m [2021-02-02T17:51:11.781Z] ++ 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-02-02T17:51:11.781Z] ++ set -e [2021-02-02T17:51:11.781Z] ++ '[' -n 0 ']' [2021-02-02T17:51:11.781Z] ++ set -x [2021-02-02T17:51:11.781Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-02T17:51:11.781Z] INFO: Testing against a local daemon [2021-02-02T17:51:11.781Z] === RUN TestNetworkCreateDelete [2021-02-02T17:51:11.781Z] --- PASS: TestNetworkCreateDelete (0.17s) [2021-02-02T17:51:11.781Z] === RUN TestDockerNetworkDeletePreferID [2021-02-02T17:51:11.781Z] --- PASS: TestDockerNetworkDeletePreferID (0.45s) [2021-02-02T17:51:11.781Z] === RUN TestDaemonDNSFallback [2021-02-02T17:51:11.781Z] --- PASS: TestDaemonDNSFallback (1.51s) [2021-02-02T17:51:11.781Z] === RUN TestInspectNetwork [2021-02-02T17:51:11.781Z] === RUN TestInspectNetwork/full_network_id [2021-02-02T17:51:11.781Z] === RUN TestInspectNetwork/partial_network_id [2021-02-02T17:51:11.781Z] === RUN TestInspectNetwork/network_name [2021-02-02T17:51:11.781Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-02-02T17:51:11.781Z] --- PASS: TestInspectNetwork (6.91s) [2021-02-02T17:51:11.781Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-02-02T17:51:11.781Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-02-02T17:51:11.781Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-02-02T17:51:11.781Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-02-02T17:51:11.781Z] === RUN TestRunContainerWithBridgeNone [2021-02-02T17:51:13.393Z] --- PASS: TestRunContainerWithBridgeNone (1.82s) [2021-02-02T17:51:13.393Z] === RUN TestNetworkInvalidJSON [2021-02-02T17:51:13.393Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-02T17:51:13.393Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-02T17:51:13.393Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T17:51:13.393Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T17:51:13.393Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T17:51:13.393Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T17:51:13.393Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-02T17:51:13.393Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T17:51:13.393Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T17:51:13.393Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-02-02T17:51:13.393Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-02-02T17:51:13.393Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-02-02T17:51:13.393Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-02-02T17:51:13.393Z] === RUN TestNetworkList [2021-02-02T17:51:13.393Z] === RUN TestNetworkList//networks [2021-02-02T17:51:13.393Z] === PAUSE TestNetworkList//networks [2021-02-02T17:51:13.393Z] === RUN TestNetworkList//networks/ [2021-02-02T17:51:13.393Z] === PAUSE TestNetworkList//networks/ [2021-02-02T17:51:13.393Z] === CONT TestNetworkList//networks [2021-02-02T17:51:13.393Z] === CONT TestNetworkList//networks/ [2021-02-02T17:51:13.393Z] --- PASS: TestNetworkList (0.02s) [2021-02-02T17:51:13.393Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-02T17:51:13.393Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-02T17:51:13.393Z] === RUN TestHostIPv4BridgeLabel [2021-02-02T17:51:13.685Z] --- PASS: TestHostIPv4BridgeLabel (0.59s) [2021-02-02T17:51:13.685Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-02T17:51:14.725Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2021-02-02T17:51:14.725Z] === RUN TestDaemonDefaultNetworkPools [2021-02-02T17:51:15.136Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-02-02T17:51:15.368Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2021-02-02T17:51:15.368Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-02T17:51:16.062Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-02-02T17:51:16.875Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.16s) [2021-02-02T17:51:16.875Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-02T17:51:16.988Z] === RUN TestDockerSuite/TestPortHostBinding [2021-02-02T17:51:17.910Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.28s) [2021-02-02T17:51:17.910Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-02T17:51:18.353Z] === RUN TestDockerSuite/TestPortList [2021-02-02T17:51:18.541Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-02-02T17:51:18.541Z] === RUN TestServiceWithPredefinedNetwork [2021-02-02T17:51:20.614Z] --- PASS: TestServiceWithPredefinedNetwork (2.06s) [2021-02-02T17:51:20.614Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-02T17:51:20.614Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-02T17:51:20.614Z] service_test.go:236: FLAKY_TEST [2021-02-02T17:51:20.614Z] === RUN TestServiceWithDataPathPortInit [2021-02-02T17:51:24.885Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-02-02T17:51:25.813Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-02-02T17:51:29.075Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-02-02T17:51:31.592Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-02-02T17:51:31.592Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-02-02T17:51:31.592Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-02-02T17:51:32.156Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-02-02T17:51:32.156Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-02-02T17:51:32.718Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-02-02T17:51:32.718Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-02-02T17:51:33.281Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-02-02T17:51:33.281Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-02-02T17:51:35.188Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-02-02T17:51:35.188Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-02-02T17:51:35.949Z] --- PASS: TestServiceWithDataPathPortInit (13.69s) [2021-02-02T17:51:35.949Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-02T17:51:37.704Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-02-02T17:51:38.630Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-02-02T17:51:39.190Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-02-02T17:51:39.190Z] === RUN TestDockerSuite/TestPsByOrder [2021-02-02T17:51:41.077Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-02-02T17:51:41.511Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.84s) [2021-02-02T17:51:41.511Z] service_test.go:427: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:o0cjrjqhh0vactnuplvndwysp Created:2021-02-02 17:51:35.206131858 +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[6991e62f3e8ca5bc441d2c24b4eaa23df04dc486267ff29cf7a2de1f1bf47d2c:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9nhspk0dq2dhrmb7qvem8rf18 EndpointID:b8b5bd6ee9ab3b31bf0e6280431db1d8b9b45db126beeb743df800e6ccd403ee MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:0b71503c10f2b13e8426510120ad83a55397cfde214858668548ebea07b5d9e9 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:80a1c241073d IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9nhspk0dq2dhrmb7qvem8rf18 EndpointID:b8b5bd6ee9ab3b31bf0e6280431db1d8b9b45db126beeb743df800e6ccd403ee EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-02-02T17:51:41.511Z] PASS [2021-02-02T17:51:41.511Z] [2021-02-02T17:51:41.511Z] === Skipped [2021-02-02T17:51:41.511Z] === SKIP: ppc64le.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-02T17:51:41.511Z] service_test.go:236: FLAKY_TEST [2021-02-02T17:51:41.511Z] [2021-02-02T17:51:41.511Z] [2021-02-02T17:51:41.511Z] DONE 26 tests, 1 skipped in 38.968s [2021-02-02T17:51:41.511Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (ppc64le.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-02-02T17:51:41.511Z] ++ 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-02-02T17:51:41.511Z] ++ set -e [2021-02-02T17:51:41.511Z] ++ '[' -n 0 ']' [2021-02-02T17:51:41.511Z] ++ set -x [2021-02-02T17:51:41.511Z] ++ env -i DEST=/go/src/github.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-02-02T17:51:41.511Z] INFO: Testing against a local daemon [2021-02-02T17:51:41.511Z] === RUN TestDockerNetworkIpvlanPersistance [2021-02-02T17:51:41.511Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-02T17:51:41.511Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:51:41.511Z] === RUN TestDockerNetworkIpvlan [2021-02-02T17:51:41.511Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-02-02T17:51:41.511Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:51:41.511Z] PASS [2021-02-02T17:51:41.511Z] [2021-02-02T17:51:41.511Z] === Skipped [2021-02-02T17:51:41.511Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-02-02T17:51:41.511Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:51:41.511Z] [2021-02-02T17:51:41.511Z] === SKIP: ppc64le.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-02-02T17:51:41.511Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-02-02T17:51:41.511Z] [2021-02-02T17:51:41.511Z] [2021-02-02T17:51:41.511Z] DONE 2 tests, 2 skipped in 0.078s [2021-02-02T17:51:41.511Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (ppc64le.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-02-02T17:51:41.511Z] ++ 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-02-02T17:51:41.511Z] ++ set -e [2021-02-02T17:51:41.511Z] ++ '[' -n 0 ']' [2021-02-02T17:51:41.511Z] ++ set -x [2021-02-02T17:51:41.511Z] ++ env -i DEST=/go/src/github.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-02-02T17:51:41.511Z] INFO: Testing against a local daemon [2021-02-02T17:51:41.511Z] === RUN TestDockerNetworkMacvlanPersistance [2021-02-02T17:51:42.004Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-02-02T17:51:42.549Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.41s) [2021-02-02T17:51:42.549Z] === RUN TestDockerNetworkMacvlan [2021-02-02T17:51:43.584Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-02-02T17:51:44.216Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-02-02T17:51:44.520Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-02-02T17:51:45.264Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-02-02T17:51:47.329Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-02-02T17:51:47.786Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-02-02T17:51:47.786Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-02-02T17:51:49.401Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-02-02T17:51:50.300Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-02-02T17:51:52.926Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-02-02T17:51:53.963Z] --- PASS: TestDockerNetworkMacvlan (11.23s) [2021-02-02T17:51:53.963Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2021-02-02T17:51:53.963Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.09s) [2021-02-02T17:51:53.963Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.89s) [2021-02-02T17:51:53.963Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.97s) [2021-02-02T17:51:53.963Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.28s) [2021-02-02T17:51:53.963Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.63s) [2021-02-02T17:51:53.963Z] PASS [2021-02-02T17:51:53.963Z] [2021-02-02T17:51:53.963Z] DONE 8 tests in 12.702s [2021-02-02T17:51:53.963Z] Running /go/src/github.com/docker/docker/integration/plugin (ppc64le.integration.plugin) flags=-test.v -test.timeout=120m [2021-02-02T17:51:53.963Z] ++ 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-02-02T17:51:53.963Z] ++ set -e [2021-02-02T17:51:53.963Z] ++ '[' -n 0 ']' [2021-02-02T17:51:53.963Z] ++ set -x [2021-02-02T17:51:53.963Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-02T17:51:53.963Z] testing: warning: no tests to run [2021-02-02T17:51:53.963Z] PASS [2021-02-02T17:51:53.963Z] [2021-02-02T17:51:53.963Z] DONE 0 tests in 0.012s [2021-02-02T17:51:53.963Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (ppc64le.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-02-02T17:51:53.963Z] ++ 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-02-02T17:51:53.963Z] ++ set -e [2021-02-02T17:51:53.963Z] ++ '[' -n 0 ']' [2021-02-02T17:51:53.963Z] ++ set -x [2021-02-02T17:51:53.963Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-02T17:51:53.963Z] INFO: Testing against a local daemon [2021-02-02T17:51:53.963Z] === RUN TestAuthZPluginAllowRequest [2021-02-02T17:51:55.468Z] --- PASS: TestAuthZPluginAllowRequest (1.33s) [2021-02-02T17:51:55.468Z] === RUN TestAuthZPluginTLS [2021-02-02T17:51:55.764Z] --- PASS: TestAuthZPluginTLS (0.56s) [2021-02-02T17:51:55.764Z] === RUN TestAuthZPluginDenyRequest [2021-02-02T17:51:56.395Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2021-02-02T17:51:56.395Z] === RUN TestAuthZPluginAPIDenyResponse [2021-02-02T17:51:56.835Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-02-02T17:51:57.029Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.54s) [2021-02-02T17:51:57.029Z] === RUN TestAuthZPluginDenyResponse [2021-02-02T17:51:57.666Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2021-02-02T17:51:57.666Z] === RUN TestAuthZPluginAllowEventStream [2021-02-02T17:51:57.761Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-02-02T17:51:58.703Z] --- PASS: TestAuthZPluginAllowEventStream (1.32s) [2021-02-02T17:51:58.703Z] === RUN TestAuthZPluginErrorResponse [2021-02-02T17:51:59.125Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-02-02T17:51:59.337Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2021-02-02T17:51:59.337Z] === RUN TestAuthZPluginErrorRequest [2021-02-02T17:51:59.971Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-02-02T17:51:59.972Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-02-02T17:52:00.490Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-02-02T17:52:00.608Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2021-02-02T17:52:00.608Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-02-02T17:52:01.053Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-02-02T17:52:01.053Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-02-02T17:52:02.125Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.69s) [2021-02-02T17:52:02.125Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-02-02T17:52:02.947Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-02-02T17:52:04.194Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.72s) [2021-02-02T17:52:04.194Z] === RUN TestAuthZPluginHeader [2021-02-02T17:52:04.826Z] --- PASS: TestAuthZPluginHeader (0.84s) [2021-02-02T17:52:04.826Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-02-02T17:52:04.826Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-02T17:52:04.826Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:52:04.826Z] === RUN TestAuthZPluginV2Disable [2021-02-02T17:52:04.826Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-02-02T17:52:04.826Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:52:04.826Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-02-02T17:52:04.826Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-02T17:52:04.826Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:52:04.826Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-02-02T17:52:04.826Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-02T17:52:04.826Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:52:04.826Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-02-02T17:52:04.846Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-02-02T17:52:06.209Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-02-02T17:52:06.209Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-02-02T17:52:07.138Z] === RUN TestDockerSuite/TestPsRightTagName [2021-02-02T17:52:09.655Z] === RUN TestDockerSuite/TestPsShowMounts [2021-02-02T17:52:12.171Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-02-02T17:52:12.426Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-02-02T17:52:12.426Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-02-02T17:52:12.682Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-02-02T17:52:12.682Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-02-02T17:52:12.682Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-02-02T17:52:13.242Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-02-02T17:52:14.168Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-02-02T17:52:15.096Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-02-02T17:52:15.657Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-02-02T17:52:22.195Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-02-02T17:52:22.450Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-02-02T17:52:23.496Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.75s) [2021-02-02T17:52:23.496Z] PASS [2021-02-02T17:52:23.496Z] [2021-02-02T17:52:23.496Z] === Skipped [2021-02-02T17:52:23.496Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-02-02T17:52:23.496Z] authz_plugin_v2_test.go:43: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:52:23.496Z] [2021-02-02T17:52:23.496Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-02-02T17:52:23.496Z] authz_plugin_v2_test.go:65: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:52:23.496Z] [2021-02-02T17:52:23.496Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-02-02T17:52:23.496Z] authz_plugin_v2_test.go:91: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:52:23.496Z] [2021-02-02T17:52:23.496Z] === SKIP: ppc64le.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-02-02T17:52:23.496Z] authz_plugin_v2_test.go:126: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:52:23.496Z] [2021-02-02T17:52:23.496Z] [2021-02-02T17:52:23.496Z] DONE 17 tests, 4 skipped in 27.578s [2021-02-02T17:52:23.496Z] Running /go/src/github.com/docker/docker/integration/plugin/common (ppc64le.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-02-02T17:52:23.496Z] ++ 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-02-02T17:52:23.496Z] ++ set -e [2021-02-02T17:52:23.496Z] ++ '[' -n 0 ']' [2021-02-02T17:52:23.496Z] ++ set -x [2021-02-02T17:52:23.496Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-02T17:52:23.496Z] INFO: Testing against a local daemon [2021-02-02T17:52:23.496Z] === RUN TestPluginInvalidJSON [2021-02-02T17:52:23.496Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T17:52:23.496Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T17:52:23.496Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T17:52:23.496Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-02-02T17:52:23.496Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-02-02T17:52:23.496Z] === RUN TestPluginInstall [2021-02-02T17:52:23.496Z] === RUN TestPluginInstall/no_auth [2021-02-02T17:52:23.496Z] time="2021-02-02T17:52:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:52:23.496Z] time="2021-02-02T17:52:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c8a5ec4e911b4c650f27c511c611012d6f865761724ee6d9bccadd5724ce7968" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:52:23.496Z] time="2021-02-02T17:52:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:52:23.496Z] time="2021-02-02T17:52:23Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:c8a5ec4e911b4c650f27c511c611012d6f865761724ee6d9bccadd5724ce7968" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:52:23.496Z] === RUN TestPluginInstall/with_htpasswd [2021-02-02T17:52:23.817Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-02-02T17:52:24.072Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-02-02T17:52:24.072Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-02-02T17:52:24.127Z] time="2021-02-02T17:52:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:52:24.127Z] time="2021-02-02T17:52:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:64c77b9c9652d92fcb6c21896a3a397110b114067e4f29ec9f107358020e617d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:52:24.127Z] time="2021-02-02T17:52:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:52:24.127Z] time="2021-02-02T17:52:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:64c77b9c9652d92fcb6c21896a3a397110b114067e4f29ec9f107358020e617d" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:52:24.327Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-02-02T17:52:24.420Z] === RUN TestPluginInstall/with_insecure [2021-02-02T17:52:25.455Z] time="2021-02-02T17:52:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:52:25.455Z] time="2021-02-02T17:52:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:96c011e9295348c27b9f9d018dab03c952763c03db39a667a84032ecdd6b6eb6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:52:25.455Z] time="2021-02-02T17:52:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-02-02T17:52:25.455Z] time="2021-02-02T17:52:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:96c011e9295348c27b9f9d018dab03c952763c03db39a667a84032ecdd6b6eb6" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-02-02T17:52:25.750Z] --- PASS: TestPluginInstall (4.28s) [2021-02-02T17:52:25.750Z] --- PASS: TestPluginInstall/no_auth (1.99s) [2021-02-02T17:52:25.750Z] --- PASS: TestPluginInstall/with_htpasswd (0.91s) [2021-02-02T17:52:25.750Z] --- PASS: TestPluginInstall/with_insecure (1.38s) [2021-02-02T17:52:25.750Z] plugin_test.go:160: [df83a8cf0acad] daemon is not started [2021-02-02T17:52:25.750Z] === RUN TestPluginsWithRuntimes [2021-02-02T17:52:26.214Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-02-02T17:52:27.141Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-02-02T17:52:27.810Z] === RUN TestPluginsWithRuntimes/No_Args [2021-02-02T17:52:28.068Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-02-02T17:52:28.882Z] === RUN TestPluginsWithRuntimes/With_Args [2021-02-02T17:52:29.570Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-02-02T17:52:29.914Z] --- PASS: TestPluginsWithRuntimes (4.05s) [2021-02-02T17:52:29.914Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.11s) [2021-02-02T17:52:29.914Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.06s) [2021-02-02T17:52:29.914Z] PASS [2021-02-02T17:52:29.914Z] [2021-02-02T17:52:29.914Z] DONE 9 tests in 8.425s [2021-02-02T17:52:29.914Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (ppc64le.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-02-02T17:52:29.914Z] ++ 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-02-02T17:52:29.914Z] ++ set -e [2021-02-02T17:52:29.914Z] ++ '[' -n 0 ']' [2021-02-02T17:52:29.914Z] ++ set -x [2021-02-02T17:52:29.915Z] ++ env -i DEST=/go/src/github.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-02-02T17:52:29.915Z] INFO: Testing against a local daemon [2021-02-02T17:52:29.915Z] === RUN TestExternalGraphDriver [2021-02-02T17:52:30.207Z] === RUN TestExternalGraphDriver/json [2021-02-02T17:52:30.939Z] === RUN TestDockerSuite/TestRmiBlank [2021-02-02T17:52:30.939Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-02-02T17:52:30.939Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-02-02T17:52:32.280Z] === RUN TestExternalGraphDriver/spec [2021-02-02T17:52:33.791Z] === RUN TestExternalGraphDriver/pull [2021-02-02T17:52:34.204Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-02-02T17:52:35.132Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-02-02T17:52:35.387Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-02-02T17:52:35.854Z] --- PASS: TestExternalGraphDriver (5.49s) [2021-02-02T17:52:35.854Z] --- PASS: TestExternalGraphDriver/json (1.78s) [2021-02-02T17:52:35.854Z] --- PASS: TestExternalGraphDriver/spec (1.78s) [2021-02-02T17:52:35.854Z] --- PASS: TestExternalGraphDriver/pull (1.80s) [2021-02-02T17:52:35.854Z] === RUN TestGraphdriverPluginV2 [2021-02-02T17:52:35.854Z] --- SKIP: TestGraphdriverPluginV2 (0.06s) [2021-02-02T17:52:35.854Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:52:35.854Z] PASS [2021-02-02T17:52:35.854Z] [2021-02-02T17:52:35.854Z] === Skipped [2021-02-02T17:52:35.854Z] === SKIP: ppc64le.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.06s) [2021-02-02T17:52:35.854Z] external_test.go:411: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:52:35.854Z] [2021-02-02T17:52:35.854Z] [2021-02-02T17:52:35.854Z] DONE 5 tests, 1 skipped in 5.627s [2021-02-02T17:52:35.854Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (ppc64le.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-02-02T17:52:35.854Z] ++ 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-02-02T17:52:35.854Z] ++ set -e [2021-02-02T17:52:35.854Z] ++ '[' -n 0 ']' [2021-02-02T17:52:35.854Z] ++ set -x [2021-02-02T17:52:35.854Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-02-02T17:52:35.854Z] INFO: Testing against a local daemon [2021-02-02T17:52:35.854Z] === RUN TestContinueAfterPluginCrash [2021-02-02T17:52:35.854Z] === PAUSE TestContinueAfterPluginCrash [2021-02-02T17:52:35.854Z] === RUN TestReadPluginNoRead [2021-02-02T17:52:35.854Z] === PAUSE TestReadPluginNoRead [2021-02-02T17:52:35.854Z] === RUN TestDaemonStartWithLogOpt [2021-02-02T17:52:35.854Z] === PAUSE TestDaemonStartWithLogOpt [2021-02-02T17:52:35.854Z] === CONT TestContinueAfterPluginCrash [2021-02-02T17:52:35.854Z] === CONT TestDaemonStartWithLogOpt [2021-02-02T17:52:35.854Z] === CONT TestReadPluginNoRead [2021-02-02T17:52:36.753Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-02-02T17:52:37.315Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-02-02T17:52:38.244Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-02-02T17:52:39.172Z] === RUN TestDockerSuite/TestRmiTag [2021-02-02T17:52:39.172Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-02-02T17:52:39.735Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-02-02T17:52:41.450Z] === RUN TestReadPluginNoRead/default [2021-02-02T17:52:41.451Z] --- PASS: TestDaemonStartWithLogOpt (5.31s) [2021-02-02T17:52:42.084Z] === RUN TestReadPluginNoRead/disabled_caching [2021-02-02T17:52:43.001Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-02-02T17:52:43.257Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-02-02T17:52:43.603Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-02-02T17:52:43.822Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-02-02T17:52:44.078Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-02-02T17:52:45.007Z] === RUN TestDockerSuite/TestRunAddHost [2021-02-02T17:52:45.107Z] --- PASS: TestReadPluginNoRead (9.20s) [2021-02-02T17:52:45.107Z] --- PASS: TestReadPluginNoRead/default (1.46s) [2021-02-02T17:52:45.107Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.42s) [2021-02-02T17:52:45.107Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.45s) [2021-02-02T17:52:45.107Z] read_test.go:92: [d270f1c97d155] daemon is not started [2021-02-02T17:52:45.570Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-02-02T17:52:45.826Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-02-02T17:52:46.138Z] --- PASS: TestContinueAfterPluginCrash (10.60s) [2021-02-02T17:52:46.138Z] PASS [2021-02-02T17:52:46.138Z] [2021-02-02T17:52:46.138Z] DONE 6 tests in 10.676s [2021-02-02T17:52:46.138Z] 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-02-02T17:52:46.138Z] ++ 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-02-02T17:52:46.138Z] ++ set -e [2021-02-02T17:52:46.138Z] ++ '[' -n 0 ']' [2021-02-02T17:52:46.138Z] ++ set -x [2021-02-02T17:52:46.138Z] ++ env -i DEST=/go/src/github.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-02-02T17:52:46.138Z] testing: warning: no tests to run [2021-02-02T17:52:46.138Z] PASS [2021-02-02T17:52:46.138Z] [2021-02-02T17:52:46.138Z] DONE 0 tests in 0.016s [2021-02-02T17:52:46.138Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (ppc64le.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-02-02T17:52:46.138Z] ++ 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-02-02T17:52:46.138Z] ++ set -e [2021-02-02T17:52:46.138Z] ++ '[' -n 0 ']' [2021-02-02T17:52:46.138Z] ++ set -x [2021-02-02T17:52:46.138Z] ++ env -i DEST=/go/src/github.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-02-02T17:52:46.388Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-02-02T17:52:46.388Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-02-02T17:52:46.428Z] INFO: Testing against a local daemon [2021-02-02T17:52:46.428Z] === RUN TestPluginWithDevMounts [2021-02-02T17:52:46.428Z] === PAUSE TestPluginWithDevMounts [2021-02-02T17:52:46.428Z] === CONT TestPluginWithDevMounts [2021-02-02T17:52:46.645Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-02-02T17:52:48.011Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-02-02T17:52:48.497Z] --- PASS: TestPluginWithDevMounts (1.84s) [2021-02-02T17:52:48.497Z] PASS [2021-02-02T17:52:48.497Z] [2021-02-02T17:52:48.497Z] DONE 1 tests in 1.914s [2021-02-02T17:52:48.497Z] Running /go/src/github.com/docker/docker/integration/secret (ppc64le.integration.secret) flags=-test.v -test.timeout=120m [2021-02-02T17:52:48.497Z] ++ 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-02-02T17:52:48.497Z] ++ set -e [2021-02-02T17:52:48.497Z] ++ '[' -n 0 ']' [2021-02-02T17:52:48.497Z] ++ set -x [2021-02-02T17:52:48.497Z] ++ env -i DEST=/go/src/github.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-02-02T17:52:48.497Z] INFO: Testing against a local daemon [2021-02-02T17:52:48.497Z] === RUN TestSecretInspect [2021-02-02T17:52:48.573Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-02-02T17:52:49.503Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-02-02T17:52:50.065Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-02-02T17:52:50.569Z] --- PASS: TestSecretInspect (1.92s) [2021-02-02T17:52:50.569Z] === RUN TestSecretList [2021-02-02T17:52:50.993Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-02-02T17:52:51.921Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-02-02T17:52:52.075Z] --- PASS: TestSecretList (1.93s) [2021-02-02T17:52:52.075Z] === RUN TestSecretsCreateAndDelete [2021-02-02T17:52:52.483Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-02-02T17:52:53.043Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-02-02T17:52:53.986Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-02-02T17:52:54.141Z] --- PASS: TestSecretsCreateAndDelete (1.94s) [2021-02-02T17:52:54.141Z] === RUN TestSecretsUpdate [2021-02-02T17:52:54.242Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-02-02T17:52:54.803Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-02-02T17:52:56.169Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-02-02T17:52:56.216Z] --- PASS: TestSecretsUpdate (1.93s) [2021-02-02T17:52:56.216Z] === RUN TestTemplatedSecret [2021-02-02T17:52:57.095Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-02-02T17:52:57.351Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-02-02T17:52:57.913Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-02-02T17:52:58.168Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-02-02T17:52:58.168Z] === RUN TestDockerSuite/TestRunBindMounts [2021-02-02T17:52:58.287Z] --- PASS: TestTemplatedSecret (2.41s) [2021-02-02T17:52:58.287Z] === RUN TestSecretCreateResolve [2021-02-02T17:52:59.534Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-02-02T17:53:00.098Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-02-02T17:53:00.360Z] --- PASS: TestSecretCreateResolve (1.93s) [2021-02-02T17:53:00.360Z] PASS [2021-02-02T17:53:00.360Z] [2021-02-02T17:53:00.360Z] DONE 6 tests in 12.130s [2021-02-02T17:53:00.360Z] Running /go/src/github.com/docker/docker/integration/service (ppc64le.integration.service) flags=-test.v -test.timeout=120m [2021-02-02T17:53:00.360Z] ++ 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-02-02T17:53:00.360Z] ++ set -e [2021-02-02T17:53:00.360Z] ++ '[' -n 0 ']' [2021-02-02T17:53:00.360Z] ++ set -x [2021-02-02T17:53:00.360Z] ++ env -i DEST=/go/src/github.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-02-02T17:53:00.360Z] INFO: Testing against a local daemon [2021-02-02T17:53:00.360Z] === RUN TestServiceCreateInit [2021-02-02T17:53:00.360Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-02T17:53:00.659Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-02-02T17:53:00.915Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-02-02T17:53:01.479Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-02-02T17:53:01.479Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-02-02T17:53:02.042Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-02-02T17:53:02.604Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-02-02T17:53:02.859Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-02-02T17:53:03.422Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-02-02T17:53:03.678Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-02-02T17:53:03.934Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-02-02T17:53:04.189Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-02-02T17:53:04.189Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-02-02T17:53:04.818Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-02T17:53:05.117Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-02-02T17:53:05.679Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-02-02T17:53:05.935Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-02-02T17:53:06.495Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-02-02T17:53:06.495Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-02-02T17:53:07.057Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-02-02T17:53:07.057Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-02-02T17:53:08.342Z] --- PASS: TestServiceCreateInit (7.52s) [2021-02-02T17:53:08.342Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.75s) [2021-02-02T17:53:08.342Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.74s) [2021-02-02T17:53:08.342Z] === RUN TestCreateServiceMultipleTimes [2021-02-02T17:53:08.421Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-02-02T17:53:09.787Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-02-02T17:53:10.471Z] --- PASS: TestBuildWithHugeFile (131.27s) [2021-02-02T17:53:10.471Z] === RUN TestBuildWCOWSandboxSize [2021-02-02T17:53:11.156Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-02-02T17:53:11.412Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-02-02T17:53:12.340Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-02-02T17:53:12.596Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-02-02T17:53:13.157Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-02-02T17:53:13.721Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-02-02T17:53:15.088Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-02-02T17:53:16.976Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-02-02T17:53:17.231Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-02-02T17:53:17.793Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-02-02T17:53:19.681Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-02-02T17:53:20.608Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-02-02T17:53:22.496Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-02-02T17:53:23.700Z] --- PASS: TestCreateServiceMultipleTimes (15.42s) [2021-02-02T17:53:23.700Z] === RUN TestCreateServiceConflict [2021-02-02T17:53:24.385Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-02-02T17:53:24.385Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-02-02T17:53:24.385Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-02-02T17:53:24.641Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-02-02T17:53:25.211Z] --- PASS: TestCreateServiceConflict (1.90s) [2021-02-02T17:53:25.211Z] === RUN TestCreateServiceMaxReplicas [2021-02-02T17:53:26.007Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-02-02T17:53:27.375Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-02-02T17:53:27.956Z] --- PASS: TestCreateServiceMaxReplicas (2.48s) [2021-02-02T17:53:27.956Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-02T17:53:29.266Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-02-02T17:53:29.521Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-02-02T17:53:30.448Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-02-02T17:53:31.011Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-02-02T17:53:31.011Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-02-02T17:53:31.941Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-02-02T17:53:32.870Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-02-02T17:53:33.431Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-02-02T17:53:33.431Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-02-02T17:53:33.993Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-02-02T17:53:34.556Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-02-02T17:53:35.118Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-02-02T17:53:36.048Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-02-02T17:53:36.048Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-02-02T17:53:36.610Z] === RUN TestDockerSuite/TestRunEnvironment [2021-02-02T17:53:37.190Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-02-02T17:53:38.122Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-02-02T17:53:38.122Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-02-02T17:53:38.683Z] === RUN TestDockerSuite/TestRunExitCode [2021-02-02T17:53:39.245Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-02-02T17:53:39.807Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-02-02T17:53:40.370Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-02-02T17:53:40.931Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-02-02T17:53:40.931Z] === RUN TestDockerSuite/TestRunExposePort [2021-02-02T17:53:40.931Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-02-02T17:53:41.494Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-02-02T17:53:42.057Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-02-02T17:53:43.337Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.28s) [2021-02-02T17:53:43.337Z] === RUN TestCreateServiceSecretFileMode [2021-02-02T17:53:43.337Z] --- PASS: TestCreateServiceSecretFileMode (2.24s) [2021-02-02T17:53:43.337Z] === RUN TestCreateServiceConfigFileMode [2021-02-02T17:53:43.423Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-02-02T17:53:43.679Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-02-02T17:53:43.679Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-02T17:53:43.679Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-02-02T17:53:45.404Z] --- PASS: TestCreateServiceConfigFileMode (2.24s) [2021-02-02T17:53:45.404Z] === RUN TestCreateServiceSysctls [2021-02-02T17:53:46.194Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-02-02T17:53:46.449Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-02-02T17:53:47.011Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-02-02T17:53:48.954Z] --- PASS: TestCreateServiceSysctls (3.01s) [2021-02-02T17:53:48.954Z] === RUN TestCreateServiceCapabilities [2021-02-02T17:53:49.528Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-02-02T17:53:51.043Z] --- PASS: TestCreateServiceCapabilities (2.29s) [2021-02-02T17:53:51.043Z] === RUN TestInspect [2021-02-02T17:53:51.415Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-02-02T17:53:53.778Z] --- PASS: TestInspect (2.54s) [2021-02-02T17:53:53.778Z] === RUN TestCreateJob [2021-02-02T17:53:54.768Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-02-02T17:53:56.511Z] --- PASS: TestCreateJob (2.96s) [2021-02-02T17:53:56.511Z] === RUN TestReplicatedJob [2021-02-02T17:53:58.930Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-02-02T17:53:58.930Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-02-02T17:53:59.186Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-02-02T17:54:00.550Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-02-02T17:54:00.550Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-02-02T17:54:00.550Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-02-02T17:54:00.550Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-02-02T17:54:01.113Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-02-02T17:54:02.107Z] --- PASS: TestReplicatedJob (5.05s) [2021-02-02T17:54:02.107Z] === RUN TestUpdateReplicatedJob [2021-02-02T17:54:03.628Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-02-02T17:54:04.174Z] --- PASS: TestUpdateReplicatedJob (2.87s) [2021-02-02T17:54:04.174Z] === RUN TestServiceListWithStatuses [2021-02-02T17:54:04.174Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-02T17:54:04.174Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-02T17:54:04.174Z] === RUN TestDockerNetworkConnectAlias [2021-02-02T17:54:04.190Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-02-02T17:54:05.116Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-02-02T17:54:08.643Z] --- PASS: TestDockerNetworkConnectAlias (3.99s) [2021-02-02T17:54:08.643Z] === RUN TestDockerNetworkReConnect [2021-02-02T17:54:11.372Z] --- PASS: TestDockerNetworkReConnect (3.28s) [2021-02-02T17:54:11.372Z] === RUN TestServicePlugin [2021-02-02T17:54:11.372Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-02T17:54:11.372Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:54:11.372Z] === RUN TestServiceUpdateLabel [2021-02-02T17:54:11.647Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-02-02T17:54:11.647Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-02-02T17:54:11.647Z] === RUN TestDockerSuite/TestRunModeHostname [2021-02-02T17:54:11.903Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-02-02T17:54:12.159Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-02-02T17:54:12.159Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-02-02T17:54:13.087Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-02-02T17:54:13.440Z] --- PASS: TestServiceUpdateLabel (1.94s) [2021-02-02T17:54:13.441Z] === RUN TestServiceUpdateSecrets [2021-02-02T17:54:14.017Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-02-02T17:54:14.944Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-02-02T17:54:14.944Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-02-02T17:54:15.199Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-02-02T17:54:16.127Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-02-02T17:54:17.057Z] === RUN TestDockerSuite/TestRunMount [2021-02-02T17:54:21.224Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-02-02T17:54:21.480Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-02-02T17:54:21.735Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-02-02T17:54:23.101Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-02-02T17:54:23.101Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-02-02T17:54:24.992Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-02-02T17:54:27.519Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-02-02T17:54:28.780Z] --- PASS: TestServiceUpdateSecrets (14.19s) [2021-02-02T17:54:28.780Z] === RUN TestServiceUpdateConfigs [2021-02-02T17:54:29.413Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-02-02T17:54:30.777Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-02-02T17:54:32.142Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-02-02T17:54:32.142Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-02-02T17:54:33.508Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-02-02T17:54:33.508Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-02-02T17:54:34.070Z] === RUN TestDockerSuite/TestRunNetHost [2021-02-02T17:54:34.997Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-02-02T17:54:35.253Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-02-02T17:54:35.509Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-02-02T17:54:36.071Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-02-02T17:54:37.964Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-02-02T17:54:39.332Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-02-02T17:54:42.597Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-02-02T17:54:42.597Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-02-02T17:54:42.597Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-02-02T17:54:43.158Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-02-02T17:54:43.158Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-02-02T17:54:43.414Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-02-02T17:54:43.976Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-02-02T17:54:43.976Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-02-02T17:54:44.102Z] --- PASS: TestServiceUpdateConfigs (14.23s) [2021-02-02T17:54:44.102Z] === RUN TestServiceUpdateNetwork [2021-02-02T17:54:44.537Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-02-02T17:54:48.698Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-02-02T17:54:50.063Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-02-02T17:54:50.063Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-02-02T17:54:51.014Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-02-02T17:54:51.270Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-02-02T17:54:51.525Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-02-02T17:54:52.454Z] === RUN TestDockerSuite/TestRunPortInUse [2021-02-02T17:54:53.383Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-02-02T17:54:53.945Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-02-02T17:54:54.462Z] --- PASS: TestServiceUpdateNetwork (12.40s) [2021-02-02T17:54:54.462Z] === RUN TestServiceUpdatePidsLimit [2021-02-02T17:54:54.507Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-02-02T17:54:54.507Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-02-02T17:54:55.070Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-02-02T17:54:55.498Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-02-02T17:54:55.632Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-02-02T17:54:56.130Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-02-02T17:54:56.196Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-02T17:54:56.196Z] === RUN TestDockerSuite/TestRunPublishPort [2021-02-02T17:54:57.122Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-02-02T17:54:57.122Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-02-02T17:54:57.378Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-02-02T17:54:57.378Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-02-02T17:54:58.307Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-02-02T17:54:59.237Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-02-02T17:54:59.237Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-02-02T17:55:00.602Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-02-02T17:55:01.968Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-02-02T17:55:03.014Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-02-02T17:55:03.336Z] === RUN TestDockerSuite/TestRunRm [2021-02-02T17:55:03.594Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-02-02T17:55:03.850Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-02-02T17:55:05.739Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-02-02T17:55:07.627Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-02-02T17:55:07.883Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-02-02T17:55:08.444Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-02-02T17:55:08.444Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-02-02T17:55:10.337Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-02-02T17:55:10.900Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-02-02T17:55:11.497Z] --- PASS: TestServiceUpdatePidsLimit (15.93s) [2021-02-02T17:55:11.497Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.73s) [2021-02-02T17:55:11.497Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.78s) [2021-02-02T17:55:11.497Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.88s) [2021-02-02T17:55:11.497Z] PASS [2021-02-02T17:55:11.497Z] [2021-02-02T17:55:11.497Z] === Skipped [2021-02-02T17:55:11.497Z] === SKIP: ppc64le.integration.service TestServiceListWithStatuses (0.00s) [2021-02-02T17:55:11.497Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-02-02T17:55:11.497Z] [2021-02-02T17:55:11.497Z] === SKIP: ppc64le.integration.service TestServicePlugin (0.00s) [2021-02-02T17:55:11.497Z] plugin_test.go:28: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-02-02T17:55:11.497Z] [2021-02-02T17:55:11.497Z] [2021-02-02T17:55:11.497Z] DONE 27 tests, 2 skipped in 129.853s [2021-02-02T17:55:11.497Z] Running /go/src/github.com/docker/docker/integration/session (ppc64le.integration.session) flags=-test.v -test.timeout=120m [2021-02-02T17:55:11.497Z] ++ 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-02-02T17:55:11.497Z] ++ set -e [2021-02-02T17:55:11.497Z] ++ '[' -n 0 ']' [2021-02-02T17:55:11.497Z] ++ set -x [2021-02-02T17:55:11.497Z] ++ env -i DEST=/go/src/github.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-02-02T17:55:11.497Z] INFO: Testing against a local daemon [2021-02-02T17:55:11.497Z] === RUN TestSessionCreate [2021-02-02T17:55:11.497Z] --- PASS: TestSessionCreate (0.03s) [2021-02-02T17:55:11.497Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-02T17:55:11.497Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-02-02T17:55:11.497Z] PASS [2021-02-02T17:55:11.497Z] [2021-02-02T17:55:11.497Z] DONE 2 tests in 0.134s [2021-02-02T17:55:11.497Z] Running /go/src/github.com/docker/docker/integration/system (ppc64le.integration.system) flags=-test.v -test.timeout=120m [2021-02-02T17:55:11.497Z] ++ 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-02-02T17:55:11.497Z] ++ set -e [2021-02-02T17:55:11.497Z] ++ '[' -n 0 ']' [2021-02-02T17:55:11.497Z] ++ set -x [2021-02-02T17:55:11.497Z] ++ env -i DEST=/go/src/github.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-02-02T17:55:11.497Z] INFO: Testing against a local daemon [2021-02-02T17:55:11.497Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-02T17:55:11.497Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-02T17:55:11.497Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-02T17:55:11.497Z] === RUN TestEventsExecDie [2021-02-02T17:55:11.497Z] --- PASS: TestEventsExecDie (0.59s) [2021-02-02T17:55:11.497Z] === RUN TestEventsBackwardsCompatible [2021-02-02T17:55:11.497Z] --- PASS: TestEventsBackwardsCompatible (0.08s) [2021-02-02T17:55:11.497Z] === RUN TestInfoBinaryCommits [2021-02-02T17:55:11.497Z] --- PASS: TestInfoBinaryCommits (0.03s) [2021-02-02T17:55:11.497Z] === RUN TestInfoAPIVersioned [2021-02-02T17:55:11.497Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-02-02T17:55:11.497Z] === RUN TestInfoDiscoveryBackend [2021-02-02T17:55:11.789Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-02-02T17:55:11.789Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-02-02T17:55:11.828Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-02-02T17:55:12.822Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-02-02T17:55:12.822Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-02-02T17:55:13.114Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-02-02T17:55:13.114Z] === RUN TestInfoAPI [2021-02-02T17:55:13.114Z] --- PASS: TestInfoAPI (0.04s) [2021-02-02T17:55:13.114Z] === RUN TestInfoAPIWarnings [2021-02-02T17:55:13.739Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-02-02T17:55:17.004Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-02-02T17:55:17.565Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-02-02T17:55:18.129Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-02-02T17:55:18.129Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-02-02T17:55:18.690Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-02-02T17:55:19.251Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-02-02T17:55:19.507Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-02-02T17:55:20.434Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-02-02T17:55:20.996Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-02-02T17:55:21.557Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-02-02T17:55:22.120Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-02-02T17:55:24.007Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-02-02T17:55:24.568Z] === RUN TestDockerSuite/TestRunState [2021-02-02T17:55:25.934Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-02-02T17:55:26.496Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-02-02T17:55:27.057Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-02-02T17:55:27.057Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-02-02T17:55:27.057Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-02-02T17:55:27.618Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-02-02T17:55:28.179Z] === RUN TestDockerSuite/TestRunSysctls [2021-02-02T17:55:29.106Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-02-02T17:55:29.106Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-02-02T17:55:29.106Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-02-02T17:55:29.362Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-02-02T17:55:31.251Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-02-02T17:55:31.251Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-02-02T17:55:31.674Z] --- PASS: TestInfoAPIWarnings (16.30s) [2021-02-02T17:55:31.674Z] === RUN TestInfoDebug [2021-02-02T17:55:31.674Z] --- PASS: TestInfoDebug (0.53s) [2021-02-02T17:55:31.674Z] === RUN TestInfoInsecureRegistries [2021-02-02T17:55:31.674Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-02-02T17:55:31.674Z] === RUN TestInfoRegistryMirrors [2021-02-02T17:55:31.674Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-02-02T17:55:31.674Z] === RUN TestLoginFailsWithBadCredentials [2021-02-02T17:55:31.674Z] --- PASS: TestLoginFailsWithBadCredentials (0.35s) [2021-02-02T17:55:31.674Z] === RUN TestPingCacheHeaders [2021-02-02T17:55:31.674Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-02-02T17:55:31.674Z] === RUN TestPingGet [2021-02-02T17:55:31.674Z] --- PASS: TestPingGet (0.02s) [2021-02-02T17:55:31.674Z] === RUN TestPingHead [2021-02-02T17:55:31.674Z] --- PASS: TestPingHead (0.04s) [2021-02-02T17:55:31.674Z] === RUN TestVersion [2021-02-02T17:55:31.674Z] --- PASS: TestVersion (0.04s) [2021-02-02T17:55:31.674Z] PASS [2021-02-02T17:55:31.674Z] [2021-02-02T17:55:31.674Z] === Skipped [2021-02-02T17:55:31.674Z] === SKIP: ppc64le.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-02T17:55:31.674Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-02-02T17:55:31.674Z] [2021-02-02T17:55:31.674Z] [2021-02-02T17:55:31.674Z] DONE 18 tests, 1 skipped in 21.263s [2021-02-02T17:55:31.674Z] Running /go/src/github.com/docker/docker/integration/volume (ppc64le.integration.volume) flags=-test.v -test.timeout=120m [2021-02-02T17:55:31.674Z] ++ 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-02-02T17:55:31.674Z] ++ set -e [2021-02-02T17:55:31.674Z] ++ '[' -n 0 ']' [2021-02-02T17:55:31.674Z] ++ set -x [2021-02-02T17:55:31.674Z] ++ env -i DEST=/go/src/github.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-02-02T17:55:31.674Z] INFO: Testing against a local daemon [2021-02-02T17:55:31.674Z] === RUN TestVolumesCreateAndList [2021-02-02T17:55:31.674Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-02-02T17:55:31.674Z] === RUN TestVolumesRemove [2021-02-02T17:55:31.674Z] --- PASS: TestVolumesRemove (0.07s) [2021-02-02T17:55:31.674Z] === RUN TestVolumesInspect [2021-02-02T17:55:31.965Z] --- PASS: TestVolumesInspect (0.02s) [2021-02-02T17:55:31.965Z] === RUN TestVolumesInvalidJSON [2021-02-02T17:55:31.965Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-02T17:55:31.965Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-02T17:55:31.965Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-02T17:55:31.965Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-02-02T17:55:31.965Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-02T17:55:31.965Z] PASS [2021-02-02T17:55:31.965Z] [2021-02-02T17:55:31.965Z] DONE 5 tests in 0.209s [2021-02-02T17:55:31.965Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-02T17:55:32.255Z] ++++ cat bundles/test-integration/docker.pid [2021-02-02T17:55:32.255Z] +++ kill 14123 [2021-02-02T17:55:32.614Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-02-02T17:55:33.755Z] +++ /etc/init.d/apparmor stop [2021-02-02T17:55:33.755Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-02T17:55:33.755Z] [2021-02-02T17:55:33.755Z] Unloading profiles will leave already running processes permanently [2021-02-02T17:55:33.755Z] unconfined, which can lead to unexpected situations. [2021-02-02T17:55:33.755Z] [2021-02-02T17:55:33.755Z] To set a process to complain mode, use the command line tool [2021-02-02T17:55:33.755Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-02T17:55:33.755Z] +++ true [2021-02-02T17:55:33.755Z] exiting test-integration [2021-02-02T17:55:33.755Z] ++ exit 0 [2021-02-02T17:55:33.755Z] Post stage [Pipeline] junit [2021-02-02T17:55:34.840Z] Recording test results [2021-02-02T17:55:35.128Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-02-02T17:55:35.390Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-02T17:55:35.816Z] + echo Ensuring container killed. [2021-02-02T17:55:35.816Z] Ensuring container killed. [2021-02-02T17:55:35.816Z] + docker rm -vf docker-pr3 [2021-02-02T17:55:35.816Z] Error: No such container: docker-pr3 [2021-02-02T17:55:35.816Z] + true [Pipeline] sh [2021-02-02T17:55:36.208Z] + echo Chowning /workspace to jenkins user [2021-02-02T17:55:36.208Z] Chowning /workspace to jenkins user [2021-02-02T17:55:36.208Z] + id -u [2021-02-02T17:55:36.208Z] + id -g [2021-02-02T17:55:36.208Z] + docker run --rm -v /home/docker/workspace/moby_PR-41842:/workspace busybox chown -R 1001:1001 /workspace [2021-02-02T17:55:36.208Z] Unable to find image 'busybox:latest' locally [2021-02-02T17:55:36.208Z] latest: Pulling from library/busybox [2021-02-02T17:55:36.501Z] 97ab23f2d56c: Pulling fs layer [2021-02-02T17:55:36.501Z] 97ab23f2d56c: Verifying Checksum [2021-02-02T17:55:36.501Z] 97ab23f2d56c: Download complete [2021-02-02T17:55:36.793Z] 97ab23f2d56c: Pull complete [2021-02-02T17:55:36.793Z] Digest: sha256:e1488cb900233d035575f0a7787448cb1fa93bed0ccc0d4efc1963d7d72a8f17 [2021-02-02T17:55:36.793Z] Status: Downloaded newer image for busybox:latest [2021-02-02T17:55:37.029Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-02-02T17:55:37.590Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-02-02T17:55:38.151Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-02T17:55:39.079Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-02-02T17:55:39.271Z] + bundleName=ppc64le-integration [2021-02-02T17:55:39.271Z] + echo Creating ppc64le-integration-bundles.tar.gz [2021-02-02T17:55:39.271Z] Creating ppc64le-integration-bundles.tar.gz [2021-02-02T17:55:39.271Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o+ -name *.log -o -namexargs *.prof tar -o -czf -name ppc64le-integration-bundles.tar.gz *-report.xml [2021-02-02T17:55:39.271Z] ) -print [Pipeline] archiveArtifacts [2021-02-02T17:55:39.314Z] Archiving artifacts [2021-02-02T17:55:39.646Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-02-02T17:55:39.720Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41842/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-02T17:55:39.903Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-02-02T17:55:40.105Z] + make clean [2021-02-02T17:55:40.395Z] make: command: Command not found [2021-02-02T17:55:40.395Z] make: command: Command not found [2021-02-02T17:55:40.395Z] docker volume rm -f docker-dev-cache [2021-02-02T17:55:40.395Z] docker-dev-cache [Pipeline] deleteDir [2021-02-02T17:55:41.790Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-02-02T17:55:43.154Z] === RUN TestDockerSuite/TestRunUserByID [2021-02-02T17:55:43.714Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-02-02T17:55:43.714Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-02-02T17:55:43.714Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-02-02T17:55:43.969Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-02-02T17:55:44.226Z] === RUN TestDockerSuite/TestRunUserByName [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T17:55:44.788Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-02-02T17:55:45.350Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-02-02T17:55:45.350Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-02-02T17:55:45.607Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-02-02T17:55:46.169Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-02-02T17:55:47.097Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-02-02T17:55:49.611Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-02-02T17:55:50.173Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-02-02T17:55:51.102Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-02-02T17:55:52.030Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-02-02T17:55:52.957Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-02-02T17:55:53.884Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-02-02T17:55:55.250Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-02-02T17:55:55.811Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-02-02T17:55:58.342Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-02-02T17:55:58.598Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-02-02T17:55:58.598Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-02-02T17:55:58.598Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-02-02T17:55:58.598Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-02-02T17:55:58.598Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-02-02T17:55:58.598Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-02-02T17:55:59.159Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-02-02T17:55:59.720Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-02-02T17:56:00.647Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-02-02T17:56:01.209Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-02-02T17:56:01.770Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-02-02T17:56:01.770Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-02-02T17:56:02.026Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-02-02T17:56:02.026Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-02-02T17:56:02.281Z] === RUN TestDockerSuite/TestRunWithInvalidKernelMemory [2021-02-02T17:56:02.281Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-02-02T17:56:02.281Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-02-02T17:56:02.281Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-02-02T17:56:02.281Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-02-02T17:56:02.281Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-02-02T17:56:02.281Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-02-02T17:56:02.281Z] === RUN TestDockerSuite/TestRunWithKernelMemory [2021-02-02T17:56:02.842Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-02-02T17:56:03.404Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-02-02T17:56:03.660Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-02-02T17:56:03.660Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-02-02T17:56:04.220Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-02-02T17:56:04.220Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-02-02T17:56:04.781Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-02-02T17:56:04.781Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-02-02T17:56:05.341Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-02-02T17:56:05.902Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-02-02T17:56:05.902Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-02-02T17:56:05.902Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-02-02T17:56:06.462Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-02-02T17:56:07.389Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-02-02T17:56:07.949Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-02-02T17:56:07.949Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-02-02T17:56:08.205Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-02-02T17:56:08.205Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-02-02T17:56:08.461Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-02-02T17:56:09.391Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-02-02T17:56:10.320Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-02-02T17:56:12.207Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-02-02T17:56:12.207Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-02-02T17:56:12.207Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-02-02T17:56:12.207Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-02-02T17:56:13.135Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-02-02T17:56:13.697Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-02-02T17:56:14.625Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-02-02T17:56:14.625Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-02-02T17:56:15.993Z] === RUN TestDockerSuite/TestSaveImageId [2021-02-02T17:56:15.993Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-02-02T17:56:16.249Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-02-02T17:56:17.623Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-02-02T17:56:17.623Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-02-02T17:56:19.017Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-02-02T17:56:19.017Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-02-02T17:56:19.017Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-02-02T17:56:19.943Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-02-02T17:56:21.307Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-02-02T17:56:21.307Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-02-02T17:56:21.868Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-02-02T17:56:21.868Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-02-02T17:56:21.868Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-02-02T17:56:21.868Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-02-02T17:56:22.432Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-02-02T17:56:24.946Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-02-02T17:56:30.187Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-02-02T17:56:31.114Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-02-02T17:56:31.675Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-02-02T17:56:32.602Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-02-02T17:56:34.488Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-02-02T17:56:35.049Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-02-02T17:56:36.936Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-02-02T17:56:37.192Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-02-02T17:56:38.120Z] === RUN TestDockerSuite/TestStartRecordError [2021-02-02T17:56:39.484Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-02-02T17:56:40.413Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-02-02T17:56:41.775Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-02-02T17:56:44.300Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-02-02T17:56:48.463Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-02-02T17:56:51.724Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-02-02T17:56:54.988Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-02-02T17:56:56.351Z] === RUN TestDockerSuite/TestStatsNoStream [2021-02-02T17:56:57.276Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-02-02T17:56:59.163Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-02-02T17:56:59.163Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-02-02T17:57:00.528Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-02-02T17:57:01.457Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-02-02T17:57:01.714Z] === RUN TestDockerSuite/TestTopPrivileged [2021-02-02T17:57:02.277Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-02-02T17:57:02.277Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-02-02T17:57:03.204Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-02-02T17:57:05.718Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-02-02T17:57:08.980Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-02-02T17:57:08.980Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-02-02T17:57:09.541Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-02-02T17:57:09.541Z] === RUN TestDockerSuite/TestUpdateKernelMemory [2021-02-02T17:57:10.103Z] === RUN TestDockerSuite/TestUpdateKernelMemoryUninitialized [2021-02-02T17:57:11.472Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-02-02T17:57:11.472Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-02-02T17:57:12.397Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-02-02T17:57:12.959Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-02-02T17:57:13.521Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-02-02T17:57:14.447Z] === RUN TestDockerSuite/TestUpdateStats [2021-02-02T17:57:18.608Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-02-02T17:57:18.864Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-02-02T17:57:18.864Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-02-02T17:57:18.864Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-02-02T17:57:19.791Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-02-02T17:57:20.721Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-02-02T17:57:23.236Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-02-02T17:57:25.749Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-02-02T17:57:26.676Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-02-02T17:57:28.043Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-02-02T17:57:29.408Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-02-02T17:57:29.969Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-02-02T17:57:33.235Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-02-02T17:57:35.750Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-02-02T17:57:37.116Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-02-02T17:57:38.479Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-02-02T17:57:39.407Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-02-02T17:57:40.334Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-02-02T17:57:41.698Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-02-02T17:57:43.062Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-02-02T17:57:44.427Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-02-02T17:57:44.988Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-02-02T17:57:46.356Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-02-02T17:57:48.245Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-02-02T17:58:03.073Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-02-02T17:58:03.073Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-02-02T17:58:03.328Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-02-02T17:58:03.890Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-02-02T17:58:03.890Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-02-02T17:58:03.890Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-02-02T17:58:03.890Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-02-02T17:58:04.149Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-02-02T17:58:04.405Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-02-02T17:58:04.405Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-02-02T17:58:05.333Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-02-02T17:58:05.333Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-02-02T17:58:05.333Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-02-02T17:58:05.333Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-02-02T17:58:05.333Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-02-02T17:58:07.223Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-02-02T17:58:07.223Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-02-02T17:58:07.479Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-02-02T17:58:07.479Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-02-02T17:58:07.479Z] === RUN TestDockerSuite/TestVolumeEvents [2021-02-02T17:58:08.042Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-02-02T17:58:09.408Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-02-02T17:58:09.670Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-02-02T17:58:09.670Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-02-02T17:58:11.557Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-02-02T17:58:12.484Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-02-02T17:58:15.003Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite (1382.67s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.06s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.00s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (2.31s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.09s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.70s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.03s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.80s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.20s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.33s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.32s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.13s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.94s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.20s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.27s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (2.00s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.32s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.98s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.71s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.75s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.72s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.72s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.04s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.63s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAttachDetach (1.02s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.80s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.85s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.98s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.94s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.54s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.65s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.09s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.49s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.21s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.05s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (20.18s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.79s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.83s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.32s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.04s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.41s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.12s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.97s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (6.83s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (3.68s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.22s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.91s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (3.32s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.14s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.87s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (3.44s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.06s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.18s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.31s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddScript (3.22s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.50s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.75s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.40s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.46s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddTar (8.23s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.32s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.37s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.05s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.21s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.37s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (2.09s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (2.15s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (1.41s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (2.66s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.75s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.60s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.45s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (4.02s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (13.52s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.36s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.97s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.49s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (2.35s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.70s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (6.19s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.34s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.35s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.07s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.99s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (6.52s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.51s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.02s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.90s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (5.31s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.00s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.90s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.45s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCmd (0.29s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.30s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.32s) [2021-02-02T17:58:15.003Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-02-02T17:58:15.003Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.36s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.63s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.21s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.98s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.49s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.77s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.41s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.20s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.00s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.62s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.67s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (3.33s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.30s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.73s) [2021-02-02T17:58:15.003Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-02-02T17:58:15.003Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.003Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-02-02T17:58:15.003Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.003Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-02-02T17:58:15.003Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.003Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-02-02T17:58:15.003Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.36s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (3.58s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.10s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.25s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (5.14s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.59s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.87s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.55s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (4.15s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.84s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (1.35s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.32s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.28s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerignore (10.72s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.39s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.26s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (11.38s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.42s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.05s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.96s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.55s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.41s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (6.88s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.43s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.58s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (16.02s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.24s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.96s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.44s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.53s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.88s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.19s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.49s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.45s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.29s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.62s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (2.07s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEnv (1.34s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.52s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.09s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.55s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.02s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.18s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (8.52s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (1.20s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.68s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.52s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.28s) [2021-02-02T17:58:15.003Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-02-02T17:58:15.003Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.37s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.46s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildExpose (0.36s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (1.21s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.74s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.40s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildFails (0.77s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.08s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (1.96s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (2.18s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.49s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.36s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.40s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (0.96s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.85s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (1.45s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.48s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.85s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.88s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.44s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildHistory (5.23s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.49s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.76s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.67s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.64s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.03s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.94s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildLabel (0.47s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.44s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.49s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.34s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildLabels (0.51s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.19s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (3.05s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.90s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.43s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.08s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.20s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.07s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.02s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (2.76s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.60s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.49s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (7.31s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.78s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.96s) [2021-02-02T17:58:15.003Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.89s) [2021-02-02T17:58:15.003Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s) [2021-02-02T17:58:15.004Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.85s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.31s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.78s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.34s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.29s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.39s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.89s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.82s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.76s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.59s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.10s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.63s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.55s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.77s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.44s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.45s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.73s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.14s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.64s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.23s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.14s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.30s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.11s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildPATH (1.66s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.62s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.71s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (7.79s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (3.82s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.81s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildRm (2.62s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.82s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.19s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.37s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.53s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.06s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.31s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.81s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (3.16s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.12s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.35s) [2021-02-02T17:58:15.004Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-02T17:58:15.004Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.71s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.31s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.20s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildStderr (0.91s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (3.57s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.74s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.74s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.57s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.73s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.05s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildUser (1.49s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.95s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (12.77s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.60s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.21s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.63s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.65s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (0.88s) [2021-02-02T17:58:15.004Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-02T17:58:15.004Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.004Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-02T17:58:15.004Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.004Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-02T17:58:15.004Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.004Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-02-02T17:58:15.004Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.13s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.61s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.48s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.60s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.08s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (1.78s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.18s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.68s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.28s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.40s) [2021-02-02T17:58:15.004Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-02T17:58:15.004Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.61s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.81s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-02-02T17:58:15.004Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-02-02T17:58:15.004Z] docker_cli_sni_test.go:18: Flakey test [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.63s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.84s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCommitChange (0.97s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.74s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.33s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.30s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.72s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCommitTTY (1.32s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.91s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.78s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.16s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.02s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.02s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.10s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.04s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.03s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.61s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.83s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.81s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.58s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.50s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.57s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.55s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.45s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.10s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.70s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.61s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.61s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.80s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.89s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.71s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.60s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.78s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.56s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.75s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.84s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.85s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.18s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.63s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.70s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.54s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.03s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.61s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.26s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.57s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.71s) [2021-02-02T17:58:15.004Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-02T17:58:15.004Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.04s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.60s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.60s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (0.89s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.88s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.51s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.32s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.30s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (21.19s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.33s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.40s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.43s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.35s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000acf2e0_} (1.42s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1050771172_/foo_false____} (1.51s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1050771172_/foo_true____} (1.53s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3661994739_/foo_false____} (1.37s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3661994739_/foo_true____} (1.53s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3661994739_/foo_true__0xc000acf340__} (1.59s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000acf360_} (1.53s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000acf380_} (1.33s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000acf3a0_} (1.54s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000acf3c0_} (1.33s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.94s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.24s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.02s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.01s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.01s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.02s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (1.84s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.19s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (1.93s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.20s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.13s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.67s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.80s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.75s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpFromCaseA (1.07s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpFromCaseB (1.26s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.89s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.26s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.03s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.07s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.93s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.81s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.62s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (1.09s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.18s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.67s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.53s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.53s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.52s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.68s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.52s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.59s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToCaseA (0.97s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.53s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToCaseC (2.23s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.70s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.50s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.61s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.75s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToCaseH (2.65s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.66s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.84s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.76s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToDot (0.85s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.08s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.14s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToStdout (0.93s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.29s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.21s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.88s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.08s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.49s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.62s) [2021-02-02T17:58:15.004Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-02T17:58:15.004Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.65s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.44s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateLabels (0.07s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.10s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateRM (0.12s) [2021-02-02T17:58:15.004Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-02T17:58:15.004Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.09s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.17s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.83s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.11s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.06s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (5.37s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.08s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.15s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.04s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.05s) [2021-02-02T17:58:15.004Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.49s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.36s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.76s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.46s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.81s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.72s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.53s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.11s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.59s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDockerFails (0.02s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.03s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.08s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.11s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.59s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.35s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.03s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.06s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.24s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.57s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.70s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.06s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.21s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.68s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsAttach (0.77s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsCommit (0.85s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.58s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.51s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.66s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.49s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.27s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.22s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.04s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsCopy (0.81s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.95s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.40s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.43s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.02s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.76s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.15s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.27s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.16s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsFilters (0.94s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsFormat (0.91s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.67s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.32s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.25s) [2021-02-02T17:58:15.005Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-02-02T17:58:15.005Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-02-02T17:58:15.005Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-02T17:58:15.005Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.33s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.48s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsRename (0.50s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsResize (0.50s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.45s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.56s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.45s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.81s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsTop (0.57s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsUntag (2.62s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (10.94s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExec (0.67s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.50s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.70s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.08s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.39s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.52s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.53s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.55s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.54s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.55s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.73s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.46s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecCgroup (0.97s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecEnv (0.66s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (1.45s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.59s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecInspectID (2.72s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecInteractive (0.91s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.88s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.80s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecParseError (0.67s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.53s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.49s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (0.99s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.55s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecStartFails (0.56s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.73s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.60s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecTTY (0.65s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.64s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.78s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecUlimits (0.75s) [2021-02-02T17:58:15.005Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-02T17:58:15.005Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.38s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.54s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.76s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.56s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestExecWithUser (0.63s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.52s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.50s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.51s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.66s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.95s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestHealth (18.69s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.60s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.01s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.62s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.09s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.21s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.31s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.61s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.67s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.57s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImagesFormat (0.05s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.51s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.61s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImportBadURL (0.04s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImportDisplay (1.13s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImportFile (1.10s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.02s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.15s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImportGzipped (1.18s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.15s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.52s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.49s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.52s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.50s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.47s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.47s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.47s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.46s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.57s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.27s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.70s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.73s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.06s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.84s) [2021-02-02T17:58:15.005Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-02-02T17:58:15.005Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.14s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.64s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectDefault (0.50s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectHistory (0.88s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectImage (0.02s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.04s) [2021-02-02T17:58:15.005Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-02T17:58:15.005Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.52s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.57s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.06s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.66s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.68s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.71s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.85s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectStatus (0.90s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (1.07s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.52s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.50s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.47s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.45s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.47s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.44s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.03s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.58s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.96s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.90s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.21s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.13s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.45s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.57s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.04s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.86s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.51s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.77s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (8.27s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.50s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.06s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.54s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.55s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.02s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.32s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.61s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.46s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.66s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.45s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.47s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.53s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.87s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (0.83s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.82s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (0.93s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (0.71s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.29s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.81s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.69s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsSince (6.78s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.56s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.42s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsTail (0.52s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.48s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.47s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.30s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.54s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestNetHostname (1.29s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.21s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.60s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.27s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.48s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPluginActive (1.34s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (4.66s) [2021-02-02T17:58:15.005Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-02T17:58:15.005Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.84s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.58s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.53s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (2.21s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPluginUpgrade (3.56s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.41s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (0.98s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.33s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPortList (6.43s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (0.88s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.03s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.50s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.00s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.46s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-02T17:58:15.005Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.51s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.10s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.72s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (2.76s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.91s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.41s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.12s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsByOrder (1.92s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.71s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.29s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (3.38s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.50s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (6.72s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.97s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.45s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.98s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.95s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (1.78s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.94s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.13s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.78s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.76s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.06s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.66s) [2021-02-02T17:58:15.006Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-02T17:58:15.006Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.21s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.10s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.06s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.49s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.94s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.88s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.46s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (6.03s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (0.80s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.56s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.05s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.19s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (2.01s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.93s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.34s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.37s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.12s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.28s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.91s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.14s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.68s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.05s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.66s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRmiTag (0.16s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.51s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.00s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.48s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.62s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.28s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.96s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAddHost (0.50s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.23s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.48s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.50s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.19s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.47s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.84s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.79s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.86s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (0.94s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.62s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.62s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.65s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.54s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.62s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (1.04s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.96s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.47s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.44s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.44s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.37s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.42s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.47s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.46s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.46s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.56s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.45s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.43s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.45s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.44s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.43s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.77s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.50s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.50s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.46s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.46s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.15s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.32s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.44s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.55s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.64s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.46s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.53s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.45s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.24s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.25s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.06s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.77s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.50s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.29s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.68s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.78s) [2021-02-02T17:58:15.006Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-02-02T17:58:15.006Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.006Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-02T17:58:15.006Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.54s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.45s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.25s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.57s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.46s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.10s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.60s) [2021-02-02T17:58:15.006Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-02-02T17:58:15.006Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.65s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.55s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.03s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.60s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.46s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.70s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.74s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.05s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.65s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.71s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.82s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.54s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunExitCode (0.57s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.49s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.59s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.69s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunExposePort (0.02s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.48s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.56s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.38s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.24s) [2021-02-02T17:58:15.006Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-02T17:58:15.006Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.86s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.58s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.14s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (1.01s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.18s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.08s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.04s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.66s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.02s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (0.94s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.95s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.55s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.33s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.35s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.65s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.03s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.95s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (0.75s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (0.99s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.17s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunModePIDHost (0.96s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (0.90s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunMount (3.94s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.48s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.48s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.24s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (1.58s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.90s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.51s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.63s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.46s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.12s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.06s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.69s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNetHost (0.97s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.57s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.48s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.85s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.41s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (2.75s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.37s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.47s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.08s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.43s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.44s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.10s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.45s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.58s) [2021-02-02T17:58:15.006Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2021-02-02T17:58:15.006Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.74s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.59s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.11s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.72s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.73s) [2021-02-02T17:58:15.006Z] docker_cli_run_unix_test.go:1434: out: "a *:* rwm\n" [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.65s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.54s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.59s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.56s) [2021-02-02T17:58:15.006Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-02T17:58:15.006Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.65s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.51s) [2021-02-02T17:58:15.006Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-02T17:58:15.006Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.60s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.16s) [2021-02-02T17:58:15.006Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-02-02T17:58:15.006Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.53s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (1.45s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunRm (0.57s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.51s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.67s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.60s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.62s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.67s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.78s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.35s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.47s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.60s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.52s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.55s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.43s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.67s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.77s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.49s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.50s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.48s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunState (1.31s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.74s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.49s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s) [2021-02-02T17:58:15.006Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-02-02T17:58:15.006Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.44s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.41s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunSysctls (0.91s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.04s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.50s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.46s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.43s) [2021-02-02T17:58:15.006Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.16s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.27s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.81s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.58s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.71s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.85s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.67s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.55s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunUserByID (0.59s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.16s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.15s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.47s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunUserByName (0.56s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.52s) [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-02-02T17:58:15.007Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.16s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.68s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.44s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.56s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.74s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.73s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.14s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.97s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.23s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.45s) [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-02T17:58:15.007Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-02T17:58:15.007Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2021-02-02T17:58:15.007Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.18s) [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-02T17:58:15.007Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.52s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.49s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (0.96s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.48s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.45s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.50s) [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-02T17:58:15.007Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.05s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithInvalidKernelMemory (0.03s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-02T17:58:15.007Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-02T17:58:15.007Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-02T17:58:15.007Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-02T17:58:15.007Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-02T17:58:15.007Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithKernelMemory (0.50s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.48s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.46s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.47s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.16s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.47s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.46s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.49s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.49s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (0.94s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.60s) [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-02-02T17:58:15.007Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.38s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.14s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.67s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.73s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.46s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.70s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.71s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (0.84s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.04s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.18s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSaveImageId (0.08s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.41s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.26s) [2021-02-02T17:58:15.007Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents379021724 [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.14s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.21s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.33s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.39s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.07s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.09s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.08s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.50s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.11s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (4.92s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.52s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.66s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestStartAttachSilent (0.85s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.59s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.15s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.68s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestStartRecordError (1.25s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.19s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.17s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.53s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.47s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.06s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.72s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.74s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.49s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.72s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.55s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.56s) [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-02-02T17:58:15.007Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.60s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (2.73s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.91s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.44s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.47s) [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-02-02T17:58:15.007Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUpdateKernelMemory (0.57s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUpdateKernelMemoryUninitialized (1.18s) [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-02T17:58:15.007Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (0.98s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.62s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.61s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.00s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUpdateStats (3.53s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.91s) [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2021-02-02T17:58:15.007Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.81s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.91s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.45s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.32s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.54s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.02s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.79s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (2.75s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.36s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.47s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.04s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.97s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.42s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.35s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.35s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.73s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.84s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.50s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.54s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.73s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.08s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.85s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeEvents (0.48s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.53s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.09s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.06s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (1.91s) [2021-02-02T17:58:15.007Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.96s) [2021-02-02T17:58:15.007Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-02-02T17:58:15.007Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-02-02T17:58:15.007Z] === RUN TestDockerRegistrySuite [2021-02-02T17:58:15.007Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-02-02T17:58:16.374Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-02-02T17:58:17.302Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-02-02T17:58:18.666Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-02-02T17:58:18.922Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-02-02T17:58:22.188Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-02-02T17:58:27.429Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-02-02T17:58:29.943Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-02-02T17:58:30.871Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-02-02T17:58:31.798Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-02-02T17:58:32.723Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-02-02T17:58:33.649Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-02-02T17:58:35.014Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-02-02T17:58:35.950Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-02-02T17:58:36.881Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-02-02T17:58:38.774Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-02-02T17:58:40.662Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-02-02T17:58:41.589Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-02-02T17:58:43.476Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-02-02T17:58:44.840Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-02-02T17:58:44.840Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-02-02T17:58:45.768Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-02-02T17:58:46.695Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-02-02T17:58:47.621Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-02-02T17:58:50.137Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-02-02T17:58:50.137Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-02-02T17:58:51.502Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-02-02T17:58:51.759Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-02-02T17:58:51.759Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-02-02T17:58:52.014Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-02-02T17:58:52.269Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-02-02T17:58:52.525Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-02-02T17:58:52.780Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-02-02T17:58:53.707Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-02-02T17:58:55.594Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-02-02T17:58:56.156Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-02-02T17:58:57.084Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-02-02T17:58:58.010Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite (44.26s) [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.56s) [2021-02-02T17:58:58.946Z] check_test.go:196: [dcee3e7cf6080] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.25s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d5adf730ff3c0] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.30s) [2021-02-02T17:58:58.946Z] check_test.go:196: [dec9afe4740de] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.16s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d63f075f2fa55] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.78s) [2021-02-02T17:58:58.946Z] check_test.go:196: [dd901a95e1a7e] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.16s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d5daaefcfea00] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.91s) [2021-02-02T17:58:58.946Z] check_test.go:196: [da57963822b5a] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.03s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d849fb0a0f98b] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.88s) [2021-02-02T17:58:58.946Z] check_test.go:196: [db4f5f0ccc71b] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.07s) [2021-02-02T17:58:58.946Z] check_test.go:196: [df24eb21cbc02] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.09s) [2021-02-02T17:58:58.946Z] check_test.go:196: [db3a1df355a62] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.05s) [2021-02-02T17:58:58.946Z] check_test.go:196: [dbe7c5c58216b] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.95s) [2021-02-02T17:58:58.946Z] check_test.go:196: [dd84feaeb000e] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.06s) [2021-02-02T17:58:58.946Z] check_test.go:196: [daa24c653e5c0] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.94s) [2021-02-02T17:58:58.946Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:e91be1e7cac65c66f3ee8e116d30baaf3a01bdd95c8761ab8104f550ca687faf [2021-02-02T17:58:58.946Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:8c1f138af22c053c093a0ffac266f8d6f81a46ca2f3e99f553f3ddc9277c944b [2021-02-02T17:58:58.946Z] check_test.go:196: [d6cde77afbab4] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (1.78s) [2021-02-02T17:58:58.946Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:0bedd93fe2bff7590b87b06acee6c5c480bb8575966939a6edd445c66d7e07d3 [2021-02-02T17:58:58.946Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:d75ac51577d9bc502e762b9c7efd08d46e28930662266b30ff4b4465b9822798 [2021-02-02T17:58:58.946Z] check_test.go:196: [d7d435d5a5212] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.97s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d9ccc99772c48] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (2.11s) [2021-02-02T17:58:58.946Z] check_test.go:196: [dc7610b788278] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.97s) [2021-02-02T17:58:58.946Z] check_test.go:196: [dd5393c858d71] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-02-02T17:58:58.946Z] check_test.go:196: [dd5673a2bfb72] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.04s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d9165eafee786] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.86s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d8ada73e92bb1] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.87s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d86660058ee54] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.41s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d256ce0ea6c59] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.39s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d7fe3589d0865] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.02s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d345109fc0e61] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.38s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d9ef48bf57d95] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d32931b1b6744] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.28s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d5bcfffa69866] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.25s) [2021-02-02T17:58:58.946Z] check_test.go:196: [da519499e8508] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.33s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d54f8e79b1be7] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d8ae266b6b6b9] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.02s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d4dcae85ffa27] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.46s) [2021-02-02T17:58:58.946Z] check_test.go:196: [d54f990d5724f] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.83s) [2021-02-02T17:58:58.946Z] check_test.go:196: [dfbb0ab81bcb1] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (0.99s) [2021-02-02T17:58:58.946Z] check_test.go:196: [dac5c6ca51af6] daemon is not started [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.94s) [2021-02-02T17:58:58.946Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.79s) [2021-02-02T17:58:58.946Z] === RUN TestDockerSchema1RegistrySuite [2021-02-02T17:58:58.946Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-02-02T17:58:58.946Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-02-02T17:59:02.211Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-02-02T17:59:06.373Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-02-02T17:59:09.639Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-02-02T17:59:10.568Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-02-02T17:59:11.495Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-02-02T17:59:11.495Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-02-02T17:59:12.420Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-02-02T17:59:13.347Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-02-02T17:59:14.273Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-02-02T17:59:16.788Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-02-02T17:59:17.348Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-02-02T17:59:17.604Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-02-02T17:59:17.859Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-02-02T17:59:18.115Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-02-02T17:59:18.371Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-02-02T17:59:18.626Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite (20.05s) [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.16s) [2021-02-02T17:59:18.882Z] check_test.go:223: [de2d212c85673] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.91s) [2021-02-02T17:59:18.882Z] check_test.go:223: [d561b10e2a7dd] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (4.57s) [2021-02-02T17:59:18.882Z] check_test.go:223: [d8a833b72605a] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.92s) [2021-02-02T17:59:18.882Z] check_test.go:223: [d1116f7490510] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.01s) [2021-02-02T17:59:18.882Z] check_test.go:223: [d2dbcdc0501cc] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.02s) [2021-02-02T17:59:18.882Z] check_test.go:223: [d69755da0a09a] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2021-02-02T17:59:18.882Z] check_test.go:223: [d4797dfeee7f1] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.00s) [2021-02-02T17:59:18.882Z] check_test.go:223: [d9ef82920c102] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.88s) [2021-02-02T17:59:18.882Z] check_test.go:223: [df518f3d05836] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.95s) [2021-02-02T17:59:18.882Z] check_test.go:223: [dfe1a6fface3f] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.46s) [2021-02-02T17:59:18.882Z] check_test.go:223: [dda0429787e98] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.44s) [2021-02-02T17:59:18.882Z] check_test.go:223: [d37fb7184e5ba] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.41s) [2021-02-02T17:59:18.882Z] check_test.go:223: [da6c08201f850] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-02-02T17:59:18.882Z] check_test.go:223: [dbd0bd6b1364d] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.30s) [2021-02-02T17:59:18.882Z] check_test.go:223: [d8dff5609501c] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.26s) [2021-02-02T17:59:18.882Z] check_test.go:223: [d14938ebcdb99] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.37s) [2021-02-02T17:59:18.882Z] check_test.go:223: [d31a21d159933] daemon is not started [2021-02-02T17:59:18.882Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-02-02T17:59:18.882Z] check_test.go:223: [da213df20d0a3] daemon is not started [2021-02-02T17:59:18.882Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-02-02T17:59:18.882Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-02-02T17:59:19.810Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-02-02T17:59:20.065Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-02-02T17:59:20.321Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-02-02T17:59:21.685Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-02-02T17:59:21.685Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-02-02T17:59:22.246Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-02-02T17:59:22.807Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-02-02T17:59:22.807Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.04s) [2021-02-02T17:59:22.807Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.84s) [2021-02-02T17:59:22.807Z] check_test.go:252: [d47c952b5a4ba] daemon is not started [2021-02-02T17:59:22.807Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.49s) [2021-02-02T17:59:22.807Z] check_test.go:252: [ddf6d15c9351a] daemon is not started [2021-02-02T17:59:22.807Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2021-02-02T17:59:22.807Z] check_test.go:252: [d9001da07ec16] daemon is not started [2021-02-02T17:59:22.807Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.21s) [2021-02-02T17:59:22.807Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2021-02-02T17:59:22.807Z] check_test.go:252: [de6c7420c174d] daemon is not started [2021-02-02T17:59:22.807Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.40s) [2021-02-02T17:59:22.807Z] check_test.go:252: [de64d9c562743] daemon is not started [2021-02-02T17:59:22.807Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.56s) [2021-02-02T17:59:22.807Z] check_test.go:252: [d98687853de00] daemon is not started [2021-02-02T17:59:22.807Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.16s) [2021-02-02T17:59:22.807Z] check_test.go:252: [d6092ad70d0ac] daemon is not started [2021-02-02T17:59:22.807Z] === RUN TestDockerRegistryAuthTokenSuite [2021-02-02T17:59:22.807Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-02-02T17:59:28.074Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-02-02T17:59:28.074Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-02-02T17:59:28.329Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-02-02T17:59:28.585Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-02-02T17:59:28.585Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.77s) [2021-02-02T17:59:28.585Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2021-02-02T17:59:28.585Z] check_test.go:279: [d556abdcbc1f4] daemon is not started [2021-02-02T17:59:28.585Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-02-02T17:59:28.585Z] check_test.go:279: [d455f28bd450d] daemon is not started [2021-02-02T17:59:28.585Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-02-02T17:59:28.585Z] check_test.go:279: [d91f0a1d0304c] daemon is not started [2021-02-02T17:59:28.585Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.16s) [2021-02-02T17:59:28.585Z] check_test.go:279: [de83906292dc9] daemon is not started [2021-02-02T17:59:28.585Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.16s) [2021-02-02T17:59:28.585Z] check_test.go:279: [db1c5e65f1638] daemon is not started [2021-02-02T17:59:28.585Z] === RUN TestDockerNetworkSuite [2021-02-02T17:59:28.585Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-02-02T17:59:31.102Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-02-02T17:59:31.357Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-02-02T17:59:34.622Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-02-02T17:59:35.986Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-02-02T17:59:38.500Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-02-02T17:59:40.388Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-02-02T17:59:45.633Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-02-02T17:59:48.147Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-02-02T17:59:49.510Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-02-02T17:59:49.766Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-02-02T17:59:50.327Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-02-02T17:59:51.254Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-02-02T17:59:52.180Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-02-02T17:59:52.180Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-02-02T17:59:52.435Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-02-02T17:59:53.379Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-02-02T17:59:53.379Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-02-02T17:59:53.379Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-02-02T17:59:53.636Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-02-02T17:59:54.562Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-02-02T17:59:55.488Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-02-02T17:59:55.488Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-02-02T17:59:55.744Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-02-02T17:59:55.744Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-02-02T17:59:58.259Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-02-02T18:00:00.148Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-02-02T18:00:06.687Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-02-02T18:00:06.687Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-02-02T18:00:06.942Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-02-02T18:00:07.199Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-02-02T18:00:07.199Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-02-02T18:00:07.456Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-02-02T18:00:07.711Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-02-02T18:00:07.711Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-02-02T18:00:07.711Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-02-02T18:00:10.977Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-02-02T18:00:10.977Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-02-02T18:00:11.233Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-02-02T18:00:12.600Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-02-02T18:00:12.600Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-02-02T18:00:17.843Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-02-02T18:00:20.356Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-02-02T18:00:21.283Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-02-02T18:00:21.283Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-02-02T18:00:22.211Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-02-02T18:00:24.728Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-02-02T18:00:24.728Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-02-02T18:00:25.654Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-02-02T18:00:26.216Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-02-02T18:00:27.582Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-02-02T18:00:27.582Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-02-02T18:00:30.096Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite (64.86s) [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (2.04s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d3562ac4917ff] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.74s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [dd9f989fe5f19] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.92s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d2059aab07972] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.55s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [db8ecdc00ab57] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.62s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:1233: [db678cd071701] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.48s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [db47ee2ec2931] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (5.59s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d58b75b77f85c] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.50s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [dc99c64bfe949] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.16s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [dec13f88698c6] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.53s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d5f12fb6c5724] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.41s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [dced99c71b5dd] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.91s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d98a787359adb] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.91s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [dea74e067cb58] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.16s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [dbba10723c0f6] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.32s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d09fd1b2f4db5] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.73s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [df4b2d2f72b90] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.20s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d78e7fb707c0d] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d362b27c9d420] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.18s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d7aa9c27c0f12] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.79s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d7c152ef6a3d6] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.01s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d4cc46b7f294f] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [dcda87f04b140] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.27s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d3b0af5472f3e] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d0cea562a9353] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.38s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:968: [dd570225c589b] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.76s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d22df2df4c84f] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.97s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:1116: [d34aa553186e1] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.23s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d3da3688491ed] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.84s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d88075fe8109e] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.15s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d40fbae097640] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [dbca98d4a9960] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.19s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [db4316b154284] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.17s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [dd6ce87912727] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d3c55b1ac7134] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (3.34s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d4d7a0326f9a7] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.14s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [df16001960b5c] daemon is not started [2021-02-02T18:00:34.260Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-02-02T18:00:34.260Z] docker_cli_network_unix_test.go:46: [d16430f4b978b] daemon is not started [2021-02-02T18:00:34.260Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.31s) [2021-02-02T18:00:34.261Z] docker_cli_network_unix_test.go:46: [ddbaed29f7e8c] daemon is not started [2021-02-02T18:00:34.261Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.54s) [2021-02-02T18:00:34.261Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.27s) [2021-02-02T18:00:34.261Z] docker_cli_network_unix_test.go:1084: [da75061479831] daemon is not started [2021-02-02T18:00:34.261Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.04s) [2021-02-02T18:00:34.261Z] docker_cli_network_unix_test.go:46: [dfc2ebee8e629] daemon is not started [2021-02-02T18:00:34.261Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.05s) [2021-02-02T18:00:34.261Z] docker_cli_network_unix_test.go:46: [d3a6f12063a23] daemon is not started [2021-02-02T18:00:34.261Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.29s) [2021-02-02T18:00:34.261Z] docker_cli_network_unix_test.go:46: [d15d4833e4adc] daemon is not started [2021-02-02T18:00:34.261Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.08s) [2021-02-02T18:00:34.261Z] docker_cli_network_unix_test.go:46: [df9a2149d313b] daemon is not started [2021-02-02T18:00:34.261Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.79s) [2021-02-02T18:00:34.261Z] docker_cli_network_unix_test.go:46: [d2c651095571b] daemon is not started [2021-02-02T18:00:34.261Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.71s) [2021-02-02T18:00:34.261Z] docker_cli_network_unix_test.go:46: [d877e77c3961f] daemon is not started [2021-02-02T18:00:34.261Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (1.45s) [2021-02-02T18:00:34.261Z] docker_cli_network_unix_test.go:46: [d3e0613560a50] daemon is not started [2021-02-02T18:00:34.261Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.88s) [2021-02-02T18:00:34.261Z] docker_cli_network_unix_test.go:46: [dcc63748d1925] daemon is not started [2021-02-02T18:00:34.261Z] === RUN TestDockerHubPullSuite [2021-02-02T18:00:34.261Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-02-02T18:00:35.187Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-02-02T18:00:35.748Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-02-02T18:00:38.261Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-02-02T18:00:39.625Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-02-02T18:00:39.880Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-02-02T18:00:41.769Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-02-02T18:00:42.024Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-02-02T18:00:42.024Z] --- PASS: TestDockerHubPullSuite (8.54s) [2021-02-02T18:00:42.024Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.51s) [2021-02-02T18:00:42.024Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (4.33s) [2021-02-02T18:00:42.024Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.53s) [2021-02-02T18:00:42.024Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.78s) [2021-02-02T18:00:42.024Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.32s) [2021-02-02T18:00:42.024Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2021-02-02T18:00:42.024Z] PASS [2021-02-02T18:00:42.024Z] [2021-02-02T18:00:42.024Z] === Skipped [2021-02-02T18:00:42.024Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-02-02T18:00:42.024Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.01s) [2021-02-02T18:00:42.024Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.024Z] [2021-02-02T18:00:42.024Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-02-02T18:00:42.024Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-02-02T18:00:42.024Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.024Z] [2021-02-02T18:00:42.024Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-02-02T18:00:42.024Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.02s) [2021-02-02T18:00:42.024Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.024Z] [2021-02-02T18:00:42.024Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-02-02T18:00:42.024Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-02-02T18:00:42.024Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.024Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.03s) [2021-02-02T18:00:42.025Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.02s) [2021-02-02T18:00:42.025Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_sni_test.go:18: Flakey test [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-02-02T18:00:42.025Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_run_test.go:4047: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_run_test.go:4066: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_run_unix_test.go:617: unmatched requirement swapMemorySupport [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_run_test.go:4132: unmatched requirement IsolationIsProcess [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_run_test.go:2867: kernel doesn't have latency_stats configured [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_run_unix_test.go:718: unmatched requirement swapMemorySupport [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_run_unix_test.go:1443: Host does not have /dev/snd/timer [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_run_test.go:4102: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_run_test.go:4122: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_run_test.go:4112: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_run_unix_test.go:568: unmatched requirement blkioWeight [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_run_unix_test.go:579: unmatched requirement blkioWeight [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_run_unix_test.go:593: unmatched requirement blkioWeight [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_run_unix_test.go:605: unmatched requirement blkioWeight [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_run_unix_test.go:599: unmatched requirement blkioWeight [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_run_unix_test.go:611: unmatched requirement blkioWeight [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_run_unix_test.go:587: unmatched requirement blkioWeight [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_run_unix_test.go:655: unmatched requirement swapMemorySupport [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_update_unix_test.go:205: unmatched requirement swapMemorySupport [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-02-02T18:00:42.025Z] docker_cli_update_unix_test.go:259: unmatched requirement swapMemorySupport [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_update_unix_test.go:189: unmatched requirement swapMemorySupport [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_run_test.go:4440: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-02-02T18:00:42.025Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-02-02T18:00:42.025Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-02-02T18:00:42.025Z] docker_cli_network_unix_test.go:46: [d16430f4b978b] daemon is not started [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] [2021-02-02T18:00:42.025Z] DONE 1274 tests, 51 skipped in 1578.651s [2021-02-02T18:00:42.025Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-02T18:00:42.025Z] ++++ cat bundles/test-integration/docker.pid [2021-02-02T18:00:42.025Z] +++ kill 8205 [2021-02-02T18:00:42.280Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-02-02T18:00:42.280Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-02-02T18:00:43.208Z] +++ /etc/init.d/apparmor stop [2021-02-02T18:00:43.208Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-02T18:00:43.208Z] [2021-02-02T18:00:43.208Z] Unloading profiles will leave already running processes permanently [2021-02-02T18:00:43.208Z] unconfined, which can lead to unexpected situations. [2021-02-02T18:00:43.208Z] [2021-02-02T18:00:43.208Z] To set a process to complain mode, use the command line tool [2021-02-02T18:00:43.208Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-02T18:00:43.208Z] +++ true [2021-02-02T18:00:43.208Z] exiting test-integration [2021-02-02T18:00:43.208Z] ++ exit 0 [2021-02-02T18:00:43.208Z] [2021-02-02T18:00:43.464Z] + for job in $(jobs -p) [2021-02-02T18:00:43.464Z] + wait 8404 [2021-02-02T18:00:48.750Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-02-02T18:00:49.311Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-02-02T18:00:50.237Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-02-02T18:00:52.748Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-02-02T18:01:49.433Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-02-02T18:02:36.037Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-02-02T18:02:42.570Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-02-02T18:02:47.806Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-02-02T18:05:09.234Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-02-02T18:05:09.234Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-02-02T18:05:09.798Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-02-02T18:05:09.798Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-02-02T18:05:10.054Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-02-02T18:05:10.054Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-02-02T18:05:10.614Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-02-02T18:05:12.501Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-02-02T18:05:16.664Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-02-02T18:05:18.027Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-02-02T18:06:14.182Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-02-02T18:06:14.182Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-02-02T18:06:16.070Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-02-02T18:06:18.584Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-02-02T18:06:21.847Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-02-02T18:06:24.372Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-02-02T18:06:46.246Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-02-02T18:06:58.404Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-02-02T18:06:58.965Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-02-02T18:07:00.850Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-02-02T18:07:03.365Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-02-02T18:07:11.443Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-02-02T18:07:16.695Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-02-02T18:07:18.581Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-02-02T18:07:21.096Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-02-02T18:07:23.609Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-02-02T18:07:25.497Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-02-02T18:07:28.764Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-02-02T18:07:31.279Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-02-02T18:07:47.711Z] --- PASS: TestBuildWCOWSandboxSize (870.89s) [2021-02-02T18:07:47.711Z] === RUN TestBuildWithEmptyDockerfile [2021-02-02T18:07:47.711Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T18:07:47.711Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T18:07:47.711Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T18:07:47.711Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T18:07:47.711Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T18:07:47.711Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T18:07:47.711Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-02-02T18:07:47.711Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-02-02T18:07:47.711Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-02-02T18:07:47.711Z] --- PASS: TestBuildWithEmptyDockerfile (0.56s) [2021-02-02T18:07:47.711Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-02-02T18:07:47.711Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-02-02T18:07:47.711Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2021-02-02T18:07:47.711Z] === RUN TestBuildPreserveOwnership [2021-02-02T18:07:47.711Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-02-02T18:07:47.711Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-02T18:07:47.711Z] === RUN TestBuildPlatformInvalid [2021-02-02T18:07:47.711Z] --- PASS: TestBuildPlatformInvalid (0.47s) [2021-02-02T18:07:47.711Z] PASS [2021-02-02T18:07:47.711Z] ok github.com/docker/docker/integration/build 1067.533s [2021-02-02T18:07:47.712Z] [2021-02-02T18:07:47.712Z] === Skipped [2021-02-02T18:07:47.712Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-02-02T18:07:47.712Z] build_session_test.go:25: TODO: BuildKit [2021-02-02T18:07:47.712Z] [2021-02-02T18:07:47.712Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-02-02T18:07:47.712Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:07:47.712Z] [2021-02-02T18:07:47.712Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-02-02T18:07:47.712Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-02T18:07:47.712Z] [2021-02-02T18:07:47.712Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-02-02T18:07:47.712Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-02T18:07:47.712Z] [2021-02-02T18:07:47.712Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-02-02T18:07:47.712Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-02T18:07:47.712Z] [2021-02-02T18:07:47.712Z] [2021-02-02T18:07:47.712Z] DONE 29 tests, 5 skipped in 1090.516s [2021-02-02T18:07:47.712Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-02-02T18:07:47.712Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T18:07:47.712Z] INFO: Testing against a local daemon [2021-02-02T18:07:47.712Z] === RUN TestConfigInspect [2021-02-02T18:07:47.712Z] --- SKIP: TestConfigInspect (0.00s) [2021-02-02T18:07:47.712Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:07:47.712Z] === RUN TestConfigList [2021-02-02T18:07:47.712Z] --- SKIP: TestConfigList (0.00s) [2021-02-02T18:07:47.712Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:07:47.712Z] === RUN TestConfigsCreateAndDelete [2021-02-02T18:07:47.712Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-02-02T18:07:47.712Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:07:47.712Z] === RUN TestConfigsUpdate [2021-02-02T18:07:47.712Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-02-02T18:07:47.712Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:07:47.712Z] === RUN TestTemplatedConfig [2021-02-02T18:07:47.712Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-02-02T18:07:47.712Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:07:47.712Z] === RUN TestConfigCreateResolve [2021-02-02T18:07:47.712Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-02-02T18:07:47.712Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:07:47.712Z] === RUN TestConfigDaemonLibtrustID [2021-02-02T18:07:47.712Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-02-02T18:07:47.712Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:07:47.712Z] PASS [2021-02-02T18:07:47.712Z] ok github.com/docker/docker/integration/config 0.272s [2021-02-02T18:07:47.712Z] [2021-02-02T18:07:47.712Z] === Skipped [2021-02-02T18:07:47.712Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-02-02T18:07:47.712Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:07:47.712Z] [2021-02-02T18:07:47.712Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-02-02T18:07:47.712Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:07:47.712Z] [2021-02-02T18:07:47.712Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-02-02T18:07:47.712Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:07:47.712Z] [2021-02-02T18:07:47.712Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-02-02T18:07:47.712Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:07:47.712Z] [2021-02-02T18:07:47.712Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-02-02T18:07:47.712Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:07:47.712Z] [2021-02-02T18:07:47.712Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-02-02T18:07:47.712Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:07:47.712Z] [2021-02-02T18:07:47.712Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-02-02T18:07:47.712Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:07:47.712Z] [2021-02-02T18:07:47.712Z] [2021-02-02T18:07:47.712Z] DONE 7 tests, 7 skipped in 3.147s [2021-02-02T18:07:47.712Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-02-02T18:07:48.174Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T18:07:48.174Z] INFO: Testing against a local daemon [2021-02-02T18:07:48.174Z] === RUN TestCheckpoint [2021-02-02T18:07:48.174Z] --- SKIP: TestCheckpoint (0.00s) [2021-02-02T18:07:48.174Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-02T18:07:48.174Z] === RUN TestContainerInvalidJSON [2021-02-02T18:07:48.174Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T18:07:48.174Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T18:07:48.174Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T18:07:48.174Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T18:07:48.174Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-02-02T18:07:48.174Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-02-02T18:07:48.637Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-02-02T18:07:48.637Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-02-02T18:07:48.637Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-02-02T18:07:48.637Z] --- PASS: TestContainerInvalidJSON (0.54s) [2021-02-02T18:07:48.637Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-02-02T18:07:48.637Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-02-02T18:07:48.637Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-02-02T18:07:48.637Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-02-02T18:07:49.099Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.27s) [2021-02-02T18:07:49.099Z] === RUN TestCopyFromContainerPathIsNotDir [2021-02-02T18:07:49.099Z] --- SKIP: TestCopyFromContainerPathIsNotDir (0.02s) [2021-02-02T18:07:49.099Z] copy_test.go:38: testEnv.OSType == "windows" [2021-02-02T18:07:49.099Z] === RUN TestCopyToContainerPathDoesNotExist [2021-02-02T18:07:49.099Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.22s) [2021-02-02T18:07:49.099Z] === RUN TestCopyToContainerPathIsNotDir [2021-02-02T18:07:49.099Z] --- SKIP: TestCopyToContainerPathIsNotDir (0.03s) [2021-02-02T18:07:49.099Z] copy_test.go:63: testEnv.OSType == "windows" [2021-02-02T18:07:49.099Z] === RUN TestCopyFromContainer [2021-02-02T18:07:49.099Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-02-02T18:07:49.560Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:07:49.560Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-02-02T18:07:49.560Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T18:07:49.560Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T18:07:49.560Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T18:07:49.560Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T18:07:49.560Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T18:07:49.560Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T18:07:49.560Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-02-02T18:07:49.560Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-02-02T18:07:49.560Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-02-02T18:07:49.560Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.03s) [2021-02-02T18:07:49.560Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-02-02T18:07:49.560Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-02-02T18:07:49.560Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.01s) [2021-02-02T18:07:49.560Z] === RUN TestCreateLinkToNonExistingContainer [2021-02-02T18:07:49.560Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-02-02T18:07:49.560Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-02-02T18:07:49.560Z] === RUN TestCreateWithInvalidEnv [2021-02-02T18:07:49.560Z] === RUN TestCreateWithInvalidEnv/0 [2021-02-02T18:07:49.560Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-02-02T18:07:49.560Z] === RUN TestCreateWithInvalidEnv/1 [2021-02-02T18:07:49.560Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-02-02T18:07:49.560Z] === RUN TestCreateWithInvalidEnv/2 [2021-02-02T18:07:49.560Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-02-02T18:07:49.560Z] === CONT TestCreateWithInvalidEnv/0 [2021-02-02T18:07:49.560Z] === CONT TestCreateWithInvalidEnv/2 [2021-02-02T18:07:49.560Z] === CONT TestCreateWithInvalidEnv/1 [2021-02-02T18:07:49.560Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-02-02T18:07:49.560Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-02-02T18:07:49.560Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-02-02T18:07:49.560Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-02-02T18:07:49.560Z] === RUN TestCreateTmpfsMountsTarget [2021-02-02T18:07:49.560Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-02-02T18:07:49.560Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:07:49.560Z] === RUN TestCreateWithCustomMaskedPaths [2021-02-02T18:07:49.560Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-02-02T18:07:49.560Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:07:49.560Z] === RUN TestCreateWithCustomReadonlyPaths [2021-02-02T18:07:49.560Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-02-02T18:07:49.560Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:07:49.560Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-02-02T18:07:49.560Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T18:07:49.560Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T18:07:49.560Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T18:07:49.560Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T18:07:49.560Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T18:07:49.560Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T18:07:49.560Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T18:07:49.560Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T18:07:49.560Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T18:07:49.560Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T18:07:49.560Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-02-02T18:07:49.560Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-02-02T18:07:49.560Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-02-02T18:07:49.560Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-02-02T18:07:49.560Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-02-02T18:07:49.560Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-02-02T18:07:49.560Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-02-02T18:07:49.560Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-02-02T18:07:49.560Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-02-02T18:07:49.560Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-02-02T18:07:49.560Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-02-02T18:07:49.560Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-02-02T18:07:49.560Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-02-02T18:07:49.560Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-02-02T18:07:49.560Z] === RUN TestCreateDifferentPlatform [2021-02-02T18:07:49.560Z] === RUN TestCreateDifferentPlatform/different_os [2021-02-02T18:07:49.560Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-02-02T18:07:49.560Z] --- PASS: TestCreateDifferentPlatform (0.04s) [2021-02-02T18:07:49.560Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-02-02T18:07:49.560Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-02-02T18:07:49.560Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-02-02T18:07:49.560Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2021-02-02T18:07:49.560Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-02-02T18:07:49.560Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-02-02T18:07:49.560Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-02-02T18:07:49.560Z] === RUN TestContainerKillOnDaemonStart [2021-02-02T18:07:49.560Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-02-02T18:07:49.560Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:07:49.560Z] === RUN TestDiff [2021-02-02T18:07:49.560Z] --- SKIP: TestDiff (0.00s) [2021-02-02T18:07:49.560Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-02-02T18:07:49.560Z] === RUN TestExecWithCloseStdin [2021-02-02T18:07:53.309Z] --- PASS: TestExecWithCloseStdin (3.16s) [2021-02-02T18:07:53.309Z] === RUN TestExec [2021-02-02T18:07:54.860Z] --- PASS: TestExec (2.11s) [2021-02-02T18:07:54.860Z] === RUN TestExecUser [2021-02-02T18:07:54.860Z] --- SKIP: TestExecUser (0.00s) [2021-02-02T18:07:54.860Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-02-02T18:07:54.860Z] === RUN TestExportContainerAndImportImage [2021-02-02T18:07:54.860Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-02-02T18:07:54.860Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:07:54.860Z] === RUN TestExportContainerAfterDaemonRestart [2021-02-02T18:07:54.860Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-02-02T18:07:54.860Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:07:54.860Z] === RUN TestHealthCheckWorkdir [2021-02-02T18:07:54.860Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-02-02T18:07:54.860Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-02-02T18:07:54.860Z] === RUN TestHealthKillContainer [2021-02-02T18:07:54.860Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-02-02T18:07:54.860Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-02-02T18:07:54.860Z] === RUN TestInspectCpusetInConfigPre120 [2021-02-02T18:07:54.860Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-02-02T18:07:54.860Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-02-02T18:07:54.860Z] === RUN TestKillContainerInvalidSignal [2021-02-02T18:07:57.046Z] --- PASS: TestKillContainerInvalidSignal (1.92s) [2021-02-02T18:07:57.046Z] === RUN TestKillContainer [2021-02-02T18:07:57.046Z] === RUN TestKillContainer/no_signal [2021-02-02T18:07:58.587Z] === RUN TestKillContainer/non_killing_signal [2021-02-02T18:07:58.587Z] === RUN TestKillContainer/killing_signal [2021-02-02T18:08:00.778Z] --- PASS: TestKillContainer (4.07s) [2021-02-02T18:08:00.778Z] --- PASS: TestKillContainer/no_signal (1.88s) [2021-02-02T18:08:00.778Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-02-02T18:08:00.778Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-02-02T18:08:00.778Z] --- PASS: TestKillContainer/killing_signal (2.15s) [2021-02-02T18:08:00.778Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-02-02T18:08:00.778Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-02-02T18:08:00.778Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-02T18:08:00.778Z] === RUN TestKillStoppedContainer [2021-02-02T18:08:00.778Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-02-02T18:08:00.778Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-02T18:08:00.778Z] === RUN TestKillStoppedContainerAPIPre120 [2021-02-02T18:08:00.778Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-02-02T18:08:00.778Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-02T18:08:00.778Z] === RUN TestKillDifferentUserContainer [2021-02-02T18:08:00.778Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-02-02T18:08:00.778Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-02-02T18:08:00.778Z] === RUN TestInspectOomKilledTrue [2021-02-02T18:08:00.778Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-02-02T18:08:00.778Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:08:00.778Z] === RUN TestInspectOomKilledFalse [2021-02-02T18:08:00.778Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-02-02T18:08:00.778Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-02T18:08:00.778Z] === RUN TestLogsFollowTailEmpty [2021-02-02T18:08:02.975Z] --- PASS: TestLogsFollowTailEmpty (1.92s) [2021-02-02T18:08:02.975Z] === RUN TestNetworkNat [2021-02-02T18:08:02.975Z] --- SKIP: TestNetworkNat (0.00s) [2021-02-02T18:08:02.975Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-02-02T18:08:02.975Z] === RUN TestNetworkLocalhostTCPNat [2021-02-02T18:08:05.163Z] --- PASS: TestNetworkLocalhostTCPNat (2.29s) [2021-02-02T18:08:05.163Z] === RUN TestNetworkLoopbackNat [2021-02-02T18:08:05.163Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-02-02T18:08:05.163Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-02-02T18:08:05.163Z] === RUN TestPause [2021-02-02T18:08:05.163Z] --- SKIP: TestPause (0.00s) [2021-02-02T18:08:05.163Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-02-02T18:08:05.163Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-02-02T18:08:07.357Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.91s) [2021-02-02T18:08:07.357Z] === RUN TestPauseStopPausedContainer [2021-02-02T18:08:07.357Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-02-02T18:08:07.357Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:08:07.357Z] === RUN TestPsFilter [2021-02-02T18:08:07.357Z] --- PASS: TestPsFilter (0.23s) [2021-02-02T18:08:07.357Z] === RUN TestRemoveContainerWithRemovedVolume [2021-02-02T18:08:09.545Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.21s) [2021-02-02T18:08:09.545Z] === RUN TestRemoveContainerWithVolume [2021-02-02T18:08:11.734Z] --- PASS: TestRemoveContainerWithVolume (2.19s) [2021-02-02T18:08:11.734Z] === RUN TestRemoveContainerRunning [2021-02-02T18:08:13.278Z] --- PASS: TestRemoveContainerRunning (1.87s) [2021-02-02T18:08:13.279Z] === RUN TestRemoveContainerForceRemoveRunning [2021-02-02T18:08:15.464Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.84s) [2021-02-02T18:08:15.464Z] === RUN TestRemoveInvalidContainer [2021-02-02T18:08:15.464Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-02-02T18:08:15.464Z] === RUN TestRenameLinkedContainer [2021-02-02T18:08:15.464Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-02-02T18:08:15.464Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-02-02T18:08:15.464Z] === RUN TestRenameStoppedContainer [2021-02-02T18:08:17.651Z] --- PASS: TestRenameStoppedContainer (2.14s) [2021-02-02T18:08:17.651Z] === RUN TestRenameRunningContainerAndReuse [2021-02-02T18:08:21.398Z] --- PASS: TestRenameRunningContainerAndReuse (3.91s) [2021-02-02T18:08:21.398Z] === RUN TestRenameInvalidName [2021-02-02T18:08:23.607Z] --- PASS: TestRenameInvalidName (1.88s) [2021-02-02T18:08:23.607Z] === RUN TestRenameAnonymousContainer [2021-02-02T18:08:23.607Z] --- SKIP: TestRenameAnonymousContainer (0.00s) [2021-02-02T18:08:23.607Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-02-02T18:08:23.607Z] === RUN TestRenameContainerWithSameName [2021-02-02T18:08:25.149Z] --- PASS: TestRenameContainerWithSameName (1.87s) [2021-02-02T18:08:25.150Z] === RUN TestRenameContainerWithLinkedContainer [2021-02-02T18:08:25.150Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-02-02T18:08:25.150Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-02-02T18:08:25.150Z] === RUN TestResize [2021-02-02T18:08:27.334Z] --- PASS: TestResize (1.89s) [2021-02-02T18:08:27.334Z] === RUN TestResizeWithInvalidSize [2021-02-02T18:08:27.334Z] --- SKIP: TestResizeWithInvalidSize (0.00s) [2021-02-02T18:08:27.334Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-02-02T18:08:27.334Z] === RUN TestResizeWhenContainerNotStarted [2021-02-02T18:08:27.432Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-02-02T18:08:29.528Z] --- PASS: TestResizeWhenContainerNotStarted (2.30s) [2021-02-02T18:08:29.528Z] === RUN TestDaemonRestartKillContainers [2021-02-02T18:08:29.528Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-02-02T18:08:29.528Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:08:29.528Z] === RUN TestStats [2021-02-02T18:08:29.528Z] --- SKIP: TestStats (0.00s) [2021-02-02T18:08:29.528Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-02-02T18:08:29.528Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-02-02T18:08:35.353Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.82s) [2021-02-02T18:08:35.353Z] === RUN TestStopContainerWithTimeout [2021-02-02T18:08:35.353Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-02-02T18:08:35.353Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-02-02T18:08:35.353Z] === RUN TestUpdateRestartPolicy [2021-02-02T18:08:42.277Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-02-02T18:08:56.484Z] --- PASS: TestUpdateRestartPolicy (20.28s) [2021-02-02T18:08:56.484Z] === RUN TestUpdateRestartWithAutoRemove [2021-02-02T18:08:57.456Z] --- PASS: TestUpdateRestartWithAutoRemove (1.93s) [2021-02-02T18:08:57.456Z] === RUN TestWaitNonBlocked [2021-02-02T18:08:57.456Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T18:08:57.456Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T18:08:57.456Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T18:08:57.456Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T18:08:57.456Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-02-02T18:08:57.456Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite (1674.38s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.45s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (2.98s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.07s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.57s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.05s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (29.15s) [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:562: [dfb1de4462355] joining swarm manager [da724327be224]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:584: [db7507a5a07e7] joining swarm manager [da724327be224]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] check_test.go:380: [dfb1de4462355] daemon is not started [2021-02-02T18:09:00.308Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (22.35s) [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:45: [de68bd29e72fa] joining swarm manager [de67ffe5b5389]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.98s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.32s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (44.81s) [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:303: [dc1d9a339f43f] joining swarm manager [d22ec2fbf8287]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:304: [d44de16a92f47] joining swarm manager [d22ec2fbf8287]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (25.16s) [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:271: [d0ea799514771] joining swarm manager [df11bdb5995ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:272: [d8b8356950c99] joining swarm manager [df11bdb5995ad]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.56s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (4.69s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.08s) [2021-02-02T18:09:00.308Z] docker_api_swarm_node_test.go:19: [d108a72516a1b] joining swarm manager [dbbc292011c8f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_api_swarm_node_test.go:20: [ddbf0821eefee] joining swarm manager [dbbc292011c8f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (54.05s) [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:501: [df594003c7890] joining swarm manager [db9cc349a4114]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:506: [daacb4a145827] joining swarm manager [db9cc349a4114]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.82s) [2021-02-02T18:09:00.308Z] docker_api_swarm_node_test.go:80: [d0a11b3794ed2] joining swarm manager [d96a97379b9a1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.28s) [2021-02-02T18:09:00.308Z] docker_api_swarm_node_test.go:52: [d82c0b65d64e7] joining swarm manager [d9e3a07eeee58]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_api_swarm_node_test.go:53: [dad1c73a1f5e1] joining swarm manager [d9e3a07eeee58]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.77s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (21.66s) [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:201: [ddfdb2ded6597] joining swarm manager [dc2c1816ae584]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (54.06s) [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:383: [dc1352d9d2eff] joining swarm manager [d6996c036fc15]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:384: [d7318341f965b] joining swarm manager [d6996c036fc15]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] check_test.go:380: [d7318341f965b] daemon is not started [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (61.63s) [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:801: [dab24f1b199ef] joining swarm manager [d3bc01e85d543]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:801: [d7ff8b548f68f] joining swarm manager [d3bc01e85d543]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:801: [de67eea1b3c72] joining swarm manager [d3bc01e85d543]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:801: [d6303d5129f56] joining swarm manager [d3bc01e85d543]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-02-02T18:09:00.308Z] docker_api_swarm_test.go:809: [d7357961a459a] joining swarm manager [d3bc01e85d543]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.32s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (4.26s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.85s) [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:394: [de93e440f630a] joining swarm manager [d6a24afd325f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:394: [dcb318a47b63a] joining swarm manager [d6a24afd325f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (17.39s) [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:342: [d4bd015fc45b8] joining swarm manager [d03cb970eba8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:342: [dc48bc8025155] joining swarm manager [d03cb970eba8b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (15.29s) [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:489: [d43f5984258b4] joining swarm manager [d11b25140604f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:489: [d0661d27465ba] joining swarm manager [d11b25140604f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.32s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (26.78s) [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:127: [d110423f895db] joining swarm manager [de54f6c311786]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:128: [de159631cb395] joining swarm manager [de54f6c311786]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:136: [dde56d3aeb80a] joining swarm manager [de54f6c311786]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:137: [d7f7e97dac5dc] joining swarm manager [de54f6c311786]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.51s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.50s) [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:303: [d415578ca52a4] joining swarm manager [d307f9ca79789]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:303: [d63936e761cb7] joining swarm manager [d307f9ca79789]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (32.38s) [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:99: [dde663b0988d7] joining swarm manager [d056eafc29173]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:100: [d9aefd36ad384] joining swarm manager [d056eafc29173]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] check_test.go:380: [dde663b0988d7] daemon is not started [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (27.02s) [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:532: [ddee0efee0181] joining swarm manager [de5e2fc7e1253]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:533: [df2fe5f5e6876] joining swarm manager [de5e2fc7e1253]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (38.84s) [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:147: [d813f12830f27] joining swarm manager [d35313057c0b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_api_swarm_service_test.go:147: [d1863ff45ed26] joining swarm manager [d35313057c0b1]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (25.92s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (5.13s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.75s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.75s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (2.65s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.93s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.39s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.08s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.71s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.56s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (9.20s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.28s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.98s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.93s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (3.33s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.37s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.42s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (3.21s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (2.22s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.51s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.61s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.32s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.49s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.38s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.71s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.91s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (3.30s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.13s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.21s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.11s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.53s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.28s) [2021-02-02T18:09:00.308Z] docker_cli_service_logs_test.go:245: checking task x9qw0d11ybha [2021-02-02T18:09:00.308Z] docker_cli_service_logs_test.go:250: checking messages for x9qw0d11ybha [2021-02-02T18:09:00.308Z] docker_cli_service_logs_test.go:245: checking task urhpakicsb82 [2021-02-02T18:09:00.308Z] docker_cli_service_logs_test.go:250: checking messages for urhpakicsb82 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.36s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.83s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.60s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (1.89s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.85s) [2021-02-02T18:09:00.308Z] docker_cli_swarm_test.go:1901: [db92bee4c051a] joining swarm manager [dba6c85f1e142]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_cli_swarm_test.go:1902: [d77e2265d8ada] joining swarm manager [dba6c85f1e142]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.72s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.69s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.82s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.20s) [2021-02-02T18:09:00.308Z] docker_cli_swarm_test.go:1802: [d58e59bffab2a] joining swarm manager [d556868745acf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_cli_swarm_test.go:1803: [d8f99baa96697] joining swarm manager [d556868745acf]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.24s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (115.24s) [2021-02-02T18:09:00.308Z] docker_cli_swarm_test.go:1321: [d7fdc72df18dc] joining swarm manager [d03c0a6c99ab2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.308Z] docker_cli_swarm_test.go:1322: [dc14c97062fff] joining swarm manager [d03c0a6c99ab2]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.81s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (7.49s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (7.27s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.50s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.93s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.32s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.25s) [2021-02-02T18:09:00.308Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-02-02T18:09:00.308Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.39s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.73s) [2021-02-02T18:09:00.308Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.74s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.30s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.24s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (47.78s) [2021-02-02T18:09:00.309Z] docker_cli_swarm_test.go:1186: [dd5a37465d9d4] joining swarm manager [d1957f2288ff0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.309Z] docker_cli_swarm_test.go:1195: [db1bc5b97fb55] joining swarm manager [d1957f2288ff0]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (9.04s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.48s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (127.96s) [2021-02-02T18:09:00.309Z] docker_cli_swarm_test.go:1118: [dcd6d34898859] joining swarm manager [df9968bbb4daa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.309Z] docker_cli_swarm_test.go:1119: [d2aa772f51e67] joining swarm manager [df9968bbb4daa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.309Z] docker_cli_swarm_test.go:1172: [db24e2bb3904c] joining swarm manager [df9968bbb4daa]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.41s) [2021-02-02T18:09:00.309Z] docker_cli_swarm_test.go:1453: [d937c287e5f32] joining swarm manager [d70cc03e822bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.309Z] docker_cli_swarm_test.go:1454: [dcf760fa15c5e] joining swarm manager [d70cc03e822bb]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.35s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.16s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.05s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (1.86s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.46s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (1.86s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.66s) [2021-02-02T18:09:00.309Z] docker_cli_swarm_unix_test.go:62: [d41d82be69067] joining swarm manager [df298add77e11]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.33s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (2.95s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.28s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.23s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.68s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.03s) [2021-02-02T18:09:00.309Z] docker_api_swarm_test.go:961: [d8c3c45c390cb] joining swarm manager [d1cee9e5e700c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.92s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (1.84s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (1.91s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.56s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (8.26s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.61s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.24s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.62s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.18s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.24s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (3.10s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.30s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.01s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.29s) [2021-02-02T18:09:00.309Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.24s) [2021-02-02T18:09:00.309Z] === RUN TestDockerExternalVolumeSuite [2021-02-02T18:09:00.309Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-02-02T18:09:00.397Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-02-02T18:09:00.397Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.47s) [2021-02-02T18:09:00.397Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.61s) [2021-02-02T18:09:00.397Z] === RUN TestWaitBlocked [2021-02-02T18:09:00.397Z] --- SKIP: TestWaitBlocked (0.00s) [2021-02-02T18:09:00.397Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:00.397Z] PASS [2021-02-02T18:09:00.397Z] ok github.com/docker/docker/integration/container 71.984s [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === Skipped [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-02-02T18:09:00.397Z] checkpoint_test.go:33: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainerPathIsNotDir (0.02s) [2021-02-02T18:09:00.397Z] copy_test.go:38: testEnv.OSType == "windows" [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestCopyToContainerPathIsNotDir (0.03s) [2021-02-02T18:09:00.397Z] copy_test.go:63: testEnv.OSType == "windows" [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-02-02T18:09:00.397Z] copy_test.go:74: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-02-02T18:09:00.397Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-02-02T18:09:00.397Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-02-02T18:09:00.397Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-02-02T18:09:00.397Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-02-02T18:09:00.397Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-02-02T18:09:00.397Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-02-02T18:09:00.397Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-02-02T18:09:00.397Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-02-02T18:09:00.397Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-02-02T18:09:00.397Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-02-02T18:09:00.397Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-02-02T18:09:00.397Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-02-02T18:09:00.397Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-02-02T18:09:00.397Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-02-02T18:09:00.397Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-02-02T18:09:00.397Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-02-02T18:09:00.397Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-02-02T18:09:00.397Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-02-02T18:09:00.397Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-02-02T18:09:00.397Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-02-02T18:09:00.397Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-02-02T18:09:00.397Z] kill_test.go:175: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-02-02T18:09:00.397Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-02-02T18:09:00.397Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-02-02T18:09:00.397Z] pause_test.go:22: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-02-02T18:09:00.397Z] pause_test.go:69: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-02-02T18:09:00.397Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestRenameAnonymousContainer (0.00s) [2021-02-02T18:09:00.397Z] rename_test.go:126: testEnv.OSType == "windows": FIXME [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-02-02T18:09:00.397Z] rename_test.go:194: testEnv.OSType == "windows": FIXME [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestResizeWithInvalidSize (0.00s) [2021-02-02T18:09:00.397Z] resize_test.go:37: testEnv.OSType == "windows": FIXME [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-02-02T18:09:00.397Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-02-02T18:09:00.397Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-02-02T18:09:00.397Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-02-02T18:09:00.397Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] [2021-02-02T18:09:00.397Z] DONE 88 tests, 37 skipped in 74.724s [2021-02-02T18:09:00.397Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-02-02T18:09:02.589Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T18:09:02.589Z] INFO: Testing against a local daemon [2021-02-02T18:09:02.589Z] === RUN TestCommitInheritsEnv [2021-02-02T18:09:02.589Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-02-02T18:09:02.589Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-02T18:09:02.589Z] === RUN TestImportExtremelyLargeImageWorks [2021-02-02T18:09:02.589Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-02-02T18:09:02.589Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-02-02T18:09:02.589Z] === RUN TestImagesFilterMultiReference [2021-02-02T18:09:02.589Z] --- PASS: TestImagesFilterMultiReference (0.08s) [2021-02-02T18:09:02.589Z] === RUN TestImagePullPlatformInvalid [2021-02-02T18:09:02.589Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-02-02T18:09:02.589Z] === RUN TestRemoveImageOrphaning [2021-02-02T18:09:03.563Z] --- PASS: TestRemoveImageOrphaning (1.11s) [2021-02-02T18:09:03.563Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-02-02T18:09:03.563Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-02-02T18:09:03.563Z] === RUN TestTagInvalidReference [2021-02-02T18:09:03.563Z] --- PASS: TestTagInvalidReference (0.03s) [2021-02-02T18:09:03.563Z] === RUN TestTagValidPrefixedRepo [2021-02-02T18:09:03.563Z] --- PASS: TestTagValidPrefixedRepo (0.09s) [2021-02-02T18:09:03.563Z] === RUN TestTagExistedNameWithoutForce [2021-02-02T18:09:03.563Z] --- PASS: TestTagExistedNameWithoutForce (0.05s) [2021-02-02T18:09:03.563Z] === RUN TestTagOfficialNames [2021-02-02T18:09:04.025Z] --- PASS: TestTagOfficialNames (0.08s) [2021-02-02T18:09:04.025Z] === RUN TestTagMatchesDigest [2021-02-02T18:09:04.025Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-02-02T18:09:04.025Z] PASS [2021-02-02T18:09:04.025Z] ok github.com/docker/docker/integration/image 1.715s [2021-02-02T18:09:04.025Z] [2021-02-02T18:09:04.025Z] === Skipped [2021-02-02T18:09:04.025Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-02-02T18:09:04.025Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-02T18:09:04.025Z] [2021-02-02T18:09:04.025Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-02-02T18:09:04.025Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-02-02T18:09:04.025Z] [2021-02-02T18:09:04.025Z] [2021-02-02T18:09:04.025Z] DONE 11 tests, 2 skipped in 3.756s [2021-02-02T18:09:04.025Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-02-02T18:09:06.944Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T18:09:06.944Z] INFO: Testing against a local daemon [2021-02-02T18:09:06.944Z] === RUN TestNetworkCreateDelete [2021-02-02T18:09:06.944Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-02-02T18:09:06.944Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:06.944Z] === RUN TestDockerNetworkDeletePreferID [2021-02-02T18:09:06.944Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-02-02T18:09:06.944Z] 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-02-02T18:09:06.944Z] === RUN TestDaemonDNSFallback [2021-02-02T18:09:06.944Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-02-02T18:09:06.944Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:06.944Z] === RUN TestInspectNetwork [2021-02-02T18:09:06.944Z] --- SKIP: TestInspectNetwork (0.00s) [2021-02-02T18:09:06.944Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-02-02T18:09:06.944Z] === RUN TestRunContainerWithBridgeNone [2021-02-02T18:09:06.944Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-02-02T18:09:06.944Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:06.944Z] === RUN TestNetworkInvalidJSON [2021-02-02T18:09:06.944Z] === RUN TestNetworkInvalidJSON//networks/create [2021-02-02T18:09:06.944Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-02-02T18:09:06.944Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T18:09:06.944Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T18:09:06.944Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T18:09:06.944Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T18:09:06.944Z] === CONT TestNetworkInvalidJSON//networks/create [2021-02-02T18:09:06.944Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-02-02T18:09:06.944Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-02-02T18:09:06.944Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-02-02T18:09:06.944Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.01s) [2021-02-02T18:09:06.944Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-02-02T18:09:06.944Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-02-02T18:09:06.944Z] === RUN TestNetworkList [2021-02-02T18:09:06.944Z] === RUN TestNetworkList//networks [2021-02-02T18:09:06.944Z] === PAUSE TestNetworkList//networks [2021-02-02T18:09:06.944Z] === RUN TestNetworkList//networks/ [2021-02-02T18:09:06.944Z] === PAUSE TestNetworkList//networks/ [2021-02-02T18:09:06.944Z] === CONT TestNetworkList//networks [2021-02-02T18:09:06.944Z] === CONT TestNetworkList//networks/ [2021-02-02T18:09:06.944Z] --- PASS: TestNetworkList (0.03s) [2021-02-02T18:09:06.944Z] --- PASS: TestNetworkList//networks (0.00s) [2021-02-02T18:09:06.944Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-02-02T18:09:06.944Z] === RUN TestHostIPv4BridgeLabel [2021-02-02T18:09:06.944Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-02-02T18:09:06.944Z] network_test.go:126: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] === RUN TestDaemonRestartWithLiveRestore [2021-02-02T18:09:06.944Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:29: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] === RUN TestDaemonDefaultNetworkPools [2021-02-02T18:09:06.944Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:52: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] === RUN TestDaemonRestartWithExistingNetwork [2021-02-02T18:09:06.944Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:96: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-02-02T18:09:06.944Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:130: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-02-02T18:09:06.944Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:181: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] === RUN TestServiceWithPredefinedNetwork [2021-02-02T18:09:06.944Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:206: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-02-02T18:09:06.944Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:236: FLAKY_TEST [2021-02-02T18:09:06.944Z] === RUN TestServiceWithDataPathPortInit [2021-02-02T18:09:06.944Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:326: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-02-02T18:09:06.944Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:394: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] PASS [2021-02-02T18:09:06.944Z] ok github.com/docker/docker/integration/network 0.302s [2021-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] === Skipped [2021-02-02T18:09:06.944Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-02-02T18:09:06.944Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-02-02T18:09:06.944Z] 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-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-02-02T18:09:06.944Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-02-02T18:09:06.944Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-02-02T18:09:06.944Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-02-02T18:09:06.944Z] network_test.go:126: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:29: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:52: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:96: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:130: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:181: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:206: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:236: FLAKY_TEST [2021-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:326: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-02-02T18:09:06.944Z] service_test.go:394: testEnv.OSType == "windows" [2021-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] [2021-02-02T18:09:06.944Z] DONE 22 tests, 15 skipped in 2.650s [2021-02-02T18:09:06.944Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-02-02T18:09:07.405Z] testing: warning: no tests to run [2021-02-02T18:09:07.405Z] PASS [2021-02-02T18:09:07.405Z] ok github.com/docker/docker/integration/network/ipvlan 0.076s [2021-02-02T18:09:07.405Z] [2021-02-02T18:09:07.405Z] DONE 0 tests in 0.787s [2021-02-02T18:09:07.405Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-02-02T18:09:08.377Z] testing: warning: no tests to run [2021-02-02T18:09:08.377Z] PASS [2021-02-02T18:09:08.377Z] ok github.com/docker/docker/integration/network/macvlan 0.081s [2021-02-02T18:09:08.377Z] [2021-02-02T18:09:08.377Z] DONE 0 tests in 0.864s [2021-02-02T18:09:08.377Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-02-02T18:09:09.348Z] testing: warning: no tests to run [2021-02-02T18:09:09.348Z] PASS [2021-02-02T18:09:09.349Z] ok github.com/docker/docker/integration/plugin 0.066s [2021-02-02T18:09:09.349Z] [2021-02-02T18:09:09.349Z] DONE 0 tests in 0.772s [2021-02-02T18:09:09.349Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-02-02T18:09:10.320Z] testing: warning: no tests to run [2021-02-02T18:09:10.320Z] PASS [2021-02-02T18:09:10.320Z] ok github.com/docker/docker/integration/plugin/authz 0.070s [2021-02-02T18:09:10.320Z] [2021-02-02T18:09:10.320Z] DONE 0 tests in 0.829s [2021-02-02T18:09:10.320Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-02-02T18:09:15.136Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-02-02T18:09:18.917Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T18:09:18.917Z] INFO: Testing against a local daemon [2021-02-02T18:09:18.917Z] === RUN TestPluginInvalidJSON [2021-02-02T18:09:18.917Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T18:09:18.917Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T18:09:18.917Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-02-02T18:09:18.917Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-02-02T18:09:18.917Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-02-02T18:09:18.917Z] === RUN TestPluginInstall [2021-02-02T18:09:18.917Z] --- SKIP: TestPluginInstall (0.00s) [2021-02-02T18:09:18.917Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-02-02T18:09:18.917Z] === RUN TestPluginsWithRuntimes [2021-02-02T18:09:18.917Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-02-02T18:09:18.917Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-02-02T18:09:18.917Z] PASS [2021-02-02T18:09:18.917Z] ok github.com/docker/docker/integration/plugin/common 0.258s [2021-02-02T18:09:18.917Z] [2021-02-02T18:09:18.917Z] === Skipped [2021-02-02T18:09:18.917Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-02-02T18:09:18.917Z] plugin_test.go:58: testEnv.OSType == "windows" [2021-02-02T18:09:18.917Z] [2021-02-02T18:09:18.917Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-02-02T18:09:18.917Z] plugin_test.go:167: testEnv.OSType == "windows" [2021-02-02T18:09:18.917Z] [2021-02-02T18:09:18.917Z] [2021-02-02T18:09:18.917Z] DONE 4 tests, 2 skipped in 8.168s [2021-02-02T18:09:18.917Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-02-02T18:09:21.832Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T18:09:21.832Z] INFO: Testing against a local daemon [2021-02-02T18:09:21.832Z] === RUN TestExternalGraphDriver [2021-02-02T18:09:21.832Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-02-02T18:09:21.832Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-02T18:09:21.832Z] === RUN TestGraphdriverPluginV2 [2021-02-02T18:09:21.832Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-02-02T18:09:21.832Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-02T18:09:21.832Z] PASS [2021-02-02T18:09:21.832Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.250s [2021-02-02T18:09:21.832Z] [2021-02-02T18:09:21.832Z] === Skipped [2021-02-02T18:09:21.832Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-02-02T18:09:21.832Z] external_test.go:48: runtime.GOOS == "windows" [2021-02-02T18:09:21.832Z] [2021-02-02T18:09:21.832Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-02-02T18:09:21.832Z] external_test.go:408: runtime.GOOS == "windows" [2021-02-02T18:09:21.832Z] [2021-02-02T18:09:21.832Z] [2021-02-02T18:09:21.832Z] DONE 2 tests, 2 skipped in 3.347s [2021-02-02T18:09:21.832Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-02-02T18:09:24.764Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T18:09:24.764Z] INFO: Testing against a local daemon [2021-02-02T18:09:24.764Z] === RUN TestReadPluginNoRead [2021-02-02T18:09:24.764Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-02-02T18:09:24.764Z] read_test.go:21: no unix domain sockets on Windows [2021-02-02T18:09:24.764Z] PASS [2021-02-02T18:09:24.764Z] ok github.com/docker/docker/integration/plugin/logging 0.238s [2021-02-02T18:09:24.764Z] [2021-02-02T18:09:24.764Z] === Skipped [2021-02-02T18:09:24.764Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-02-02T18:09:24.764Z] read_test.go:21: no unix domain sockets on Windows [2021-02-02T18:09:24.764Z] [2021-02-02T18:09:24.764Z] [2021-02-02T18:09:24.764Z] DONE 1 tests, 1 skipped in 2.654s [2021-02-02T18:09:24.764Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-02-02T18:09:25.735Z] testing: warning: no tests to run [2021-02-02T18:09:25.735Z] PASS [2021-02-02T18:09:25.735Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.122s [2021-02-02T18:09:25.735Z] [2021-02-02T18:09:25.735Z] DONE 0 tests in 1.392s [2021-02-02T18:09:26.195Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-02-02T18:09:28.387Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T18:09:28.387Z] INFO: Testing against a local daemon [2021-02-02T18:09:28.387Z] === RUN TestPluginWithDevMounts [2021-02-02T18:09:28.387Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-02-02T18:09:28.387Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:28.387Z] PASS [2021-02-02T18:09:28.387Z] ok github.com/docker/docker/integration/plugin/volumes 0.266s [2021-02-02T18:09:28.848Z] [2021-02-02T18:09:28.848Z] === Skipped [2021-02-02T18:09:28.848Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-02-02T18:09:28.848Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:28.848Z] [2021-02-02T18:09:28.848Z] [2021-02-02T18:09:28.848Z] DONE 1 tests, 1 skipped in 2.972s [2021-02-02T18:09:28.848Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-02-02T18:09:31.034Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T18:09:31.034Z] INFO: Testing against a local daemon [2021-02-02T18:09:31.034Z] === RUN TestSecretInspect [2021-02-02T18:09:31.034Z] --- SKIP: TestSecretInspect (0.00s) [2021-02-02T18:09:31.034Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:31.034Z] === RUN TestSecretList [2021-02-02T18:09:31.034Z] --- SKIP: TestSecretList (0.01s) [2021-02-02T18:09:31.034Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:31.034Z] === RUN TestSecretsCreateAndDelete [2021-02-02T18:09:31.034Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-02-02T18:09:31.034Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:31.034Z] === RUN TestSecretsUpdate [2021-02-02T18:09:31.034Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-02-02T18:09:31.034Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:31.034Z] === RUN TestTemplatedSecret [2021-02-02T18:09:31.034Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-02-02T18:09:31.034Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:31.034Z] === RUN TestSecretCreateResolve [2021-02-02T18:09:31.034Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-02-02T18:09:31.034Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:31.034Z] PASS [2021-02-02T18:09:31.034Z] ok github.com/docker/docker/integration/secret 0.229s [2021-02-02T18:09:31.495Z] [2021-02-02T18:09:31.495Z] === Skipped [2021-02-02T18:09:31.495Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-02-02T18:09:31.495Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:31.495Z] [2021-02-02T18:09:31.495Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.01s) [2021-02-02T18:09:31.495Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:31.495Z] [2021-02-02T18:09:31.495Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-02-02T18:09:31.495Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:31.495Z] [2021-02-02T18:09:31.495Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-02-02T18:09:31.495Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:31.495Z] [2021-02-02T18:09:31.495Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-02-02T18:09:31.495Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:31.495Z] [2021-02-02T18:09:31.495Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-02-02T18:09:31.495Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:31.495Z] [2021-02-02T18:09:31.495Z] [2021-02-02T18:09:31.495Z] DONE 6 tests, 6 skipped in 2.401s [2021-02-02T18:09:31.495Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-02-02T18:09:34.418Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T18:09:34.419Z] INFO: Testing against a local daemon [2021-02-02T18:09:34.419Z] === RUN TestServiceCreateInit [2021-02-02T18:09:34.419Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-02-02T18:09:34.419Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-02-02T18:09:34.419Z] --- PASS: TestServiceCreateInit (0.04s) [2021-02-02T18:09:34.419Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-02T18:09:34.419Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-02T18:09:34.419Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestCreateServiceMultipleTimes [2021-02-02T18:09:34.419Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-02-02T18:09:34.419Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestCreateServiceConflict [2021-02-02T18:09:34.419Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-02-02T18:09:34.419Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestCreateServiceMaxReplicas [2021-02-02T18:09:34.419Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-02-02T18:09:34.419Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestCreateWithDuplicateNetworkNames [2021-02-02T18:09:34.419Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-02-02T18:09:34.419Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestCreateServiceSecretFileMode [2021-02-02T18:09:34.419Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-02-02T18:09:34.419Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestCreateServiceConfigFileMode [2021-02-02T18:09:34.419Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-02-02T18:09:34.419Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestCreateServiceSysctls [2021-02-02T18:09:34.419Z] --- SKIP: TestCreateServiceSysctls (0.03s) [2021-02-02T18:09:34.419Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestCreateServiceCapabilities [2021-02-02T18:09:34.419Z] --- SKIP: TestCreateServiceCapabilities (0.04s) [2021-02-02T18:09:34.419Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestInspect [2021-02-02T18:09:34.419Z] --- SKIP: TestInspect (0.00s) [2021-02-02T18:09:34.419Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestCreateJob [2021-02-02T18:09:34.419Z] --- SKIP: TestCreateJob (0.00s) [2021-02-02T18:09:34.419Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestReplicatedJob [2021-02-02T18:09:34.419Z] --- SKIP: TestReplicatedJob (0.00s) [2021-02-02T18:09:34.419Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestUpdateReplicatedJob [2021-02-02T18:09:34.419Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-02-02T18:09:34.419Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestServiceListWithStatuses [2021-02-02T18:09:34.419Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-02-02T18:09:34.419Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestDockerNetworkConnectAlias [2021-02-02T18:09:34.419Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-02-02T18:09:34.419Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestDockerNetworkReConnect [2021-02-02T18:09:34.419Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-02-02T18:09:34.419Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestServicePlugin [2021-02-02T18:09:34.419Z] --- SKIP: TestServicePlugin (0.00s) [2021-02-02T18:09:34.419Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] === RUN TestServiceUpdateLabel [2021-02-02T18:09:34.419Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-02-02T18:09:34.419Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:34.419Z] === RUN TestServiceUpdateSecrets [2021-02-02T18:09:34.419Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-02-02T18:09:34.419Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:34.419Z] === RUN TestServiceUpdateConfigs [2021-02-02T18:09:34.419Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-02-02T18:09:34.419Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:34.419Z] === RUN TestServiceUpdateNetwork [2021-02-02T18:09:34.419Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-02-02T18:09:34.419Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:34.419Z] === RUN TestServiceUpdatePidsLimit [2021-02-02T18:09:34.419Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-02-02T18:09:34.419Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:34.419Z] PASS [2021-02-02T18:09:34.419Z] ok github.com/docker/docker/integration/service 0.382s [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === Skipped [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-02T18:09:34.419Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-02-02T18:09:34.419Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-02T18:09:34.419Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-02-02T18:09:34.419Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-02-02T18:09:34.419Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-02-02T18:09:34.419Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-02-02T18:09:34.419Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-02-02T18:09:34.419Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-02-02T18:09:34.419Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-02-02T18:09:34.419Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.03s) [2021-02-02T18:09:34.419Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.04s) [2021-02-02T18:09:34.419Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-02-02T18:09:34.419Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-02-02T18:09:34.419Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-02-02T18:09:34.419Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-02-02T18:09:34.419Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-02-02T18:09:34.419Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-02-02T18:09:34.419Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-02-02T18:09:34.419Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-02-02T18:09:34.419Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-02-02T18:09:34.419Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-02-02T18:09:34.419Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-02-02T18:09:34.419Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-02-02T18:09:34.419Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-02-02T18:09:34.419Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] [2021-02-02T18:09:34.419Z] DONE 24 tests, 23 skipped in 3.032s [2021-02-02T18:09:34.419Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-02-02T18:09:36.603Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T18:09:36.603Z] INFO: Testing against a local daemon [2021-02-02T18:09:36.603Z] === RUN TestSessionCreate [2021-02-02T18:09:36.603Z] --- SKIP: TestSessionCreate (0.00s) [2021-02-02T18:09:36.603Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-02-02T18:09:36.603Z] === RUN TestSessionCreateWithBadUpgrade [2021-02-02T18:09:36.603Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-02-02T18:09:36.603Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-02-02T18:09:36.603Z] PASS [2021-02-02T18:09:36.603Z] ok github.com/docker/docker/integration/session 0.264s [2021-02-02T18:09:37.064Z] [2021-02-02T18:09:37.064Z] === Skipped [2021-02-02T18:09:37.064Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-02-02T18:09:37.064Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-02-02T18:09:37.064Z] [2021-02-02T18:09:37.064Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-02-02T18:09:37.064Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-02-02T18:09:37.064Z] [2021-02-02T18:09:37.064Z] [2021-02-02T18:09:37.064Z] DONE 2 tests, 2 skipped in 2.346s [2021-02-02T18:09:37.064Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-02-02T18:09:39.259Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T18:09:39.259Z] INFO: Testing against a local daemon [2021-02-02T18:09:39.259Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-02-02T18:09:39.259Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-02T18:09:39.259Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:39.259Z] === RUN TestEventsExecDie [2021-02-02T18:09:39.259Z] --- SKIP: TestEventsExecDie (0.00s) [2021-02-02T18:09:39.259Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-02-02T18:09:39.259Z] === RUN TestEventsBackwardsCompatible [2021-02-02T18:09:39.259Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-02-02T18:09:39.259Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-02-02T18:09:39.259Z] === RUN TestInfoAPI [2021-02-02T18:09:39.259Z] --- PASS: TestInfoAPI (0.04s) [2021-02-02T18:09:39.259Z] === RUN TestInfoAPIWarnings [2021-02-02T18:09:39.259Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-02-02T18:09:39.259Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-02T18:09:39.259Z] === RUN TestInfoDebug [2021-02-02T18:09:39.259Z] --- SKIP: TestInfoDebug (0.00s) [2021-02-02T18:09:39.259Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-02T18:09:39.259Z] === RUN TestInfoInsecureRegistries [2021-02-02T18:09:39.259Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-02-02T18:09:39.259Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-02T18:09:39.259Z] === RUN TestInfoRegistryMirrors [2021-02-02T18:09:39.259Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-02-02T18:09:39.259Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-02T18:09:39.259Z] === RUN TestLoginFailsWithBadCredentials [2021-02-02T18:09:40.231Z] --- PASS: TestLoginFailsWithBadCredentials (1.00s) [2021-02-02T18:09:40.231Z] === RUN TestPingCacheHeaders [2021-02-02T18:09:40.231Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-02-02T18:09:40.231Z] === RUN TestPingGet [2021-02-02T18:09:40.231Z] --- PASS: TestPingGet (0.03s) [2021-02-02T18:09:40.231Z] === RUN TestPingHead [2021-02-02T18:09:40.231Z] --- PASS: TestPingHead (0.04s) [2021-02-02T18:09:40.231Z] === RUN TestVersion [2021-02-02T18:09:40.231Z] --- PASS: TestVersion (0.03s) [2021-02-02T18:09:40.231Z] PASS [2021-02-02T18:09:40.231Z] ok github.com/docker/docker/integration/system 1.360s [2021-02-02T18:09:40.231Z] [2021-02-02T18:09:40.231Z] === Skipped [2021-02-02T18:09:40.231Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-02-02T18:09:40.231Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-02-02T18:09:40.231Z] [2021-02-02T18:09:40.231Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-02-02T18:09:40.231Z] event_test.go:28: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-02-02T18:09:40.231Z] [2021-02-02T18:09:40.231Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-02-02T18:09:40.231Z] event_test.go:78: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-02-02T18:09:40.231Z] [2021-02-02T18:09:40.231Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-02-02T18:09:40.231Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-02-02T18:09:40.231Z] [2021-02-02T18:09:40.231Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-02-02T18:09:40.231Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-02T18:09:40.231Z] [2021-02-02T18:09:40.231Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-02-02T18:09:40.231Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-02T18:09:40.231Z] [2021-02-02T18:09:40.231Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-02-02T18:09:40.231Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-02-02T18:09:40.231Z] [2021-02-02T18:09:40.231Z] [2021-02-02T18:09:40.231Z] DONE 13 tests, 7 skipped in 3.391s [2021-02-02T18:09:40.231Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-02-02T18:09:43.147Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T18:09:43.147Z] INFO: Testing against a local daemon [2021-02-02T18:09:43.147Z] === RUN TestVolumesCreateAndList [2021-02-02T18:09:43.147Z] --- PASS: TestVolumesCreateAndList (0.06s) [2021-02-02T18:09:43.147Z] === RUN TestVolumesRemove [2021-02-02T18:09:43.147Z] --- PASS: TestVolumesRemove (0.11s) [2021-02-02T18:09:43.147Z] === RUN TestVolumesInspect [2021-02-02T18:09:43.147Z] --- PASS: TestVolumesInspect (0.04s) [2021-02-02T18:09:43.147Z] === RUN TestVolumesInvalidJSON [2021-02-02T18:09:43.147Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-02-02T18:09:43.147Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-02-02T18:09:43.147Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-02-02T18:09:43.147Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-02-02T18:09:43.147Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-02-02T18:09:43.147Z] PASS [2021-02-02T18:09:43.147Z] ok github.com/docker/docker/integration/volume 0.411s [2021-02-02T18:09:43.147Z] [2021-02-02T18:09:43.147Z] DONE 5 tests in 2.550s [2021-02-02T18:09:43.147Z] INFO: make.ps1 ended at 02/02/2021 18:09:42 [2021-02-02T18:09:43.147Z] INFO: Integration CLI tests being run from the host: [2021-02-02T18:09:43.147Z] 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-02-02T18:09:51.740Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-02-02T18:09:51.740Z] INFO: Testing against a local daemon [2021-02-02T18:09:51.740Z] === RUN TestDockerSuite [2021-02-02T18:09:51.740Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-02-02T18:09:51.740Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-02-02T18:09:51.740Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-02-02T18:09:51.740Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-02-02T18:09:51.740Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-02-02T18:09:51.740Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-02-02T18:09:51.740Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-02-02T18:09:51.740Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-02-02T18:09:52.712Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-02-02T18:09:52.712Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-02-02T18:09:53.173Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-02-02T18:09:53.634Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-02-02T18:10:22.742Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-02-02T18:10:30.834Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-02-02T18:11:02.851Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-02-02T18:11:17.679Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-02-02T18:11:49.689Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-02-02T18:12:01.862Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-02-02T18:12:05.366Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-02-02T18:12:05.366Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-02-02T18:12:05.366Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-02-02T18:12:05.366Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-02-02T18:12:05.366Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-02-02T18:12:05.366Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-02-02T18:12:05.366Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-02-02T18:12:05.366Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-02-02T18:12:05.366Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-02-02T18:12:05.366Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-02-02T18:12:05.366Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-02-02T18:12:05.366Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-02-02T18:12:05.366Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-02-02T18:12:05.366Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-02-02T18:12:05.366Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-02-02T18:12:06.912Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-02-02T18:12:14.016Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-02-02T18:12:14.016Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-02-02T18:12:14.016Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-02-02T18:12:14.016Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-02-02T18:12:14.016Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-02-02T18:12:17.761Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-02-02T18:12:17.761Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-02-02T18:12:17.761Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-02-02T18:12:24.853Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-02-02T18:12:33.894Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-02-02T18:12:48.722Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-02-02T18:13:06.752Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-02-02T18:13:53.352Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-02-02T18:14:11.384Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-02-02T18:14:21.378Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-02-02T18:14:21.378Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-02-02T18:14:21.378Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-02-02T18:14:21.378Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-02-02T18:14:21.378Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-02-02T18:14:21.378Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-02-02T18:14:21.378Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-02-02T18:14:21.378Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-02-02T18:14:21.379Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-02-02T18:14:21.379Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-02-02T18:14:21.379Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-02-02T18:14:24.297Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-02-02T18:14:25.844Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-02-02T18:14:25.844Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-02-02T18:14:25.844Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-02-02T18:14:25.844Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-02-02T18:14:29.599Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-02-02T18:14:42.029Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-02-02T18:14:43.394Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-02-02T18:14:50.621Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-02-02T18:14:51.593Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-02-02T18:14:51.593Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-02-02T18:14:55.343Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-02-02T18:14:56.885Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-02-02T18:15:01.597Z] === RUN TestDockerSuite/TestBuildAddScript [2021-02-02T18:15:01.597Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-02-02T18:15:01.597Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-02-02T18:15:01.597Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-02-02T18:15:01.597Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-02-02T18:15:02.058Z] === RUN TestDockerSuite/TestBuildAddTar [2021-02-02T18:15:15.404Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-02-02T18:15:27.574Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-02-02T18:15:44.635Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-02-02T18:15:44.635Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-02-02T18:15:44.635Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-02-02T18:15:45.625Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-02-02T18:16:00.453Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-02-02T18:16:09.809Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-02-02T18:16:09.809Z] === RUN TestDockerSuite/TestBuildBlankName [2021-02-02T18:16:09.809Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite (437.31s) [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.59s) [2021-02-02T18:16:15.280Z] docker_cli_external_volume_driver_test.go:53: [d084f42aeb102] daemon is not started [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.61s) [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.21s) [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2021-02-02T18:16:15.280Z] docker_cli_external_volume_driver_test.go:53: [d906f5d8b9b29] daemon is not started [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2021-02-02T18:16:15.280Z] docker_cli_external_volume_driver_test.go:53: [d6906ebb2c6d2] daemon is not started [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-02-02T18:16:15.280Z] docker_cli_external_volume_driver_test.go:53: [d156957cdd509] daemon is not started [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s) [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.21s) [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.78s) [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.23s) [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.30s) [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.90s) [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.22s) [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.69s) [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.01s) [2021-02-02T18:16:15.280Z] docker_cli_external_volume_driver_test.go:485: [d0bc8accc4790] daemon is not started [2021-02-02T18:16:15.280Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-02-02T18:16:15.280Z] docker_cli_external_volume_driver_test.go:53: [d83e1c60ccfee] daemon is not started [2021-02-02T18:16:15.280Z] PASS [2021-02-02T18:16:15.280Z] [2021-02-02T18:16:15.280Z] === Skipped [2021-02-02T18:16:15.280Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-02T18:16:15.280Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-02-02T18:16:15.280Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-02-02T18:16:15.280Z] check_test.go:309: [d172b3c2f8c3d] daemon is not started [2021-02-02T18:16:15.280Z] [2021-02-02T18:16:15.280Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-02-02T18:16:15.280Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-02-02T18:16:15.280Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-02-02T18:16:15.280Z] check_test.go:309: [d1fc2154faa7d] daemon is not started [2021-02-02T18:16:15.280Z] [2021-02-02T18:16:15.280Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-02-02T18:16:15.280Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-02-02T18:16:15.280Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-02-02T18:16:15.280Z] check_test.go:309: [d51caac34275c] daemon is not started [2021-02-02T18:16:15.280Z] [2021-02-02T18:16:15.280Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-02-02T18:16:15.280Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-02-02T18:16:15.280Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-02-02T18:16:15.280Z] [2021-02-02T18:16:15.280Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-02-02T18:16:15.280Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-02-02T18:16:15.280Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-02-02T18:16:15.280Z] [2021-02-02T18:16:15.280Z] [2021-02-02T18:16:15.280Z] DONE 273 tests, 5 skipped in 2512.382s [2021-02-02T18:16:15.280Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-02-02T18:16:15.280Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d4634f26850e0/docker.pid [2021-02-02T18:16:15.280Z] +++ kill 6034 [2021-02-02T18:16:15.280Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 6034 is not a child of this shell [2021-02-02T18:16:15.280Z] warning: PID 6034 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d4634f26850e0/docker.pid had a nonzero exit code [2021-02-02T18:16:15.280Z] ++++ cat bundles/test-integration/docker.pid [2021-02-02T18:16:15.280Z] +++ kill 8170 [2021-02-02T18:16:15.615Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-02-02T18:16:16.078Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-02-02T18:16:16.211Z] +++ /etc/init.d/apparmor stop [2021-02-02T18:16:16.211Z] Leaving: AppArmorNo profiles have been unloaded. [2021-02-02T18:16:16.211Z] [2021-02-02T18:16:16.211Z] Unloading profiles will leave already running processes permanently [2021-02-02T18:16:16.211Z] unconfined, which can lead to unexpected situations. [2021-02-02T18:16:16.211Z] [2021-02-02T18:16:16.211Z] To set a process to complain mode, use the command line tool [2021-02-02T18:16:16.211Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-02-02T18:16:16.211Z] +++ true [2021-02-02T18:16:16.211Z] exiting test-integration [2021-02-02T18:16:16.211Z] ++ exit 0 [2021-02-02T18:16:16.211Z] [2021-02-02T18:16:16.466Z] + exit 0 [2021-02-02T18:16:16.466Z] ++ jobs -p [2021-02-02T18:16:16.466Z] + pids= [2021-02-02T18:16:16.466Z] + echo 'Remaining pids to kill: []' [2021-02-02T18:16:16.466Z] Remaining pids to kill: [] [2021-02-02T18:16:16.466Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-02-02T18:16:16.475Z] Recording test results [2021-02-02T18:16:17.144Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-02-02T18:16:17.464Z] + echo Ensuring container killed. [2021-02-02T18:16:17.464Z] Ensuring container killed. [2021-02-02T18:16:17.464Z] + docker ps -aq -f name=docker-pr3-* [2021-02-02T18:16:17.464Z] + cids=1014cff5dfcc [2021-02-02T18:16:17.464Z] b4ee1155c281 [2021-02-02T18:16:17.464Z] ad27a54bbede [2021-02-02T18:16:17.464Z] + [ -n 1014cff5dfcc [2021-02-02T18:16:17.464Z] b4ee1155c281 [2021-02-02T18:16:17.464Z] ad27a54bbede ] [2021-02-02T18:16:17.464Z] + docker rm -vf 1014cff5dfcc b4ee1155c281 ad27a54bbede [2021-02-02T18:16:19.977Z] 1014cff5dfcc [2021-02-02T18:16:20.780Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-02-02T18:16:20.904Z] b4ee1155c281 [2021-02-02T18:16:21.830Z] ad27a54bbede [Pipeline] sh [2021-02-02T18:16:22.109Z] + echo Chowning /workspace to jenkins user [2021-02-02T18:16:22.109Z] Chowning /workspace to jenkins user [2021-02-02T18:16:22.109Z] + id -u [2021-02-02T18:16:22.109Z] + id -g [2021-02-02T18:16:22.109Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41842:/workspace busybox chown -R 1000:1000 /workspace [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-02-02T18:16:26.615Z] + bundleName=amd64 [2021-02-02T18:16:26.615Z] + echo Creating amd64-bundles.tar.gz [2021-02-02T18:16:26.615Z] Creating amd64-bundles.tar.gz [2021-02-02T18:16:26.615Z] + xargs tar -czf amd64-bundles.tar.gz [2021-02-02T18:16:26.615Z] + 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-02-02T18:16:27.986Z] Archiving artifacts [2021-02-02T18:16:28.634Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41842/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-02T18:16:28.937Z] + make clean [2021-02-02T18:16:29.192Z] docker volume rm -f docker-dev-cache [2021-02-02T18:16:29.192Z] docker-dev-cache [Pipeline] deleteDir [2021-02-02T18:16:31.132Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T18:16:38.226Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-02-02T18:16:38.226Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-02-02T18:16:44.031Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-02-02T18:16:44.031Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-02-02T18:16:44.031Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-02-02T18:16:51.121Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-02-02T18:16:51.121Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-02-02T18:16:51.121Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-02-02T18:16:51.121Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-02-02T18:16:51.121Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-02-02T18:17:26.850Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-02-02T18:17:26.850Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-02-02T18:17:27.823Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-02-02T18:17:27.823Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-02-02T18:17:29.365Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-02-02T18:17:29.365Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-02-02T18:17:34.068Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-02-02T18:17:35.613Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-02-02T18:17:35.613Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-02-02T18:17:35.613Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-02-02T18:17:37.160Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-02-02T18:17:38.133Z] === RUN TestDockerSuite/TestBuildCmd [2021-02-02T18:17:38.595Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-02-02T18:17:39.571Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-02-02T18:17:40.032Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-02-02T18:17:45.852Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-02-02T18:17:47.396Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-02-02T18:17:47.396Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-02-02T18:17:48.939Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-02-02T18:17:48.939Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-02-02T18:17:49.400Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-02-02T18:17:51.602Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-02-02T18:17:52.573Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-02-02T18:17:53.034Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-02-02T18:17:53.034Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-02-02T18:17:54.007Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-02-02T18:17:54.468Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-02-02T18:17:54.468Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-02-02T18:17:54.929Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-02-02T18:18:00.743Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-02-02T18:18:36.461Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-02-02T18:18:36.461Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-02-02T18:18:36.461Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-02-02T18:18:40.209Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-02-02T18:18:40.209Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-02-02T18:18:40.671Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-02-02T18:18:40.671Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-02-02T18:18:41.131Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-02-02T18:18:41.131Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-02-02T18:19:11.150Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-02-02T18:19:11.150Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-02-02T18:19:11.150Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-02-02T18:19:32.272Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-02-02T18:19:32.272Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-02-02T18:19:32.743Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-02-02T18:19:36.495Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-02-02T18:19:39.414Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-02-02T18:19:42.328Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-02-02T18:21:08.432Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-02-02T18:21:08.432Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-02-02T18:21:08.432Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-02-02T18:22:49.759Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-02-02T18:22:49.759Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-02-02T18:22:49.759Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-02-02T18:22:58.358Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-02-02T18:23:08.716Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-02-02T18:23:23.565Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-02-02T18:23:59.288Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-02-02T18:24:06.381Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-02-02T18:24:21.231Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-02-02T18:26:17.753Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-02-02T18:26:17.753Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-02-02T18:26:17.753Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-02-02T18:26:17.753Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-02-02T18:26:17.753Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-02-02T18:26:17.753Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-02-02T18:26:17.753Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-02-02T18:26:17.753Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-02-02T18:26:17.753Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-02-02T18:26:17.753Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-02-02T18:26:17.753Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-02-02T18:26:20.689Z] === RUN TestDockerSuite/TestBuildEnv [2021-02-02T18:26:20.689Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-02-02T18:26:20.689Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-02-02T18:26:20.689Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-02-02T18:26:20.689Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-02-02T18:26:20.689Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-02-02T18:26:25.394Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-02-02T18:26:25.394Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-02-02T18:26:25.394Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-02-02T18:26:25.394Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-02-02T18:26:26.367Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-02-02T18:26:31.069Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-02-02T18:26:45.916Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-02-02T18:26:46.383Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-02-02T18:26:46.383Z] === RUN TestDockerSuite/TestBuildExpose [2021-02-02T18:26:46.383Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-02-02T18:26:46.383Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-02-02T18:26:46.383Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-02-02T18:26:46.383Z] === RUN TestDockerSuite/TestBuildFails [2021-02-02T18:26:54.971Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-02-02T18:26:54.971Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-02-02T18:26:59.682Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-02-02T18:27:05.498Z] === RUN TestDockerSuite/TestBuildForceRm [2021-02-02T18:27:17.904Z] === RUN TestDockerSuite/TestBuildFromGit [2021-02-02T18:27:28.250Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-02-02T18:27:28.711Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-02-02T18:27:34.636Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-02-02T18:27:34.636Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-02-02T18:27:35.098Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-02-02T18:27:35.559Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-02-02T18:27:35.559Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-02-02T18:27:50.398Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-02-02T18:27:50.398Z] === RUN TestDockerSuite/TestBuildHistory [2021-02-02T18:28:02.818Z] === RUN TestDockerSuite/TestBuildIidFile [2021-02-02T18:28:02.818Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-02-02T18:28:04.360Z] === RUN TestDockerSuite/TestBuildInheritance [2021-02-02T18:28:04.360Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-02-02T18:28:05.332Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-02-02T18:28:05.332Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-02-02T18:28:10.032Z] === RUN TestDockerSuite/TestBuildLabel [2021-02-02T18:28:10.492Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-02-02T18:28:11.464Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-02-02T18:28:12.436Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-02-02T18:28:12.898Z] === RUN TestDockerSuite/TestBuildLabels [2021-02-02T18:28:13.869Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-02-02T18:28:15.415Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-02-02T18:28:22.509Z] === RUN TestDockerSuite/TestBuildLastModified [2021-02-02T18:28:22.509Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-02-02T18:28:22.509Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-02-02T18:28:22.509Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-02-02T18:28:22.509Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-02-02T18:28:22.509Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-02-02T18:28:22.509Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-02-02T18:28:22.969Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-02-02T18:28:23.946Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-02-02T18:28:28.692Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-02-02T18:28:46.426Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-02-02T18:28:46.426Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-02-02T18:28:46.886Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-02-02T18:29:22.610Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-02-02T18:29:47.784Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-02-02T18:29:52.498Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-02-02T18:29:59.601Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-02-02T18:30:05.411Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-02-02T18:30:23.134Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-02-02T18:30:23.134Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-02-02T18:30:35.537Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-02-02T18:30:35.537Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-02-02T18:30:35.537Z] === RUN TestDockerSuite/TestBuildNetNone [2021-02-02T18:30:35.537Z] === RUN TestDockerSuite/TestBuildNoContext [2021-02-02T18:30:37.734Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-02-02T18:30:42.475Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-02-02T18:30:44.659Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-02-02T18:30:45.120Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-02-02T18:30:45.120Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-02-02T18:30:48.044Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-02-02T18:30:49.601Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-02-02T18:30:51.145Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-02-02T18:31:05.986Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-02-02T18:31:06.958Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-02-02T18:31:17.317Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-02-02T18:31:20.234Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-02-02T18:31:28.829Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-02-02T18:31:34.675Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-02-02T18:31:39.380Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-02-02T18:31:40.352Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-02-02T18:31:40.352Z] === RUN TestDockerSuite/TestBuildPATH [2021-02-02T18:31:40.352Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-02-02T18:31:42.545Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-02-02T18:31:42.545Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-02-02T18:32:33.278Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-02-02T18:32:54.411Z] === RUN TestDockerSuite/TestBuildRm [2021-02-02T18:33:04.753Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-02-02T18:33:07.684Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-02-02T18:33:07.684Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-02-02T18:33:08.146Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-02-02T18:33:09.690Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-02-02T18:33:13.439Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-02-02T18:33:17.194Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-02-02T18:33:21.917Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-02-02T18:33:36.751Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-02-02T18:33:37.212Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-02-02T18:33:38.184Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-02-02T18:33:48.528Z] === RUN TestDockerSuite/TestBuildSpaces [2021-02-02T18:33:48.528Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-02-02T18:33:52.286Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-02-02T18:33:52.286Z] === RUN TestDockerSuite/TestBuildStderr [2021-02-02T18:33:56.998Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-02-02T18:34:18.127Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-02-02T18:34:18.127Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-02-02T18:34:19.670Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-02-02T18:34:21.214Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-02-02T18:34:25.924Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-02-02T18:34:30.627Z] === RUN TestDockerSuite/TestBuildUser [2021-02-02T18:34:30.627Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-02-02T18:34:30.627Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-02-02T18:34:30.627Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-02-02T18:34:35.334Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-02-02T18:34:35.795Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-02-02T18:34:38.709Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-02-02T18:34:38.709Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-02-02T18:34:38.709Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-02-02T18:35:03.889Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-02-02T18:35:03.889Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-02-02T18:35:09.712Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-02-02T18:35:20.057Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-02-02T18:35:20.057Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-02-02T18:35:20.057Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-02-02T18:35:22.974Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-02-02T18:35:22.974Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-02-02T18:35:35.398Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-02-02T18:35:38.313Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-02-02T18:35:38.773Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-02-02T18:35:56.496Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-02-02T18:35:56.961Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-02-02T18:35:56.961Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-02-02T18:35:56.961Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-02-02T18:35:58.504Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-02-02T18:36:07.095Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-02-02T18:36:08.639Z] === RUN TestDockerSuite/TestBuildXZHost [2021-02-02T18:36:09.099Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-02-02T18:36:09.099Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-02-02T18:36:09.099Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-02-02T18:36:12.020Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-02-02T18:36:15.767Z] === RUN TestDockerSuite/TestCommitChange [2021-02-02T18:36:21.572Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-02-02T18:36:25.318Z] === RUN TestDockerSuite/TestCommitHardlink [2021-02-02T18:36:25.318Z] === RUN TestDockerSuite/TestCommitNewFile [2021-02-02T18:36:32.417Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-02-02T18:36:32.417Z] === RUN TestDockerSuite/TestCommitTTY [2021-02-02T18:36:44.823Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-02-02T18:36:47.747Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-02-02T18:36:47.747Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-02-02T18:36:47.747Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-02-02T18:36:47.747Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-02-02T18:36:47.747Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-02-02T18:36:47.747Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-02-02T18:36:47.747Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-02-02T18:36:47.747Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-02-02T18:36:47.747Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-02-02T18:36:54.844Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-02-02T18:37:00.650Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-02-02T18:37:00.650Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-02-02T18:37:03.563Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-02-02T18:37:03.563Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-02-02T18:37:03.563Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-02-02T18:37:03.563Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-02-02T18:37:05.752Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-02-02T18:37:05.752Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-02-02T18:37:05.752Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-02-02T18:37:07.936Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-02-02T18:37:08.397Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-02-02T18:37:08.397Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-02-02T18:37:08.397Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-02-02T18:37:08.397Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-02-02T18:37:11.312Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-02-02T18:37:12.854Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-02-02T18:37:15.768Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-02-02T18:37:15.768Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-02-02T18:37:15.768Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-02-02T18:37:17.952Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-02-02T18:37:17.952Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-02-02T18:37:25.041Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-02-02T18:37:25.041Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-02-02T18:37:25.041Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-02-02T18:37:27.225Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-02-02T18:37:27.225Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-02-02T18:37:29.410Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-02-02T18:37:29.410Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-02-02T18:37:32.339Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-02-02T18:37:32.339Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-02-02T18:37:34.529Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-02-02T18:37:38.276Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-02-02T18:37:42.988Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-02-02T18:37:42.988Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-02-02T18:37:42.988Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-02-02T18:37:42.988Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-02-02T18:37:42.988Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-02-02T18:37:44.532Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-02-02T18:37:44.532Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-02-02T18:37:51.626Z] === RUN TestDockerSuite/TestContainerAPITop [2021-02-02T18:37:51.626Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-02-02T18:37:53.830Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-02-02T18:37:53.830Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-02-02T18:37:58.540Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-02-02T18:38:00.733Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-02-02T18:38:00.733Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-02-02T18:38:00.733Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-02-02T18:38:00.733Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-02-02T18:38:00.733Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-02-02T18:38:00.733Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-02-02T18:38:02.275Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-02-02T18:38:02.275Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-02-02T18:38:05.189Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-02-02T18:38:08.111Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-02-02T18:38:10.313Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-02-02T18:38:13.244Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000005760_} [2021-02-02T18:38:15.432Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1732331494_c:\foo_false____} [2021-02-02T18:38:18.353Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1732331494_c:\foo_true____} [2021-02-02T18:38:20.543Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-02-02T18:38:20.543Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-02-02T18:38:20.543Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-02-02T18:38:20.543Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-02-02T18:38:20.543Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-02-02T18:38:20.543Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-02-02T18:38:20.543Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-02-02T18:38:20.543Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-02-02T18:38:20.543Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-02-02T18:38:20.543Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-02-02T18:38:20.543Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-02-02T18:38:20.543Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-02-02T18:38:20.543Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-02-02T18:38:20.543Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-02-02T18:38:20.543Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-02-02T18:38:21.004Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-02-02T18:38:21.004Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-02-02T18:38:21.004Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-02-02T18:38:28.094Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-02-02T18:38:28.094Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-02-02T18:38:28.094Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-02-02T18:38:28.094Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-02-02T18:38:28.094Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-02-02T18:38:28.094Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-02-02T18:38:28.094Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-02-02T18:38:28.094Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-02-02T18:38:28.094Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-02-02T18:38:28.556Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-02-02T18:38:28.556Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-02-02T18:38:28.556Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-02-02T18:38:28.556Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-02-02T18:38:28.556Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-02-02T18:38:30.740Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-02-02T18:38:31.202Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-02-02T18:38:31.202Z] === RUN TestDockerSuite/TestCpRelativePath [2021-02-02T18:38:33.386Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-02-02T18:38:33.386Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-02-02T18:38:33.386Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-02-02T18:38:33.386Z] === RUN TestDockerSuite/TestCpToCaseA [2021-02-02T18:38:38.104Z] === RUN TestDockerSuite/TestCpToCaseB [2021-02-02T18:38:40.297Z] === RUN TestDockerSuite/TestCpToCaseC [2021-02-02T18:38:40.297Z] === RUN TestDockerSuite/TestCpToCaseD [2021-02-02T18:38:40.297Z] === RUN TestDockerSuite/TestCpToCaseE [2021-02-02T18:38:55.144Z] === RUN TestDockerSuite/TestCpToCaseF [2021-02-02T18:38:55.145Z] === RUN TestDockerSuite/TestCpToCaseG [2021-02-02T18:38:55.145Z] === RUN TestDockerSuite/TestCpToCaseH [2021-02-02T18:39:03.733Z] === RUN TestDockerSuite/TestCpToCaseI [2021-02-02T18:39:03.733Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-02-02T18:39:03.733Z] === RUN TestDockerSuite/TestCpToDot [2021-02-02T18:39:05.918Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-02-02T18:39:05.918Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-02-02T18:39:05.918Z] === RUN TestDockerSuite/TestCpToStdout [2021-02-02T18:39:08.104Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-02-02T18:39:08.104Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-02-02T18:39:08.104Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-02-02T18:39:08.104Z] === RUN TestDockerSuite/TestCpVolumePath [2021-02-02T18:39:08.104Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-02-02T18:39:08.568Z] === RUN TestDockerSuite/TestCreateArgs [2021-02-02T18:39:08.568Z] === RUN TestDockerSuite/TestCreateByImageID [2021-02-02T18:39:10.759Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-02-02T18:39:12.948Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-02-02T18:39:13.409Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-02-02T18:39:13.409Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-02-02T18:39:15.593Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-02-02T18:39:16.054Z] === RUN TestDockerSuite/TestCreateLabels [2021-02-02T18:39:16.515Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-02-02T18:39:16.515Z] === RUN TestDockerSuite/TestCreateRM [2021-02-02T18:39:16.975Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-02-02T18:39:16.975Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-02-02T18:39:16.975Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-02-02T18:39:17.436Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-02-02T18:39:32.279Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-02-02T18:39:32.279Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-02-02T18:39:32.279Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-02-02T18:39:35.207Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-02-02T18:39:35.207Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-02-02T18:39:35.207Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestDevicePermissions [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestDockerFails [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestEventsAttach [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestEventsCommit [2021-02-02T18:39:38.120Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-02-02T18:39:41.047Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-02-02T18:39:43.233Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-02-02T18:39:45.420Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-02-02T18:40:06.538Z] === RUN TestDockerSuite/TestEventsCopy [2021-02-02T18:40:08.726Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-02-02T18:40:13.434Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-02-02T18:40:22.030Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-02-02T18:40:22.030Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-02-02T18:40:25.778Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-02-02T18:40:26.239Z] === RUN TestDockerSuite/TestEventsFilterType [2021-02-02T18:40:27.214Z] === RUN TestDockerSuite/TestEventsFilters [2021-02-02T18:40:33.021Z] === RUN TestDockerSuite/TestEventsFormat [2021-02-02T18:40:36.765Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-02-02T18:40:36.765Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-02-02T18:40:36.765Z] === RUN TestDockerSuite/TestEventsImageImport [2021-02-02T18:40:37.226Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-02-02T18:40:37.226Z] === RUN TestDockerSuite/TestEventsImagePull [2021-02-02T18:40:37.226Z] === RUN TestDockerSuite/TestEventsImageTag [2021-02-02T18:40:38.198Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-02-02T18:40:38.198Z] === RUN TestDockerSuite/TestEventsRename [2021-02-02T18:40:41.113Z] === RUN TestDockerSuite/TestEventsResize [2021-02-02T18:40:43.303Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-02-02T18:40:46.216Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-02-02T18:40:48.407Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-02-02T18:40:53.109Z] === RUN TestDockerSuite/TestEventsTop [2021-02-02T18:40:53.109Z] === RUN TestDockerSuite/TestEventsUntag [2021-02-02T18:40:56.034Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-02-02T18:40:59.783Z] === RUN TestDockerSuite/TestExec [2021-02-02T18:40:59.783Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-02-02T18:40:59.784Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-02-02T18:41:01.969Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-02-02T18:41:04.160Z] === RUN TestDockerSuite/TestExecAPIStart [2021-02-02T18:41:04.160Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-02-02T18:41:04.160Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-02-02T18:41:04.160Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-02-02T18:41:06.346Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-02-02T18:41:08.541Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-02-02T18:41:11.462Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-02-02T18:41:13.005Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-02-02T18:41:17.706Z] === RUN TestDockerSuite/TestExecCgroup [2021-02-02T18:41:17.706Z] === RUN TestDockerSuite/TestExecEnv [2021-02-02T18:41:17.706Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-02-02T18:41:17.706Z] === RUN TestDockerSuite/TestExecExitStatus [2021-02-02T18:41:19.904Z] === RUN TestDockerSuite/TestExecInspectID [2021-02-02T18:41:24.605Z] === RUN TestDockerSuite/TestExecInteractive [2021-02-02T18:41:24.605Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-02-02T18:41:24.605Z] === RUN TestDockerSuite/TestExecParseError [2021-02-02T18:41:24.605Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-02-02T18:41:24.605Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-02-02T18:41:24.605Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-02-02T18:41:27.528Z] === RUN TestDockerSuite/TestExecSetEnv [2021-02-02T18:41:27.528Z] === RUN TestDockerSuite/TestExecStartFails [2021-02-02T18:41:27.528Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-02-02T18:41:27.528Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-02-02T18:41:27.528Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-02-02T18:41:27.528Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-02-02T18:41:29.712Z] === RUN TestDockerSuite/TestExecUlimits [2021-02-02T18:41:29.712Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-02-02T18:41:36.826Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-02-02T18:41:36.826Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-02-02T18:41:36.826Z] === RUN TestDockerSuite/TestExecWithUser [2021-02-02T18:41:36.826Z] === RUN TestDockerSuite/TestGetContainerStats [2021-02-02T18:41:42.637Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-02-02T18:41:48.442Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-02-02T18:41:51.356Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-02-02T18:41:58.470Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-02-02T18:41:58.470Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-02-02T18:41:58.470Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-02-02T18:41:58.470Z] === RUN TestDockerSuite/TestHealth [2021-02-02T18:41:58.470Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-02-02T18:41:58.470Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-02-02T18:41:58.470Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-02-02T18:41:58.470Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-02-02T18:42:02.215Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-02-02T18:42:02.215Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-02-02T18:42:02.215Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-02-02T18:42:02.677Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-02-02T18:42:02.677Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-02-02T18:42:02.677Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-02-02T18:42:03.648Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-02-02T18:42:03.648Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-02-02T18:42:04.619Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-02-02T18:42:04.619Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-02-02T18:42:06.821Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-02-02T18:42:06.821Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-02-02T18:42:09.006Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-02-02T18:42:11.941Z] === RUN TestDockerSuite/TestImagesFormat [2021-02-02T18:42:12.402Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-02-02T18:42:12.402Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-02-02T18:42:16.158Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-02-02T18:42:16.158Z] === RUN TestDockerSuite/TestImportBadURL [2021-02-02T18:42:19.084Z] === RUN TestDockerSuite/TestImportDisplay [2021-02-02T18:42:19.084Z] === RUN TestDockerSuite/TestImportFile [2021-02-02T18:42:19.084Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-02-02T18:42:19.084Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-02-02T18:42:19.084Z] === RUN TestDockerSuite/TestImportGzipped [2021-02-02T18:42:19.084Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-02-02T18:42:19.084Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-02-02T18:42:19.084Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-02-02T18:42:19.084Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-02-02T18:42:19.084Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-02-02T18:42:19.084Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-02-02T18:42:19.084Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-02-02T18:42:19.084Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-02-02T18:42:21.276Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-02-02T18:42:23.463Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-02-02T18:42:23.463Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-02-02T18:42:23.463Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-02-02T18:42:23.463Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-02-02T18:42:23.463Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-02-02T18:42:25.648Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-02-02T18:42:26.112Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-02-02T18:42:28.298Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-02-02T18:42:28.299Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-02-02T18:42:28.299Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-02-02T18:42:28.299Z] === RUN TestDockerSuite/TestInspectDefault [2021-02-02T18:42:30.485Z] === RUN TestDockerSuite/TestInspectHistory [2021-02-02T18:42:35.191Z] === RUN TestDockerSuite/TestInspectImage [2021-02-02T18:42:35.191Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-02-02T18:42:35.191Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-02-02T18:42:35.191Z] === RUN TestDockerSuite/TestInspectInt64 [2021-02-02T18:42:37.377Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-02-02T18:42:39.571Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-02-02T18:42:39.571Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-02-02T18:42:46.665Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-02-02T18:42:48.849Z] === RUN TestDockerSuite/TestInspectPlugin [2021-02-02T18:42:48.849Z] === RUN TestDockerSuite/TestInspectRootFS [2021-02-02T18:42:49.310Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-02-02T18:42:51.494Z] === RUN TestDockerSuite/TestInspectStatus [2021-02-02T18:42:54.409Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-02-02T18:42:59.112Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-02-02T18:43:01.298Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-02-02T18:43:03.483Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-02-02T18:43:05.667Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-02-02T18:43:07.851Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-02-02T18:43:10.036Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLinksEnvs [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-02-02T18:43:12.223Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-02-02T18:43:12.684Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-02-02T18:43:12.684Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-02-02T18:43:14.871Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-02-02T18:43:17.058Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-02-02T18:43:22.891Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-02-02T18:43:25.087Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-02-02T18:43:25.087Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-02-02T18:43:27.274Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-02-02T18:43:27.274Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-02-02T18:43:34.366Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-02-02T18:43:40.175Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-02-02T18:43:47.268Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-02-02T18:43:49.457Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-02-02T18:43:51.647Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-02-02T18:43:51.647Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-02-02T18:43:54.562Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-02-02T18:43:56.747Z] === RUN TestDockerSuite/TestLogsSince [2021-02-02T18:44:07.089Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-02-02T18:44:07.089Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-02-02T18:44:07.089Z] === RUN TestDockerSuite/TestLogsTail [2021-02-02T18:44:14.179Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-02-02T18:44:15.722Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestMountIntoProc [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestMountIntoSys [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestNetHostname [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestPluginActive [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestPortHostBinding [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestPortList [2021-02-02T18:44:18.637Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-02-02T18:44:23.353Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-02-02T18:44:23.353Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-02-02T18:44:23.353Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-02-02T18:44:23.353Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-02-02T18:44:23.353Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-02-02T18:44:23.353Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-02-02T18:44:23.353Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-02-02T18:44:23.353Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-02-02T18:44:23.353Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-02-02T18:44:23.353Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-02-02T18:44:28.067Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-02-02T18:44:28.067Z] === RUN TestDockerSuite/TestPsByOrder [2021-02-02T18:44:38.412Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-02-02T18:44:38.412Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-02-02T18:44:48.763Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-02-02T18:45:03.610Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-02-02T18:45:03.610Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-02-02T18:45:03.610Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-02-02T18:45:18.472Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-02-02T18:45:24.289Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-02-02T18:45:36.698Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-02-02T18:45:41.400Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-02-02T18:45:41.400Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-02-02T18:45:41.400Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-02-02T18:45:46.108Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-02-02T18:45:46.108Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-02-02T18:45:46.108Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-02-02T18:45:46.108Z] === RUN TestDockerSuite/TestPsRightTagName [2021-02-02T18:45:46.108Z] === RUN TestDockerSuite/TestPsShowMounts [2021-02-02T18:45:54.703Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-02-02T18:45:54.703Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-02-02T18:45:55.675Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-02-02T18:45:55.675Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-02-02T18:45:57.218Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-02-02T18:45:57.678Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-02-02T18:45:57.678Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-02-02T18:46:02.379Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-02-02T18:46:07.080Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-02-02T18:46:09.277Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-02-02T18:46:30.410Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-02-02T18:46:30.410Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-02-02T18:46:36.221Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-02-02T18:46:36.221Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-02-02T18:46:36.221Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-02-02T18:46:36.685Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-02-02T18:46:41.390Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-02-02T18:46:46.097Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-02-02T18:46:46.097Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-02-02T18:46:49.855Z] === RUN TestDockerSuite/TestRmiBlank [2021-02-02T18:46:49.855Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-02-02T18:46:50.319Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-02-02T18:47:05.165Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-02-02T18:47:08.080Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-02-02T18:47:08.542Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-02-02T18:47:15.638Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-02-02T18:47:20.351Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-02-02T18:47:28.961Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-02-02T18:47:32.709Z] === RUN TestDockerSuite/TestRmiTag [2021-02-02T18:47:32.709Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-02-02T18:47:35.623Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-02-02T18:48:00.804Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-02-02T18:48:00.804Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-02-02T18:48:09.390Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-02-02T18:48:10.940Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-02-02T18:48:10.940Z] === RUN TestDockerSuite/TestRunAddHost [2021-02-02T18:48:10.940Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-02-02T18:48:10.940Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-02-02T18:48:10.940Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-02-02T18:48:10.940Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-02-02T18:48:10.940Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-02-02T18:48:10.940Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-02-02T18:48:13.131Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-02-02T18:48:13.131Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-02-02T18:48:13.131Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-02-02T18:48:17.839Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-02-02T18:48:20.754Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-02-02T18:48:27.843Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-02-02T18:48:30.028Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-02-02T18:48:32.951Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-02-02T18:48:32.951Z] === RUN TestDockerSuite/TestRunBindMounts [2021-02-02T18:48:37.658Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-02-02T18:48:37.658Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-02-02T18:48:37.658Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-02-02T18:48:37.658Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-02-02T18:48:37.658Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-02-02T18:48:37.658Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-02-02T18:48:37.658Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-02-02T18:48:37.658Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-02-02T18:48:37.658Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-02-02T18:48:37.658Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-02-02T18:48:37.658Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-02-02T18:48:37.658Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-02-02T18:48:39.849Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-02-02T18:48:39.849Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-02-02T18:48:43.594Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-02-02T18:48:43.594Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-02-02T18:48:43.594Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-02-02T18:48:45.152Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-02-02T18:48:45.152Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-02-02T18:48:45.152Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-02-02T18:48:45.152Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-02-02T18:48:45.152Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-02-02T18:48:45.152Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-02-02T18:48:45.615Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-02-02T18:48:45.615Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-02-02T18:48:47.808Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-02-02T18:48:49.996Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-02-02T18:48:52.910Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-02-02T18:48:52.910Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-02-02T18:48:52.910Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-02-02T18:48:52.910Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-02-02T18:48:55.104Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-02-02T18:48:55.104Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-02-02T18:48:55.104Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-02-02T18:48:55.104Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-02-02T18:48:55.104Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-02-02T18:48:56.652Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-02-02T18:49:02.472Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-02-02T18:49:02.472Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-02-02T18:49:02.472Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-02-02T18:49:02.472Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-02-02T18:49:02.472Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-02-02T18:49:02.472Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-02-02T18:49:02.472Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-02-02T18:49:04.660Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-02-02T18:49:04.660Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-02-02T18:49:04.660Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-02-02T18:49:04.660Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-02-02T18:49:06.844Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-02-02T18:49:09.758Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-02-02T18:49:09.758Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-02-02T18:49:11.324Z] === RUN TestDockerSuite/TestRunEnvironment [2021-02-02T18:49:11.785Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-02-02T18:49:11.785Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-02-02T18:49:11.785Z] === RUN TestDockerSuite/TestRunExitCode [2021-02-02T18:49:13.971Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-02-02T18:49:16.163Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-02-02T18:49:18.424Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-02-02T18:49:25.516Z] === RUN TestDockerSuite/TestRunExposePort [2021-02-02T18:49:25.516Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-02-02T18:49:25.516Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-02-02T18:49:25.516Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-02-02T18:49:25.516Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-02-02T18:49:25.516Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-02T18:49:25.977Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-02-02T18:49:25.977Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-02-02T18:49:25.977Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-02-02T18:49:30.681Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-02-02T18:49:30.681Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-02-02T18:49:30.681Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-02-02T18:49:30.681Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-02-02T18:49:30.681Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-02-02T18:49:30.681Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-02-02T18:49:30.681Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-02-02T18:49:37.774Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-02-02T18:49:37.774Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-02-02T18:49:39.464Z] === RUN TestDockerSuite/TestRunModeHostname [2021-02-02T18:49:39.464Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-02-02T18:49:39.464Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-02-02T18:49:39.464Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-02-02T18:49:39.464Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-02-02T18:49:39.464Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-02-02T18:49:39.464Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-02-02T18:49:39.464Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-02-02T18:49:39.464Z] === RUN TestDockerSuite/TestRunModePIDHost [2021-02-02T18:49:39.464Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-02-02T18:49:39.464Z] === RUN TestDockerSuite/TestRunMount [2021-02-02T18:49:39.464Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-02-02T18:49:39.464Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-02-02T18:49:39.464Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-02-02T18:49:39.464Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-02-02T18:49:48.050Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-02-02T18:49:48.050Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-02-02T18:49:48.050Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-02-02T18:49:48.050Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-02-02T18:49:58.393Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-02-02T18:50:01.307Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-02-02T18:50:01.307Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-02-02T18:50:01.307Z] === RUN TestDockerSuite/TestRunNetHost [2021-02-02T18:50:01.307Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-02-02T18:50:01.307Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-02-02T18:50:01.307Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-02-02T18:50:01.307Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-02-02T18:50:01.307Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-02-02T18:50:01.307Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-02-02T18:50:01.307Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-02-02T18:50:01.768Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-02-02T18:50:02.741Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-02-02T18:50:04.930Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-02-02T18:50:07.845Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-02-02T18:50:08.817Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-02-02T18:50:11.003Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-02-02T18:50:11.003Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-02-02T18:50:11.003Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-02-02T18:50:11.003Z] === RUN TestDockerSuite/TestRunPortInUse [2021-02-02T18:50:11.003Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-02-02T18:50:11.003Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-02-02T18:50:11.003Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-02-02T18:50:11.003Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-02-02T18:50:11.003Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-02-02T18:50:13.919Z] === RUN TestDockerSuite/TestRunPublishPort [2021-02-02T18:50:13.919Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-02-02T18:50:13.919Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-02-02T18:50:13.919Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-02-02T18:50:13.919Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-02-02T18:50:13.919Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-02-02T18:50:22.513Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-02-02T18:50:22.513Z] === RUN TestDockerSuite/TestRunRm [2021-02-02T18:50:24.061Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-02-02T18:50:29.866Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-02-02T18:50:32.051Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-02-02T18:50:34.238Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-02-02T18:50:37.157Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-02-02T18:50:39.349Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-02-02T18:50:39.349Z] === RUN TestDockerSuite/TestRunState [2021-02-02T18:50:39.349Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-02-02T18:50:41.535Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-02-02T18:50:41.535Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-02-02T18:50:43.726Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-02-02T18:50:43.726Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-02-02T18:50:43.726Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-02-02T18:50:43.726Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-02-02T18:50:44.191Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-02-02T18:50:44.191Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-02-02T18:50:48.896Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-02-02T18:50:48.896Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-02-02T18:50:48.896Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-02-02T18:50:48.896Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-02-02T18:50:48.896Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-02-02T18:50:48.896Z] === RUN TestDockerSuite/TestRunUserByID [2021-02-02T18:50:48.896Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-02-02T18:50:48.896Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-02-02T18:50:48.896Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-02-02T18:50:48.896Z] === RUN TestDockerSuite/TestRunUserByName [2021-02-02T18:50:48.896Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-02-02T18:50:55.993Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-02-02T18:50:55.993Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-02-02T18:50:58.178Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-02-02T18:50:58.178Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-02-02T18:50:58.178Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-02-02T18:51:06.765Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-02-02T18:51:19.180Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-02-02T18:51:22.928Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-02-02T18:51:30.127Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-02-02T18:51:30.127Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-02-02T18:51:30.127Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-02-02T18:51:32.316Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-02-02T18:51:34.501Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-02-02T18:51:36.689Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-02-02T18:51:36.689Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-02-02T18:51:36.689Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-02-02T18:51:36.689Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-02-02T18:51:37.150Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-02-02T18:51:37.150Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-02-02T18:51:37.150Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-02-02T18:51:37.150Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-02-02T18:51:37.150Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-02-02T18:51:40.911Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-02-02T18:51:43.098Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-02-02T18:51:45.284Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestSaveImageId [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-02-02T18:51:49.989Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-02-02T18:51:52.180Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-02-02T18:51:52.180Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-02-02T18:51:52.641Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-02-02T18:51:53.102Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-02-02T18:51:54.648Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-02-02T18:52:01.742Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-02-02T18:52:01.742Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-02-02T18:52:10.326Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-02-02T18:52:10.326Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-02-02T18:52:14.082Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-02-02T18:52:14.082Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-02-02T18:52:14.082Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-02-02T18:52:14.082Z] === RUN TestDockerSuite/TestStartRecordError [2021-02-02T18:52:14.082Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-02-02T18:52:19.897Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-02-02T18:52:19.897Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-02-02T18:52:19.897Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-02-02T18:52:19.897Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-02-02T18:52:19.897Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-02-02T18:52:19.897Z] === RUN TestDockerSuite/TestStatsNoStream [2021-02-02T18:52:19.897Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-02-02T18:52:22.087Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-02-02T18:52:25.014Z] === RUN TestDockerSuite/TestTopPrivileged [2021-02-02T18:52:25.014Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-02-02T18:52:27.202Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-02-02T18:52:27.202Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-02-02T18:52:27.202Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-02-02T18:52:27.202Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-02-02T18:52:27.202Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-02-02T18:52:27.202Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-02-02T18:52:27.202Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-02-02T18:52:42.046Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-02-02T18:52:42.507Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-02-02T18:52:42.507Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-02-02T18:52:42.507Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-02-02T18:52:42.967Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-02-02T18:52:43.428Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-02-02T18:52:43.428Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-02-02T18:52:46.341Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-02-02T18:52:46.341Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-02-02T18:52:49.256Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-02-02T18:52:49.717Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-02-02T18:52:49.717Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-02-02T18:52:50.178Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-02-02T18:52:50.178Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-02-02T18:52:58.770Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-02-02T18:52:58.770Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-02-02T18:52:58.770Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-02-02T18:52:58.770Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-02-02T18:52:58.770Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-02-02T18:53:05.876Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-02-02T18:53:06.338Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-02-02T18:53:06.338Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-02-02T18:53:21.186Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-02-02T18:53:21.186Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite (2610.39s) [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-02-02T18:53:22.158Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.02s) [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-02-02T18:53:22.158Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.90s) [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.26s) [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.57s) [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.34s) [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (122.24s) [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.85s) [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.05s) [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-02-02T18:53:22.158Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-02-02T18:53:22.158Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-02-02T18:53:22.158Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-02-02T18:53:22.158Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-02-02T18:53:22.158Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-02T18:53:22.158Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-02T18:53:22.158Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-02T18:53:22.158Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (6.52s) [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2021-02-02T18:53:22.158Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-02-02T18:53:22.158Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (3.27s) [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (7.08s) [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-02-02T18:53:22.158Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-02T18:53:22.158Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-02-02T18:53:22.158Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-02T18:53:22.158Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (3.31s) [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-02T18:53:22.158Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-02T18:53:22.158Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (7.24s) [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (104.02s) [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.42s) [2021-02-02T18:53:22.158Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (5.70s) [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.98s) [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.94s) [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-02-02T18:53:22.158Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-02T18:53:22.158Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-02T18:53:22.158Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.158Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.24s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.96s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.47s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.64s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (3.04s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (11.75s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (9.80s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (1.08s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.25s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.74s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.57s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.52s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildAddTar (42.38s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (22.11s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.53s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (7.21s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.90s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.71s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (9.04s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (8.25s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.34s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.94s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (6.71s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.60s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (31.74s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (4.49s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.62s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.36s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.40s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (4.49s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.42s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2021-02-02T18:53:22.159Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.57s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildClearCmd (1.06s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCmd (0.66s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.60s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.62s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (5.33s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.28s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.30s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.52s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (2.08s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (1.03s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.54s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.93s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.68s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (5.19s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (32.41s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.45s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.15s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (5.13s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.33s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.57s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (26.59s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.72s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (21.53s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.67s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.69s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.56s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.80s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.89s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerignore (76.90s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.35s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.36s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (92.33s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.65s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.69s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (18.57s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (10.49s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (15.08s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (32.87s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (10.10s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (14.68s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (101.94s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.41s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.33s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.66s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.18s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.52s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.63s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (5.50s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (3.34s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.73s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.30s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (4.06s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (1.06s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.86s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (14.62s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.75s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildFails (7.29s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.11s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.87s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.72s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildForceRm (11.31s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildFromGit (10.63s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.55s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (5.29s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.75s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.62s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (13.35s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildHistory (12.03s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildIidFile (1.04s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (2.23s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.85s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.10s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (4.26s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildLabel (1.04s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.70s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (1.04s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.62s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildLabels (1.08s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.60s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (6.22s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.10s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.69s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.69s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (5.13s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (15.15s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.61s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (31.50s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (28.98s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.41s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.36s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (5.93s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (16.76s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (12.55s) [2021-02-02T18:53:22.159Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.68s) [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-02T18:53:22.159Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.159Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.92s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.35s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.49s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.26s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.19s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.85s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (1.28s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.53s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildOnBuild (13.84s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (2.01s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (9.37s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (4.02s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (8.87s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (5.09s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.92s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.21s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (2.25s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (45.44s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (23.42s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildRm (12.76s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (3.54s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.39s) [2021-02-02T18:53:22.160Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.46s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.62s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.52s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildShellInherited (4.58s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (15.23s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.67s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.70s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (9.27s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (4.62s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildStderr (4.51s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (19.51s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.38s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.11s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.27s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildTagEvent (4.49s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (5.20s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (4.17s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.66s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (3.10s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (21.41s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.93s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (8.61s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (10.14s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.38s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.57s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (10.69s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildWithTabs (4.38s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.36s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (17.76s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.33s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.34s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (8.10s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (2.21s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2021-02-02T18:53:22.160Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-02T18:53:22.160Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-02T18:53:22.160Z] docker_cli_sni_test.go:18: Flakey test [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (2.41s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.46s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestCommitChange (4.74s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (4.33s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-02-02T18:53:22.160Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.48s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-02-02T18:53:22.160Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestCommitTTY (11.66s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.24s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-02-02T18:53:22.160Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.44s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.74s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-02T18:53:22.160Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.26s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-02T18:53:22.160Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-02-02T18:53:22.160Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-02T18:53:22.160Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.36s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-02-02T18:53:22.160Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.62s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-02-02T18:53:22.160Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-02T18:53:22.160Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-02-02T18:53:22.160Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.64s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.20s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.28s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-02T18:53:22.160Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.36s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (7.19s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-02T18:53:22.160Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-02T18:53:22.160Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.32s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.03s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-02T18:53:22.160Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.55s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.25s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.53s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.66s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.92s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.08s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.85s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-02-02T18:53:22.160Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIStop (7.24s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-02-02T18:53:22.160Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.28s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.35s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.12s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.95s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (18.06s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.59s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.65s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.58s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.61s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000005760_} (2.57s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\windows\TEMP\test-mounts-api-1732331494_c:\foo_false____} (2.51s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\windows\TEMP\test-mounts-api-1732331494_c:\foo_true____} (2.53s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-02T18:53:22.160Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.28s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.05s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.07s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.05s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (7.38s) [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-02T18:53:22.160Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-02-02T18:53:22.160Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.160Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-02-02T18:53:22.161Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-02-02T18:53:22.161Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-02-02T18:53:22.161Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2021-02-02T18:53:22.161Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.52s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.41s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.41s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.48s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-02-02T18:53:22.161Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCpToCaseE (13.67s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.17s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-02-02T18:53:22.161Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCpToDot (2.39s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCpToStdout (2.54s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.19s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateArgs (0.20s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.16s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.32s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.17s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.19s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (2.00s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.70s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateLabels (0.21s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateRM (0.40s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.20s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.36s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (12.73s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.21s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.45s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.25s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.21s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-02T18:53:22.161Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.45s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-02-02T18:53:22.161Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.14s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-02T18:53:22.161Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-02-02T18:53:22.161Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-02-02T18:53:22.161Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-02-02T18:53:22.161Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-02-02T18:53:22.161Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-02T18:53:22.161Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-02-02T18:53:22.161Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-02T18:53:22.161Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2021-02-02T18:53:22.161Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestDockerFails (0.07s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.52s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.44s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.47s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (17.87s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsCopy (4.99s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.16s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (7.20s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.83s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.97s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.68s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsFilterType (1.04s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsFilters (4.83s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsFormat (4.67s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.07s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2021-02-02T18:53:22.161Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.18s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-02-02T18:53:22.161Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsRename (2.45s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsResize (2.76s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.33s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.66s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.82s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsUntag (2.75s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.93s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-02T18:53:22.161Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.02s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.19s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-02-02T18:53:22.161Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-02T18:53:22.161Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-02T18:53:22.161Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.18s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.27s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.32s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.08s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.32s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-02-02T18:53:22.161Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestExecExitStatus (2.31s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestExecInspectID (4.97s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-02T18:53:22.161Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.50s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-02T18:53:22.161Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.29s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.22s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-02-02T18:53:22.161Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.13s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.18s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.09s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.17s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-02-02T18:53:22.161Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.07s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.40s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.07s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-02T18:53:22.161Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.08s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.08s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.35s) [2021-02-02T18:53:22.161Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.69s) [2021-02-02T18:53:22.161Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-02-02T18:53:22.161Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.07s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.10s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.97s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.26s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (2.24s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.84s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestImagesFormat (0.20s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.79s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.07s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestImportBadURL (2.47s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-02-02T18:53:22.162Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2021-02-02T18:53:22.162Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-02-02T18:53:22.162Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.07s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-02-02T18:53:22.162Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-02-02T18:53:22.162Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.26s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.24s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-02-02T18:53:22.162Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-02T18:53:22.162Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-02-02T18:53:22.162Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.26s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.19s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.31s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectDefault (2.22s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectHistory (4.27s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.25s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.37s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.20s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (7.07s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (2.30s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-02-02T18:53:22.162Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.23s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectStatus (2.70s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (4.51s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.38s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.27s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.19s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.21s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.24s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.23s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.08s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.03s) [2021-02-02T18:53:22.162Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-02-02T18:53:22.162Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-02-02T18:53:22.162Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.10s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.20s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.10s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.81s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.41s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-02T18:53:22.162Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.33s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (6.59s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (6.31s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (6.33s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.61s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.55s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.43s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.36s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsSince (8.98s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsTail (7.57s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.66s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.34s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.08s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-02-02T18:53:22.162Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2021-02-02T18:53:22.162Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-02-02T18:53:22.162Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.55s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-02-02T18:53:22.162Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.03s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-02T18:53:22.162Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-02T18:53:22.162Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-02-02T18:53:22.162Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-02-02T18:53:22.162Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-02T18:53:22.162Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-02T18:53:22.162Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-02T18:53:22.162Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.52s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-02T18:53:22.162Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPsByOrder (9.51s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-02-02T18:53:22.162Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.56s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (15.10s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.35s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-02T18:53:22.162Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (13.84s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (7.10s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (12.15s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.52s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-02-02T18:53:22.162Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-02-02T18:53:22.162Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.80s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.01s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.70s) [2021-02-02T18:53:22.162Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-02-02T18:53:22.162Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.29s) [2021-02-02T18:53:22.162Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-02-02T18:53:22.163Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (4.36s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.20s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.53s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (20.37s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.14s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.28s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.20s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.76s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.43s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.29s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.49s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.38s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (14.49s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.97s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.75s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.64s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (5.10s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.49s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (4.31s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRmiTag (0.72s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.61s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (21.78s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.63s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (9.67s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.27s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (2.08s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.59s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.96s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (7.22s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.28s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.47s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.86s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.33s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.21s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (2.07s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (2.38s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.43s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.22s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.24s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (2.03s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.29s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.38s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.15s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.26s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.28s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.24s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunExitCode (2.34s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.30s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.21s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (7.15s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunExposePort (0.07s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.35s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.07s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.35s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.77s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.40s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (9.99s) [2021-02-02T18:53:22.163Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.07s) [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.163Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-02T18:53:22.163Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.38s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.24s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (2.24s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (2.28s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (2.04s) [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.38s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.73s) [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.99s) [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunRm (2.35s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.65s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.26s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.27s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (2.20s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.61s) [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.35s) [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.06s) [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.17s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.07s) [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.80s) [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunUserDefaults (7.09s) [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.26s) [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (8.01s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (11.89s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.57s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (6.74s) [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.14s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.39s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.28s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.38s) [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.08s) [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.97s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.82s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (2.19s) [2021-02-02T18:53:22.164Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.49s) [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-02T18:53:22.164Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.164Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-02T18:53:22.626Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-02T18:53:22.626Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-02-02T18:53:22.626Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-02T18:53:22.626Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-02T18:53:22.626Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-02-02T18:53:22.626Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-02-02T18:53:22.626Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-02T18:53:22.626Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-02-02T18:53:22.626Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-02T18:53:22.626Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-02T18:53:22.626Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-02T18:53:22.626Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-02-02T18:53:22.626Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-02T18:53:22.626Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.27s) [2021-02-02T18:53:22.626Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.38s) [2021-02-02T18:53:22.626Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.42s) [2021-02-02T18:53:22.626Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.24s) [2021-02-02T18:53:22.626Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.61s) [2021-02-02T18:53:22.626Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.00s) [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-02-02T18:53:22.626Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (8.37s) [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2021-02-02T18:53:22.626Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.99s) [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-02-02T18:53:22.626Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-02-02T18:53:22.626Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-02-02T18:53:22.626Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-02-02T18:53:22.626Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (5.81s) [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-02-02T18:53:22.626Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.626Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-02-02T18:53:22.627Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-02-02T18:53:22.627Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-02-02T18:53:22.627Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-02-02T18:53:22.627Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-02-02T18:53:22.627Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.21s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.37s) [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-02T18:53:22.627Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.31s) [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-02T18:53:22.627Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-02-02T18:53:22.627Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-02T18:53:22.627Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-02-02T18:53:22.627Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-02T18:53:22.627Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-02-02T18:53:22.627Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.30s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.15s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.21s) [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-02T18:53:22.627Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.34s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.29s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.65s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.98s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.40s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.40s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.18s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.87s) [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-02T18:53:22.627Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.66s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.23s) [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-02-02T18:53:22.627Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.93s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.27s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.29s) [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (14.00s) [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-02-02T18:53:22.627Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.51s) [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-02-02T18:53:22.627Z] --- PASS: TestDockerRegistrySuite (0.14s) [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-02-02T18:53:22.627Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-02-02T18:53:22.627Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-02-02T18:53:22.627Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-02-02T18:53:22.627Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-02T18:53:22.627Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.627Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] === RUN TestDockerRegistryAuthTokenSuite [2021-02-02T18:53:22.628Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-02-02T18:53:22.628Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-02-02T18:53:22.628Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-02-02T18:53:22.628Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-02-02T18:53:22.628Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-02-02T18:53:22.628Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] === RUN TestDockerDaemonSuite [2021-02-02T18:53:22.628Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-02-02T18:53:22.628Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-02-02T18:53:22.628Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-02-02T18:53:22.628Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] === RUN TestDockerSwarmSuite [2021-02-02T18:53:22.628Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-02-02T18:53:22.628Z] === RUN TestDockerPluginSuite [2021-02-02T18:53:22.628Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-02-02T18:53:22.628Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-02-02T18:53:22.628Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-02-02T18:53:22.628Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-02-02T18:53:22.628Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-02-02T18:53:22.628Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-02-02T18:53:22.628Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-02-02T18:53:22.628Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-02-02T18:53:22.628Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-02-02T18:53:22.628Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-02-02T18:53:22.628Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-02-02T18:53:22.628Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] === RUN TestDockerExternalVolumeSuite [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] === RUN TestDockerNetworkSuite [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] === RUN TestDockerHubPullSuite [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-02-02T18:53:22.628Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] PASS [2021-02-02T18:53:22.628Z] ok github.com/docker/docker/integration-cli 2611.134s [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === Skipped [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.02s) [2021-02-02T18:53:22.628Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-02-02T18:53:22.628Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.02s) [2021-02-02T18:53:22.628Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-02-02T18:53:22.628Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-02-02T18:53:22.628Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-02-02T18:53:22.628Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-02-02T18:53:22.628Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.02s) [2021-02-02T18:53:22.628Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.02s) [2021-02-02T18:53:22.628Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.02s) [2021-02-02T18:53:22.628Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.03s) [2021-02-02T18:53:22.628Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.02s) [2021-02-02T18:53:22.628Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.02s) [2021-02-02T18:53:22.628Z] docker_cli_run_test.go:3179: unmatched requirement Apparmor [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-02-02T18:53:22.628Z] docker_cli_run_test.go:3157: unmatched requirement Apparmor [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.02s) [2021-02-02T18:53:22.628Z] docker_cli_run_test.go:3169: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-02-02T18:53:22.628Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-02-02T18:53:22.628Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-02-02T18:53:22.628Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.42s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.42s) [2021-02-02T18:53:22.628Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.02s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.02s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.03s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.04s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.33s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.62s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.90s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.90s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.34s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.34s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.04s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.62s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.62s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.36s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.36s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-02-02T18:53:22.628Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-02-02T18:53:22.628Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.628Z] [2021-02-02T18:53:22.628Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.05s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.05s) [2021-02-02T18:53:22.629Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.33s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.33s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.32s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.35s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.36s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.36s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.33s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.33s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.30s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.30s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.04s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.04s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.04s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.10s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.10s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.09s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.09s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.06s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.39s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.39s) [2021-02-02T18:53:22.629Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.38s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.38s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.02s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.38s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.38s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.05s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.31s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.38s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.33s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.33s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.32s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.32s) [2021-02-02T18:53:22.629Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-02-02T18:53:22.629Z] docker_cli_sni_test.go:18: Flakey test [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-02-02T18:53:22.629Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.02s) [2021-02-02T18:53:22.629Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.629Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-02-02T18:53:22.629Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-02-02T18:53:22.629Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.629Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.02s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.02s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.02s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.02s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_run_test.go:2410: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_run_test.go:3528: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_run_test.go:3560: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_run_test.go:3591: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_run_test.go:3574: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_run_test.go:3464: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_run_test.go:3456: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_run_test.go:3483: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.02s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.02s) [2021-02-02T18:53:22.630Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.02s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.02s) [2021-02-02T18:53:22.630Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.02s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.02s) [2021-02-02T18:53:22.630Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.02s) [2021-02-02T18:53:22.630Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.03s) [2021-02-02T18:53:22.630Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.02s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.02s) [2021-02-02T18:53:22.630Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.02s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.02s) [2021-02-02T18:53:22.630Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-02-02T18:53:22.630Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-02-02T18:53:22.630Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.630Z] [2021-02-02T18:53:22.630Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-02-02T18:53:22.630Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-02-02T18:53:22.631Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-02-02T18:53:22.631Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.02s) [2021-02-02T18:53:22.631Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.02s) [2021-02-02T18:53:22.631Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-02-02T18:53:22.631Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.02s) [2021-02-02T18:53:22.631Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-02-02T18:53:22.631Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.02s) [2021-02-02T18:53:22.631Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-02-02T18:53:22.631Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.02s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.02s) [2021-02-02T18:53:22.631Z] docker_cli_run_test.go:2993: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.02s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.02s) [2021-02-02T18:53:22.631Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.02s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.02s) [2021-02-02T18:53:22.631Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-02-02T18:53:22.631Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-02-02T18:53:22.631Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-02-02T18:53:22.631Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-02-02T18:53:22.631Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.02s) [2021-02-02T18:53:22.631Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-02-02T18:53:22.631Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-02-02T18:53:22.631Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-02-02T18:53:22.631Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-02-02T18:53:22.631Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.02s) [2021-02-02T18:53:22.631Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-02-02T18:53:22.631Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.02s) [2021-02-02T18:53:22.631Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.02s) [2021-02-02T18:53:22.631Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-02-02T18:53:22.631Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-02-02T18:53:22.631Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-02-02T18:53:22.631Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-02-02T18:53:22.631Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-02-02T18:53:22.631Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-02-02T18:53:22.631Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-02-02T18:53:22.631Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.631Z] [2021-02-02T18:53:22.631Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.02s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.02s) [2021-02-02T18:53:22.632Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.03s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.03s) [2021-02-02T18:53:22.632Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-02-02T18:53:22.632Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.02s) [2021-02-02T18:53:22.632Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-02-02T18:53:22.632Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_run_test.go:2907: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_run_test.go:2916: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-02-02T18:53:22.632Z] docker_cli_run_test.go:3510: unmatched requirement DaemonIsLinux [2021-02-02T18:53:22.632Z] [2021-02-02T18:53:22.632Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-02T18:53:22.632Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-02-02T18:53:23.094Z] docker_cli_run_test.go:2696: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.094Z] [2021-02-02T18:53:23.094Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-02-02T18:53:23.094Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-02-02T18:53:23.094Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.094Z] [2021-02-02T18:53:23.094Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-02T18:53:23.094Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.02s) [2021-02-02T18:53:23.095Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_port_test.go:328: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.02s) [2021-02-02T18:53:23.095Z] docker_cli_port_test.go:306: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.02s) [2021-02-02T18:53:23.095Z] docker_cli_port_test.go:284: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-02-02T18:53:23.095Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-02-02T18:53:23.095Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-02-02T18:53:23.095Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.02s) [2021-02-02T18:53:23.095Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-02-02T18:53:23.095Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-02-02T18:53:23.095Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-02-02T18:53:23.095Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-02-02T18:53:23.095Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-02-02T18:53:23.095Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-02-02T18:53:23.095Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-02-02T18:53:23.095Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-02-02T18:53:23.095Z] docker_cli_ps_test.go:718: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.02s) [2021-02-02T18:53:23.095Z] docker_cli_ps_test.go:810: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_ps_test.go:860: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:3142: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-02-02T18:53:23.095Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:4425: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:3942: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.02s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:2267: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:2626: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.02s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:3006: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.02s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:3192: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:3358: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:3325: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.02s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:3235: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.02s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:2734: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:2683: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.02s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:2756: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.02s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:2746: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.095Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-02T18:53:23.095Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-02-02T18:53:23.095Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.095Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2154: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:3907: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:4082: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:4165: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:4404: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:4417: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:4149: unmatched requirement IsolationIsHyperv [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:3723: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:3270: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:3379: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:3389: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2317: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2326: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2295: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:3423: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2339: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2364: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2373: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDHost (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunModePIDHost (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2431: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2453: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:4227: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2082: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:4215: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2386: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:3212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:3774: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:3767: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2606: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2575: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2598: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:3091: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:3113: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:3437: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.38s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.38s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2806: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2495: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-02-02T18:53:23.096Z] docker_cli_run_test.go:2981: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.096Z] [2021-02-02T18:53:23.096Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-02T18:53:23.096Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:2884: unmatched requirement Apparmor [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:2863: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:2848: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:2127: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:2239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.02s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.02s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:3983: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:2923: unmatched requirement Apparmor [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.03s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.03s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:3872: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:3865: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.02s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.02s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:3739: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.02s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:2829: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:3224: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.02s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:3040: unmatched requirement Apparmor [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:3637: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:3648: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-02-02T18:53:23.097Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.02s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.02s) [2021-02-02T18:53:23.097Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.02s) [2021-02-02T18:53:23.097Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.02s) [2021-02-02T18:53:23.097Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-02-02T18:53:23.097Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.03s) [2021-02-02T18:53:23.097Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.02s) [2021-02-02T18:53:23.097Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-02-02T18:53:23.097Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_run_test.go:3448: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.02s) [2021-02-02T18:53:23.097Z] docker_cli_port_test.go:213: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-02T18:53:23.097Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-02-02T18:53:23.097Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.097Z] [2021-02-02T18:53:23.097Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-02-02T18:53:23.098Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-02-02T18:53:23.098Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.02s) [2021-02-02T18:53:23.098Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-02-02T18:53:23.098Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-02-02T18:53:23.098Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-02-02T18:53:23.098Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.02s) [2021-02-02T18:53:23.098Z] docker_cli_run_test.go:2175: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-02T18:53:23.098Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-02-02T18:53:23.098Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.098Z] [2021-02-02T18:53:23.098Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-02T18:53:23.099Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-02-02T18:53:23.099Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.099Z] DONE 1093 tests, 547 skipped in 2619.869s [2021-02-02T18:53:23.099Z] INFO: Integration tests ended at 02/02/2021 18:53:22. Duration:00:43:40.1408914 [2021-02-02T18:53:23.099Z] INFO: Docker info of the daemon under test at end of run [2021-02-02T18:53:23.099Z] [2021-02-02T18:53:23.559Z] Containers: 2 [2021-02-02T18:53:23.559Z] Running: 0 [2021-02-02T18:53:23.559Z] Paused: 0 [2021-02-02T18:53:23.559Z] Stopped: 2 [2021-02-02T18:53:23.559Z] Images: 18 [2021-02-02T18:53:23.559Z] Server Version: 0.0.0-dev [2021-02-02T18:53:23.559Z] Storage Driver: windowsfilter [2021-02-02T18:53:23.559Z] Windows: [2021-02-02T18:53:23.559Z] Logging Driver: json-file [2021-02-02T18:53:23.559Z] Plugins: [2021-02-02T18:53:23.559Z] Volume: local [2021-02-02T18:53:23.559Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-02-02T18:53:23.559Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-02-02T18:53:23.559Z] Swarm: inactive [2021-02-02T18:53:23.559Z] Default Isolation: process [2021-02-02T18:53:23.559Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-02-02T18:53:23.559Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.1697) [2021-02-02T18:53:23.559Z] OSType: windows [2021-02-02T18:53:23.559Z] Architecture: x86_64 [2021-02-02T18:53:23.559Z] CPUs: 4 [2021-02-02T18:53:23.559Z] Total Memory: 32GiB [2021-02-02T18:53:23.559Z] Name: azwin-2-aca030 [2021-02-02T18:53:23.559Z] ID: FIYL:IX2I:BNE6:JTMX:PU3S:OU6N:QFTI:CJWP:4S5T:F3YR:22BS:6XVZ [2021-02-02T18:53:23.559Z] Docker Root Dir: D:\CI\PR-41842\3\daemon [2021-02-02T18:53:23.559Z] Debug Mode (client): false [2021-02-02T18:53:23.559Z] Debug Mode (server): true [2021-02-02T18:53:23.559Z] File Descriptors: -1 [2021-02-02T18:53:23.559Z] Goroutines: 17 [2021-02-02T18:53:23.559Z] System Time: 2021-02-02T18:53:23.1197176Z [2021-02-02T18:53:23.559Z] EventsListeners: 0 [2021-02-02T18:53:23.559Z] Registry: https://index.docker.io/v1/ [2021-02-02T18:53:23.559Z] Labels: [2021-02-02T18:53:23.559Z] Experimental: false [2021-02-02T18:53:23.559Z] Insecure Registries: [2021-02-02T18:53:23.559Z] 127.0.0.0/8 [2021-02-02T18:53:23.559Z] Live Restore Enabled: false [2021-02-02T18:53:23.559Z] [2021-02-02T18:53:23.559Z] [2021-02-02T18:53:23.559Z] INFO: Stopping daemon under test [2021-02-02T18:53:23.559Z] SUCCESS: The process with PID 3236 (child process of PID 3416) has been terminated. [2021-02-02T18:53:23.559Z] SUCCESS: The process with PID 3416 (child process of PID 4668) has been terminated. [2021-02-02T18:53:23.559Z] INFO: Stop tailing logs of the daemon under tests [2021-02-02T18:53:23.559Z] INFO: executeCI.ps1 Completed successfully at 02/02/2021 18:53:23. [2021-02-02T18:53:23.559Z] INFO: Tidying up at end of run [2021-02-02T18:53:23.560Z] INFO: Saving daemon under test log (d:\CI\PR-41842\3\dut.out) to bundles\CIDUT.out [2021-02-02T18:53:23.560Z] INFO: Saving daemon under test log (d:\CI\PR-41842\3\dut.err) to bundles\CIDUT.err [2021-02-02T18:53:23.560Z] INFO: Nuke-Everything... [2021-02-02T18:53:24.026Z] INFO: Container count on control daemon to delete is 2 [2021-02-02T18:53:25.002Z] 2c97193bd7e5 [2021-02-02T18:53:25.002Z] c7f815e6269b [2021-02-02T18:53:25.002Z] INFO: Tidying pidfile d:\CI\PR-41842\3\docker.pid [2021-02-02T18:53:25.002Z] INFO: Nuking d:\CI [2021-02-02T18:53:55.054Z] INFO: Zapped successfully [2021-02-02T18:53:55.054Z] [2021-02-02T18:53:55.054Z] INFO: executeCI.ps1 exiting at Tue Feb 2 18:53:52 CUT 2021. Duration 01:21:42.4877192 [2021-02-02T18:53:55.054Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-02-02T18:53:55.297Z] Recording test results [2021-02-02T18:54:02.464Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-02-02T18:54:03.976Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-02-02T18:54:06.377Z] Archiving artifacts [2021-02-02T18:54:20.302Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41842/3/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-02-02T18:54:21.235Z] + make clean [2021-02-02T18:54:23.420Z] docker volume rm -f docker-dev-cache [2021-02-02T18:54:23.420Z] 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